python_quiz

python_quiz

9th Grade

11 Qs

quiz-placeholder

Similar activities

Introduction to Programming Vocabulary

Introduction to Programming Vocabulary

9th - 12th Grade

16 Qs

Programming Constructs - Bitesize

Programming Constructs - Bitesize

KG - 11th Grade

10 Qs

If Else Statements

If Else Statements

6th - 9th Grade

7 Qs

Karel If Statement

Karel If Statement

9th - 12th Grade

11 Qs

CS Edexcel Unit 6 Part 3 - Selection

CS Edexcel Unit 6 Part 3 - Selection

9th - 10th Grade

6 Qs

Gmetrix JavaScript Session 4 Test

Gmetrix JavaScript Session 4 Test

9th - 12th Grade

12 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

OCR 1.1 Systems Architecture Revision

OCR 1.1 Systems Architecture Revision

9th - 11th Grade

16 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?