Pseudocode - Computer Science Grade 10 [Practical]
Quiz
•
Computers
•
10th Grade
•
Hard
imam ibrahim
Used 1+ times
FREE Resource
Enhance your content
7 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following are valid variable names?
myBestScore
Name
1stClass
cost_of_meal
Print84
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
For each of thee following variables, state whether they need to be of STRING, INTEGER or REAL type.
1. Price
2. NumberOfSiblings
3. Name
1. INTEGER
2. REAL
3. STRING
1. REAL
2. INTEGER
3. STRING
1. STRING
2. INTEGER
3. REAL
There is no correct answer
3.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Predict what is printed when runs these statements.
X <- 5
Y <- 10
X <- Y
Y <- 5
OUTPUT 10
OUTPUT 5
OUTPUT 5
OUTPUT 5
OUTPUT X
OUTPUT Y
OUTPUT 10
OUTPUT Y
4.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Predict what is printed when runs these statements.
X <- "Tom"
Y <- "Fred"
Z <- "Henry"
Z <- Y
Y <- X
X <- Z
OUTPUT X
OUTPUT Y
OUTPUT Z
Fred
Tom
Fred
Henry
Tom
Fred
Henry
Fred
Tom
Henry
Fred
Henry
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Predict what is printed when runs these statements :
Num <- 16
Num <- Num + 1
Num <- Num + 3
OUTPUT "Num is ", Num
Num is 16
Num is 17
20
Num is 20
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed when the following statements are executed?
A <- 24 / 8
B <- 24 + 8
OUTPUT A == B
TRUE
FALSE
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider this pseudocode. What will be the output if score ← 75?
A
B
C
D
Similar Resources on Wayground
12 questions
Java Strings
Quiz
•
9th - 12th Grade
10 questions
Introduction to HTML/CSS Quiz 1: Overview and Setup
Quiz
•
6th - 12th Grade
10 questions
AP CS A Unit 6 Quiz PRACTICE
Quiz
•
9th - 12th Grade
10 questions
Function evaluation
Quiz
•
10th - 12th Grade
10 questions
AP CS A Unit 3 Test PRACTICE
Quiz
•
9th - 12th Grade
11 questions
Python Code Quiz
Quiz
•
8th - 12th Grade
10 questions
Python Variables
Quiz
•
7th - 12th Grade
12 questions
Functions With Return Values U1M2 Python
Quiz
•
9th - 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