Programming Quiz 1

Programming Quiz 1

11th Grade

11 Qs

quiz-placeholder

Similar activities

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

Syntax and Logic Errors

Syntax and Logic Errors

9th - 11th Grade

12 Qs

python

python

3rd Grade - University

12 Qs

While Loops

While Loops

11th Grade - University

15 Qs

Python Lists

Python Lists

10th - 12th Grade

15 Qs

strings

strings

11th Grade

15 Qs

Untitled Quiz

Untitled Quiz

9th Grade - University

14 Qs

Python Strings

Python Strings

8th - 12th Grade

14 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?