ICT Quiz

ICT Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Pseudocode Input

Pseudocode Input

9th - 12th Grade

10 Qs

Tes Informatika

Tes Informatika

10th Grade

15 Qs

Selection and Condition in Programming

Selection and Condition in Programming

1st - 11th Grade

10 Qs

Introduction to Python Programming

Introduction to Python Programming

7th - 10th Grade

12 Qs

Lists, Subroutines and Sequence in Pseudocode - Python

Lists, Subroutines and Sequence in Pseudocode - Python

1st - 11th Grade

14 Qs

P1.3 - Solution planning

P1.3 - Solution planning

10th Grade - University

11 Qs

Programming with C++

Programming with C++

9th - 12th Grade

10 Qs

String Manipulation Quiz

String Manipulation Quiz

10th - 11th Grade

10 Qs

ICT Quiz

ICT Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

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

Media Image

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?