0% found this document useful (0 votes)
13 views11 pages

Understanding Computer System Units

The document discusses the components of a computer system unit. It describes the system unit as the case that contains the electronic components of the computer used to process data. It provides examples of system units and lists 11 common internal components of a system unit, including the motherboard, power supply, hard disk drive, DVD-ROM drive, and input/output ports. It also discusses motherboards and processor components in more detail.

Uploaded by

eljay9037
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views11 pages

Understanding Computer System Units

The document discusses the components of a computer system unit. It describes the system unit as the case that contains the electronic components of the computer used to process data. It provides examples of system units and lists 11 common internal components of a system unit, including the motherboard, power supply, hard disk drive, DVD-ROM drive, and input/output ports. It also discusses motherboards and processor components in more detail.

Uploaded by

eljay9037
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MODULE WEEK NO.

Gingoog City Colleges, Inc.


Brgy. 24-A Paz Village, Gingoog City 9014
(088) 861 1432 Ext. 7385

College of Education
GE ELECT 1: Living in the IT Era
2nd Semester of A.Y: 2020-2021

1
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

System Unit

System Unit is a case that contains electronic components of the computer


used to process data.

◆ Made of metal or plastic to protects the internal components from


damage.
◆ All computers have a system unit. It is available in variety of shapes &
sizes.

◆ Sometimes called the chassis.

Examples of System Unit

2
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

3
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

4
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

FM reception
No. Components Functions

1. Input/Output A port is the point at which a peripheral attaches to a system unit so that
the peripheral can send data to or receive information from the computer.
port
An external device, such as a keyboard, monitor, printer, mouse and
(I/O port) microphone is often attached by a cable to a port on the system unit.

The back of the system unit contains so many ports. Some newer personal
computers also have ports on the front of the system unit.

Ports have different types of connectors. A connector joins a cable to a


peripheral. One end of a cable attaches to the connector on the system unit
and the other end of the cable attaches to a connector on the peripheral.

2. Power button To start on computer

3. Reset button Kick of soft boot, instructing the computer to go through the process of
shutting down, which would clear memory and reset devices to their
initialized state. It simply removes power immediately.

4. Motherboard Main circuit board of the system unit, which has some electronic
components attached to it and others built into it.

5. Power Supply Convert standard electrical power into the form that computer can use. If
a power supply is not providing the necessary power, the computer will not
function properly.

6. DVD- A device that reads DVD-ROM, also can read audio CDs, CDROMSs, CDRs
ROM drive and CD-RWs.

7. CD-ROM A device that reads audio CDs, CD-ROMs, CD-Rs and CD-RWs.
drive

8. DVD/CD-RW It is a combination drive that reads DVD and CD media, it also writes to
CD-RW media. This drive also allows watching a DVD or burn a CD.
drive

5
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

9. Zip drive A high-capacity disk drive that reads from and writes on a Zip disk.

10. Floppy drive A device that reads from and writes on a floppy disk

11. Hard disk drive Type of storage device that contains one or more inflexible, circular
platters that store data, instructions and information. Also called a hard
disk.

6
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

Motherboards

7
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

A motherboard (also known as the main board or system board) is

the main printed circuit board (PCB) found in general purpose

microcomputers and other expandable systems. It holds the

electronic components of a system, such as the central processing

unit (CPU) and memory, and allows communication between many

of them. It also provides connectors for other peripherals. The term

Motherboard specifically refers to a PCB with expansion

capability. It will typically have components attached to it. These

often include peripherals, interface cards, sound cards, video cards,

network cards, hard drives, and/or other forms of persistent

storage; and a variety of other custom components.

CPU:Microprocessor

A central processing unit (CPU) is 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.

8
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

Principal components of a CPU include the arithmetic logic unit (ALU) that performs arithmetic and

logic operations, processor registers that supply operands to the ALU and store the results of ALU

operations, and a control unit that orchestrates the fetching (from memory) and execution of instructions

by directing the coordinated operations of the ALU, registers and other components.

Processor Size
Modern microprocessors are often described as being 8 bit, 16 bit, 32 bit or 64 bit processors. This

description is somewhat ambiguous, since it can refer to (and has been used to refer to) either the number

of lines in the data bus (how many bits can be transferred simultaneously) or the number of bits in the

address bus (describing the potential amount of memory for the computer) or the number of bits in one

of the processor’s registers (how many bits can be processed simultaneously) At the moment, most

personal computers have 64 bit processors (in all senses of the term.) Some microprocessors are

described as being dual core or quad core (and probably higher number core by now.) These processors

