Save
computer science
Programing 2.2
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Mukue
Visit profile
Cards (9)
What is
sequence
Is when there are programming
step
that are
carried out
after another
What is selection
Is where there are
different
paths in your
code
Examples
IF
, Else and
EIIF
What is Iterative
Is when there is
repetition
or
loops
in the code
This count controlled loop would be like this
"hello world"
8
times:
For
i
=
0
to
7
Print
("hello")
Next i
This is count controlled loop check
If a
password
correct :
While answer ! = "letmein123"
Answer = input ("enter
password
" )
Integer
Is the collection of
characters
to create a
word
or sentence
Integer
Whole
number
Character
A single letter,
number
or
symbol
Boolean
True
or
false