2.2 Programming techniques - repetition

2.2 Programming techniques - repetition

11th Grade

10 Qs

quiz-placeholder

Similar activities

Recursion in Java

Recursion in Java

11th - 12th Grade

15 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

coding

coding

KG - Professional Development

15 Qs

Programming Concepts - Algorithms with array

Programming Concepts - Algorithms with array

7th Grade - University

10 Qs

Explaining Scratch Code - Basics

Explaining Scratch Code - Basics

5th - 11th Grade

10 Qs

APCSA Search & Sort

APCSA Search & Sort

9th - 12th Grade

15 Qs

Quiz 13 - For Loops

Quiz 13 - For Loops

11th Grade

10 Qs

Storage Devices

Storage Devices

10th - 12th Grade

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