Computer System and Architecture Flashcards
Computer systems
is a basic, complete and functional computer, including all the hardware and software required to make it functional for a user. It should have the ability to receive user input, process data, and with the processed data, create information for storage and output.
Computing peripherals
device is generally thought of as an auxiliary device that connects to and works with the computer somehow. Peripheral devices are used to put information into or get information out of the computer.
Personal computing devices
may be regarded as a relatively affordable or cost-effective general-purpose computing device designed and suitable for an individual user.
The desktop/stationary PC
is a “computer designed to be placed on a desk or table.
The laptop PC
defines a laptop computer as a portable computer designed for use on one’s lap.
Netbook/mini Netbook PC
a netbook is a perfect description of the product: a small laptop PC intended mostly for using internet-based tools and services, surfing the web, running lightweight apps, saving files to the cloud, and so on.
Tablet computers
as highly portable PCs whose primary interface is a touch screen that occupies the full length/width of the device.
The Home Theatre Personal Computer (HTPC)
a personal computer that is used to store and play music and movies as well as display photos. Also called a living room PC, an HTPC can be installed in the A/V cabinet and connects to a stereo or home theatre system.
Cellular and smartphones
Cell phones, smartphones, mobile phones, and wireless telephones are interchangeable terms for portable handheld devices that allow wireless communication.
Primary memory
There are two types of primary memory: Read-Only memory (ROM) and Random-Access memory (RAM).
Read-Only Memory (ROM)
is a permanent form of storage. ROM stays active regardless of whether the power supply is turned on or off.
Random Access Memory (RAM)
is high-speed read/write memory with an access time that is the same for all storage locations.
Two basic types of RAM
-Dynamic Random-Access Memory (DRAM)
-Static Random-Access Memory (SRAM)
Dynamic Random-Access Memory (DRAM)
is a potent form of random-access memory that uses capacitors built into the integrated circuit as its memory elements. (IEEE, 1995).
Static Random-Access Memory (SRAM)
is a form of random-access memory that doesn’t require a periodic refresh to retain data. (IEEE, 1995).
Persistent/secondary storage
This storage type is designed to store data and programmes (non-volatile storage) permanently. Furthermore, the data is not lost or erased after the power is turned off. Examples include Hard Disk Drives (HDD), Solid-State Drives (SSD), and Optical Disc Drives (ODD).
Hard Disk Drive (HDD)
is a magnetic disk that consists of a rigid platter. Note that this term is also used as a synonym for fixed disk (IEEE, 1995).
Solid-State Drives (SSDs)
retain data in non-volatile memory chips and contain no moving parts. Compared to electromechanical hard disk drives (HDDs), SSDs are typically less susceptible to physical shock, are silent, have lower access time and latency, and use less power (McMillan, 2019).
Optical Disc Drive (ODD)
is a disc on which information is stored and retrieved by optical means using a laser.
Flash disks
are storage modules made of flash memory chips. Flash disks have no mechanical platters or access arms, but the term ‘disk’ is used because data is accessed as if it were on a hard drive. The disk storage structure is emulated.
Central Processing Unit (CPU)
is that unit of a computer system that fetches, decodes and executes programmed instructions and maintains the status as the programme is executed (IEEE, 1995). or the brain of the computer.
CPU is comprised of three main parts
-Arithmetic Logic Unit (ALU)
-Control Unit (CU)
-Registers