Python Basics 4

Python Basics 4

University

20 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

KG - University

16 Qs

Looping & Functions C++

Looping & Functions C++

University

20 Qs

9618 Chp11 Programming Basics Quiz

9618 Chp11 Programming Basics Quiz

11th Grade - University

20 Qs

Quiz - Control Structure in C programming

Quiz - Control Structure in C programming

University

15 Qs

FOP - CHAPTER 7

FOP - CHAPTER 7

University

15 Qs

PERULANGAN WHILE DO

PERULANGAN WHILE DO

University

20 Qs

Quiz I - Programming in C

Quiz I - Programming in C

University

20 Qs

Decision In C

Decision In C

University

16 Qs

Python Basics 4

Python Basics 4

Assessment

Quiz

Computers

University

Hard

Created by

Tracy Therese

Used 33+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a loop?

Allows execution of single statements only

Allows you to return to the beginning of the program

Allows execution of groups of statements all at once

Allows execution of statement or group of statements multiple times

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an iteration?

A single loop

Repeated execution of a list of statements.

Repeated execution of loops

Repeated execution of variables

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Types of loops (choose all correct answers)

for

while

break

while

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repeats statements or a group of statements while a given condition is true

while loop

for loop

nested loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Executes a sequence of statements multiple times and abbreviates the code that manages the loop variable

while loop

for loop

nested loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use of one or more loops inside any other while, for or do....while loop

while loop

for loop

nested loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Terminates the loop statement and transfers execution to the statement immediately following the loop

pass statement

continue statement

break statement

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?