ICT exam revision quiz

ICT exam revision quiz

7th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Python Quiz - 6

Python Quiz - 6

6th - 8th Grade

10 Qs

Hour of Code ESL

Hour of Code ESL

6th - 8th Grade

14 Qs

Scratch

Scratch

8th Grade

13 Qs

COMPUTER CLASS 8

COMPUTER CLASS 8

8th Grade

10 Qs

Programming Concepts Using Visual Coding

Programming Concepts Using Visual Coding

7th Grade

10 Qs

Test

Test

7th Grade

13 Qs

Flowcharts and algorithms

Flowcharts and algorithms

8th - 10th Grade

8 Qs

Scratch -if else

Scratch -if else

6th - 8th Grade

12 Qs

ICT exam revision quiz

ICT exam revision quiz

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

꧁פSalmonפ꧂ ꧁פSalmonפ꧂

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many loops are there?

1

2

3

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

IDLE is also known as..

Coding Mode

Scripting Mode

Interactive Mode

Seed

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

TRUE/FALSE:

Python assumes any non-zero and non-null values as false.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Elif is a short way to say...

Elephant Farted

Else If

If Else

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following are NOT the syntax for if statement?

if expression: statement(s)

if expression: loop(s)

if expression: loop(s) else: loop(s)

if expression: statement(s) else: statement(s)

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In the while loop, _____ is first checked.

Statement

Condition

Body

Increment / Decrement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The elif statement allows you to...

Check multiple conditions for True

Have a new option for if and else, if it is false

Check if and else statement

Have a break, have a KitKat

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these are not the use of print function?

to take input from user

for output operations

to assign a variable

to ask the user to provide a value to do mathematical operations

9.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A set of characters represented within quotation marks are called..