Computing

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:45 PM on 4/8/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Brute Force Attacks

A method used by hackers to guess passwords by trying every possible combination, such as '1234', '1111', '4321', etc.

2
New cards

Two-Factor Authentication

A security process that requires two different forms of identification to access an account, often involving a code sent to your phone.

3
New cards

Encryption

The process of encoding a message so that only authorized parties can access its content; examples include substitution ciphers like the Caesar cipher.

4
New cards

Caesar Cipher

A type of substitution cipher where each letter in the text is shifted a certain number of places down or up the alphabet.

5
New cards

Machine Learning

A subset of artificial intelligence that allows systems to learn and improve from experience without being explicitly programmed.

6
New cards

Spam Filter

A machine learning application that identifies and filters out spam emails based on specific keywords.

7
New cards

Decision Tree Classifier

A machine learning model that uses a tree-like model of decisions to predict outcomes based on input data.

8
New cards

For Loop

A control flow statement for specifying iteration, allowing code to be executed repeatedly for a set range of values.

9
New cards

While Loop

A control flow statement that allows code to be executed as long as a condition is true.

10
New cards

IF Statements

Conditional statements that execute specific blocks of code based on whether a condition is true or false.

11
New cards

Event Handling

In programming, particularly games, it refers to the way a program responds to user actions, like key presses.

12
New cards

Collision Detection

The computational technique used in games to determine whether two objects (like a player and an enemy) have collided.