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

COA PYQ

What is ROM ? Explain the types of ROM.OR Explain the semi conductor based ROM memories.

March 10, 2024 by By Team EasyExamNotes

Read Only Memory (ROM): Types of ROM:

Explain 2D, 2 12 D memory organization. Memory OR Write short note on organization of 2D and 2.5D memory organization.

March 10, 2024 by By Team EasyExamNotes

2D organization : 2.5D organization :

Give the structure of commercial 8M × 8 bit DRAM chip

March 9, 2024 by By Team EasyExamNotes

Explain semiconductor RAM. Enlist the types of semiconductor memory.OR Explain dynamic RAM and static RAM.

March 9, 2024 by By Team EasyExamNotes

Semiconductor RAM, or Random Access Memory, is a type of computer memory that stores frequently used program instructions to enhance a system’s overall speed. It … Read more

Explain concept of memory. Describe memory hierarchy

March 9, 2024 by By Team EasyExamNotes

Memory Basics: Memory Hierarchy:

Write a program loop using a pointer and a counter toclear the contents of hex locations 500 to 5FF with 0.

March 9, 2024 by By Team EasyExamNotes

LDA NBR / Initialize counterCMA / 2’s complement of NBR INCSTA CTR / save -NBR to counterLDA ADR / Save start addressSTA PTR / Initialize … Read more

Explain 4-bit incrementer with a necessary diagram.

March 9, 2024 by By Team EasyExamNotes

Description:

Write an assembly level program for the following pseudo code : SUM = 0 SUM = SUM + A + B DIF = DIF-C SUM = SUM + DIF

March 9, 2024 by By Team EasyExamNotes

CLA /SUM = 0STA SUMLDA SUM /Load current sumADD A /Add A to SUMADD B /Add B to SUMSTA SUM /Save SUMLDA C /Load C … Read more

Briefly define the following terms : i. Micro-operation ii. Micro-instruction iii. Micro-program iv. Micro-code v. Control memory

March 7, 2024 by By Team EasyExamNotes

i. Micro-operation: ii. Micro-instruction: iii. Micro-program: iv. Micro-code: v. Control memory:

Explain the concept of vertical and horizontal multi-programming

March 7, 2024 by By Team EasyExamNotes

Vertical Micro-programming: Horizontal Micro-programming:

Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page12 Next →

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