computer arithmetic
MCQsQuestion.com has 8 Question/Answers about Topic computer arithmetic
Negating 2ten and then checking result by negating
- A. None
- B. None
- C. None
- D. None
- Correct Answer: Option A
Example of if ($s2 < $s3); s1 = 1; else $s1 = 0 function is
- A. slti $s1,$s2,100
- B. slt $s1,$s2,$s3
- C. slt $s1,$s2,100
- D. sll $s1,$s2,$s3
- Correct Answer: Option B
Floating-point numbers are normally a multiples of size of a
- A. Bit
- B. Nibble
- C. Word
- D. Byte
- Correct Answer: Option C
Multiply numbers (0.5)10 and (
- A. None
- B. None
- C. None
- D. None
- Correct Answer: Option A
MIPS architecture provides a separate pair of 32-bit registers to contain product of 64-bits called
- A. Hi
- B. Lo
- C. To
- D. both a and b
- Correct Answer: Option D
This binary instruction (1111 1111 1111 1111 1111 1111 1111 1101)two, will be represented in binary no as
- A. None
- B. None
- C. None
- D. None
- Correct Answer: Option C
Human readable base representation of numbers is
- A. Binary
- B. Decimal
- C. Hex
- D. Hexdecimal
- Correct Answer: Option B
Suppose x =
- B. 0.1
- C. 0.11
- D. 1
- Correct Answer: Option D