Programming Quiz 2

Programming Quiz 2

11th Grade

13 Qs

quiz-placeholder

Similar activities

Inputs and Variables

Inputs and Variables

9th - 11th Grade

12 Qs

String Quiz

String Quiz

9th - 12th Grade

15 Qs

Python Lesson 3

Python Lesson 3

8th - 11th Grade

18 Qs

Python Quiz 1

Python Quiz 1

1st - 12th Grade

18 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

PYTHON - SKILL#1.1 - JR

PYTHON - SKILL#1.1 - JR

11th Grade

13 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Python Programming Basics

Python Programming Basics

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