Lesson 2 Recap

Lesson 2 Recap

University

7 Qs

quiz-placeholder

Similar activities

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

Arduino Quiz

Arduino Quiz

University

10 Qs

Quiz Ke 8 alprog if-09

Quiz Ke 8 alprog if-09

University

10 Qs

8. Fungsi Rekursif

8. Fungsi Rekursif

University

10 Qs

Java Control Flow and Collections

Java Control Flow and Collections

University

10 Qs

BE4 UPS 3 D2T10

BE4 UPS 3 D2T10

University

12 Qs

RobotC Quiz

RobotC Quiz

9th Grade - University

10 Qs

Grade2-Term3-Shj

Grade2-Term3-Shj

4th Grade - University

10 Qs

Lesson 2 Recap

Lesson 2 Recap

Assessment

Quiz

Computers

University

Medium

Created by

P zet

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

I want to iterate through a list of numbers, what loop should I use?

integer loop

while loop

for loop

index loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will this loop execute?

it won't terminate

9

10

11

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the value of a at the end of this program?

1

2

0

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the value of a at the end of this program?

1

2

0

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the value of a at the end of this program?

1

2

3

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword should I use to exit out of a loop?

quit

return

continue

break

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the value of a at the end of this program?

10

3

4

5