quiz_4

quiz_4

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics ;)

Python Basics ;)

11th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Strings in python -1

Strings in python -1

11th Grade

22 Qs

Bài kiểm tra số 2

Bài kiểm tra số 2

9th - 12th Grade

20 Qs

Sequence, Selection and Iteration

Sequence, Selection and Iteration

11th Grade

22 Qs

Y9 List Introduction

Y9 List Introduction

9th Grade

18 Qs

Python Math & Conditionals 313

Python Math & Conditionals 313

9th - 12th Grade

20 Qs

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

quiz_4

quiz_4

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ibrahim Khaleel

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

To exit the function

To print a value to the console

To return a value from the function

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the code shown in the image?

#

#

#

#

####

#

##

###

####

#

##

###

####

#####

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

Finite number

Doable steps

Provides solution

All the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following statement?

type('5')

str

int

float

Boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

def

function

func

define

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

def add_numbers(x, y):

return x + y

result = add_numbers(3, 5)

print(result)

34

8

None

typeError

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

def multiply_numbers(x, y):

result = x * y

print(multiply_numbers(3, 2))

15

Error

None

None of the above

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?