TYPES & COMPONENTS OF COMPUTER SYSTEMS Flashcards

1
Q

What is hardware?

A

general term for the physical components that make up a typical computer system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List examples of internal hardware

A
  • motherboard
    -central processing unit (CPU)
    -random access memory (RAM)
    -read only memory (ROM)
    -graphics card
    -sound card
    -network interface card (NIC)
    -internal storage devices (HDD & SDD)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Motherboard -

A

-printed circuit board found in all computers
- allows the processor and other computer hardware to function and communicate with each other
- acts as a kind of ‘hub’ which other computer devices connect to
- consists of a sheet of non-conductive material
-thin layers of copper or aluminuim are printed onto this sheet
- these form the circuits b/w various components
-contains several circuits and slots to connect to other components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

RAM

A
  • internal chip where data is temporarily stored when running applications
    -this memory can be written to and read from
    -contents lost when power to the computer is turned off
    -referred to as volatile or temporary memory
    -stores the data, files or part of the operating system currently in use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CPU

A
  • electronic circuit board in a computer that can execute instructions from a computer program.
  • two main components are ;
    • arithmetic & logic unit (ALU) where arithmetic and logical operations are carried out
    • control unit (CU) which takes instructions, decodes and then executes those instructions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ROM

A
  • used to store information that needs to be permanent.
    -used to contain configuration system for a computer system.
    -chips can’t be altered and can only be read from.
    -information stored on the ROM chip is not lost even when power is turned off to the computer.
    -often referred to as non-volatile memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

NIC

A
  • a component that allows a computer or any other device to be connected to a network, it can be wired or wireless
    -hard-coded with a unique MAC address code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

HDD/SDD

A
  • HDD are magnetic in nature and one of the main methods of storing data, files and most of the system and applications software.
    -SDDs have the same function, they are more faster.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Sound Card

A

-integrated circuit board that provides a computer with the ability to produce sounds.
-these sounds can be heard by the user either through speakers or headphones.
-also allow a user to record sound input from a microphone connected to the computer, and manipute sound stored on a disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Graphics Card

A

-allows the computer to send graphical information to a video display such as a monitor, TV, or a projector.
-usually connects to the motherboard
- usually made up of ;
- processing unit
- memory unit (RAM)
- cooling mechanism
- connections to a display unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is software?

A

general term used for the progams that control the computer system and process data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are application softwares?

A

provides the services that the user requires to solve a given task.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is system software?

A

designed to provide a platform on which all other software can run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

word processing (app soft)

A
  • used to manipulate a text doc
    -text entered using a keyboard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

spreadsheet (app soft)

A

used to organize and manipulate numerical data
numbers are organized on a grid of lettered columns and numbered rows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

control and measurement software (app soft)

A

designed to allow a computer or microprocessor to interface with sensors
- measure physical quantities in the real world
-control applications by comparing sensor data with stored data and sending out signals and process parameters

17
Q

database management ( app soft)

A

used to organize, manipulate and analyse data
- typical database is made up of one or more tables
-tables consist of rows and columns
-each row is called a record
-each column is called a field
-provides basic structure for the organisation of the data within the database

18
Q

apps and applets (app soft)

A

applets are small applications that perform a single task on a device
apps referred to software which can perform a fairly substantial task.

19
Q

computer aided design (CAD)

A

used to help in the creation, manipulation, modification and analysis of a drawing/design.
can be used to produce 2D or 3D diagrams
- can be rotated to view the drawing from any angle
-can produce full dimensions
- can be used to estimate manufacturing costs of the final product
- predict any structural problems

20
Q

graphics editing software (app soft)

A

allows bitmap and vector images to be changed.
bitmap images are made up of pixels which contain information about image brightness and color.
editors can change the pixels to produce a different image.

21
Q

audio editing software

A

allows a user to edit, manipulate and generate audio data on a computer

22
Q

video editing software

A
  • allows a user the ability to manipulate videos to produce a new video.
    enables the addition of titles, color correction and altering/adding sound to the original video
23
Q

compiler (syst soft)

A
  • computer program that translates a program written in a high-level language (HLL) into a machine code (code that is understood by the computer) so that it can be directly used by the computer to perform a required task.
    original program is called the source code and code after compilation is called the object code.
24
Q

linkers (syst soft)

A

computer program that takes one or more object files produced by a compiler and combines them into a single program that can be run on a computer

25
Q

device driver (syst soft)

A

name given to software that enables one or more hardware devices to communicate with the computer’s operating system.
w/o drivers, a hardware device would be unable to work with the computer

26
Q

utilities (syst soft)

A

software that has been designed to carry out specific tasks on a computer.
programs that help to manage, maintain and control computer resources.

27
Q

operating systems (syst soft)

A

software that runs in the background of a computer system
manages many of the basic functions.
without OS most computers would be very user unfriendly

28
Q

what is digital data

A

computers only understand data which is in a binary format
referred to as digital data because it can only have discrete, discontinous values.

29
Q

what is analogue data

A

analogue data is physical data that changes smoothly from one value to the next, and not in discrete steps as with digital data.

30
Q

what to do when analogue data is being sent to a computer

A

it must first be converted into digital data
done by hardware software known as an analogue to digital converter (ADC)
if the computer is controlling a device then the digital output from the computer needs to be converted into analogue form.
done by a digital to analogue converter (DAC)

31
Q

BIOS

A

ROM contains some coding known as the boot file. this code tells the computer what to do when it first starts up.
often referred to as BIOS - Basic Input/Output System
when computer is turned on, BIOS carries out a hardware check to find out if all the devices are present and whether they are functional.
then it loads the operating system into the RAM.

32
Q

CMOS - Complementary Metal Oxide Semiconductor

A

The BIOS stores the data, time and system configuration in a non-volatile chip called a CMOS.
this is usuallty battery powered

33
Q

RAM

A

temporary memory device
volatile memory
can be written to and read from
used to store data, files and programs, part of the OS currently in use
can be increased in size to improve operational speed of a computer