AS Level CS (9618) 11 Programming

call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

11.1 Programming basics 11.2 Programming constructs 11.3 Structured programming

Last updated 8:04 AM on 1/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Add student to class section state
Add studentsNo students in these sections. Invite them to track progress!

10 Terms

1
New cards

Constant

"a named value that cannot change during the execution of a program."

2
New cards

Variable

"a named value that can change during the execution of a program."

3
New cards

Function

"a set of statements that can be grouped together and easily called in a program whenever required

4
New cards

Library routine

"a tested and ready-to-use routine available in the development system of a programming language that can be incorporated into a program."

5
New cards

Procedure

"a set of statements that can be grouped together and easily called in a program whenever required

6
New cards

Parameter

"a variable applied to a procedure or function that allows one to pass in a value for the procedure to use."

7
New cards

By value

"a method of passing a parameter to a procedure in which the value of the variable cannot be changed by the procedure."

8
New cards

By reference

"a method of passing a parameter to a procedure in which the value of the variable can be changed by the procedure."

9
New cards

Header (procedure or function)

"the first statement in the definition of a procedure or function

10
New cards

Argument

"the value passed to a procedure or function."

Explore top flashcards