Programming Fundimentals - Sequence and selection

?
  • Created by: Dragon16
  • Created on: 03-07-20 21:12
What is a sequence?
A sequnce is a series of instructions that a program executes. By defult programs run from the order they were written. The flow of control can be changed by itteration and selection.
1 of 5
what is CASE?
Instead of using multiple cluases in a slection block, programmers can use CASE ehich achives the same result with a different syntax.
2 of 5
What is nested selection?
Used to implement branching logic. If a condition in a selection block is True, then it leads to sub conditions.
3 of 5
What is the differance between a series and a sequence?
A sequence is an arrangement of numbers in an orderly manner. A series is ther sum of a sequence.
4 of 5
Is there a limit to the amount of instructions a sequemce can contain?
Nope. Sequences can contain an unlimited amount of instructions.
5 of 5

Other cards in this set

Card 2

Front

what is CASE?

Back

Instead of using multiple cluases in a slection block, programmers can use CASE ehich achives the same result with a different syntax.

Card 3

Front

What is nested selection?

Back

Preview of the front of card 3

Card 4

Front

What is the differance between a series and a sequence?

Back

Preview of the front of card 4

Card 5

Front

Is there a limit to the amount of instructions a sequemce can contain?

Back

Preview of the front of card 5

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »