Year 10 Subroutines Quiz

Year 10 Subroutines Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org APCSP Unit 7 Assessment

Code.org APCSP Unit 7 Assessment

9th - 12th Grade

13 Qs

AP CSP - Code.org Unit 3 Review

AP CSP - Code.org Unit 3 Review

9th - 12th Grade

15 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Subroutine

Subroutine

10th Grade

15 Qs

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 12th Grade

13 Qs

Functions

Functions

10th Grade

8 Qs

Subroutine

Subroutine

KG - 12th Grade

10 Qs

Global and local variables

Global and local variables

10th - 12th Grade

10 Qs

Year 10 Subroutines Quiz

Year 10 Subroutines Quiz

Assessment

Quiz

Computers

10th Grade

Hard

Created by

B Siwak

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the concept of decomposition in programming?

Breaking down a program into smaller, manageable parts

Combining all parts of a program into a single function

Increasing the number of parameters in a subroutine

Writing code without using subroutines

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a subroutine in programming?

A tool to debug programs

A sequence of instructions to perform a specific task with an identifiable name

A type of variable used to store data

A sequence of instructions to perform a specific task

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is a subroutine executed in a program?

When the program is compiled

When the subroutine is defined using 'def'

When the subroutine is called

Subroutines are executed automatically when the program starts

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of parameters in a subroutine?

To define the type of subroutine

To allow values to be passed into the subroutine

To specify the return value of the subroutine

To name the subroutine

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the given code snippet, what are the arguments passed to the 'calculate' subroutine?

'a' and 'b'

'num1' and 'num2'

10 and 15

'answer' and 'print'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the control flow when a subroutine call is encountered?

The control flow continues to the next statement in sequence.

The control flow is terminated.

The control flow differs and runs the statements in the subroutine.

The control flow pauses indefinitely.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one of the advantages of using subroutines in programming?

To repeat a set of instructions multiple times

To increase the complexity of the code

To make the code less efficient

To display output without performing any calculations

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?