Please enable JavaScript.
Coggle requires JavaScript to display documents.
Comprog Prelim 1 - Coggle Diagram
Comprog Prelim 1
Computer overview
computer
-
an electronic machine capable of performing variety of tasks, based on specific instructions
-
data
-
facts and figures that must be fed into, processed and outputted to provide the needed information to the user
algorithm
a finite set of instructions which, if followed, accomplished particular task
criteria
-
-
-
finiteness
if we trace the instruction of an algorithm, then for all cases, the algorithm will terminate after a finite number of steps
effectiveness
every transaction must be sufficiently basic that it can in principle be carried out by a person using only pencil and paper.
-
computer program
a list of instructions that the computer follows to properly accept input, correctly process them and present the results in the most understandable way.
Components
-
- instruction for manipulating the data
-
programming language
-
types
Low level language
requires programmers to have a good understanding of the underlying hardware for which the program are intended to run
-
-
-
-
Interpreters
translates source code program, one line at a time
-
-