DISPLAY ("Going for a walk:")
DISPLAY ("ᕕ( ᐛ )ᕗ")
This is a computer program with _________statements.
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
10 questions
7.9 Identifying and Correcting Errors Cambridge IGCSE 0478
Quiz
•
10th Grade - University
10 questions
Introduction to Computer Programming
Quiz
•
6th Grade - University
10 questions
Programming - Syntax & Logic Errors
Quiz
•
3rd - 12th Grade
10 questions
S3 SDD Unit 2 - 3. Design
Quiz
•
9th Grade - University
15 questions
Code.org - Unit 6 Review
Quiz
•
9th - 12th Grade
15 questions
Python and Algorithms
Quiz
•
12th Grade
10 questions
J277 - 2.1 - Inputs, Outputs and Processes
Quiz
•
10th Grade - University
10 questions
AP CSP code.org Unit 3 2020
Quiz
•
9th - 12th Grade
39 questions
Respect and How to Show It
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
10 questions
Human Body Systems and Functions
Interactive video
•
6th - 8th Grade
20 questions
Multiplication Facts
Quiz
•
3rd Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
20 questions
Investing
Quiz
•
9th - 12th Grade
20 questions
Insurance
Quiz
•
9th - 12th Grade
20 questions
Common Grammar Mistakes
Quiz
•
7th - 12th Grade
20 questions
Paying for College
Quiz
•
9th - 12th Grade
15 questions
Central Tendency
Quiz
•
9th - 12th Grade
20 questions
Banking
Quiz
•
9th - 12th Grade