Python

Python

11th - 12th Grade

35 Qs

quiz-placeholder

Similar activities

AP Computer Science A Year Review

AP Computer Science A Year Review

9th - 12th Grade

40 Qs

Python

Python

9th - 11th Grade

40 Qs

ITFun Objective 4- Software Development P1

ITFun Objective 4- Software Development P1

11th - 12th Grade

33 Qs

Python

Python

11th Grade

38 Qs

[AP CSP] Midterm Review (Semester 1)

[AP CSP] Midterm Review (Semester 1)

9th - 12th Grade

30 Qs

Python Programming

Python Programming

10th - 12th Grade

40 Qs

MY PYTHON CH 4 REVIEW

MY PYTHON CH 4 REVIEW

8th Grade - Professional Development

38 Qs

Python

Python

8th - 12th Grade

40 Qs

Python

Python

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Tim Sutherland

Used 16+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = 'Dave'

print(name)

Dave

'Dave'

name

(name)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

greeting = "Good morning " + name

print(greeting)

Good morning "Dave"

Good morning Dave

Good morning name

Good morning + Dave

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would print(10 + 16) give as output?

Error

Nothing

10 + 16

26

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these would work as a piece of code?
IF answer == "Yes":
if answer == "Yes"
if answer == "Yes":
if answer = "yes":

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want more than one option with an if statement, what do you use?

elif

else

ifif

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output for print(12/6)?

1

2

6

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

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?