M1C9 Code Iterative Control (SK1)

M1C9 Code Iterative Control (SK1)

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz tentang Ergonomi dan Produktivitas

Quiz tentang Ergonomi dan Produktivitas

12th Grade

10 Qs

Smart relay

Smart relay

12th Grade

10 Qs

Quiz Sistem Pengukuran

Quiz Sistem Pengukuran

12th Grade - University

10 Qs

soal ulangan harian DDPK

soal ulangan harian DDPK

10th Grade

10 Qs

Asesmen awal

Asesmen awal

11th Grade

10 Qs

Komponen dan Diagram Rangkaian Lampu Sensor Suara

Komponen dan Diagram Rangkaian Lampu Sensor Suara

11th Grade

10 Qs

CBA Assessment

CBA Assessment

12th Grade

10 Qs

M1C9 Code Iterative Control (SK1)

M1C9 Code Iterative Control (SK1)

Assessment

Quiz

Engineering

9th - 12th Grade

Hard

Created by

Muhammad Syafiyadiy

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What should go in the blank to skip printing the number 2?

output:

0

1

3

4

skip

continue

break

return

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which loop type fits the code below to count down from 3 to 1?

if

for

while

do

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What keyword should go in the blank so the loop stops at i == 2 and only prints:

output:

0

1

continue

stop

exit

break

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What should be in the blank to print:

1

2

3

i >= 3

i == 3

i <= 3

i > 3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What should go in the blank to make this code output:

0

1

2

i <= 2

i < 3

i < 2

i == 3