ICT exam revision quiz

ICT exam revision quiz

7th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Python Fundamentals

Python Fundamentals

8th Grade

12 Qs

Chapter Test - Module 15 (For Loops)_G7Loyalty

Chapter Test - Module 15 (For Loops)_G7Loyalty

7th Grade

14 Qs

python 2

python 2

8th - 9th Grade

14 Qs

Homework 1 Edublocks

Homework 1 Edublocks

7th - 9th Grade

12 Qs

Boolean

Boolean

6th - 8th Grade

12 Qs

Q&A – Compare & Contrast Algorithms (Primary 4 – 4CT.04)

Q&A – Compare & Contrast Algorithms (Primary 4 – 4CT.04)

4th Grade - University

11 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

Code.Org Vocabulary Quiz - Conditionals

Code.Org Vocabulary Quiz - Conditionals

6th - 8th Grade

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