Commands
Trivia
Vocab
Functions
Random
100

The command to specify the color displayed inside a shape. 

fill();

100
How would you correctly code a triangle?

triangle(#,#,#,#,#,#);

100

A statement that is either true or false.

 Boolean

100

What function is used to code a circle?

ellipse();
100

"Cold Morning" is an example of qualitative or quantitative data?

Qualitative 

200

What is the code to comment out a line of code?

//

200

Which code would you use to print out "Enter your name"?

System.out.println( "Enter your name");

200

A sequence of well-defined steps to solve problems or perform a task?

Algorithm

200

What function is used to code a rectangle?

rect();
200
What do the 1st, 2nd, 3rd, 4th number mean when coding a shape?

1- X position

2- Y position

3- Width

4- Height

300

What command is used to set the background color of the entire canvas?

background();

300

When importing a file into Java, the file name and the import statement have to match exactly? True or False?

True

300

What is the difference between Integers and Strings

Integers are numbers

Strings are words

300

What function is used to code a triangle?

triangle();

300

What is the data.length in this code?

int[] data = {26, 93, 37, 19, 60};

5

400
Which command converts all of the characters in a string to lowercase?

.toLowercase();

400
In a loop, if the loop is in your public void setup how many times will it run?

Once

400
Fake code (not written in a programming language)

Pseudocode

400

What function is used to code a line?

line();

400

Which of the following numbers is represented by the binary code:

1 0 0 0 1

17

500

Which of the following commands is used to import image data from a file into a PImage variable?

loadImage

500

In a loop, if the loop is in your public void draw how many times will it run?

Infinite

500
At first, typical or preliminary model of something.

Prototype 

500

What function(s) is used to import a scanner?

import java.util.Scanner 

&

Scanner sc = new Scanner (System.in)

500

CIA Triad 

C stands for?

I stands for?

A stands for?

C- Confidentiality 

I- Integrity 

A- Availability