This language is currently the most popular language to use (in percentage of jobs)
What is python
This data structure stores items in a specific order and allows access by position or index.
what is an array/list
this pc was developed by two friends in 1977, this machine became one of the first big successes in home computing with its support for color graphics.
what is the Apple II
A segment of code that repeats itself until a condition is met
what is a loop
This is represented by the multiplication sign and returns true when all inputs are true
What is AND gate
HTML stands for this
HyperText Markup Language
This data structure stores information as key–value pairs.
What is a dictionary/hashmap
This type of computer, popular in the 1960's and 1970's, often required its own air-conditioned room with raised-floor cooling
What is mainframe computer
A error in code is called this
what is a bug
This is represented by the addition sign and returns true when at least one input is true
What is OR gate
CSS stands for this
What is Cascading Style Sheets
In this data structure, the last item added is the first one removed.
What is a stack
This was the first president to use a smart phone in office
What is Barack Obama
What is a algorithm
This logic gate inverts any input given to it.
What is NOT gate
This programming language is commonly used by engineers and scientists for matrix-based calculations and data visualization.
What is MATLAB
In this data structure, the first item added is the first one removed.
What is a queue
Before keyboards and monitors were common, early computers often received programs and data using these holes punched into stiff paper cards.
What are punch cards?
This is a note in code intended for users and is ignored by the compiler.
What is a comment
This logic gate outputs true only when the inputs are different.
What is XOR gate
This language is the first widely used high level programming language
What is FORTRAN or COBOL
This data structure stores only unique values, meaning duplicate items are not allowed.
What is a set?
This computer scientist served in the navy as a admiral and was the oldest ever person to be a active admiral in the US navy
What is Grace Hopper
This term refers to the rules that define how code must be written so a programming language can understand it.
what is the syntax
These gates are able to build any other kind of gate.
What is NAND and NOR