Skip to main content

Block diagram of Computer:-

A block diagram of computer is also called basic diagram of computer or basic building block of computer

A block diagram of computer consists three sub unit that is 















1. Input unit :- input unit is the set of various unit devices into a computer system input unit can be defined as "devices by which user can inset the data into a computer system is called input devices.

    In other word we can say that "devices by which user can send the data into a computer system.

Example of input devices are :- Keyboard, Mouse,Joystick etc.


2. Storage Unit - Storage unit is also called memory unit , Memory unit deals with the set of various memory devices into a computer system memory unit can be defined as "devices to store data instruction program and processed it inside the computer system." 

I.  ALU :-  An arithmetic logic unit (ALU) is a digital circuit used to perform arithmetic and logic operations. It represents the fundamental building block of the central processing unit (CPU) of a computer.
in other word we can say that ALU performs arithmetic operation like "Addition(+), Subtraction (-) Multiplication(*), Division(/) and logical operation like"YES, NO, TRUE, FALSE .


II. CU :- CU stands for "Control Unit" and control the execution of all kinds of program with generating control signals.


III. ALU+CU(Central processing unit) also called CPU it is also called brain of computer. Sometimes referred to simply as the central processor, but more commonly called processor.

A central processing unit (CPU) is the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output (I/O) operations specified by the instructions.

3. Output Unit :- Output unit is the set of various output devices into a computer system output unit can be defined as "devices by which user get desired output is called output devices.

Example of output devices are :- Monitor, printer Plotter.etc 

Comments

Popular posts from this blog

Operating System

Operating System: - An operating system is a system software which is used to operate a computer its work as an interface between user and machine it’s may enabled to computer hardware. In other word we can say that “ An operating system is a program that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs . ” An O perating System  or  OS  is a software program that enables the computer  hardware  to communicate and operate with the computer  software . Without a computer operating system, a computer and software programs would be useless Some popular Operating Systems include UNIX Linux, Windows,ANDROIDetc. Types of Operarting system:-                Single user Single Tasking              Single user Multitasking              Multiuser Multitasking 

Types Of Computer Network

There are so many different types of computer networks in existence; it can be hard to understand the differences between them, particularly the ones with very similar-sounding names. This lesson explains the structures and functions of some of the most popular computer networks. Types of Networks There are several different types of computer networks. Computer networks can be characterized by their size as well as their purpose. The size of a network can be expressed by the geographic area they occupy and the number of computers that are part of the network. Networks can cover anything from a handful of devices within a single room to millions of devices spread across the entire globe. Some of the different networks based on size are: Personal area network, or PAN Local area network, or LAN Metropolitan area network, or MAN Wide area network, or WAN In terms of purpose, many networks can be considered general purpose, which means they are used f...

Network Topology

Types of Network Connections Computer networks can be broken down historically into topology , which is a technique of connecting computers. The most common topology today is a collapsed ring. This is due to the success of a network protocol called the Ethernet. This protocol, or network language, supports the Internet, Local Area Networks, and Wide Area Networks. Star Topology A star topology is a design of a network where a central node extends a cable to each computer on the network. On a star network, computers are connected independently to the center of the network. If a cable is broken, the other computers can operate without problems. A star topology requires a lot of cabling. Bus Topology A bus topology is another type of design where a single cable connects all computers and the information intended for the last node on the network must run through each connected computer. If a cable is broken, all computers connected down the line cannot r...