Please enable JavaScript.
Coggle requires JavaScript to display documents.
HARDWARE - Coggle Diagram
HARDWARE
-
INPUT-OUTPUT DEVICES:
An input device like a keyboard or mouse converts the signals sent by humans to a form that can be understood by the computer.
Output devices such as printers, monitors, etc. convert the information from the computer into a form that is understandable by humans.
INPUT DEVICES: scanner, 2D scanner, 3D scanner. Barcode reader, digital camera, keyboard, pointing devices, microphone,...
-
OUTPUT DEVICES: inkjet printers, laser printers, 3D printers, 2D and 3D cutters, loudspeakers/headphone, digital analogue converter, LCD and LED monitors
computer architect
-
CPU performance:
cores
-
-
Computers may be dual (two), quad (four) or even more cores.
As the number of cores increases, the computer has more power to execute multiple programs at a particular instant of time.
When the number of cores is increased, the communication channels between the cores also use up some of the speed
Hence, increasing the number of cores four times will not increase the speed of computer of the computer four times.
cache size
-
-
To reduce the access time, the control unit checks cache first before requesting any instruction from RAM or main memory.
Accessing cache memory
Due to the presence of cache, the speed of the CPU increases.
As the cache is near to CPU, it is faster to use a cache when compared to RAM.
-
-
If a computer has 8 CB of RAM, level 3 cache memory is only about 2-4 MB.
-
clock rate
-
-
-
A faster CPU requires more power and thus, heat is generated. This heat is a form of power loss.
-
-
A CPU has circuitry limitations regarding the speed. If a computer is forced to work at a higher speed, more than its limit, the instructions might not get executed completely. This leads to data corruption and overheating.
-
-
DATA STORAGE:
MEMORY
Memory is the space where data and programs are stored. Data in memory is accessed through instructions from the CPU.
-
TYPES OF MEMORY:
PRIMARY MEMORY
Primary memory is a type of memory that is accessed directly by the CPU. For example: RAM, ROM and cache.
PRIMARY MEMORY IN CPU:
-
-
-
RAM
RAM is a temporary memory which stores data, files and parts of the operating system that is currently in use.
When a program is loaded from the hard drive, all its contents such as its instructions and data are loaded to the RAM and the CPU accesses this information. It is also called the main memory.
Used by the operating system, applications and any data that are currently used.
The access time for a CPU to access any data from the RAM is less when compared to accessing data from a hard drive.
The larger the size of RAM, the faster the computer operates
-
When the power is lost, the contents of RAM are lost.
The contents of RAM can be read from, written to and changed.
-
TYPES OF RAM:
Dynamic RAM (DRAM)
-
DRAM has to be constantly refreshed (every 15 microseconds) to maintain the charge in the capacitor.
-
Static RAM (SRAM)
-
-
-
-
Due to the complex design and more transistors and additional wiring required in SRAM, it offers smaller capacity compared to DRAM.
But, the closer the memory type, the more expensive it is.
The closer the memory type, the faster the access is
fastest, smallest and most expensive memory to slowest, largest and least expensive: CPU registers, Cache, RAM Virtual memory(in Hard disk)
-
SECONDARY MEMORY
Secondary memory refers to the external storage devices such as hard drives, CD, flash drives, etc.