431. The variable of correspond to hardware register ____________:
Correct answer: (B)
RTL
432. In which shift is used to divide a signed number by two:
Correct answer: (B)
Arithmetic right shift
433. _____________ is the first step in the evolution of programming languages:
Correct answer: (B)
assembly language
434. Mnemonic refers to:
Correct answer: (C)
Symbolic codes
435. Mnemonic represent:
Correct answer: (A)
Operation codes
436. To represent addresses in assembly language we use:
Correct answer: (A)
String characters
437. Assembler works to convert assembly language program into machine language:
Correct answer: (A)
Before the computer can execute it
438. ____________ generation computers use assembly language:
Correct answer: (C)
second generation
439. Assembly language program is called:
Correct answer: (B)
Source program
440. To invoke assembler following command are given at command line:
Correct answer: (D)
$ as hello.s ' hello.o