Readability of machine language instructions is
much better than the assembly language instructions
much better than the assembly language instructions
Anonymous Quiz
19%
T
81%
F
C7060C002D00
is an example of a code written in
is an example of a code written in
Anonymous Quiz
29%
Assembly Language
71%
Machine Language (HEX)
Assembler — Assembly => Machine
Compiler — High => Machine (directly)
Compiler — High => Assembly => Machine (inderictly)
Compiler — High => Machine (directly)
Compiler — High => Assembly => Machine (inderictly)
Compiler translates from a high-level language to
machine language directly via assembly language
machine language directly via assembly language
Anonymous Quiz
40%
T
60%
F
Most high-level language instructions need less
than one assembly instruction
than one assembly instruction
Anonymous Quiz
47%
T
53%
F
Can be used with little or no modifications on different
types of machines
types of machines
Anonymous Quiz
66%
High-Level
34%
Assembly
Only a well-written assembly language program runs faster
– Easy to write an assembly program that runs slower than
its high-level language equivalent
– Easy to write an assembly program that runs slower than
its high-level language equivalent
Anonymous Quiz
75%
T
25%
F
we program in assembly language because of
Space-efficiency and Time-efficiency
Space-efficiency and Time-efficiency
Anonymous Quiz
91%
T
9%
F
.... specifies an operation and the
locations of its data operands
locations of its data operands
Anonymous Quiz
32%
address
18%
datapath
41%
instruction
10%
RAM
A sequence of instructions, executed one after
another, constitutes a program
another, constitutes a program
Anonymous Quiz
92%
T
8%
F