Please enable JavaScript.
Coggle requires JavaScript to display documents.
INTRODUCTION TO PROGRAMMING, is an approach to solve problem using some…
-
-
-
A sets of words, symbols and coded that enables programmer to give instruction to a computer
-
-
Language that consist of strings of binary digits or English-like abbreviations to represent basic instruction to a computer
Assembly Language
-
Disadvantages
i) Are not readily understood by computers
. ii) need to be trasnsated before being executed
iii) can only be used on the machine originally created for
Machine Language
Advantages
i) readily understood by computers because it does not need to be translated before being execuuted
Disadvantages
i) difficult to understand by human
ii) can only be used on the machine it is originally created for.
-