ECE :: Microprocessors
-
The maximum number of alphabets/digits or special symbots for character constants in C is
-
In 8086 the word address is
-
The instruction
MOV r1, r2
in 8085 -
Assertion (A): The variable name 5KING is not valid in Fortran 77.
Reason (R): In Fortran 77 the first character of a variable name must be an alphabet.
-
Which 8085 instruction causes exchange of contents of stack pointer with the contents of H L register pair?
-
The four types of integers in Java are called
-
Consider the following statements about data structures in Pascal
- Arrays and files are types of data structures.
- List structure is not a data structure in Pascal.
- Each element of a binary tree is called a node of the tree.
-
In the expression 3 * * 2 ** 4 ** 2 in FORTRAN 77 which exponentiation is performed first
A.
causes contents of registers r2 to be moved to r, and uses register addressing
|
B.
causes contents of registers r1 to be moved to r2 and uses register addressing
|
C.
causes contents of registers r1 to be moved to r2 and uses register immediate addressing
|
D.
causes contents of registers r2 to be moved to r1 and uses register immediate addressing
|