2.2 Programming techniques - repetition

2.2 Programming techniques - repetition

11th Grade

10 Qs

quiz-placeholder

Similar activities

IB CS Topic 4

IB CS Topic 4

11th - 12th Grade

9 Qs

Computer Science

Computer Science

11th - 12th Grade

9 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Week 7 #1 - Conditionals, Predicates, and Variables

Week 7 #1 - Conditionals, Predicates, and Variables

7th - 12th Grade

8 Qs

coding

coding

KG - Professional Development

15 Qs

Programming Techniques

Programming Techniques

11th - 12th Grade

10 Qs

Python:  Rock, Scissors, Paper

Python: Rock, Scissors, Paper

10th - 12th Grade

10 Qs

Chapter 3 - Think Python - Voc

Chapter 3 - Think Python - Voc

9th - 12th Grade

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