WK 9 variable

Quiz
•
Computers
•
12th Grade
•
Easy

Leng Kai Ooi
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
DISPLAY ("Going for a walk:")
DISPLAY ("ᕕ( ᐛ )ᕗ")
This is a computer program with _________statements.
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
DISPLAY ("Going for a walk:")
DISPLAY ("ᕕ( ᐛ )ᕗ")
Each statement calls a _________
named DISPLAY which expects a single ________ to determine what to display on the screen.
function, method
function, statement
statement, string
procedure, parameter
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the best explanation of pseudocode?
Pseudocode is a language that represents concepts across programming languages, but cannot actually be run by a computer.
Pseudocode is a standard programming language that is understood by all computers.
Pseudocode is the language that runs the fastest on computers.
Pseudocode is a programming language that looks just like natural human language.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
score ← 1
shots ← 0
DISPLAY (score)
DISPLAY (shots)
shots ← 3
score ← shots
DISPLAY (shots)
DISPLAY (score)
What will be the output of that code?
1 0 3 4
1 0 4 3
1 0 4 4
1 0 3 3
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
hunger ← 6
cuddliness ← 9
playfulness ← 7
playfulness ← cuddliness
DISPLAY (playfulness)
DISPLAY (cuddliness)
DISPLAY (hunger)
After running that code, what will be displayed?
7 9 6
9 9 6
7 7 6
6 6 9
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
onionCount ← 2
garlicCount ← 6
what is the value of garlicCount
2
8
6
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Darrell is making a program to track his grades. He made the mistake of using the same variable name to track 3 different test grades, though. Here's a snippet of his code:
a ← 89
a ← 97
a ← 93
What will be the value of a after this code runs?
89
97
93
33
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
[Java] Review of User Input & Basic Arithmetic Operators

Quiz
•
9th - 12th Grade
10 questions
AP CSP Worksheet 2

Quiz
•
9th - 12th Grade
13 questions
S3 SDD Unit 2 KC 2

Quiz
•
7th Grade - University
10 questions
Quiz Struktur Data dan Pseudocode Dasar

Quiz
•
12th Grade
10 questions
8.2 Arrays Cambridge IGCSE 0478

Quiz
•
10th Grade - University
12 questions
Computer Science

Quiz
•
7th - 12th Grade
12 questions
Q4 Midterm Review 2025

Quiz
•
9th - 12th Grade
10 questions
IT English Essentials: Unit 1 - Quiz 1

Quiz
•
12th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade