adplus-dvertising
frame-decoration

Question

Which of following is not a storage location code in assembly language?

a.

FRST

b.

SCND

c.

DATA

d.

ANSR

Answer: (c).DATA

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of following is not a storage location code in assembly language?

Similar Questions

Discover Related MCQs

Q. Assembly language allows storage locations to be represented in

Q. A software that translates assembly language into equivalent machine language program is known as

Q. An assembly language program is said to be

Q. Code used for locating storage by assembly language is

Q. To speed up coding process, several assembly languages support

Q. Use of macro instructions reduces length of programs and

Q. When a machine language instruction gets translated to several machine language instructions, then it is called

Q. Macro instruction capability was developed, early in evolution period of

Q. Selection logics are also referred to as

Q. Logic structure used for making decisions, is known to be

Q. Basic logic structures to express any program logic can be classified into

Q. Graphical representation of a program logic is not available in case of

Q. When one or more instructions are executed multiple times depending upon some condition, structure used is known to be

Q. Programs structured by basic logic structures are called

Q. Most popular selection logic structures includes

Q. When program modifications are necessary, what technique should be followed?

Q. Technique used for writing structure programs is known to be

Q. Rules that must be followed in using pseudocodes, are of categories

Q. Conversion of a pseudocode to programming language is

Q. Iteration logic structure includes DO..WHILE and