Control Structures – Conditional Statements & Loops

Control Structures – Conditional Statements & Loops

11th Grade

5 Qs

quiz-placeholder

Similar activities

Aula 09

Aula 09

9th - 12th Grade

10 Qs

pengenalan pemprograman prosedural1

pengenalan pemprograman prosedural1

8th Grade - University

5 Qs

Struktur Dasar Bahasa Pemrograman C++

Struktur Dasar Bahasa Pemrograman C++

11th Grade

10 Qs

Section 2.12 – While Loops in Karel

Section 2.12 – While Loops in Karel

11th Grade

5 Qs

Coding Challenge for Grade 11 Students

Coding Challenge for Grade 11 Students

11th Grade

10 Qs

Quiz Pengetahuan Umum Komputer

Quiz Pengetahuan Umum Komputer

3rd Grade - University

10 Qs

Pengenalan materi

Pengenalan materi

11th Grade

7 Qs

ICT BEL 4

ICT BEL 4

4th Grade - University

10 Qs

Control Structures – Conditional Statements & Loops

Control Structures – Conditional Statements & Loops

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

Tarra Jackson

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

What will be the output of the following code?

Small

Big

Error

Nothing

2.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Which keyword is used to check additional conditions after an if statement?

else

elif

while

for

3.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What will happen if the condition in a while loop never becomes False?

The program will run correctly.

The program will stop immediately.

The program will enter an infinite loop.

The program will crash before running.

4.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

How many times will this for loop execute?

2

3

4

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Which of the following is NOT a loop in Python?

while

repeat

for

None of the above