This language is common used in ai programming due to the ease to write and existing frameworks.
int, char, bool are examples of this datatype
primitive datatypes
the coding language python is named after this group.
The Monty Python
this is a logical operation that returns true if one of the inputs is true
what is or.
What is The World Wide Web
This language is what windows is primarily written in.
what is C
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
What is C#
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 language used to be called mocha that got renamed due to compete with a established programming language
what is JavaScript
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 running on over 50 billion devices world wide.
What is Java
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.