
Python Basics for Grade 8
Quiz
•
Information Technology (IT)
•
8th Grade
•
Hard
ahmed HMED
Used 1+ times
FREE Resource
41 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of print('Hello, World!')?
Hello, World
Hello World!
Hello, World!
Hello, World!!
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you use the input function to get user input?
Use the print() function to get user input.
Call the input() method on a string object.
Use the read() function to capture user input.
Use the input() function to get user input.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write a simple if statement to check if a number is positive.
if (number == 0) { /* number is zero */ }
if (number < 0) { /* number is negative */ }
if (number > 0) { /* number is positive */ }
if (number >= 0) { /* number is non-negative */ }
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code print? print(5 > 3)
False
True
5 < 3
3 > 5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you concatenate strings in a print statement?
Strings can be concatenated by placing them next to each other without any operator.
Use the '+' operator to concatenate strings.
Use the '*' operator to concatenate strings.
You can concatenate strings by using the '&' operator.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write a for loop that prints numbers from 1 to 5.
for i in range(1, 5): print(i)
for i in range(1, 6): print(i)
for i in range(1, 10): print(i)
for i in range(0, 6): print(i)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the input function in Python?
To take input from the user.
To store data in a variable.
To execute a loop in Python.
To define a function in Python.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Information Technology (IT)
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
20 questions
Physical and Chemical Changes
Quiz
•
8th Grade
6 questions
Veterans Day
Lesson
•
8th Grade
13 questions
Finding slope from graph
Quiz
•
8th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
20 questions
Slope from a Graph
Quiz
•
8th Grade
