Which of these are acceptable ways to write the variable name "letter one"?

December 23

Quiz
•
Computers
•
3rd - 12th Grade
•
Medium
Brenda McLachlin
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
letterOne
letterOne
letter-one
letter_one
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these poorly-formatted coding excerpts will break the code?
var x-pos = 0;
ellipse(200,200,50,50);
if(i - 10 > 3) {
text("Once upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore\nWhile I nodded, nearly napping, suddenly there came a tapping,As of some one gently rapping, rapping at my chamber door.", 200, 200);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do you know about the whole program based on this section of code?
switch (state) {
case 1:
There are multiple different ways the program can work, depending on the variable "state"
The canvas size is changed from 400, 400 to something else
There is a draw function in the code
There is an array called "state" that holds a list of boolean variables
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Finish this comment:
// When the user presses a key...
if (keyPressed) {
fill(colours[round(random(12))]);
}
...change the fill to any random colour
...change the fill to the colour at position 12 in the colours array
...change the fill to a random colour from the colours array
...add a new colour to the end of the colours array
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the symbol for IS:
||
&&
!
===
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate this expression:
False === False
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate this expression:
var x; // x is either true or false but you don't know which
(x && !x)
True
False
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Arrays in Java

Quiz
•
9th - 12th Grade
20 questions
JavaScript Game Development Newton

Quiz
•
9th Grade - University
15 questions
Processing Beginners Quiz

Quiz
•
7th - 12th Grade
15 questions
Grasshopper App Quiz

Quiz
•
4th - 6th Grade
18 questions
Podstawy programowania JS Processing

Quiz
•
10th Grade - University
20 questions
Pearson 9 Wks Test v2

Quiz
•
8th Grade
15 questions
Code.Org U3L1-4

Quiz
•
8th Grade
20 questions
P5 Editor

Quiz
•
4th - 8th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
Discover more resources for Computers
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade