COMP2_Quiz7

COMP2_Quiz7

University

19 Qs

quiz-placeholder

Similar activities

AP Computer Science Principles Control Structures

AP Computer Science Principles Control Structures

University

14 Qs

PYTHON BOOTCAMP

PYTHON BOOTCAMP

University

15 Qs

coding quiz

coding quiz

5th Grade - Professional Development

20 Qs

Decision In C

Decision In C

University

16 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

For Loop Method in Python

For Loop Method in Python

9th Grade - University

20 Qs

while loop

while loop

University

15 Qs

Looping & Functions C++

Looping & Functions C++

University

20 Qs

COMP2_Quiz7

COMP2_Quiz7

Assessment

Quiz

Computers, Professional Development

University

Medium

Created by

Angela Cruz

Used 12+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It allows us to execute a statement or group of statements multiple times.

Selection

Iteration

Sequential

Conrtol Structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the most useful and powerful code structure

Selection

Iteration

Sequential

Conrtol Structure

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It repeats a statement or group of statements while a given condition is TRUE.

while loop

for loop

nested loop

do while loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It executes a sequence of statements multiple times and abbreviates the code that manages the loop variable.

while loop

for loop

nested loop

do while loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tis loop allows s the looping of statements inside another loop

while loop

for loop

nested loop

do while loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).

while loop

for loop

nested loop

do while loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a function that returns a sequence of numbers starting from 0 (by default), increments by 1 (by default), and stops before a specified number

range

break

continue

pass

else

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?