This type of learning happens when computers recognize patterns and make decisions without being explicitly programmed.
What is Machine Learning?
This is the smallest unit of digital information and can only be a 0 or 1.
What is a bit?
This global system connects billions of computers and devices together.
What is the Internet?
This cyberattack tricks users into giving personal information through fake emails or websites.
What is phishing?
This keyword is used to create a variable in JavaScript
What is var?
n this type of learning, humans train the computer model using labeled examples.
What is supervised learning?
This type of compression keeps all original data and is best for things like medical records or source code.
What is lossless compression?
This system translates domain names like google.com into IP addresses.
What is DNS (Domain Name System)?
Using only a password or PIN to log in is called this type of authentication.
What is Single-Factor Authentication (SFA)?
This App Lab function waits for a user to click a button or interact with an element.
What is onEvent()?
In this type of learning, the computer finds patterns in unlabeled data.
What is unsupervised learning?
This text encoding system maps numbers to letters and symbols.
What is ASCII?
Small pieces of data sent across the Internet are called these.
What are packets?
This process converts readable information into coded text to keep it secure.
What is encryption?
This function changes the text displayed on a screen element such as a label.
A computer program designed to make decisions or predictions is called this.
What is a model?
This type of compression removes some data permanently to reduce file size.
What is lossy compression?
This protocol is responsible for reassembling packets and requesting missing packets so messages arrive correctly.
What is TCP?
Using a password plus a code sent to your phone is an example of this type of authentication.
What are additional authentication factors?
This App Lab function changes the app from one screen to another.
What is setScreen()?
Creating rules and guidelines to make sure AI systems are fair and responsible relates to this concept.
What is AI ethics?
This binary tool helps organize powers of 2 and makes converting binary numbers to decimal easier.
What is Flippy-do table?
A Protocol for sending data across the Internet that assigns unique numbers(IP addresses) to each connected device.
What is Internet Protocol (IP)?
Hackers use this technique to steal usernames, passwords, and credit card numbers by tracking keystrokes.
What is key logging?
This App Lab function changes properties like color, width, height, or font size of an element.
What is setProperty()?