2.2 Programming techniques - repetition

2.2 Programming techniques - repetition

11th Grade

10 Qs

quiz-placeholder

Similar activities

Board Game Trivia!

Board Game Trivia!

5th Grade - University

13 Qs

Computer quiz

Computer quiz

KG - Professional Development

10 Qs

System Unit

System Unit

10th Grade - University

15 Qs

Computer Storage

Computer Storage

KG - University

10 Qs

The CPU

The CPU

KG - University

11 Qs

Computer Hardware

Computer Hardware

9th - 12th Grade

15 Qs

TỔNG HỢP PHẦN CỨNG MÁY TÍNH (LỚP 3.5)

TỔNG HỢP PHẦN CỨNG MÁY TÍNH (LỚP 3.5)

1st - 12th Grade

10 Qs

Information Technology Acronyms for GenCyber

Information Technology Acronyms for GenCyber

6th - 12th Grade

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