
Python -Pseudocode Quiz

Quiz
•
Computers
•
10th Grade
•
Hard
Used 4+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("Hello, World!")
output "Hello, World!"
set A = "Hello, World!"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = 10
set x = 10
if x = 10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if x > 5:
print("Greater")
if x > 5
output "Greater"
end if
x > 5
output "Greater"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for i in range(5):
print(i)
for i = 1 to 5
output i
end for
for i = 0 to 4
output i
end for
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = x + 1
x = x + 1
x + 1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def greet():
print("Hello")
Declare greet
output "Hello"
End Subroutine
Declare greet
End Subroutine
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
greet()
call greet
greet
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Functions With Return Values U1M2 Python

Quiz
•
9th - 12th Grade
20 questions
Basic Python

Quiz
•
10th - 12th Grade
11 questions
1.1 - Computer System

Quiz
•
KG - University
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
10 questions
Python Basics

Quiz
•
8th - 10th Grade
20 questions
Java Conditional Constructs

Quiz
•
9th - 10th Grade
17 questions
Python Conditionals

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade