Concept drill
binary
GATE CSE & IT · Number Representation · 1990-2019
4
PYQs
75%
keyed
1
elite explanations
4
years appeared
Study anchor
Rosen — Discrete Mathematics and Its Applications
Discrete structures, counting, relations, graph theory
Practice action
Start latest PYQPYQs in this concept
All concepts →2019 PYQ
In 16-bit 2's complement representation, the decimal number -28 is :
easyanswer keybasic explanation
2011 PYQ
Consider the following recursive C function that takes two arguments: unsigned int foo (unsigned int n, unsigned int r) { if (n > 0) return((n % r) + foo(n/r, r)); else return 0; }...
easyanswer key
2002 PYQ
The $$2's$$ compliment representation of the decimal value $$-15$$ is
easyanswer key
1990 PYQ
Consider the number given by the decimal expression. $${16^3} \times 9 + {16^2} \times 7 + 16 \times 5 + 3$$ The number of $$1's$$ in the unsigned binary representation of the numb...
easyelite explanation