Wednesday, September 24, 2008

Qeustion #4

QUESTION #4: Justify what situations or applications programmers will rather use Assembly Languages than Higher Level Programming Languages and vice versa.

Answer:

The
typically used in a system's boot ROM(BIOS on IBM-compatible PC system)The Hard-coded assembly language .This low level code is to initialized and test the system hardware prior to booting the OS, and use among he other thing.
A certain level of hardware initialized has taken place, execution transfers to other code,
typically written in higher level languages; but the code running immediately after power is applied is usually written in assembly language.
The same is true of most boot loaders.
The system's portable code can then utilize these processor-specific components through a uniform interface.


Reference:
http://wikipedia.org/,
http://google.com/



Jiacler Y. Tanap

No comments: