Programming Quiz 2

Programming Quiz 2

11th Grade

13 Qs

quiz-placeholder

Similar activities

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Inputs and Variables

Inputs and Variables

9th - 11th Grade

12 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

PYTHON - SKILL#1.1 - JR

PYTHON - SKILL#1.1 - JR

11th Grade

13 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

Python continuation

Python continuation

11th Grade

18 Qs

Syntax and Logic Errors

Syntax and Logic Errors

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