answersLogoWhite

0

What is dead level abstraction?

Updated: 12/17/2022
User Avatar

Wiki User

8y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is dead level abstraction?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is the lowest-level abstraction?

method


Which is a high level abstraction over semaphore?

Monitor


Which model operates at the lowest level of abstraction?

physical


Which level of abstraction defines the end user perception of data?

external level


The lowest level of abstraction which describes how the data are actually are stored is called?

The machine level.


Which one is the lowest level of abstraction for representation of a digital system?

gate level netlist


What is a high level progrmming?

It is a programming language with strong abstraction from the details of the computer.


What is a high level progrmming language?

It is a programming language with strong abstraction from the details of the computer.


Why is assembly language reffered to as low level language?

Assembly language is low-level because it has the least amount of abstraction between the source and the resultant machine code. That is, the translation from assembly language to machine code is 1:1. All high-level languages have much higher degrees of abstraction.


Is PHP a high level programming language?

Yes, PHP is a high level programming language because it provides abstraction from the details of the computer.


What do you mean by a low level language?

A low-level programming language is one that has little to no abstraction between the source code and the machine code produced by the language translator. Machine code has no abstraction whatsoever and is the lowest possible level of coding (machine code is the native language of the machine). Assembly language has very little abstraction because each mnemonic either maps 1:1 with a specific machine operation code (opcode), or maps to one of several opcodes that only differ by the operand types and can be implied from those operands. Given the lack of abstraction, low-level code is machine-dependent code and is therefore non-portable. That is, code is written specifically to suit the assembler and thus the machine it was intended to execute upon. Conversely, high-level code has a high-level of abstraction and is generally portable. That is, code is written to suit the language compiler or interpreter rather than underlying hardware. High-level languages generally provide a much more convenient method of producing low-level code that is much easier for humans to read, write and maintain, largely due to the high-level of abstraction these languages provide.


What module is written entirely in low-level hardware-dependent code?

(HAL) hardware abstraction layer