Digital Logic
Boolean Algebra
Marks 1Marks 2Marks 5
Combinational Circuits
Marks 1Marks 2
Number Systems
Marks 1Marks 2
Sequential Circuits
Marks 1Marks 2Marks 5
1
GATE CSE 2025 Set 1
MCQ (More than One Correct Answer)
+1
-0

The number -6 can be represented as 1010 in 4-bit 2's complement representation. Which of the following is/are CORRECT 2's complement representation(s) of $-6$ ?

A
10001010 in 8-bits
B
11111010 in 8-bits
C
1000000000001010 in 16-bits
D
1111111111111010 in 16-bits
2
GATE CSE 2024 Set 2
MCQ (Single Correct Answer)
+1
-0.33

The format of a single-precision floating-point number as per the IEEE 754 standard is:

Sign
(1 bit)
Exponent
(8 bits)
Mantissa
(23 bits)

Choose the largest floating-point number among the following options.

A

Sign

0

Exponent

0111 1111

Mantissa

1111 1111 1111 1111 1111 1111

B

Sign

0

Exponent

1111 1110

Mantissa

1111 1111 1111 1111 1111 1111

C

Sign

0

Exponent

1111 1111

Mantissa

1111 1111 1111 1111 1111 1111

D

Sign

0

Exponent

0111 1111

Mantissa

0000 0000 0000 0000 0000 0000

3
GATE CSE 2024 Set 1
MCQ (Single Correct Answer)
+1
-0.33

Consider a system that uses 5 bits for representing signed integers in 2’s complement format. In this system, two integers A and B are represented as A=01010 and B=11010. Which one of the following operations will result in either an arithmetic overflow or an arithmetic underflow?

A

A + B

B

A - B

C

B - A

D

2 * B

4
GATE CSE 2023
Numerical
+1
-0

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

Your input ____
GATE CSE Subjects
Theory of Computation
Operating Systems
Algorithms
Digital Logic
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages
Computer Organization