Search Header Logo

Python and PseudoCode Quiz

Authored by Colin Smethurst

Computers

10th Grade

Used 5+ times

Python and PseudoCode Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types in Python can hold multiple values?

Float

List

String

Integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following Python code snippet?

str = "hello"

print(str[2:5])

ello

llo

hel

eo

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a control structure used to repeat a block of code in Python?

If-else

For loop

Function

Class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following pseudo code? ``` IF temperature > 30 THEN PRINT "Hot" ELSE PRINT "Cold" ``` Assume `temperature = 25`.

Hot

Cold

Error

Nothing

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to define a function in Python?

`def myFunction:`

`function myFunction()`

`def myFunction():`

`myFunction()`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `return` statement in a Python function?

To exit the function

To return a value to the caller

To print a value

To define a function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a Boolean data type in Python?

`True`

`1`

`"True"`

`None`

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?