ICT exam revision quiz

ICT exam revision quiz

7th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Python Quiz - 4

Python Quiz - 4

6th - 8th Grade

10 Qs

Bash Review 2

Bash Review 2

7th - 8th Grade

10 Qs

Programming

Programming

1st - 10th Grade

10 Qs

Small Basic Mid Point Review

Small Basic Mid Point Review

6th - 12th Grade

8 Qs

Python

Python

8th Grade

12 Qs

Understanding Python Conditional Statements

Understanding Python Conditional Statements

7th Grade

10 Qs

Quiz#5

Quiz#5

8th Grade

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

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