2.2 Programming techniques - repetition

2.2 Programming techniques - repetition

11th Grade

10 Qs

quiz-placeholder

Similar activities

Optical Storage

Optical Storage

11th Grade

10 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

Introduction to the Personal Computer

Introduction to the Personal Computer

KG - University

15 Qs

Vocabulary Do Now 1

Vocabulary Do Now 1

9th - 12th Grade

10 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

OCR GCSE - CPU Role and registers

OCR GCSE - CPU Role and registers

9th - 12th Grade

15 Qs

Fetch-Execute Cycle

Fetch-Execute Cycle

9th - 12th Grade

14 Qs

2.2 Programming techniques - repetition

2.2 Programming techniques - repetition

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Alison Heal

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable is

a named value in memory that can be changed

a named value in memory that cannot be changed

a unnamed value in memory that can be changed

a named value on the hard drive can be changed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A constant is

a named value in memory that can be changed

a named value in memory that cannot be changed

a unnamed value in memory that can be changed

a named value on the hard drive can be changed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An example of a constant could be..

Username

Length of side

Pi

Area

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(10):

What type of loop is this?

Count controlled

Condition controlled

Uncontrolled

It's not a loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

while x != 0:

What type of loop is this?

Count controlled

Condition controlled

Uncontrolled

It's not a loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to initialise a list?

list = {1,2,3,4}

list (1,2,3,4)

list = [1,2,3,4]

[1,2,3,4]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if x == 10 THEN

print (x)

this is an example of..

iteration

concatenation

selection

recursion

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?