Save
Computer science
P2 Algorithms & Programming
2.2 Programming and problem solving
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Kah Yee
Visit profile
Subdecks (1)
past paper questions
Computer science > P2 Algorithms & Programming > 2.2 Programming and problem solving
3 cards
Cards (7)
Branching - a programming control structure where code selects one or more pathways depending on the evaluation of a
boolean
expression.
Iterations
- a programming control structure that
repeats lines
of code for a set number of times or until a
condition
has been met
Sequencing
- a
program control structure
in which
lines
of
code
are
run
in the
order
that they are
scripted
Decomposition
- the process of splitting a problem into
smaller
,
solvable sub-problems
that are
easier
to program
See all 7 cards