PYTHON 1

PYTHON 1

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Iteration

Iteration

9th - 12th Grade

15 Qs

Quiz 13 - For Loops

Quiz 13 - For Loops

11th Grade

10 Qs

List Review Quiz

List Review Quiz

9th - 12th Grade

14 Qs

Hour of Code

Hour of Code

4th Grade - Professional Development

13 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

python loops

python loops

7th - 12th Grade

14 Qs

1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

Python Lesson 4 Iteration

Python Lesson 4 Iteration

10th - 11th Grade

10 Qs

PYTHON 1

PYTHON 1

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Shoba Ram

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What plays vital role in python programming?

indentation

statements

control

structure

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

________ is the short form of " else if " statement

nested if

el if

else

if

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which line of code produces an error?

" one"+ " 2"

3+4

"7"+'8'

'5'+ 6

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x =10

if (x>0):

print(x)

the output is ?

100

1

0

10

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In programming, what is iteration?

The order in which instructions are carried out

The repetition of steps within a program

A decision point in a program

Testing a program to make sure it works

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

FOR loops are

not part of programming

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A condition is

a statement that is either True or False

a list

a string

an integer

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?