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
The name given to the lowest binary unit.
What is a bit
The part of the computer that holds the Memory and CPU.
What is Motherboard
A collection of pre-written code that programmers can use to optimize tasks
What is a library
The first programmer
What is Ada Lovelace
The simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order.
Bubble Sort
The two values that make up the binary system.
What is 0 and 1
ALU stands for
What is Arithmetic and Logic Unit
A named and defined set of code that can be used multiple times.
What is a function or method
The most widespread of all Operating Systems.
What is Microsoft Windows
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
Numbering system with a base-16.
What is Hexidecimal
The computer's main memory in which specific contents can be accessed directly by the central processing unit.
What is RAM
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
The name of the first computer language that was released to the public?
What is Fortran
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
The sequence 11101101.
What is 237?
The ____ is known as the translator for low-level programming language.
What is Compiler
A bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash).
What is a logic error
The first computer language created by Grace Hopper
What is COBOL
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
The minimum number of bits you would need to be able to represent the number 120.
What is 7 bits.
The observation that the number of transistors on integrated circuits doubles approximately every two years.
What is Moore's Law
A software application that provides comprehensive facilities to computer programmers for software development.
What is an IDE or Integrated development environment
The first programmable, electronic, general-purpose digital computer, completed in 1945
What is ENIAC