have essentially two or four (or more) processing units built into a single CPU chip, allowing the

computer to process data faster by doing several things at the same time.

Processor Speed
There are several common measures of how fast processors operate:
Hertz (or megahertz or gigahertz.) This describes the clock speed of the processor This gives a

rough (and not very accurate) description of how fast the processor processes data. It is not a very

accurate measure of how fast a processor operates because different operations require different

numbers of clock pulses, so different programs (using different instructions) will yield different

results.

9
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

MIPS (million instructions per second) which actually describes how fast the processor executes

instructions. This measure is more accurate, but can also be misleading, again, because some

instructions take longer than others.

FLOPs (FLOating point Operations Per second, usually seen as gigaflops) Most commonly used

describing high performance computing, or sometimes in gaming systems.

Classes of Processors
There are two classes of processors – RISC and CISC
√ Reduced Instruction Set Computing (RISC) is a CPU design strategy based on the insight that

a simplified instruction set can provide higher performance. The simplified instruction set

allows the CPU to be optimized to execute these instructions more efficiently.

√ Complex Instruction Set Computing (CISC) is a CPU design strategy based on the idea that

with a larger, more complex instruction set, programs can be written using fewer instructions,

and thus run faster.

10
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla
MODULE WEEK NO.5

Exercise

Exercise will be posted in Google classroom

Assessment

Assessment will be posted in Google Classroom

Reflection
Reflection will be posted in Google Classroom

Resources and Additional Resources


[Link]

11
Credit to: Lyjieme Barro Revised by: Jane A. Pardenilla

Common questions

Powered by AI

DVD-ROM drives can read DVD-ROMs as well as audio CDs, CD-ROMs, CDRs, and CD-RWs, but they do not write data. In contrast, DVD/CD-RW drives are combination drives that not only read DVD and CD media but can also write to CD-RW media. This capability allows users to burn CDs or watch DVDs on the same device .

RISC (Reduced Instruction Set Computing) processors utilize a simplified set of instructions, which allows for faster execution of these operations by optimizing the CPU. This design results in higher performance for simple tasks. CISC (Complex Instruction Set Computing), on the other hand, supports a larger set of instructions, potentially reducing the number of instructions per program and enabling faster execution of complex operations. The benefit of RISC is efficiency in executing simple tasks, while CISC is more efficient in executing complex instructions .

I/O ports serve as connection points where peripherals attach to the system unit, facilitating data transfer to and from the computer. They support essential external devices like keyboards, mice, printers, and monitors by providing dedicated connectors. These ports are crucial because they allow for the expansion and customization of computer capabilities through peripheral attachments .

The primary components of a CPU include the arithmetic logic unit (ALU), processor registers, and the control unit. The ALU performs arithmetic and logic operations, registers supply operands to the ALU and store computation results, and the control unit coordinates the fetching and execution of instructions by directing ALU, registers, and memory interactions. These components work together to perform the sequence of operations required to execute instructions .

The power supply transforms standard electrical power from an outlet to a form that can be used by the computer's internal components. It powers every component within the system unit. If the power supply is inadequate or fails, the computer will not function properly or could suffer from component damage due to incorrect voltage levels .

Dual-core and quad-core processors enhance computing performance by including multiple processing units within a single CPU chip. This architecture allows the computer to process data concurrently, effectively managing multiple tasks at the same time, which results in faster data processing and improved multitasking capabilities compared to single-core processors .

A zip drive was a high-capacity storage device that read from and wrote on Zip disks. During its time, it was significant for offering higher capacity storage compared to floppy disks, making it valuable for backing up data and transporting large files. Zip drives represented an early solution for increased storage demands in computing applications .

The motherboard serves as the main printed circuit board in computers, which holds critical components such as the CPU and memory. It facilitates communication between these components and provides connectors for peripherals like sound, video, and network cards. It also allows for expansion with additional hardware components .

Processor speed measurements such as Hertz, MIPS, and FLOPs can be misleading because they do not account for the varying complexity of operations. Hertz measures clock speed but doesn't reflect actual processing speed due to differences in clock cycles required per instruction. MIPS indicates instruction execution rate but can be inaccurate due to differing instruction complexities. FLOPs are used in high-performance or gaming contexts, where they describe floating-point operation efficiency but may not represent overall processing capabilities .

The system unit's design often utilizes metal or plastic to shield electronic components, protecting them from physical damage and electromagnetic interference. This enclosure, also known as the chassis, is designed to be robust enough to withstand impacts while efficiently housing and arranging internal hardware components, ensuring stable and reliable operation .

You might also like