answersLogoWhite

0


Best Answer
  • Arithmetic Logic Unit
  • Control Unit
  • Memory Unit
  • Input/Output Unit(s)

Unfortunately you can't draw pictures here. The simplest diagram would have all 4 units interconnected by 3 parallel busses:

  • Data Bus
  • Address Bus
  • Control Signal Bus

As all 3 busses connect in whole or part to all 4 units, they are sometimes shown as one single line.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Block Diagram of Computer :

A computer can process data, pictures, sound and graphics. They can solve highly complicated problems quickly and accurately.

Input Unit:
Computers need to receive data and instruction in order to solve any problem. Therefore we need to input the data and instructions into the computers. The input unit consists of one or more input devices. Keyboard is the one of the most commonly used input device. Other commonly used input devices are the mouse, floppy disk drive, magnetic tape, etc. All the input devices perform the following functions.

  • Accept the data and instructions from the outside world.
  • Convert it to a form that the computer can understand.
  • Supply the converted data to the computer system for further processing.

Storage Unit:
The storage unit of the computer holds data and instructions that are entered through the input unit, before they are processed. It preserves the intermediate and final results before these are sent to the output devices. It also saves the data for the later use. The various storage devices of a computer system are divided into two categories.
1. Primary Storage: Stores and provides very fast. This memory is generally used to hold the program being currently executed in the computer, the data being received from the input unit, the intermediate and final results of the program. The primary memory is temporary in nature. The data is lost, when the computer is switched off. In order to store the data permanently, the data has to be transferred to the secondary memory.
The cost of the primary storage is more compared to the secondary storage. Therefore most computers have limited primary storage capacity.
2. Secondary Storage: Secondary storage is used like an archive. It stores several programs, documents, data bases etc. The programs that you run on the computer are first transferred to the primary memory before it is actually run. Whenever the results are saved, again they get stored in the secondary memory. The secondary memory is slower and cheaper than the primary memory. Some of the commonly used secondary memory devices are Hard disk, CD, etc.,

Memory Size:
All digital computers use the binary system, i.e. 0's and 1's. Each character or a number is represented by an 8 bit code.
The set of 8 bits is called a byte.
A character occupies 1 byte space.
A numeric occupies 2 byte space.
Byte is the space occupied in the memory.

The size of the primary storage is specified in KB (Kilobytes) or MB (Megabyte). One KB is equal to 1024 bytes and one MB is equal to 1000KB. The size of the primary storage in a typical PC usually starts at 16MB. PCs having 32 MB, 48MB, 128 MB, 256MB memory are quite common.

Output Unit:
The output unit of a computer provides the information and results of a computation to outside world. Printers, Visual Display Unit (VDU) are the commonly used output devices. Other commonly used output devices are floppy disk drive, hard disk drive, and magnetic tape drive.

Arithmetic Logical Unit:
All calculations are performed in the Arithmetic Logic Unit (ALU) of the computer. It also does comparison and takes decision. The ALU can perform basic operations such as addition, subtraction, multiplication, division, etc and does logic operations viz, >, <, =, 'etc. Whenever calculations are required, the control unit transfers the data from storage unit to ALU once the computations are done, the results are transferred to the storage unit by the control unit and then it is send to the output unit for displaying results.

Control Unit:
It controls all other units in the computer. The control unit instructs the input unit, where to store the data after receiving it from the user. It controls the flow of data and instructions from the storage unit to ALU. It also controls the flow of results from the ALU to the storage unit. The control unit is generally referred as the central nervous system of the computer that control and synchronizes its working.

Central Processing Unit:
The control unit and ALU of the computer are together known as the Central Processing Unit (CPU). The CPU is like brain performs the following functions:
• It performs all calculations.
• It takes all decisions.
• It controls all units of the computer.
A PC may have CPU-IC such as Intel 8088, 80286, 80386, 80486, Celeron, Pentium, Pentium Pro, Pentium II, Pentium III, Pentium IV, Dual Core, and AMD etc.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A computer can process data, pictures, sound and graphics. They can solve highly complicated problems quickly and accurately. A computer as shown in Fig. performs basically five major computer operations or functions irrespective of their size and make. These are

1) it accepts data or instructions by way of input,

2) it stores data,

3) it can process data as required by the user,

4) it gives results in the form of output, and

5) it controls all operations inside a computer.

We discuss below each of these Computer operations

