languages
data structures
historic
coding vocabulary
random computer stuff
100

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

What is python

100

int, char, bool are examples of this datatype

primitive datatypes

100

the coding language python is named after this group.

The Monty Python

100

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

what is a loop

100
www stands for this.

What is The World Wide Web

200

HTML stands for this

HyperText Markup Language

200

this data structure is a sequential collection of a singular datatype that has a fixed size

what is an array

200

this man created what was called the "imitation test" shortly after ww2.

Alan Turing

200

this logical operation returns true if both inputs are true.

what is and.

200

The coding club was founded this year.

2017

300

CSS stands for this 

What is Cascading Style Sheets 

300

This data structure is a linear, non continuous, non fixed sized collection of a singular datatype. Each element contains a pointer to the next element.

What is a LinkedList
300

This was the first president to send a email

What is Bill Clinton

300
This logical operation returns true if two inputs are different

What is xor

300

This famous e-commerce company was originally only a online bookstore

what is Amazon

400

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

What is MATLAB

400

this is a unordered collection of a single datatype that uses a key value pair to locate each element in the collection.

What is hashmap or dictionary or hashtable.

400

This Countess helped publish the first computer program


What is countess Ada Lovelace

400

This logical operation returns true if at least one input is false.

What is nand

400

Debug the following piece of java code.

int num1 = 10;

if(num > 15){

    num--;}   

System.out.print(num1);

it is num1 not num.

500

This language is the first widely used high level programming language

What is FORTRAN or COBOL

500

What is a data structure that uses nodes and stores elements as roots and children of those roots. This datatype uses pointers and has no theoretical limit of pointers to child nodes.

What is a tree

500

This ancient Greek computer was used for predicting astronomical positions and eclipses decades in advance.

what is the Antikythera mechanism

500

this logical operation returns true if all inputs are the same

what is xnor
500

This bug flew into the mark2 computer and originated the term bug in modern programming.

What is a moth.