1. Introduction Flashcards
1
Q
algorithm
A
sequence of precise instructions which leads to a solution
2
Q
program
A
algorithm in a language the computer can understand
3
Q
pseudo algorithm
A
list of instructions but includes coding terms
4
Q
C++
A
- object orientated (OO) language
- OO extension of C
5
Q
elements of computer system
A
- Hardware
- Central Processing Unit + Main Memory
- -Secondary Storage
- Input/output devices
- Software
6
Q
Running programs on IOS terminal
A
- Type “make programname”
2. Type “./programname” to run it