Variables
Principles
People
Identity
Theorems
100

Binary number of 100 is equal to what in decimal?

4

100

class Main {  

public static void main(String[] args) {     

int n = 5;    // for loop      

for (int i = 1; i <= n; ++i) {      System.out.println("Java is fun");    }  

} } 

What is the output?

Java is fun

Java is fun

Java is fun

Java is fun

Java is fun

100

a person who developed a hypothetical machine that manipulates symbols on a strip of tape

Turing

100

Additive identity is a number when added to any number, gives the sum as the number itself.

Additive identity is ....

0

100

this theorem states that four colors suffice to color any map such as two adjacent regions will not share the same color

four color theorem

200

Base of 16 is called the....

Hexadecimal

200

Computer science algorithm to solve a problem by solving a smaller instance of the same problem

Recursion

200

inventor of bitcoin

Satoshi Nakamoto

200

Multiplicative identity property says that whenever a number is multiplied by a number it will give that number as a product.


This number is... 

1

200

an+bn=chas no solution for any integer n greater than 2

Fermat's last Theorem

300

In computer science, decimal numbers less than 32 bit in size are typically stored as...

float


300

a number whose square is equal to -1

i

300

His little theorem states that if p is a prime number then for any integer a, ap - a is a multiple of p...

Fermat

300

a+(b+c) = (a+b) + c

or

a x (b x c) = (a x b) x c

associative property

300

This process will eventually reach the number 1, regardless of which positive integer is chosen initially

Collatz conjecture

400

fruits = ["Strawberry", "Apple", "Banana"]

What kind of variable is "fruits?

array

OR

List

400

a variety of this include bubble, heap, quick, and insertion

sort

400

Who said "Cogito, ergo sum"

Also known as Father of Modern Philosophy

Descartes

400

a+b = b+a

or

axb = bxa

commutative property

400


binomial theorem

500

A chunk of a computer code that takes some input and uses those inputs to do a task

Function

method

500

field of computer science where public key and private keys are used to provide security of data

cryptography

500

Whose identity?

Euler's

500

Are divisions commutative? Yes or no

No

500

a path where it covers all of the vertices in the graph exactly once

Hamiltonian path