General Coding
AI
Languages
Java
Random
100

The symbol for the modulus operator

What is the percent sign %?

100

A test of a machine's ability to exhibit behavior equivalent to that of a human (Hint: developed by Alan Turing)

What is the Turing Test?

100

Block-based visual programming language / Made with the intention to teach kids to code

What is Scratch?

100

The appropriate data type for this value: 5.5

double

100

A collection of computers and devices that are connected together

What is a network?

200

A numeric system that only uses two digits — 0 and 1

What is binary?

200

Virtual assistant AI technology developed by Amazon

What is Alexa?

200

Can't run with no class / Make a window with JFrame / Import Libraries

What is Java?

200

These are the three main levels of privacy in Java.

What are Public, Private, and Protected?

200

Who is widely recognized to be the 'first' computer programmer?

Ada Lovelace

300

A sequence of precise instructions that results in a solution.

What is an algorithm?

300

What makes an AI robot different from a regular robot?

AI means that the machine is able to continue learning after collecting data.

300

Is tab sensitive / No semicolons / A great starting place

What is Python?

300

The default value of a String variable

What is null?

300

Peer code review discovers up to __% of bugs in programs

What is 60%?

400

Happens when a method calls itself

What is recursion?

400

Leading AI textbooks define the field as the study of _____. 

a) Machine intelligence 

b) Intelligent agents 

c) Machine learning 

d) Artificial Learning

b) Intelligent agents

400

Started in Netscape / Interactive webpages / Loosely typed

What is JavaScript?

400

Common method used as an entry point for a java program

What is Main?

400

Which technology company was founded in Cupertino, CA in 1976?

Apple

500

The hexadecimal number '7D' is what in decimal?

125

500

What percent of businesses and organizations employ AI today?

37%

500

Start with namespace / Main function returns int / Prototype functions

What is C++?

500

Consider the following code snippet: int i = 10; int n = i++%5; What are the values of i & n?

11 & 0

500
In what U.S. state is Microsoft headquarters located in?
Washington State (Seattle)