Programming constructs & for loops

Programming constructs & for loops

9th Grade

15 Qs

quiz-placeholder

Similar activities

Blockly

Blockly

6th - 9th Grade

15 Qs

Python Revision

Python Revision

7th - 9th Grade

14 Qs

What is a flowchart?

What is a flowchart?

7th - 11th Grade

17 Qs

Selection Control Structure  Quiz

Selection Control Structure Quiz

6th Grade - University

10 Qs

Python beginner quiz

Python beginner quiz

9th Grade

13 Qs

Programming year 9

Programming year 9

9th - 12th Grade

16 Qs

Year 8 topic 1 + 2

Year 8 topic 1 + 2

9th Grade

10 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Programming constructs & for loops

Programming constructs & for loops

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Christine Ince

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An example of Selection in Python is

If

For

While

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While loop is an example of which programming construct?

Sequence

Selection

Iteration

Variables

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following is code contains:

Selection only

Sequence only

Selection and iteration

Iteration only

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The following is code contains:

Selection only

Sequence only

Selection and iteration only

Selection, Sequence and iteration

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this program if grade = 65?

Distinction

Merit

Pass

Fail

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code display? for x in range(10): print("Hello")

Hello 10 times

Hello 9 times

An error

x 10 times

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the following code display? for x in range(10): print("Nice")

Nice 10 times

Nice 9 times

An error

x

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?