What components does a complete microcomputer system consist of?
A complete microcomputer system is composed of two parts: a hardware system and a software system. Among them, the hardware system part consists of central processor, memory, input devices, and output devices; the software system part consists of system software (operating system, programming language, database management system, networking and network management system software) and application software.
A complete microcomputer system consists of two parts: a hardware system and a software system.
Hardware part
1. Central processing unit
CPU production On an integrated circuit chip, also called a microprocessor. Computers use a central processing unit to process data and a memory to store data. CPU is the core of computer hardware, which mainly includes two parts: arithmetic unit and controller, which control the work of the entire computer system. Computer performance mainly depends on the performance of the CPU.
The arithmetic unit is also called the arithmetic logic unit. During operation, the controller retrieves data from the memory, the arithmetic unit performs arithmetic operations or logical operations, and sends the processed results back to the memory.
The main function of the controller is to enable the entire computer to run automatically. When executing the program, the controller retrieves the corresponding instruction data from the main memory, then sends the control signals required for the instructions to other functional components, completes the corresponding operations, and then retrieves the next instruction from the main memory for execution. This cycle continues until the program Finish.
2. Memory
Memory is the memory storage component in the computer. Memory can both accept and save data and provide data to other components. Memory is divided into two categories: memory and external memory. In computer systems, it is customary to collectively refer to memory and CPU as the host.
(1) Memory
Internal memory is divided into three categories: random read/write memory, read-only memory and cache memory. Memory generally refers to RAM.
(2) External storage
External storage mainly includes hard disk, optical disk, U disk and mobile hard disk, etc.
3. Input devices
Input devices mainly include keyboard, mouse, etc.
(1) Keyboard The keyboard is the standard input device of the computer. Various instructions, programs, data, etc. can be input to the computer through the keyboard.
(2) Mouse The mouse is the standard input device of a microcomputer. The mouse can be used to conveniently perform visual operations on icons and menus in the graphical interface. Currently, the second generation optical mouse used on microcomputers mainly uses a plug-and-play USB interface.
4. Output devices
Output devices mainly include monitors and printers.
(1) Monitor
The monitor is a necessary "soft copy" output device for microcomputers. The more common ones are cathode ray tube monitors and liquid crystal monitors.
(2) Printer
The printer is a commonly used "hard copy" output device for microcomputers. The image output on the monitor can only be viewed at that time. In order to save the image for a long time, you need to use a printer to output it.
Software part
Hardware is the foundation of the computer, and software is the soul of the computer. Only after the software is installed on the computer hardware system can it play its due role. Computers can do a variety of different jobs using different software. A computer equipped with software becomes a complete computer system.
A sequence of instructions compiled for a computer to meet a certain need becomes a program. Programs together with relevant documentation constitute software. The software of microcomputer systems is divided into two categories, namely system software and application software. System software supports machine operation, and application software meets business needs.
1. System software
System software refers to the basic software provided by the computer manufacturer or a "third party" to manage the hardware of the computer system and support the operation of application software. Software, the most commonly used ones include operating systems, programming languages, database management systems, networking and communication software, etc.
(1) Operating system
The operating system is the most basic and important system software of the microcomputer. It is responsible for managing various hardware resources of the computer system (such as CPU, memory space, disk space, external devices, etc.), and is responsible for converting the user's management commands for the machine into actual operations inside the machine. For example, WIndowsXP, Windows2000, etc.
(2) Programming language
Computer language is divided into machine language, assembly language and high-level language. The computing efficiency of machine language is the highest among all languages; assembly language is a "machine-oriented" language; high-level language cannot directly control various operations of the computer. The target program generated by the compiler is often large and difficult to optimize, so the running speed slower.
(3) Database management system
The database management system is a system software installed on the operating system for unified management of data. It is mainly used to establish, use and maintain databases. The more famous database management systems on microcomputers include Access, Oracle, SQL server, Sybase, etc. Access is a small database management system suitable for general business activities, while SQL Server is a large database management system suitable for business applications of small and medium-sized enterprises.
(4) Networking and network management system software
The information resources on the network are much richer than those on a single computer, so there is software specifically designed for networking and network management systems. For example, the famous network operating systems NetWare, UNIX, Linux, Windows NT, etc.
2. Application software
Application software refers to a collection of programs designed to solve certain types of problems using computers in addition to system software, mainly including information management software , auxiliary design software, real-time control software, etc.
(1) Office software
A very important job of microcomputers is daily office work. Office2003 office software developed by Microsoft includes WOrd word processing software, spreadsheet Excel, presentation PowerPoint and database Management system Access and other components. Used together, these components can basically meet your daily office needs.
(2) Tool software
Commonly used tool software include compression/decompression tools, anti-virus tools, download tools, data backup and recovery tools, multimedia playback tools, and network chat tools, etc. For example, Winrar, Winzip, Rising, Ghost, Thunder, QQ, etc.
(3) Information management software
Information management software is used to input, store, modify, and retrieve information, such as salary management software, personnel management software, warehouse management software, etc. This kind of software generally requires a database management system for back-end support, and uses a visual high-level language for front-end development to form a client/server or browser/server architecture, referred to as MIS.
(4) Assisted design software
Auxiliary design software is used to efficiently draw and modify engineering drawings, perform routine calculations in design, and help users find good design solutions, such as two-dimensional drawings Design, three-dimensional geometric modeling design, etc. This kind of software generally requires the support of AutoCAD, programming language, database management system, etc.
(5) Real-time control software
Implementation control software is used to obtain the operating status information of production devices, aircraft, etc. at any time, and based on this, implement automatic or semi-automatic operations according to a predetermined plan control. This kind of software requires assembly language or C language support.
The above is the detailed content of What components does a complete microcomputer system consist of?. For more information, please follow other related articles on the PHP Chinese website!

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

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

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics



