BCE Unit – I : Definition

Table of Contents

 

OUTPUT UNIT:

The output generated by the computer is sent to the output device.

 

MONITOR

A monitor or a display is an electronic visual display for computers. The monitor comprises the display device, circuitry and an enclosure. The display device in modern monitors is typically a thin film transistor liquid crystal display (TFT-LCD) thin panel, while older monitors use a cathode ray tube (CRT) about as deep as the screen size.

 

PRINTER

In computing, a printer is a peripheral which produces a representation of an electronic document on physical media such as paper or transparency film. Many printers are local peripherals connected directly to a nearby personal computer. Individual printers are often designed to support both local and network connected users at the same time.

Types of printer:
  • Inkjet Printers
  • Laser Printers
  • Dot Matrix

 

SPEAKER

Computer speakers, or multimedia speakers, are speakers external to a computer that disable the lower fidelity built-in speaker.

 

PLOTTER

The plotter is an output device where a computer printer for printing vector graphics. In the past, plotters were used in applications such as computer- aided design, though they have generally been replaced with wide-format conventional printers.

 

Central Processing Unit

The CPU which is referred to as the brain of a computer is responsible for processing the data inside the computer system. It is also responsible for controlling all other components of computer system.

Main Operation of the CPU Includes

  1. FETCH: Fetching instruction from the memory issued by the user.
  2. DECODE: Decoding the instruction to decide what operation to be performed.
  3. EXECUTE: Execute the instruction.
  4. STORE: Store the result in the memory.

 

The structure of CPU:

CPU contains ALU, CU, and Register.

Arithmetic Logical Unit (ALU)

ALU is the combination of arithmetic unit and logical unit is used to perform arithmetic operation on the input data (+, – , *, /). Logical unit is used to perform logical operation on input data (<, >, <=, >=, =, OR, NOT, AND)

 

Control Unit (CU)

CU is an important component that controls the flow of data and information. It is important for the proper execution of the instruction.

 

Register (Memory Unit)

Registers are used to quickly accept, store, and transfer data and instructions that are being used immediately by the CPU, there are various types of Registers those are used forvarious purposes. Register are special purpose high-speed temporary storage areas forholding data, addresses, and instructions during processing of instruction. The register is alwaysintheCPU.

PC : – The program counter (PC) : just part of the instruction sequencer in some computers is a processor register. It keeps track of the next memory address of the instruction that is to be executed once the execution of the current instruction is completed. In other words, it holds the address of the memory location of the next instruction when the current instruction is executed

AC:-Accumulator: This Register is used for storing the Results that are produced by the System. When the CPU will generate Some Results after the Processing then all the Results will be Stored into the AC Register.

IR: – Instruction Register: store the instruction currently being executed.

MAR: – (Memory address register) This register holds the memory addresses of data and instructions. This register is used to access data and instructions from memory during the execution phase of an instruction. Suppose the CPU wants to store some data in the memory or to read the data from the memory. It places the address of the required memory location in the MAR.

MBR: – Memory buffer register : MBR stand for Memory Buffer Register. This register holds the contents of data or instruction read from, or written in memory. It means that this register is used to store data/instruction coming from the memory or going to the memory.

MDR: – (Memory Data register) : MDR is the register of a computer’s control unit that contains the data to be stored in the computer storage (e.g. RAM), or the data after a fetch from the computer storage. It acts like a buffer and holds anything that is copied from the memory ready for the processor to use it.

Add Your Heading Text Here

You May Like to Browers More