Hardware
Programming
Data
Innovation
Internet
100

A temporary memory bank where your computer stores data it needs to retrieve quickly without having to go through preceding data

What is RAM?

100

Algorithms that learn intelligent behavior from lots of training data?

What is machine learning?

100

a binary variable, having two possible values called “true” and “false.”.

What is Boolean?

100

 a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer

What is an algorithm?

100

The capacity at which a network can transmit data

What is bandwidth?

200

The brain of a computer, containing all the circuitry needed to process input, store data, and output results

What is a CPU?
200

A non-executable block of text that can be added to a program to provide clarification and documentation of the code? 

What is a comment?

200

short for 'binary digit

What is a bit?
200

An efficient algorithm for finding an item from a sorted list of items

What is binary search?

200

Time it takes for a bit to travel from its sender to its receiver

What is latency?

300

A computer device that stores and retrieves information, data, files, programs, etc., from a disk

What is a Disk Drive?

300

Algorithm in which no data is lost and original data can be recovered?

What is lossless compression?

300

A simple text format for data files is to put each row on a separate line with the column separated by commas.

What is a CSV?

300

A computer that is portable and suitable for use while traveling.

What is a Laptop?

300

A device that forwards data packets between different networks, directing traffic on the Internet.

What is a router?

400

A tiny physical device that acts like a digital switch in computers, representing binary digits 0 or 1

What is a Transistor? 
400

Process of restructuring program code without changing its basic behavior? What is refactoring

What is refactoring?

400

the position or location at which an individual element is stored within a data structure, such as an array

What is an Index?

400

A computer software package that performs a specific function directly for an end user or, in some cases, for another application.

What is an App?

400

A communications standard that enables application programs and computing devices to exchange messages over a network. It is designed to send packets across the internet and ensure the successful delivery of data and messages over networks.

What is TCP?

500

a computer's central communications backbone connectivity point, through which all components and external peripherals connect.

What is a MotherBoard? 

500

Algorithm that repeatedly adjusts the connections between the nodes in a neural network?

What is back propagation?

500

In computer science, this stores multiple items under one variable name and uses an index to number and access them.

What is a list?

500

the theory and development of computer systems able to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages.

What is A.I.?

500

 A connectionless protocol that prioritizes speed and low overhead but does not guarantee reliable delivery or perform error correction.

What is UDP?