Python - Branching and Looping - 1

Python - Branching and Looping - 1

6th Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Python

Python

11th Grade

20 Qs

Python - If Else...

Python - If Else...

9th Grade

19 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python - Branching and Looping - 1

Python - Branching and Looping - 1

Assessment

Quiz

Computers, Professional Development

6th Grade - Professional Development

Medium

Created by

Lathika Valavan

Used 13+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do we differentiate the body of the loop from the rest of the code?

Writing loop above.

Writing loop below the whole code.

Using proper indentation.

All are correct.

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

a, b = 12, 5

if a + b: print('True')

else: print('False')

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

Given the nested if-else structure below, what will be the value of x after code execution completes

2

0

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Given the nested if-else below, what will be the value x when the code executed successfully

0

4

2

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Mark the output:

cpp

learnpython

java

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is the output?

Or learning python?

Or learning python 4 sona

Am I learning python?

Or learning python? Or learning python 4 sona

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is the output?

You rock

Not interested

None

Error

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?