1. List and describe each component of a standard desktop PC.
Answer:
● Monitor
Monitor is used to display images on the Screen.
The function of a computer monitor is to display the output result to the computer screen. The monitor is a visual display unit, often called simply a monitor or displays a piece of electrical equipment which displays images generated from the video output of devices such as computers, without producing permanent record.
Outside the computing world, monitor is also used in supervisory roles, such as the government's financial monitor overlooking the banking industry, etc.
● Keyboard
Keyboard is a set of keys that allows you to enter data into a computer. Keyboard usually includes alphabetic, numerical, and common symbols used in everyday transcription.
The keyboard is used to type text and numbers into a word processor, text editor or other program. It is also used for playing games. A keyboard is also used to give commands to the operating system of a computer.
There are many different types of computer keyboards, such as wired, wireless, ergonomic, and multimedia.
● Mouse
A computer mouse is an input device that is most often used with a personal computer. It is also known as pointing device.
A computer mouse enables its user to move a cursor smoothly across the screen. It is an essential input device for selecting, dragging, hovering, and clicking. The mouse allows users to switch between applications, select options and buttons, and move around the screen. It is used to move between and select links on a website, buttons on an options screen, entries on a menu, and more tasks that would be far more difficult using a keyboard. It can also be used for playing computer games.
● CPU
CPU is the abbreviation for central processing unit. It is the brain of the computer. It carries out the instruction of computer program by performing the basic arithmetical, logical, and input/output operations of the system. CPU is the most important element of a computer system.
Primary functions of a CPU
Fetch
Fetching means taking the instruction from the memory. All the instructions are stored in memory. Each instruction has an address. The processor takes this address number from the program counter. Program counter is responsible for tracking what instructions CPU should execute next. Basically fetching means taking the instruction from the memory.
Decode
CPU understands instructions that are written in Assembly programming language. All the programs, that must be executed, are translated to Assembly instructions. Different CPUs understand different instructions, so Assembly code must be decoded into binary instructions which are understandable to your CPU. This step is called decoding.
Execute
During the procedure of instruction execution, three things can be done. Firstly, CPU can do some calculations. To execute calculations ALU is used. Secondly, CPU can move data from one memory location to another. And thirdly, CPU can jump to different address if it is needed. So basically, one of those three options is executed during this step.
Store
CPU must give some feedback after executing the instruction. The output data is written to the memory. In this phase program counter is incremented.
The two main component of CPU are as follows
The arithmetic logic unit (ALU), which performs arithmetic and logical operations.
The control unit (CU) controls the fetching of
Computer architecture is important to understand how a computer works. The Von Neumann architecture is the basic building block to the modern computer. There are different types of functions within the Von Neumann architecture that have helped create an efficient design and allow computers to perform multiple functions rather than being used for one specific purpose. The Von Neumann model uses memory, system buses, and Boolean operators to communicate programs and perform functions. The computer…
input/output (I/O) devices using the system busesUnit 19 Task 2 (D1) . Control bus A control bus is a computer bus that is used by the CPU to communicate with devices that are contained within the computer. This occurs through physical connections such as cables or printed circuits. The CPU transmits a variety of control signals to components and devices to transmit control signals to the CPU using the control bus. One of the main objectives of a bus is to minimize the lines that are needed for…
Manager. Handles multiple computer resources: CPU, Internal/External memory, Processes, Tasks, Applications, Users, etc… Manages and allocates resources to multiple users or multiple jobs running at the same time (e.g., processor time, memory space, I/O devices) Arranges to use the computer hardware in an efficient manner (maximize throughput, minimize response time) and in a fair manner. It is a Control Program. Manages all the components of a complex computer system in an integrated manner…
Fundamentals Session 1 Notes Certificate Details 70 questions long The test duration is 60 minutes Use the time wisely Need 70% to pass the exam Technology and Hardware Basics 1.0 Technology and computer. Hardware Basics (40% of the exam) IT basic vocabulary Describe the uses of various computer Demonstrate proper use Explain characteristics and functions of internal and external storage devices Identify risks associated with upgrading OS, hardware, applications, and automatic updates…
When selecting a computer, there are different criteria a user might want to consider • Whether the application one wants to run is available for that computer • Energy consumption • Cost • Often, the most important factor is: performance (good resolution, smooth execution, not too slow) The goal of this chapter is to define more precisely what we mean by “performance” and how we go about measuring it. 1.1 Measuring performance What do we mean if we say that one computer has a performance…
Cpu: The Central Processing Unit (CPU) is responsible for interpreting and executing most of the commands from the computer's hardware and software. The CPU could be considered the "brains" of the computer. RAM: RAM (random access memory) is the place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor. RAM is much faster to read from and write to than the other kinds of storage in a computer…
What's inside your computer? There are seven major components and additional devices that allows your computer to run correctly. The seven major components of a computer are motherboard, cpu, ram, power supply, optical drive, video card, . All of these parts are essential to the computer and how it functions. The motherboard is the heart of the computer everything sits or connects to it. It is the main circuit board its connects directly or indirectly to every part of the computer. The motherboard…
connect all of the parts of a computer together, the cpu, memory, hard drives, optical drives, video card, sound cards and other ports and expansion cards. The motherboard can be thought of as the “backbone’ of the computer. ** other names for the motherboard are:mainboard, mobo (abbreviation), MB (abbrievation), system board and finally logic board. Detailed Example Of A MotherBoard L2 Cache Is extremely ast comnputer memory and is often built into the CPU or located next to it on a…
following are true about random-access memory (RAM) as it is normally used inside a personal computer? A.Used for short term memory E. Is installed on the motherboard 5. This chapter describes the concepts behind how a CPU reads the contents from RAM. Which of the following is true about the process of read data. As described in the chapter? A.The CPU tells the RAM which address holds data that the CPU wants to read. 6. A user…
processor units, graphic processing units. Complex Instruction set computer, which is abbreviated as CISC, is a CPU design where single instructions can execute several low-level operations, such as an arithmetic operation, a memory store, and a load from memory, or are capable of multi-step operations or addressing modes within single instructions. The term was retroactively coined in contrast to Reduced Instruction Set Computer (RISC) and has therefore become something of an umbrella term for every…