State one type of program that would be written in a low level language rather than a high level language and give a reason why.
Answers
Answer:
A computer program is a list of instructions that enable a computer to perform a specific task.
Computer program can be written in high and low level languages, depending on the task and the hardware being use.
HIGH LEVEL LANGUAGE
high level languages are written in a form that close to our human language, enabling to programmer to just focus on the problem being solved.
No particular knowledge of the hardware is needed as high level language create programs that are portable and not tied to a particular computer or microchip.
These programmers friendly languages are called high level as they are far removed from the machine code instructions understood by computer.
Ex:-C++, java, python, pascal, visual basic
LOW LEVEL LANGUAGE
low level language are use to write programs that relate to the specific architecture and hardware of a particular type of computer
they are closer to the native language of a computer (binary), making them hardware for programmers to understand.
Ex:-assembly language, machine code