Question
a.
hex code
b.
binary code
c.
mnemonics
d.
ASCII code
Posted under Systems Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Assembly language uses
Sneh : June 26, 2023
Assembly language uses a mnemonic to represent, e.g., each low-level machine instruction or opcode, each directive, typically also each architectural register, flag, etc. Some of the mnemonics may be built-in and some user-defined. Many operations require one or more operands in order to form a complete instruction.
Click to add ReplySimilar Questions
Discover Related MCQs
Q. Which of the following might be used to convert high-level language instructions into machine language?
View solution
Q. The advantage(s) inherent to using high level languages is/are:
View solution
Q. Operation code field is present in :
View solution
Q. A machine language instruction format consists of
View solution
Q. The length of the one-byte machine language instruction is
View solution
Q. The instruction format ‘register to register’ has a length of
View solution
Q. The R/M field in a machine instruction format specifies
View solution
Q. In a machine instruction format, S-bit is the
View solution
Q. The instructions which after execution transfer control to the next instruction in the sequence are called
View solution
Q. The instructions that transfer the control to some predefined address or the address specified in the instruction are called as
View solution
Q. The instruction “JUMP” belongs to
View solution
Q. Instructions performing actions in assembly language are called
View solution
Q. Assembly language programs are written using
View solution
Q. The instruction DEC N inform the assembler to
View solution
Q. To overcome the problems of the assembler in dealing with branching code we use _____ .
View solution
Q. The utility program used to bring the object code into memory for execution is ______.
View solution
Q. _____ directive is used to specify and assign the memory required for the block of code .
View solution
Q. The directive used to perform initialization before the execution of the code is ______ .
View solution
Q. The purpose of the ORIGIN directive is,
View solution
Q. The assembler directive EQU, when used in the instruction : Sum EQU 200 does,
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Systems Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!