This language is currently the most popular language to use (in percentage of jobs)
What is python
int, char, bool are examples of this datatype
primitive datatypes
the coding language python is named after this group.
The Monty Python
A segment of code that repeats itself until a condition is met
what is a loop
What is The World Wide Web
HTML stands for this
HyperText Markup Language
this data structure is a sequential collection of a singular datatype that has a fixed size
what is an array
this man created what was called the "imitation test" shortly after ww2.
Alan Turing
this logical operation returns true if both inputs are true.
what is and.
The coding club was founded this year.
2017
CSS stands for this
What is Cascading Style Sheets
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.
This was the first president to send a email
What is Bill Clinton
What is xor
This famous e-commerce company was originally only a online bookstore
what is Amazon
This programming language is commonly used by engineers and scientists for matrix-based calculations and data visualization.
What is MATLAB
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.
This Countess helped publish the first computer program
What is countess Ada Lovelace
This logical operation returns true if at least one input is false.
What is nand
Debug the following piece of java code.
int num1 = 10;
if(num > 15){
num--;}
System.out.print(num1);
it is num1 not num.
This language is the first widely used high level programming language
What is FORTRAN or COBOL
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
This ancient Greek computer was used for predicting astronomical positions and eclipses decades in advance.
what is the Antikythera mechanism
this logical operation returns true if all inputs are the same
This bug flew into the mark2 computer and originated the term bug in modern programming.
What is a moth.