Last updated on June 13th, 2020 at 08:31 pmError Detection or Parity Check Method : A general way to detect
Category: Microprocessor and Computer Architecture
What is error? Define error detection and correction.
Last updated on June 13th, 2020 at 08:32 pm Error: Various factors like manufacturing defects to environmental effects cause errors
Compare among different types of memory devices in terms of performance and costs
Last updated on June 13th, 2020 at 08:32 pm Comparing Different Types of Memory Devices in Terms of Cost &
Explain the conceptual organization of multilevel memory system in a computer system.
Last updated on June 13th, 2020 at 08:32 pm Organization of Multilevel Memory System: A CPU should have rapid, uninterrupted
Describe the Von Neumann Architecture or IAS architecture.
Last updated on August 28th, 2020 at 03:43 pm Von Neumann Architecture: In 1947, John Von Neumann developed an architecture
Draw the expanded structure of the Von Neumann Architecture or IAS computer.
Last updated on August 28th, 2020 at 03:43 pm Expanded Structure of Von Neumann Architecture The expanded structure of the
Describe the Working Principles of Intel 8086 microprocessor.
Last updated on August 28th, 2020 at 03:44 pm Working Principles of Intel 8086 Microprocessor Execution of instructions can be
What are the Purposes of Flag Registers of 8086 Processor
Last updated on August 28th, 2020 at 03:44 pm Flag Registers of 8086 Processor: Intel 8086 has 16 flag registers

What are the Purposes of Segment Registers in Intel 8086 Microprocessor
Code segment (CS) is a 16-bit register containing address of 64 KB segment with processor instructions. The processor uses CS segment for all accesses to instructions referenced by instruction pointer (IP) register. CS register cannot be changed directly. The CS register is automatically updated during far jump, far call and far return instructions.

Write short notes on general purpose registers (AX,BX,CX,DX,SP,BP,SI,DI) and ALU in Intel 8086 microprocessor
In computer architecture, a processor register is a quickly accessible location available to a computer’s central processing unit (CPU). Registers usually consist of a small amount of fast storage, although some registers have specific hardware functions, and may be read-only or write-only. Registers are normally measured by the number of bits they can hold, for example, an “8-bit register”, “32-bit register” or a “64-bit register” (or even with more bits).