Program Development - Python: Code Basics 1

Program Development - Python: Code Basics 1

8th - 10th Grade

16 Qs

quiz-placeholder

Similar activities

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

For Loops HW

For Loops HW

9th - 12th Grade

12 Qs

Python Variables

Python Variables

9th Grade

12 Qs

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

Python

Python

7th - 8th Grade

13 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Program Development - Python: Code Basics 1

Program Development - Python: Code Basics 1

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Used 31+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = 'Fred'

print (name)

Fred

'Fred'

name

(name)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the answer to print (16//5)?

1

3

21

165

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comment lines in code?
To compliment your work so you feel better about it.
To explain the code that follows it.
To make the code compile.
To make your code longer so you get more points.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns the remainder from division.
boolean
modulus
variables
exponents

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output from the following code?
print(17%5)
3
3.4
2
12

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the assignment operator?
+=
=
->
==

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("3*4+5")
SyntaxErrror
17
3*4+5
12

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?