The core software of the software system is the operating system. An operating system is a set of interrelated system software programs that supervises and controls computer operations, uses and runs hardware and software resources, and provides public services to organize user interaction. From the perspective of computer users, the computer operating system embodies the various services provided; from the perspective of programmers, it mainly refers to the interface or interface for user login; from the perspective of designers, it refers to various connections between various modules and units.

A computer system is composed of two parts: hardware and software. It is a complex system used to process and store data. The core of a computer system is computer hardware. Hardware includes central processing unit, memory, input devices, output devices, and storage. Software refers to A collection of instructions consisting of programs and data that instructs a computer to perform specific tasks.

The basic components of a microcomputer hardware system include CPU, memory, input devices and output devices. The microcomputer hardware system contains five important components: arithmetic unit, controller, memory, input device, and output device; and the controller and arithmetic unit together form the central processing unit (CPU). The main function of the arithmetic unit is to calculate and process data and information; the controller can be regarded as the brain and command center of the computer. It allows the various components of the computer to complete instructions in an orderly manner by integrating and analyzing relevant data and information.

The information currently processed in computer systems is digital signals, because the information in the system is processed in binary numbers; digital signals refer to signals in which the independent variable is discrete and the dependent variable is also discrete. They are often represented by binary numbers with limited bits in computers. The size of the digital signal.

The width of the address bus has the greatest impact on the "size of storage space that the CPU can directly access". The address bus is specially used to transmit addresses, and the width of the address bus determines the physical address space that the CPU can access. Simply put, it is how much memory the CPU can use. Therefore, the address bus width affects the size of the storage space that the CPU can access. maximum.

The core of computer system software is the operating system, which is a type of software in a computer system that manages and controls computer hardware resources and provides a running environment for users and applications.

In the process of daily use of computers, we often encounter various problems. For example, what if the newly installed computer system does not have a drive? Let us teach you how to install a computer drive. First, open the Baidu search driver wizard and click to enter the official website. 2. After entering the official website, click on the network card version at the top, click the Download Now button, and then insert the USB disk into the computer. After downloading the driver wizard, copy it to a USB flash drive. 3. Then insert the USB disk into the driver-less computer and install the network card version driver wizard. 4. Double-click the mouse to open the driver wizard, and click Detect Now. If your computer lacks driver power, there is no problem in installing the driver according to the above method. I hope it helps you.

The core component of the computer hardware system is the "CPU". The central processing unit (CPU) is the core component of a computer that is responsible for reading, decoding, and executing instructions. Its main function is to interpret computer instructions and process data in computer software.