Python

Quiz
•
Computers
•
6th - 10th Grade
•
Hard

Rafael Diolatzis
Used 130+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will this python code do?
print("Hello, World")
Display Hello, World
Sent a message to our printer to print Hello, World in a paper
Display "Hello, World"
Nothing its syntax is wrong
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
how do we assign to the variable x a value of 5?
var x = 5;
var x = 5
x = 5
(x) == 5
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Whats wrong with the script below?
print(a+b)
a = 5
b = 10
The program doesn' t now what a and b is.
The print function should be print("a+b")
The print function should be print(a + b)
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
click the correct if function:
if x = 5:
if x = num(5):
if x == 5:
if x = float(num(5)):
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Whats the correct boolean type:
x == 5
x = 5
x = condition(True)
x = True
x == True
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
why will the following script won't work?
user_input1 = input("Enter a number: ")
user_input2 = input("Enter a second number: ")
print(user_input1 + user_input2)
Because variables cannot be longer than 1 word
Because user_input1 and user_input2 is a string
Because input is an invalid function
Because python will always thing that it has to add 1+2
It will work
7.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Click all the functions that exist in python:
elif
function
if
float()
key_input
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
IDT UNIT 3

Quiz
•
9th - 12th Grade
12 questions
Python

Quiz
•
7th - 8th Grade
15 questions
Python

Quiz
•
6th Grade - University
17 questions
Python Variables - String vs Integer

Quiz
•
9th - 11th Grade
12 questions
Ponteiros em C

Quiz
•
9th - 12th Grade
18 questions
Python ծրագրավորման լեզու

Quiz
•
8th Grade
17 questions
Project Stem Python Unit 1 Test Review

Quiz
•
9th - 12th Grade
19 questions
Parameters and Return Review

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade