languages
data structures
historic
logical operations
random computer stuff
100

This language is common used in ai programming due to the ease to write and existing frameworks.

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

this is a logical operation that returns true if one of the inputs is true

what is or.

100
www stands for this.

What is The World Wide Web

200

This language is what windows is primarily written in.

what is C

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
this language is what the game engine Unity is built on.

What is C#

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 language used to be called mocha that got renamed due to compete with a established programming language

what is JavaScript

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 running on over 50 billion devices world wide.

What is Java

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. 

M
e
n
u