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
15 questions
AP Computer Science Principles - Module 3 Review

Quiz
•
10th - 12th Grade
10 questions
7.3 Designing and Constructing a Solution Cambridge IGCSE 0478

Quiz
•
10th Grade - University
15 questions
Algoritma dan Flowchart Quiz

Quiz
•
11th Grade - University
10 questions
7.10 Writing and Amending Algorithms Cambridge IGCSE 0478

Quiz
•
10th Grade - University
10 questions
Kuis BAB 3 Computational Thinking XII - P2

Quiz
•
12th Grade
8 questions
Python Basics Review Quiz 5.1.5 - 5.1.11 CodeHS

Quiz
•
9th - 12th Grade
10 questions
Iterative Development Process

Quiz
•
9th - 12th Grade
15 questions
Basic elements of computer programming

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade