48. Programming 1 : Intro to Subroutines

Passage
•
Computers
•
9th - 12th Grade
•
Hard
Andy Workman
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a subroutine?
A unique type of variable
A block of code with a unique identifiable name
A special kind of loop
A programming language
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why are subroutines used?
To increase the size of the program
To make the program run faster
To break down a big problem into manageable parts
To make the program more complex
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the benefits of using subroutines?
Makes it easier to code, test, and debug
Makes the code harder to debug
Increases the need to duplicate code
Decreases code reusability
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you identify a subroutine in a program?
By the file size
By the number of lines in the code
By the color of the text
By the use of keywords 'procedure' or 'function'
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the typical structure of a program using subroutines?
Main program at the top, subroutines at the bottom
Random placement of subroutines and main program
Subroutines in the middle, main program at the top
Subroutines at the top, main program towards the end
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when a subroutine is called in a program?
The program jumps to the subroutine, executes it, then returns
The subroutine is deleted
The program stops
The program skips the subroutine
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main difference between a procedure and a function?
A procedure returns a value
There is no difference
A function cannot take parameters
A function should always return a value
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What should a subroutine be designed to do?
Perform multiple tasks
Perform one task or action
Connect to the internet
Store data
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does using subroutines affect program development?
Allows different parts to be worked on simultaneously
Slows down development
Makes no difference
Prevents testing until completion
Similar Resources on Wayground
10 questions
Thinking Ahead

Quiz
•
12th Grade
15 questions
Subroutines and Functions Activity

Quiz
•
10th Grade
10 questions
Q&A – Decomposition & Sub-Routines (Primary 4 – 4CT.06)

Quiz
•
4th Grade - University
9 questions
Computational Thinking and Pseudocode

Quiz
•
KG - University
8 questions
Subroutines Python

Quiz
•
10th Grade
10 questions
21-22 Algorithms KS3

Quiz
•
9th Grade
10 questions
Understanding Decomposition in Computing

Quiz
•
10th Grade - University
15 questions
PBO

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade