Intro to Python

Quiz
•
Computers
•
8th Grade
•
Medium

Neil Stephens
Used 117+ times
FREE Resource
10 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Which word is missing from this line of code, trying to show a welcome message on the screen?
("Welcome to Quizizz")
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the correct syntax to put some text on the console screen?
Print ("Hello world")
print ("Hello world")
print (Hello world)
print "Hello world"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a variable?
A way of printing information to the console window.
A user-friendly name for stored data, which cannot change as the program runs.
A way of having the user type in information whilst the program is running.
A user-friendly name for stored data, which can change as the program runs.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To assign an input to a variable, called 'name', which of the following would be used?
name = print("What is your name?")
name = input("What is your name?")
name = input print("What is your name?")
input name ("What is your name?")
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Some data is assigned to a variable as follows:
username = "Mr Stephens"
Which of these is the correct way to print out a message which includes the username?
print ("Welcome to the game", username)
output ("Welcome to the game", username)
print ("Welcome to the game, username")
print (Welcome to the game, username)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would this output to the console screen?
userID = 143
username = "Donald"
print ("The username is, username and the ID is, userID")
The username is, username and the ID is, userID
The username is 143 and the ID is Donald
Nothing, it would cause an error
The username is Donald and the ID is 143
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name given to a place in memory where we want to store some information that may change as the program runs?
syntax
constant
variable
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Linux-2 Quiz 2 -- LAMP

Quiz
•
1st - 12th Grade
15 questions
Multimedia Lesson 2

Quiz
•
6th - 8th Grade
10 questions
Creating Database Tables

Quiz
•
8th - 10th Grade
7 questions
-Internet: Electronic Mail

Quiz
•
5th Grade - Professio...
10 questions
Email Etiquette

Quiz
•
8th - 9th Grade
10 questions
Informatika

Quiz
•
6th - 8th Grade
10 questions
Python Math

Quiz
•
1st - 12th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade