Year 8 Python

Quiz
•
Computers
•
8th Grade
•
Hard
matthew dallimore
Used 61+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
which of these are a correct print statement
Print("Computer science")
prit ("Computer science")
print (Computer science")
print ("Computer science")
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of these is suitable for a variable name
x = '4hello'
x = 'hello there'
x = 'hello'
x = hello there
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
which of the statements below will print properly?
x = 6
y = "I am"
print (y , x)
print ((int(y) , x)
print (y, (str(x))
print (y , (int(x))
4.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
I am used multiple times in a program; I can be changed and stored in memory. I am a ? ONE WORD ANSWER.
5.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
I am a data type. I can be a mix of letters and numbers/special characters. I am a ? ONE WORD ANSWER.
6.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
I am a data type. I am used to complete maths problems. what am I ? ONE WORD ANSWER
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which line in this program is incorrect?
if 6 > 8:
print ("Correct")
else
print ("Incorrect")
Line 1
Line 2
Line 3
Line 4
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Introduction to Python Turtle

Quiz
•
7th - 8th Grade
15 questions
Python - тест

Quiz
•
1st - 12th Grade
10 questions
str vs int

Quiz
•
8th Grade
11 questions
Python L24 Debugging Skill

Quiz
•
6th - 8th Grade
12 questions
алгоритм python

Quiz
•
6th - 8th Grade
10 questions
5 . Input Control LED

Quiz
•
6th - 8th Grade
10 questions
Intro to Python

Quiz
•
8th Grade
9 questions
6. Booleans and selections 4

Quiz
•
8th 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