Programming Quiz 1

Programming Quiz 1

11th Grade

11 Qs

quiz-placeholder

Similar activities

python basics

python basics

11th Grade - University

15 Qs

Test - Python básico II

Test - Python básico II

9th - 12th Grade

16 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

String Quiz

String Quiz

9th - 12th Grade

15 Qs

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

Programming Quiz 1

Programming Quiz 1

Assessment

Quiz

Computers

11th Grade

Medium

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?