Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Science
3.2 Subroutines
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/5
Earn XP
Description and Tags
Computer Science
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
6 Terms
View all (6)
Star these 6
1
New cards
Define a subroutine
A set of instructions which execute a commonly used task.
2
New cards
What is the difference between a procedure and a function?
A function returns a value but a procedure does not
3
New cards
How do you write a subroutine in pseudo-code?(add a and b)
SUBROUTINE add(a, b)
result ← a + b
OUTPUT result
ENDSUBROUTINE
#this is a procedure
4
New cards
Write a subroutine with a return value in python. (area)
def area(l, w):
area = l * w
return area
print(area(5, 6)
#prints out 30
5
New cards
How do you call subroutine without a return value? (PC, PY)
add(3, 4) #it is the same for both
6
New cards
How do you call a subroutine with a return value?
answer ← area(l, w)
answer = area(l, w)
Explore top notes
Toxteth, Liverpool - CASE STUDY
Updated 112d ago
Note
Preview
Chapter 1: Introduction and Mathematical Concepts
Updated 763d ago
Note
Preview
Chapter 9 - Harmonic Progression and Harmonizing a Melody
Updated 808d ago
Note
Preview
Music for Stage and Screen: Wicked
Updated 440d ago
Note
Preview
Chapter 17: Social Thinking and Behavior
Updated 1060d ago
Note
Preview
Transplantations and Borderlands: Need To Know
Updated 253d ago
Note
Preview
Topic 3 Acronyms
Updated 90d ago
Note
Preview
When Chop Happens and Top-Down Analysis
Updated 1d ago
Note
Preview
Explore top flashcards
Pharma Intro
Updated 868d ago
Flashcards (27)
Preview
MedTerm #5
Updated 625d ago
Flashcards (64)
Preview
EEE Final 2023
Updated 775d ago
Flashcards (64)
Preview
Ch12 - Genetics
Updated 860d ago
Flashcards (60)
Preview
9과
Updated 358d ago
Flashcards (48)
Preview
Lesson 53: Expressing necessity + Pros and Cons
Updated 339d ago
Flashcards (31)
Preview
IB Ecology
Updated 884d ago
Flashcards (74)
Preview
Digital SAT Vocabulary (copy)
Updated 395d ago
Flashcards (991)
Preview