languages
data structures
historic
coding vocabulary
Logic gates
100

This language is currently the most popular language to use (in percentage of jobs)

What is python

100

This data structure stores items in a specific order and allows access by position or index.

what is an array/list

100

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

100

A segment of code that repeats itself until a condition is met

what is a loop

100

This is represented by the multiplication sign and returns true when all inputs are true

What is AND gate

200

HTML stands for this

HyperText Markup Language

200

This data structure stores information as key–value pairs.

What is a dictionary/hashmap

200

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

200

A error in code is called this

what is a bug

200

This is represented by the addition sign and returns true when at least one input is true

What is OR gate

300

CSS stands for this 

What is Cascading Style Sheets 

300

In this data structure, the last item added is the first one removed.

What is a stack

300

This was the first president to use a smart phone in office

What is Barack Obama

300
This step-by-step instructions for solving problems is called this

What is a algorithm

300

This logic gate inverts any input given to it.

What is NOT gate

400

This programming language is commonly used by engineers and scientists for matrix-based calculations and data visualization. 

What is MATLAB

400

In this data structure, the first item added is the first one removed.

What is a queue

400

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?

400

This is a note in code intended for users and is ignored by the compiler.

What is a comment

400

This logic gate outputs true only when the inputs are different.

What is XOR gate

500

This language is the first widely used high level programming language

What is FORTRAN or COBOL

500

This data structure stores only unique values, meaning duplicate items are not allowed.

What is a set?

500

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

500

This term refers to the rules that define how code must be written so a programming language can understand it.

what is the syntax

500

These gates are able to build any other kind of gate.

What is NAND and NOR