Program Development - Python: Code Basics 1

Program Development - Python: Code Basics 1

8th - 10th Grade

16 Qs

quiz-placeholder

Similar activities

Welcome back ECS Review

Welcome back ECS Review

9th - 12th Grade

20 Qs

Grade 7

Grade 7

7th - 8th Grade

21 Qs

Lesson 9 - The internet

Lesson 9 - The internet

8th Grade

12 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Python year 9

Python year 9

8th - 11th 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?