Gate Exam

The decimal value 0.5 in IEEE single precision floating point representation has
(A) fraction bits of 000…000 and exponent value of 0
(B) fraction bits of 000…000 and exponent value of −1
(C) fraction bits of 100…000 and exponent value of 0
(D) no exact representation

Read Solution (Total 0)

Gate Other Question

Assuming P ≠ NP, which of the following is TRUE?

Option
(A) NP-complete = NP
(B) NP-complete © P = null
(C) NP-hard = NP
(D) P = NP-complete
A process executes the code
fork();
fork();
fork();
The total number of child processes created is

option
(A) 3
(B) 4
(C) 7
(D) 8