Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

base conversion

GATE CSE & IT · Number Representation · 1990-2024

13
PYQs
62%
keyed
1
elite explanations
12
years appeared

Study anchor

Rosen — Discrete Mathematics and Its Applications

Discrete structures, counting, relations, graph theory

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2024 PYQ

Which of the following is/are EQUAL to 224 in radix-5 (i.e., base-5) notation?

easyanswer keybasic explanation
2023 PYQ

A particular number is written as 132 in radix-4 representation. The same number in radix-5 representation is ____________.

easybasic explanation
2021 PYQ

Let the representation of a number in base 3 be 210. What is the hexadecimal representation of the number?

easyanswer keybasic explanation
2017 PYQ

Consider a quadratic equation $${x^2} - 13x + 36 = 0$$ with coefficients in a base $$b.$$ The solutions of this equation in the same base $$b$$ are $$x=5$$ and $$x=6$$. Then $$b=$$...

easy
2015 PYQ

Consider the equation $${\left( {43} \right)_x} = {\left( {y3} \right)_8}$$ where $$x$$ and $$y$$ are unknown. The number of possible solutions is ______________

medium
2014 PYQ

Consider the equation $${\left( {123} \right)_5} = {\left( {x8} \right)_y}$$ with $$x$$ and $$y$$ as unknown. The number of possible solutions is _________.

medium
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
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
2009 PYQ

$${\left( {1217} \right)_8}$$ is equivalent to

easyanswer key
2004 PYQ

$${73_x}$$ (in base $$-$$ $$x$$ number system) is equal to $${54_y}$$ (in base $$-y$$ number system), the possible values of $$x$$ and $$y$$ are

easyanswer key
2001 PYQ

The $$2's$$ complement representation of $${\left( { - 539} \right)_{10}}$$ in hexadecimal is

easyanswer key
1997 PYQ

Given $$\sqrt {\left( {224} \right),} = {\left( {13} \right)_r},$$ The value of the radix' $$r$$ 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