Computer Applications
In assembly language, the instructions are given in terms of 0's and 1's.
OOP Intro Java
7 Likes
Answer
False
Reason — In assembly language, instructions are coded using mnemonics and operation codes (op-codes). In contrast, machine language represents instructions using binary digits (bits), i.e., in the form of 0s and 1s.
Answered By
4 Likes
Related Questions
Fill in the blanks:
The process by which a class acquires the properties from another class is known as _________.
Fill in the blanks:
In Object Oriented Programming, using a function for many purposes is termed as _________.
PASCAL is a structure oriented programming language.
Machine language requires a translator to convert input instructions to be understood by the machine.