Search Header Logo

Subroutines - Application Questions

Authored by Mark Jones

Computers

9th - 10th Grade

Used 2+ times

Subroutines - Application Questions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this function call?

7
12
34
None

Answer explanation

3 multiplied by 4 is 12, and the function returns this value.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is output of this code?

Hello
Alice
Hello Alice

Hello name

Answer explanation

The print statement combines 'Hello' with the name 'Alice'.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable is local to the function?

calculateTotal
tax
price
return

Answer explanation

tax is declared inside the function and exists only there.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many arguments are passed into the subroutine ?

0
1
2
3

Answer explanation

Two parameters mean two arguments must be passed in the call.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code output?

10
25
5
2x

Answer explanation

The function multiplies 5 by 2 and returns 10.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using parameters in subroutines?

To store data permanently
To allow the subroutine to access user input
To pass values into the subroutine so it can use them
To speed up the program

Answer explanation

Parameters allow data to be passed into subroutines when called.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line shows a function call with arguments?

def add(a, b):
print('Hello')
add(3, 5)
return a + b

Answer explanation

The function call 'add(3, 5)' passes two arguments to the function.

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?