Understanding Variables

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Chad Miller
Used 10+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 20 pts
What number will be output by the console.log command on line 7?
1 var age;
2 var year
3 age = 10;
4 year = 20;
5 year = 100;
6 age = 200;
7 console.log (age)
10
200
20
300
2.
MULTIPLE CHOICE QUESTION
3 mins • 20 pts
What number will be output by the console.log command on line 5?
1 var boop = 10;
2 boop = boop + 1;
3 boop = boop + 2;
4 boop = boop + 3;
5 console.log (boop);
10
11
12
16
3.
MULTIPLE CHOICE QUESTION
3 mins • 20 pts
What number will be output by the console.log command on line 5?
1 var skit = 20;
2 var rat = 10;
3 skit = skit +5 ;
4 rat = skit + rat;
5 console.log (rat);
35
10
15
12
220
4.
MULTIPLE CHOICE QUESTION
3 mins • 20 pts
What will be the order of letters printed to the console when this program is run?
1 console.log ("b");
2 myFunction (letters);
3 myFunction (letters);
4 function letters
console.log"c";
console.log "d";
abc
bcdb
bcdcd
bccdd
5.
MULTIPLE CHOICE QUESTION
3 mins • 20 pts
Which of the following is true of functions?
Programs written with functions run more quickly.
Functions can help remove repeated code from a program
Functions are called once but can be declared many times.
Replacing repeated code with a function will reduce the number of commands the computer needs to run.
Similar Resources on Wayground
10 questions
Evaluasi Javascript 1

Quiz
•
10th Grade
10 questions
Basics of Javascript

Quiz
•
9th - 12th Grade
10 questions
Code.org CS Discoveries U3L08 Sprite Properties

Quiz
•
9th Grade
10 questions
AP CSP code.org Unit 3 2020

Quiz
•
9th - 12th Grade
10 questions
AP CSP Conditional and Mod Review

Quiz
•
12th Grade
8 questions
Code.org Unit 3 Review

Quiz
•
9th - 12th Grade
10 questions
Quiz Javascript Basic Pertemuan 3

Quiz
•
9th - 12th Grade
10 questions
Ciclos en JavaScript II

Quiz
•
10th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade