Commenting and Print Statements
Variables
Scanner/Loops
operators
Random
100

The Effect of Commenting on a Program's Output 

What is no effect?

100

Int is short for 

What is Integer?

100

The purpose of a scanner program 

What is being able to input data?

100

The name of % is java 

What is Modulo?

100

Java is an example of 

What is a computer programming language?

200

//This is an example of ___ type of commenting 

What is a single line comment 

200
The value of a variable can change(True or False)

What is true?

200

A While-Do is a type of loop(true or false)

What is false?

200

The name of && is java 

What is And?

200

The function of a monitor

What is to display? 

300

The Difference between System.out.println() vs System.out.print()

System.out.println() moves the cursor to the next line while System.out.print() does not move the cursor

300

Boolean variable's two possible values 

What is true and false?

300

The number of different types of loops we learned in class

What is 3?

300

The name of || in java 

What is Or?

300


Shivani's favorite color?

What is green?

400

The output of the follow statement.

System.out.println("1234" + 1+2+3+9+1 +"123");

What is 123416123?

400

Variable b with the value 5.78 should be initialized as a 

What is a double?

400

The statement neccessary between a numerical question and a String question in a Scanner program

What is s.nextLine();?

400

Name of ! in java 

What is not operator?
400

Something you learned in this course 

Answers vary 

500

The output of System.out.println();

What is nothing?
500

The type of code that uses char values 

What is Unicode?

500

The import statement for a Scanner program

What is import java.util.Scanner;?

500

The purpose of Operators 

What is to perform logical , arithmetic calculations in our programs?



500

The inventor of Java 

Who is James Gosling?