Jump to Year/Set
2024 105401

B.Tech 4th Semester Examination, 2024

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct answer of the following (any seven question only):

Q1.1

What is the first step in the instruction execution cycle?

a)

Decode

b)

Execute

c)

Fetch

d)

Store

Q1.2

What is the advantage of carry look-ahead adders over ripple carry adders?

a)

Simplicity in design

b)

Increased latency

c)

Reduced power consumption

d)

Faster addition by reducing carry propagation delay

Q1.3

Which type of control unit is faster but more difficult to modify?

a)

Hardwired Control Unit

b)

Microprogrammed Control Unit

c)

Cache Control Unit

d)

Memory Management Unit

Q1.4

Which of the following I/O transfer methods involves the CPU polling the device until data is ready?

a)

DMA

b)

Interrupt-driven I/O

c)

Program-controlled I/O

d)

Asynchronous I/O

Q1.5

What does a branch prediction mechanism in a CPU help reduce?

a)

Data hazards

b)

Structural hazards

c)

Control hazards

d)

Clock cycle delays

Q1.6

Which of the following is NOT a type of parallel processor architecture?

a)

SIMD

b)

MIMD

c)

SISO

d)

Multi-core

Q1.7

Which cache replacement algorithm removes the least recently used block?

a)

FIFO

b)

LFU

c)

LRU

d)

Random Replacement

Q1.8

Which technique is used to handle data hazards in pipelining?

a)

Increasing memory size

b)

Instruction scheduling

c)

Parallel processing

d)

Increasing clock speed

Q1.9

Which addressing mode directly specifies the operand within the instruction?

a)

Direct Addressing

b)

Immediate Addressing

c)

Indirect Addressing

d)

Indexed Addressing

Q1.10

A computer with 32 bit wide data bus uses $ 1K \times 8 $ static RAM memory chips. What is smallest memory that this computer have?

a)

32K

b)

8K

c)

16K

d)

24K

Q.2 Solve both questions :

Q2.1

Describe the instruction execution cycle in a CPU. Explain some key features of the x86 architecture.

Q2.2

Explain different addressing modes in a CPU with an examples.

Q.3 Solve both questions :

Q3.1

Explain the Addition and Subtraction Algorithm with the help of flowchart.

Q3.2

What is a Carry-look ahead fast adder? Draw the circuit of an 8-bit carry-look ahead adder using 4-bit carry look ahead adder.

Q.4 Solve both questions :

Q4.1

Explain different cache replacement algorithms used in memory management.

Q4.2

What are the different types of Registers? With the diagram show how the basic computer register connected to a common Bus.

Q.5 Solve both questions :

Q5.1

Illustrate what are the challenges associated with concurrent access to memory in parallel processing?

Q5.2

Describe different cache coherence protocols used in parallel processors.

Q.6 Solve both questions :

Q6.1

A non-pipeline system takes 50ns to process a task. The same task can be processed in a six-segment pipeline with a clock cycle of 10ns. Determine the speedup ratio of the pipeline for 100 task.

Q6.2

What are pipeline hazards? Explain different types of hazards in pipelining.

Q.7 Solve this question :

Q7.1

Explain Booth's algorithm for multiplication with the help of flowchart. Provide an example for its implementation.

Q.8 Solve this question :

Q8.1

Describe different types of Input/Output transfers. Explain how data transfer take place through DMA.

Q.9 Write short notes on any two of the following:-

Q9.1
a)

RISC and CISC processor

b)

I/O device interfaces

c)

fixed and floating point representations

d)

Instruction Set Architecture


2024 V2 105401

B.Tech 4th Semester Examination, 2024

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct answer of the following (any seven question only):

Q1.1

What is the first step in the instruction execution cycle?

a)

Decode

b)

Execute

c)

Fetch

d)

Store

Q1.2

What is the advantage of carry look-ahead adders over ripple carry adders?

a)

Simplicity in design

b)

Increased latency

c)

Reduced power consumption

d)

Faster addition by reducing carry propagation delay

Q1.3

Which type of control unit is faster but more difficult to modify?

a)

Hardwired Control Unit

b)

Microprogrammed Control Unit

c)

Cache Control Unit

d)

Memory Management Unit

Q1.4

Which of the following I/O transfer methods involves the CPU polling the device until data is ready?

a)

DMA

b)

Interrupt-driven I/O

c)

Program-controlled I/O

d)

Asynchronous I/O

Q1.5

What does a branch prediction mechanism in a CPU help reduce?

a)

Data hazards

b)

Structural hazards

c)

Control hazards

d)

Clock cycle delays

Q1.6

Which of the following is NOT a type of parallel processor architecture?

a)

SIMD

b)

MIMD

c)

SISO

d)

Multi-core

Q1.7

Which cache replacement algorithm removes the least recently used block?

a)

FIFO

b)

LFU

c)

LRU

d)

Random Replacement

Q1.8

Which technique is used to handle data hazards in pipelining?

a)

Increasing memory size

b)

Instruction scheduling

c)

Parallel processing

d)

Increasing clock speed

Q1.9

Which addressing mode directly specifies the operand within the instruction?

a)

Direct Addressing

b)

Immediate Addressing

c)

Indirect Addressing

d)

Indexed Addressing

Q1.10

A computer with 32 bit wide data bus uses 1K×81K \times 8 static RAM memory chips. What is smallest memory that this computer have?

a)

32K

b)

8K

c)

16K

d)

24K

Q.2 Solve both questions :

Q2.1

Describe the instruction execution cycle in a CPU. Explain some key features of the x86 architecture.

Q2.2

Explain different addressing modes in a CPU with an examples.

Q.3 Solve both questions :

Q3.1

Explain the Addition and Subtraction Algorithm with the help of flowchart.

Q3.2

What is a Carry-look ahead fast adder? Draw the circuit of an 8-bit carry-look ahead adder using 4-bit carry look ahead adder.

Q.4 Solve both questions :

Q4.1

Explain different cache replacement algorithms used in memory management.

Q4.2

What are the different types of Registers? With the diagram show how the basic computer register connected to a common Bus.

Q.5 Solve both questions :

Q5.1

Illustrate what are the challenges associated with concurrent access to memory in parallel processing?

Q5.2

Describe different cache coherence protocols used in parallel processors.

Q.6 Solve both questions :

Q6.1

A non-pipeline system takes 50ns to process a task. The same task can be processed in a six-segment pipeline with a clock cycle of 10ns. Determine the speedup ratio of the pipeline for 100 task.

Q6.2

What are pipeline hazards? Explain different types of hazards in pipelining.

Q.7 Solve this question :

Q7.1

Explain Booth's algorithm for multiplication with the help of flowchart. Provide an example for its implementation.

Q.8 Solve this question :

Q8.1

Describe different types of Input/Output transfers. Explain how data transfer take place through DMA.

Q.9 Write short notes on any two of the following:-

Q9.1
  • RISC and CISC processor
  • I/O device interfaces
  • fixed and floating point representations
  • Instruction Set Architecture
a)

RISC and CISC processor

b)

I/O device interfaces

c)

fixed and floating point representations

d)

Instruction Set Architecture


Install on iOS

To install BEU Connect on your iPhone:

1. Tap the Share button at the bottom of Safari.
2. Scroll down and tap "Add to Home Screen".