ICT Quiz

Quiz
•
Computers
•
10th Grade
•
Hard
Coach Leon
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The part that we specify our variables and types of the variable in our pseudocode is:
Title
Declaration
Algorithm
Pseudocode
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the pseudocode that gives the value of "ICT" to the variable "lesson"?
lesson <-- "ICT"
lesson <-- ICT
"lesson" <-- ICT
"lesson" <-- "ICT"
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the pseudocode
x <-- 8
y <-- 10
print(x > y)
What is the printed value?
8 > 10
True
False
x > y
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the difference of:
x <-- 8
and
read(x)
x <-- 8 means that the user input the value 8.
read(x) means that the computer does not know the value of x
x <-- 8 means that the 8 is the random value of x
read(x) means the user of the program can freely input the value of x.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does this symbol correspond in pseudocode?
x <-- 8
x > 8 AND y > 10
if x > 8
...
else
...
x + 8 = 15
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
This programming quiz is using the concept of:
Variables
If case
Arithmetic operation
All of them
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which one is not a simple type of variable?
float
boolean
set
string
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Introduction to Python Programming

Quiz
•
7th - 10th Grade
11 questions
P1.3 - Solution planning

Quiz
•
10th Grade - University
10 questions
Python IF Statements

Quiz
•
9th - 12th Grade
8 questions
Representing Algorithms

Quiz
•
9th - 11th Grade
10 questions
Kuis Algoritma Dasar

Quiz
•
10th Grade
10 questions
Programming Basics

Quiz
•
9th - 10th Grade
10 questions
Kuis tipedata, flowchart informatima kelas X j4njang SMA

Quiz
•
9th - 12th Grade
7 questions
Pseudocode Practice Quiz

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
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