Programming Quiz 2

Programming Quiz 2

11th Grade

13 Qs

quiz-placeholder

Similar activities

python intro

python intro

4th - 12th Grade

17 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Fundamentals of Python

Fundamentals of Python

9th - 12th Grade

13 Qs

Intro to Python

Intro to Python

9th - 12th Grade

10 Qs

python basics

python basics

9th - 12th Grade

11 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Basics of Python

Basics of Python

9th - 12th Grade

12 Qs

Programming Quiz 2

Programming Quiz 2

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Paul Greenwood

Used 11+ times

FREE Resource

13 questions

Show all answers

1.

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you have an error in your code what is the term to summarise finding and fixing that error?
Error checking
Debugging
Syntax finder
Error finder

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want more than one option for your code, what do you use (after if)?
elif
else
ifif

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you display text?
input
output
print
variable 

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
You can buy some chocloate
You are rich!
Get a job!
You almost have enough
Get a job!

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
You can buy some chocolate
You are rich
You almost have enough
Get a job!

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?