The five major components of a computer are: 1. Controller, which is the control system of the computer; 2. Calculator, which is the computing system of the computer; 3. Memory, which is the computer storage system; 4. Input device, which is Devices for inputting data and information into computers, including keyboards, mice, cameras, touch screens, etc.; 5. Output devices, including monitors, speakers, printers, etc.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
The five major components of a computer
The five major components of a computer are: controller, arithmetic unit, memory, input device and output device.
1. Controller: computer control system
The computer controller is the computer The nerve center directs all components in the entire machine to work in automated coordination. Under the control of the controller, the computer can automatically perform a series of operations according to the steps set by the program to complete specific tasks.
Working process:
(1) Get instructions. The address of the current instruction is stored in the program counter (PC) of the controller. The first step in executing an instruction is to send the address to the memory's address driver (not shown), fetch the instruction according to the address, and send it to the instruction register (Instruction Register, IR). at the same time. PC automatically adds 1. Get ready to take the next order.
(2) Analysis instructions. An instruction consists of two parts: one part is called the operation code (OP). Indicates what operation the instruction is to perform; the other part is called the data address code, which is used to indicate which address the data stored in is to be operated on. In the instruction analysis stage, the data address code must be sent to the memory to retrieve the required operands to the arithmetic unit. At the same time, the OP is sent to the instruction decoding component, which is translated into signals for which operations are to be performed on which components, and then the specified signals (and timing signals) are sent to the specified components through the operation control logic.
(3) Send operation control signal. The relevant operation control signals are sent to the relevant components according to the timing arrangement, so that the relevant components can complete the specified operations in the specified beat.
2. Calculator: the computing system of the computer
Calculator: arithmetic unit, which performs various arithmetic and logical operations in the computer part.
The arithmetic unit consists of an arithmetic logic unit (ALU), an accumulator, a status register, a general-purpose register group, etc. The basic functions of the Arithmetic Logic Operation Unit (ALU) are the four arithmetic operations of addition, subtraction, multiplication, and division, logical operations such as AND, OR, NOT, and XOR, as well as operations such as shift and complement. When the computer is running, the operations and types of operations of the arithmetic units are determined by the controller. The data processed by the operator comes from the memory; the processed result data is usually sent back to the memory or temporarily stored in the operator. Together with the Control Unit, it forms the core part of the CPU.
3. Memory: Computer storage system
Computer memory (English: Computer memory) is a system that uses semiconductor, magnetic media and other technologies. An electronic device that stores data. The data in its electronic circuits is stored in binary format, and the names of the basic units in different memory products are also different.
Computer memory can be divided into internal memory (also called memory or main memory) and external memory. Memory is a storage space that the CPU can directly address and is made of semiconductor devices. The characteristic of memory is its fast access rate. The programs we usually use, such as Windows operating system, typing software, game software, etc., are generally installed on external memories such as hard disks, but they must be transferred into the memory to run in order to truly use their functions. We usually enter a paragraph Writing text, or playing a game, are actually all performed in the memory. After the data is generated, it is continuously read and written from the memory to the external memory. Just like in a study room, the bookshelves and bookcases where books are stored are equivalent to the external memory of the computer, and the desk where we work is the memory. Usually we store a large amount of data that we want to save permanently on the external memory, and put some temporary or small amounts of data and programs on the memory. Of course, the quality of the memory will directly affect the running speed of the computer.
Memory type:
Register: Store the data to be used by the CPU in the register (small capacity)
High speed Cache: Store frequently used data with relatively small capacity in the cache
Memory: The main force for the CPU to obtain data is memory
-
#Hard drive:
Mechanical hard drive: The mechanical arm of the hard drive rotates on the track to read data
Solid state drive: Based on capacitive storage, mathematical algorithm
Tape: Server data backup
The advantages and disadvantages of memory and external storage:
-
-Memory
Working based on electricity
Advantages: Fast reading speed
Disadvantages: Data loss during power outage
-
-External storage
Advantages: Can store data permanently
Disadvantages: Slow reading speed
## 4. Input device: input data and information to the computer Devices are the bridge between computers and users or other devices.
#Input device is one of the main devices for information exchange between the user and the computer system. Keyboards, mice, cameras, scanners, light pens, microphones, cameras, touch screens, handwriting input pads, joysticks, voice input devices, etc. are all input devices.
Input device (InputDevice) is a device for human or external interaction with the computer. It is used to input raw data and programs for processing these numbers into the computer. Computers can receive a variety of data, which can be numerical data or various non-numeric data, such as graphics, images, sounds, etc., which can be input into the computer through different types of input devices for processing. Storage, processing and output.
#5. Output device: It is the terminal device of the computer hardware system, used to receive the output display, printing, sound, and control of peripheral device operations of computer data. also expresses various calculation result data or information in the form of numbers, characters, images, sounds, etc.
Common output devices include monitors, speakers, printers, plotters, image output systems, voice output systems, magnetic recording equipment, etc.
Input device: input Output device: outputMemory is also called I/O operation
Extended knowledge
Three core components
##CPU: Brain
- Memory: short-term memory
- ×86: 32-bit operating system refers to the CPU's ability to process 32-bit binary characters at one time
×86: 64-bit operating system refers to the CPU's ability to process 64-bit binary characters at one time
BIOS system basic input output system The small system that comes with the calculator when shipped from the factory
operating system The operating system is also an application
But It is aimed at computer hardware,
It encapsulates the complex and ugly excuses in operating hardware,
Exposes it to users with a simple and fast operation interface,
Helps users manage and Coordinate, operate, and schedule various hardware of the computer
The above is the detailed content of What are the 5 major components of a computer?. For more information, please follow other related articles on the PHP Chinese website!

