Skip to content

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

Computer organization

Booths algorithm to muliyiply +5 and -15

December 3, 2023July 9, 2023 by Team EasyExamNotes

Booth’s algorithm is a multiplication algorithm used for binary numbers. Let’s convert +5 and -15 to their binary representations: +5 = 0101-15 = 1111 (two’s … Read more

Computer Organization Previous Years Solved Questions

April 7, 2024June 9, 2023 by Team EasyExamNotes

Differentiate: a) Maskable and non-maskable interrupt b) RISC and CISC

December 3, 2023May 2, 2023 by Team EasyExamNotes

Maskable and non-maskable interrupt Maskable and non-maskable interrupt are two types of interrupts that a computer processor can receive. Maskable interrupts can be disabled or … Read more

Write short notes on, a) SIMD, b) Matrix multiplication c) Instruction format

December 3, 2023May 2, 2023 by Team EasyExamNotes

a) SIMD SIMD stands for “Single Instruction Multiple Data”. It is a type of parallel processing technique that allows multiple data elements to be processed … Read more

Explain arithmetic pipeline ?

December 3, 2023May 2, 2023 by Team EasyExamNotes

Arithmetic pipeline is a technique used in computer processors to improve performance by breaking down complex arithmetic operations into smaller, simpler operations that can be … Read more

What is mapping? Name all the types of cache mapping and explain anyone in detail.

December 3, 2023May 2, 2023 by Team EasyExamNotes

“mapping” refers to the process of associating data in a larger memory space (such as main memory) with a smaller, faster memory space (such as … Read more

Explain any page replacement algorithm with the help of example ?

December 3, 2023May 1, 2023 by Team EasyExamNotes

One common page replacement algorithm is the Least Recently Used (LRU) algorithm. The LRU algorithm replaces the page that has not been used for the … Read more

What are different addressing modes? Explain them.

December 3, 2023May 1, 2023 by Team EasyExamNotes

There are several addressing modes, including: 1. Immediate addressing In immediate addressing mode, the operand value is specified directly in the instruction itself. This mode … Read more

Describe the language features for parallelism ?

December 3, 2023May 1, 2023 by Team EasyExamNotes

Programming languages have evolved to include features that support parallelism, which is the ability to execute multiple tasks simultaneously. Some of the key language features … Read more

Explain the various pipeline vector processing methods ?

December 3, 2023May 1, 2023 by Team EasyExamNotes

Pipeline vector processing is a technique used to execute multiple instructions in parallel by breaking them down into smaller operations and processing them in a … Read more

Older posts
Page1 Page2 … Page6 Next →

© 2024 EasyExamNotes.com | Some content on this site was generated with the assistance of Google's Gemini AI and ChatGPT.