match the following:
1)Hexadecimal A)43q
2)Label B)8
3)octal C)target
4)operand D)oB3h
a) 1-D 2-A 3-B 4-C
b) 1-D 2-C 3-A 4-B
c) 1-A 2-C 3-B 4-D
D) 1-B 2-A 3-D 4-C
Answers
Answered by
20
Answer:
i can not understand your question
Answered by
28
Answer:
Option (b) is correct
1- D
2- C
3- A
4- B
Explanation:
- radix h is used to represent hexadecimal number so 0B3h is representing hexadecimal number.
- Label is used for jumping to the target. It is the command used in dot net framework.
- radix o or q is used to represent octal number so 43q is the octal number
- operand represents the entity on which operation is applied. It can be a number or variable or statement. Here 8 number is given so 8 is the operand.
Similar questions