Algorithms
Binary
Hardware
Programming
History
100

The algorithm known to compare the target value to the middle element of the array. If not equal, the half in which the target cannot lie is eliminated and the search continues on the remaining half and repeating this until the target value is found.

What is Binary Search

100

The name given to the lowest binary unit.

What is a bit

100

The part of the computer that holds the Memory and CPU.

What is Motherboard

100

A collection of pre-written code that programmers can use to optimize tasks

What is a library

100

The first programmer

What is Ada Lovelace

200

The simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order.

Bubble Sort

200

The two values that make up the binary system.

What is 0 and 1

200

ALU stands for

What is Arithmetic and Logic Unit

200

A named and defined set of code that can be used multiple times.

What is a function or method

200

The most widespread of all Operating Systems.

What is Microsoft Windows

300

The notation is used to classify algorithms according to how their run time or space requirements grow as the input size grows.

What is Big O

300

Numbering system with a base-16.

What is Hexidecimal

300

The computer's main memory in which specific contents can be accessed directly by the central processing unit.

What is RAM

300

The error that occurs when a program’s source code does not run properly due to a character or string incorrectly placed in a command or instruction that causes a failure in execution. 

What is a syntax error

300

The name of the first computer language that was released to the public?

What is Fortran

400

The methods of storing and organizing data in a computer system so that operations can be performed upon them more efficiently 

What is a Data Structure

400

The sequence 11101101.

What is 237?

400

The ____ is known as the translator for low-level programming language.

What is Compiler

400

A bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash).

What is a logic error

400

The first computer language created by Grace Hopper

What is COBOL

500

The name for the mathematical and CS problem in which one tries to find the shortest route that passes through each of a set of points (usually cities or towns) once and only once. 

What is Traveling salesmen question

500

The minimum number of bits you would need to be able to represent the number 120.

What is 7 bits.

500

The observation that the number of transistors on integrated circuits doubles approximately every two years.

What is Moore's Law

500

A software application that provides comprehensive facilities to computer programmers for software development.  

What is an IDE or Integrated development environment

500

The first programmable, electronic, general-purpose digital computer, completed in 1945

What is ENIAC