python_quiz

python_quiz

9th Grade

11 Qs

quiz-placeholder

Similar activities

coding

coding

KG - Professional Development

15 Qs

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

Loops in Java

Loops in Java

9th - 12th Grade

12 Qs

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Subroutines

Subroutines

9th - 11th Grade

16 Qs

Sequencing, Selection and Iteration

Sequencing, Selection and Iteration

8th - 10th Grade

12 Qs

Module 10 Vocabulary

Module 10 Vocabulary

9th Grade

12 Qs

while loop

while loop

9th Grade

10 Qs

python_quiz

python_quiz

Assessment

Quiz

Computers

9th Grade

Hard

Created by

ah h

Used 11+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

control structure

block of programming that analyses variables and chooses a direction in which to go based on given parameters

allows one set of statements to be executed if a condition is true and another set of actions to be executed if a condition is false

line-by-line execution by which statements are executed sequentially, in the order they appear in the program

executes a sequence of statements repeatedly as long as a condition holds true

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

selection control structure

block of programming that analyses variables and chooses a direction in which to go based on given parameters

allows one set of statements to be executed if a condition is true and another set of actions to be executed if a condition is false

line-by-line execution by which statements are executed sequentially, in the order they appear in the program

executes a sequence of statements repeatedly as long as a condition holds true

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

sequential control structure

block of programming that analyses variables and chooses a direction in which to go based on given parameters

allows one set of statements to be executed if a condition is true and another set of actions to be executed if a condition is false

line-by-line execution by which statements are executed sequentially, in the order they appear in the program

executes a sequence of statements repeatedly as long as a condition holds true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

indentation

way of telling an interpreter that the group of statements belongs to a particular block of code

terminates the current loop and resumes execution at the next statement

skip the current iteration and move to the next iteration inside a loop

executes a sequence of statements repeatedly as long as a condition holds true

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

break

way of telling an interpreter that the group of statements belongs to a particular block of code

terminates the current loop and resumes execution at the next statement

skip the current iteration and move to the next iteration inside a loop

executes a sequence of statements repeatedly as long as a condition holds true

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

continue

way of telling an interpreter that the group of statements belongs to a particular block of code

terminates the current loop and resumes execution at the next statement

skip the current iteration and move to the next iteration inside a loop

executes a sequence of statements repeatedly as long as a condition holds true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the code to compare two numbers and print the greatest/smallest number using:

(a) if statement

b) if-else statement

(c) if-elif-else statement

Not

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?