
Pseudocode Quiz

Quiz
•
Computers
•
10th Grade
•
Medium
Used 2+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
A condition is
a statement that is either True or False
a string
an integer
a list
2.
FILL IN THE BLANK QUESTION
30 sec • 5 pts
____________________ is an artificial and informal language that helps programmers develop algorithms.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do we declare a variable in Pseudocode? (example variable of age is being used)
DECLARE Age : INTEGER
SET Age to INTEGER
DECLARE Age as Interger
Age <- INTEGER
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you assign a value to a variable (or constant) in pseudocode?
Age = 14
Age <- 14
DECLARE Age <- 14
Age == 14
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you check if a value is equal to another in Pseudocode? (IF statement example)
IF Age = 14 THEN
IF Age == 14 THEN
IF Age EQUAL TO 14 THEN
IF Is Age = 14 THEN
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you check if a value is less than or equal to in pseudocode? (IF statement example)
IF Age < 14 THEN
IF Age <= 14 THEN
IF Age LESS THAN OR EQUAL TO 14 THEN
IF Age >= 14 THEN
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you check if a value is not equal to another in Pseudocode? (IF Statement example).
IF Age =! 14 THEN
IF Age NOT EQUAL 14 THEN
IF Age != 14 THEN
IF Age <> 14 THEN
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Programming - Syntax & Logic Errors

Quiz
•
3rd - 12th Grade
15 questions
Mảng 1 chiều

Quiz
•
8th - 11th Grade
10 questions
Quiz Algortitma

Quiz
•
10th Grade
10 questions
Post-Test PEMROGRAMAN DASAR DENGAN PSEUDOCODE

Quiz
•
10th Grade
11 questions
CodeHS 5.3 Using Arrays

Quiz
•
9th - 12th Grade
11 questions
Trabajando con ArrayList

Quiz
•
9th - 12th Grade
15 questions
Pseudocode

Quiz
•
9th - 11th Grade
19 questions
IGCSE(0478)Paper 2 Test Challenge

Quiz
•
10th 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade