CH 1 : Types and components of a computer system Flashcards

1
Q

what is meant by hardware ?

A

they are the physical components of a computer system such as motherboards , memory , monitors , keyboards , soundcards etc.

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

what is meant by software ?

A

they are the programs for controlling the computer’s operations or for the processing of electronic data

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

what are the internal hardware devices ?

A
  • motherboard
  • RAM ( random access memory )
  • ROM ( read-only memory)
  • Graphics card
  • Sound card
  • internal Hard disk drive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are some of external hardware devices ?

A
  • monitors
  • keyboards / mouses
  • external storage devices
  • speakers / headphones
  • scanners
  • printers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what does software consists of ?

A
  • a set of instructions that tells the computer’s hardware what to do , software is written in a quite few different languages , without software the hardware is useless
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are the two main types of software ?

A
  • Application software

- System software

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

what are applications software ?

A
  • they are programs that carry out certain operations for a particular application
  • note :
    application software cannot run on its own it is dependent on system software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what does applications software include ?

A
  • word processing
  • spreadsheets
  • database management software
  • measuring software
  • graphics manipulation software
  • photo-editing software
  • video editing software
  • control software
  • applets and apps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are system software ?

A
  • system software are programs that control the hardware directly by giving it a step by step instruction that tell the computer’s hardware what to do.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what does System software include ?

A
  • operating systems
  • device drivers
  • compilers
  • linkers
  • utilites
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is an operating systems ?

A
  • it is a software that controls the hardware and is used to run applications software.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are compilers ?

A

compiler converts the whole program from the programming language to binary in one go .

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

Device driver ?

A
  • driver software can control a printer/scanner
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what are linkers ?

A

they are usually a part of the compiler , it takes care of linking between the code that the programmer wrote and other resources so that the computer can read the code.

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

what are utilties ?

A
  • part of the system software that perform a specific task such as :
  • creating / deleting files
  • removing and checking for viruses
  • burning CDs and DVDs ( saving data on them)
  • formating a disk ready to use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what are the main components of a computer ?

A
  • Input devices ( mouse , keyboard .etc)
  • processing and internal memory
  • output devices ( monitor , speakers . etc)
  • backing / secondary storage ( hard disk , DVD- R / W drive . etc)

processing and internal memory includes the CPU , ROM , RAM and the internal hard disk.

17
Q

what is the role of a CPU in the computer system ?

A
  • it controls the step by step running of the computer system
  • it performs all of the calculations and logical operations
  • it deals with the storage of data and programs in memory
18
Q

what are the roles / tasks of an operating system ?

A
  • it provides security and prevents unauthorized access to the computer system
  • it helps the user to interact with the computer via a user-interface
  • it saves , deletes, finds and organizes files
  • resolves error occurring
19
Q

what are the properties of a ROM ?

A
  • the programs and the instructions are stored permanently
  • the computer can only read the contents of the ROM
  • non-volatile meaning that when the power is turned off the data is retained
  • used to store the BIOS program which is used to boot the computer up when power is turned on
20
Q

what are the proporties of RAM ?

A
  • data and program instructions are stored temporarily
  • can read and write new contents
  • volatile meaning data is lost when power is turned off
  • stores application software details that are currently being used
21
Q

what is meant by BIOS ?

A
  • ( basic input / output system ) stored in ROM and it holds instructions to boot( start) the computer up when first switched on
22
Q

what is meant by an operating system ?

A
  • an operating system is a system that gives the computer step-by-step instruction on what to do