1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Programming
Is the process of writing instructions for a computer to perform a specific task
Algorithm
A step by step way of doing something or solving a problem
Pseudocode
Writing steps in plan language (not coding)
Circle
Start end
quadrilateral
Input, output
Arrow
Next step
Rectangle
Process
Diamond
Making a decision or choice
Variables
Is a representative of an object or item using code (placeholder) (store of value)
Integer
While numbers
Doubles and floating
Decimal numbers
Char
Characters and symbols
Bool
True or false
String
Letters and characters