Then with the aid of class discussions, write an algorithm for the following processes;
opening a door and entering a room.
walk to the door
turn to face door
reach hand out towards the door handle
push down on handle of door
push door open using hand.
enter room by taking ten steps.
2Negotiating traffic lights as you drive down a street.
Monday, September 26, 2011
Task One Defintions and Algorithms (I)
Using the web, find definitions for the following terms and post them on your blog. Make sure the definitions relate to computers and programming
Algorithms
Algorithms in computing are structured and well defined instructions for a computer to function.
Pseudocode
is an outline written so it can easilt be converted into programming statements. Pseudocode cannot be execute but it simply a step in producing a final code.
Machine Language
is the lowest level of programming language. This language is only understood by computers.
High Level Computer Language
a language not limited to the computer for one specific job. It allows a programmer to write programs that or independent of a type of computer. It is called high level because it’s close to human language.
Flowchart
a diagram of the sequence of operation and algorithms in a computer program or accounting system.
Sequence
an order where actions or movements are followed by each other. Usually lines of codes. Steps or line shown over and over again. Repeated/
Selection
is like a question and answer form. E.g If Condition A is True then perform Action X else perform Action Y.
Repetition
The action of repeating something that has already been said or written
Steps or line of code shown over and over again, repeated.
Algorithms
Algorithms in computing are structured and well defined instructions for a computer to function.
Pseudocode
is an outline written so it can easilt be converted into programming statements. Pseudocode cannot be execute but it simply a step in producing a final code.
Machine Language
is the lowest level of programming language. This language is only understood by computers.
High Level Computer Language
a language not limited to the computer for one specific job. It allows a programmer to write programs that or independent of a type of computer. It is called high level because it’s close to human language.
Flowchart
a diagram of the sequence of operation and algorithms in a computer program or accounting system.
Sequence
an order where actions or movements are followed by each other. Usually lines of codes. Steps or line shown over and over again. Repeated/
Selection
is like a question and answer form. E.g If Condition A is True then perform Action X else perform Action Y.
Repetition
The action of repeating something that has already been said or written
Steps or line of code shown over and over again, repeated.
Subscribe to:
Posts (Atom)