把逻辑地址转换为内存物理地址的过程称作“重定位”。程序发出的逻辑地址并不是数据或指令的真实存放地,但可以对这个地址进行转换来获得真实存放地的物理地址,相当于重新定位一次。

根据计算机网络覆盖范围,可将计算机网络分为三类:1、局域网(LAN),是一种在小区域内使用的,由多台计算机组成的网络,覆盖范围通常局限在10千米范围之内;2、广域网(WAN),是一种远程网,涉及长距离的通信,覆盖范围可以是个国家或多个国家,甚至整个世界;3、城域网(MAN),其网络覆盖范围通常可以延伸到整个城市,借助通信光纤将多个局域网联通公用城市网络形成大型网络。

微机的字长是4个字节意味着:在CPU中整体传输和处理的二进制数为32位。因为一个字节是8位长(字长),所以4个字节就是32位了,也就是说cpu中能够同时处理32位的二进制数据。在计算机领域,字是用来表示一次性处理事务的固定长度;一个字的位数,即字长,是计算机一次可处理的二进制数字的数目。

微型计算机的性能主要取决于CPU(中央处理器)的性能。CPU是计算机系统的运算和控制核心,是对计算机的所有硬件资源(如存储器、输入输出单元) 进行控制调配、执行通用运算的核心硬件单元;中央处理器(CPU)的性能对计算机性能起决定性作用。

微型计算机的运算器控制器及内存储器的总称是“主机”。在微型计算机中,运算器、控制器、存储器三个部分是信息加工、处理的主要部件;运算器和控制器总称为CPU(中央处理单元),而CPU与内存储器又总称为主机,这是计算机系统中最核心的硬件部分。

MODEM的功能为“实现模拟信号与数字信号之间的相互转换”。MODEM的中文名为“调制解调器”,它可以在发送端通过调制将数字信号转换成通信线路上传输的模拟信号,在接收端通过解调再将模拟信号转换为数字信号。

世界上第一台计算机的电子元器件是“电子真空管”。世界上第一台计算机是“阿塔纳索夫-贝瑞计算机”,通常简称ABC计算机,采用电子真空管作为电子元件;该计算机电路系统中装有300个电子真空管执行数字计算与逻辑运算,机器使用电容器来进行数值存储,数据输入采用打孔读卡方法,还采用了二进位制。

计算机系统的内部总线主要可以分为5类:1、数据总线,在CPU与RAM之间来回传送需要处理或是需要储存的数据;2、地址总线,用来指定在RAM之中储存的数据的地址;3、控制总线,将微处理器控制单元的信号,传送到周边设备;4、扩展总线,是外部设备和计算机主机进行数据通信的总线,例如ISA总线,PCI总线;5、局部总线,取代更高速数据传输的扩展总线。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 Chinese version
Chinese version, very easy to use

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Mac version
God-level code editing software (SublimeText3)
