Lesson 2 Recap

Lesson 2 Recap

University

7 Qs

quiz-placeholder

Similar activities

Introduction to Computer Programming

Introduction to Computer Programming

6th Grade - University

10 Qs

Arrays

Arrays

KG - University

10 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

BE4 UPS 3 D2T10

BE4 UPS 3 D2T10

University

12 Qs

Java Programming

Java Programming

University

11 Qs

QUIZ 3

QUIZ 3

University

10 Qs

SAS PG2 Processing Data Iteratively

SAS PG2 Processing Data Iteratively

University

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 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