Python -Pseudocode Quiz

Python -Pseudocode Quiz

10th Grade

15 Qs

quiz-placeholder

Similar activities

Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

8th - 10th Grade

20 Qs

J277 - 2.2 - Functions in Python

J277 - 2.2 - Functions in Python

10th Grade - University

10 Qs

8525 AQA GCSE  3.1.1 Pseudo-code

8525 AQA GCSE 3.1.1 Pseudo-code

10th - 11th Grade

14 Qs

ASK  Bab 2 :ALGORITMA #1 :SK PILIHAN BERSARANG & SK ULANGAN

ASK Bab 2 :ALGORITMA #1 :SK PILIHAN BERSARANG & SK ULANGAN

7th - 12th Grade

15 Qs

CP 1 ~ 5.01/5.02 - Programming Errors & Debugging

CP 1 ~ 5.01/5.02 - Programming Errors & Debugging

10th Grade

18 Qs

C++ programming

C++ programming

7th - 12th Grade

20 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Functions With Return Values U1M2 Python

Functions With Return Values U1M2 Python

9th - 12th Grade

12 Qs

Python -Pseudocode Quiz

Python -Pseudocode Quiz

Assessment

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?