Programming Quiz 1

Programming Quiz 1

11th Grade

11 Qs

quiz-placeholder

Similar activities

Basic Python Print statement and variable ceations

Basic Python Print statement and variable ceations

7th - 12th Grade

15 Qs

Intro to Python Test

Intro to Python Test

3rd - 12th Grade

11 Qs

Intro to Python recap

Intro to Python recap

10th Grade - Professional Development

11 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Python Reflect

Python Reflect

8th Grade - University

13 Qs

python basics

python basics

11th Grade - University

15 Qs

python

python

3rd Grade - University

12 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Programming Quiz 1

Programming Quiz 1

Assessment

Quiz

Computers

11th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Paul Greenwood

Used 14+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function takes a users input
print()
int()
input()
def

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the most appropriate data type for: "13th December"
Float
Boolean
Integer
String

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A location in memory used to store data that can be changed.
Constant
Value
Variable
Iteration

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax is:
Words that have a special meaning in the programming language
Rules that must be followed when writing a program
Punctuation
a.  Symbols or words that perform operations.

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?