Algorithms: A process or set of rules to be followed in calculations or other problem-solving operations, esp. by a computer
Pseudocode: A notation resembling a simplified programming language, used in program design
Machine Language: programming language designed for use on a specific class of computers
High Level Computer Language: is a programming language with strong abstraction from the details of the computer.
Flowchart: diagram of the sequence of operations in a computer program
Sequence: A particular order in which related events, movements, or things follow each other
Selection: Data highlighted on a computer screen that is a target for various manipulations
Repetition: The action of repeating something.
Opening a door and entering a room:
- turn right 180 degrees
- walk forward 2 steps
- turn right 90 degrees
- walk forward 2 steps
- turn left 90 degrees
- move right hand infront of you
- grab door handle
- turn wrist right and push
- if light is green contiinue at current speed
- if light is red stop
- if light is yellow prepare to stop
0 comments:
Post a Comment