Fig : Basic computer Operations

1. Input: This is the process of entering data and programs in to the computer system. You should know that computer is an electronic machine like any other machine which takes as inputs raw data and performs some processing giving out processed data. Therefore, the input unit takes data from us to the computer in an organized manner for processing.

2. Storage: The process of saving data and instructions permanently is known as storage. Data has to be fed into the system before the actual processing starts. It is because the processing speed of Central Processing Unit (CPU) is so fast that the data has to be provided to CPU with the same speed. Therefore the data is first stored in the storage unit for faster access and processing. This storage unit or the primary storage of the computer system is designed to do the above functionality. It provides space for storing data and instructions.

The storage unit performs the following major functions:

• All data and instructions are stored here before and after processing.

• Intermediate results of processing are also stored here.

3. Processing: The task of performing operations like arithmetic and logical operations is called processing. The Central Processing Unit (CPU) takes data and instructions from the storage unit and makes all sorts of calculations based on the instructions given and the type of data provided. It is then sent back to the storage unit.

4. Output: This is the process of producing results from the data for getting useful information. Similarly the output produced by the computer after processing must also be kept somewhere inside the computer before being given to you in human readable form. Again the output is also stored inside the computer for further processing.

5. Control: The manner how instructions are executed and the above operations are performed. Controlling of all operations like input, processing and output are performed by control unit. It takes care of step by step processing of all operations inside the computer.

FUNCTIONAL UNITS

In order to carry out the operations mentioned in the previous section the computer allocates the task between its various functional units. The computer system is divided into three separate units for its operation. They are

1) arithmetic logical unit

2) control unit.

3) central processing unit.

Arithmetic Logical Unit (ALU) Logical Unit

Logical Unit :After you enter data through the input device it is stored in the primary storage unit. The actual processing of the data and instruction are performed by Arithmetic Logical Unit. The major operations performed by the ALU are addition, subtraction, multiplication, division, logic and comparison. Data is transferred to ALU from storage unit when required. After processing the output is returned back to storage unit for further processing or getting stored.

Control Unit (CU)

The next component of computer is the Control Unit, which acts like the supervisor seeing that things are done in proper fashion. Control Unit is responsible for co ordinating various operations using time signal. The control unit determines the sequence in which computer programs and instructions are executed. Things like processing of programs stored in the main memory, interpretation of the instructions and issuing of signals for other units of the computer to execute them. It also acts as a switch board operator when several users access the computer simultaneously. Thereby it coordinates the activities of computer's peripheral equipment as they perform the input and output.

Central Processing Unit (CPU)

The ALU and the CU of a computer system are jointly known as the central processing unit. You may call CPU as the brain of any computer system. It is just like brain that takes all major decisions, makes all sorts of calculations and directs different parts of the computer functions by activating and controlling the operations.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

draw block diagram of elements of computer

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

Unfortunately, WikiAnswers does not support graphic images. Sorry.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Type your answer here... a computer system is one composed of hardware and software programes

This answer is:
User Avatar

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

User Avatar

Wiki User

12y ago

input out put memory

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: With the block diagram explain the organization of computers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

With block diagram explain the architecture of DRAM?

explain DRAM architecture with block diagram?


1 Explain with the help of a block diagram the basic communication system?

what is communication system explain with block diagram.


Explain AM receiver with block diagram?

yes


Internal block diagram of IC LF398?

explain functional diagram of LF 398


Can you explain block diagram of 8051 microcontroller?

ne ebbba


Draw a block diagram to illustrate the basic organization of computer system and explain the function of various units?

basic organisatiions are input unit cpu and output unit


Draw the block diagram of pulsed radar of a transmitter and reciver and explain the function of each block also draw the waveform at each block?

pulse radar block diagram explanation


Draw the block diagram of general commnication system and explain each block in detail?

i dont no answer


Meaning of block diagram of computer system?

Block diagram is a pictorial representation of an idea or concept. Block diagram are easiest method. It does explain the system of function and working. These diagram use boxes connected to each other by links or lines. Each represents a function.


Explain the inter connection between processor and memory with the help of block diagram?

Don't!


Explain th block diagram of Pulse-code modulation system?

na moddagudura


Block diagram of monochrome tv transmitter?

A block diagram of monochrome TV transmitter can be written out on paper. The diagram is broke don on drawn blocks and in the blocks is data that is used to explain monochrome TV transmitter.