The command to specify the color displayed inside a shape.
fill();
triangle(#,#,#,#,#,#);
A statement that is either true or false.
Boolean
What function is used to code a circle?
"Cold Morning" is an example of qualitative or quantitative data?
Qualitative
What is the code to comment out a line of code?
//
Which code would you use to print out "Enter your name"?
System.out.println( "Enter your name");
A sequence of well-defined steps to solve problems or perform a task?
Algorithm
What function is used to code a rectangle?
1- X position
2- Y position
3- Width
4- Height
What command is used to set the background color of the entire canvas?
background();
When importing a file into Java, the file name and the import statement have to match exactly? True or False?
True
What is the difference between Integers and Strings
Integers are numbers
Strings are words
What function is used to code a triangle?
triangle();
What is the data.length in this code?
int[] data = {26, 93, 37, 19, 60};
5
.toLowercase();
Once
Pseudocode
What function is used to code a line?
line();
Which of the following numbers is represented by the binary code:
1 0 0 0 1
17
Which of the following commands is used to import image data from a file into a PImage variable?
loadImage
In a loop, if the loop is in your public void draw how many times will it run?
Infinite
Prototype
What function(s) is used to import a scanner?
CIA Triad
C stands for?
I stands for?
A stands for?
C- Confidentiality
I- Integrity
A- Availability