Programming Constructs - Bitesize

Programming Constructs - Bitesize

KG - 11th Grade

10 Qs

quiz-placeholder

Similar activities

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

2.2 Programming Fundamentals - Bytesize

2.2 Programming Fundamentals - Bytesize

11th Grade

10 Qs

DECI - Week 5 - round

DECI - Week 5 - round

Professional Development

10 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

Algorithm and Control Structures Quiz

Algorithm and Control Structures Quiz

12th Grade

12 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

Programming Lesson 3

Programming Lesson 3

6th - 8th Grade

12 Qs

Scratch Lesson 5 Quiz

Scratch Lesson 5 Quiz

6th - 8th Grade

15 Qs

Programming Constructs - Bitesize

Programming Constructs - Bitesize

Assessment

Quiz

Computers

KG - 11th Grade

Hard

Created by

Susana Morton

Used 21+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What are the three basic programming constructs?

Sequence, selection and iteration

Sequence, selection and looping

Sequence, iteration and looping

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following statements implement a count-controlled iteration?

for next

repeat until

while endwhile

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a sequence?

A programming construct that determines the order in which data is stored

A programming construct that determines the order in which instructions are carried out

A programming construct that determines the order in which files are accessed

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which form of condition-controlled iteration tests the condition at the end of the loop?

repeat until

for next

while endwhile

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which form of condition-controlled iteration tests the condition at the start of the loop?

repeat until

while endwhile

for next

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is another name for iteration?

Selecting

Repeating

Looping

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following allows a programmer to implement selection?

for next

if then else

if while else

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?