Home
Explore
Exams
Login
Get started
Home
Engineering
Computer Science
3.2 Subroutines
0.0
(0)
Rate it
Studied by 0 people
Call Kai
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Knowt Play
Card Sorting
1/5
Earn XP
Description and Tags
Computer Science
All Modes
Learn
Practice Test
Matching
Spaced Repetition
Call with Kai
Last updated 3:47 PM on 11/30/22
Update
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
No analytics yet
Send a link to your students to track their progress
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
AP Biology Ultimate Guide
Updated 687d ago
0.0
(0)
5-Anaerobes (2)
Updated 876d ago
0.0
(0)
chapter 8
Updated 380d ago
0.0
(0)
AP Government Court Cases from Unit 3 Vocab Terms
Updated 1268d ago
0.0
(0)
Physiology
Updated 1186d ago
0.0
(0)
2.1: Cell Structure
Updated 1154d ago
0.0
(0)
2.2 Cell Membrane
Updated 1154d ago
0.0
(0)
Unit 7 P1 Skills of Chemistry >
Updated 471d ago
0.0
(0)
AP Biology Ultimate Guide
Updated 687d ago
0.0
(0)
5-Anaerobes (2)
Updated 876d ago
0.0
(0)
chapter 8
Updated 380d ago
0.0
(0)
AP Government Court Cases from Unit 3 Vocab Terms
Updated 1268d ago
0.0
(0)
Physiology
Updated 1186d ago
0.0
(0)
2.1: Cell Structure
Updated 1154d ago
0.0
(0)
2.2 Cell Membrane
Updated 1154d ago
0.0
(0)
Unit 7 P1 Skills of Chemistry >
Updated 471d ago
0.0
(0)
Explore top flashcards
04. Chọn từ thích hợp với định nghĩa (All)
40
Updated 305d ago
0.0
(0)
Science Revision
177
Updated 144d ago
0.0
(0)
Preterito Irregulares
95
Updated 801d ago
0.0
(0)
HGAP 5.1 - 5.5
47
Updated 1163d ago
0.0
(0)
Term Test 3
221
Updated 724d ago
0.0
(0)
DV Final
100
Updated 1019d ago
0.0
(0)
Chapter VII Quiz
39
Updated 1074d ago
0.0
(0)
Restaurant Industry Final
86
Updated 1061d ago
0.0
(0)
04. Chọn từ thích hợp với định nghĩa (All)
40
Updated 305d ago
0.0
(0)
Science Revision
177
Updated 144d ago
0.0
(0)
Preterito Irregulares
95
Updated 801d ago
0.0
(0)
HGAP 5.1 - 5.5
47
Updated 1163d ago
0.0
(0)
Term Test 3
221
Updated 724d ago
0.0
(0)
DV Final
100
Updated 1019d ago
0.0
(0)
Chapter VII Quiz
39
Updated 1074d ago
0.0
(0)
Restaurant Industry Final
86
Updated 1061d ago
0.0
(0)