Computer Components Flashcards

1
Q

When was first general-purpose electronic digital computer made

A

1940

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

What was the old computer program

A

Data. ->. Hardwired program. ->. Result

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

What is the stored program concept

A

In 1946 a scientist by the name of John von Neumann realised that the programming
process could be made much more efficient if the program could be stored in the
computer’s memory along with the data. This idea is known as the stored-program
concept. The basic design that allows it to happen is known as the von Neumann
architecture, and is the basis for nearly all digital computers.

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

The main features of architecture are :

A

Main memory: store both data and instructions

Central processing unit, comprising of :
- Arithmetic Logic Uni (ALU) capable of operating on binary data
- control unit, interpreting the instructions in memory and cause the m to be executed

I/O
equipment operated by the control unit

Advantage of this it that hardware does not need to re wire the hardware

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

What does CPU stand for

A

The central processing unit

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

What are three institutions to operate the computer

A

Fetch = the next instructions is fetched from main memory
Decode = produces signal that control the other part of the computer such as the ALU
Execute = the instruction is executed

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

What are the two types of operations on data the ALU performs

A

Arithmetic = + - / X
Logical operatorss = comparing one data item with another, determining if the first data item is smaller, equal or greater than the second data item

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

CPU HIGH SPEED MEMORY

A

Contains height speed memory used to store temporary results and control information. The memory is made up of a number register, with each register holds one number

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

Two main features to determine CPU performance

A
  • clock speed = CPU has an internal clock that generates a regularly timed pulse. All processor activities must begin with clock pulse. Some activities may take longer than clock pulse. Clock pulse rate is measured in Hertz (Hz). Computers today have 4GHz (4000 mil cycle per second) the higher the speed the faster it operates.

-cell size = the number of bits that the CPU process simultaneously. Bits are grouped into 8, 16, 32, 64, 128 bit words, And processed as a unit during input and output, arithmetic and logical instructions. More bits mean bigger cell size, meaning it operates faster.

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

Main memory

A

Consists of we of locations, defined by sequentially numbered addresses. Within this memory both data and instructions can be stored.
Number of bytes in main memory refers to as the computer memory size.

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

What does Ram stand for

A

Random access memory

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

What does rom stand for

A

Read only memory

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

Two types of main memory

A

RAM = used for store and running applications and data that is being processed. This is volatile, meaning that it loses all its content as soon as the machine is switched off.

ROM= it’s non volatile, so content is permanently etched into the memory chip at the time of manufacturing. It is used to hold the bootstrap loader,, which is the program that runs as soon as the computer is switched on and instructs it to load the operating systems from disk to main memory

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

Cache memory

A

A type of very fast memory, used to improve the speed of a computer. Acts as intermediate store between the CPU and main memory. Works by storing the most frequently or recently used instructions and data so that it will be very fast to retrieve them . So when an item of data is needed, a whole block of data will be read into the cache in the expectation that the next piece of data required is likely to be in the same block .

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

Secondary storage

A

Ram is primary

Secondary storage is non volatile.
Magnetic media and optical media are what is known as secondary storage.
Most common example is disk.
All computers come equipped with an in built hard disk , with capacity measured in bytes , can store tens of gigabytes and used for storing applications, data for long term storage and operating system.

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

What does ALU stand for

A

Arithmetic Logic Unit

17
Q

Purpose of operation system

A

The key purpose of an operating system is coordination between different aspects of the computer,
and efficient and fair allocation of resources:
• Concurrency: allowing several different tasks to be underway at the same time. Each task
should “feel” like it has dedicated access and control of its required resources.
Computer Systems Lecture 5– Operating Systems
6G3Z3106 Foundation Computing
• I/O devices. Input/output can be slow. Users take time to type things in, printers can only
print so fast, and even hard disks take time to write data. There is no point in the CPU sitting
idle while waiting for these tasks to complete… but how do we know when they are complete?
• Memory: how can a single memory be shared among several processes?
• Files: allow many files, for many different users, to share space on the same physical disk (or
multiple physical disks, or cloud services).
• Networks: allow groups of computers to work together.
• Security: how to allow interactions while protecting each participant, and the system itself,
from abuse by the others?

18
Q

Features of OS

A

Managing processes and concurrency
Managing memory access
Managing I/O
File system
Security

19
Q

Managing process and concurrency

A

Allow multiple programs to run simultaneously. Virtual parallelism is done by interleaving the instructions from multiple programs and sharing resources between them.

20
Q

Managing memory access

A

OS is responsible for managing main memory. In particular it must insure that certain areas of memory are protected. Eg applications programs can not modify OS (otherwise security violations will occur)
OS manages the allocation of memory to different programs and de-allocation of unused memory.

If the computer has insufficient memory, program managing OS can also manage virtual memory, which uses secondary storage to simulate main memory

21
Q

File system

A

Arrangement and storing of file on hard disk(or other secondary storage) this includes structure of the files themselves, how they are accessed on disk and how access is managed and how free space is organised

Files are usually arranged in a hierarchy using special types of files called directories
To control access, flags are attached to files, indicating who may read write or execute the file.

22
Q

Security

A

A sister of user account, provides means for encrypting data and also logging in

23
Q

Give 2 types of network

A

Local area network (LAN) a network within an organisation site, eg : within a uni campus. LAN is under control of the organisation

wide are network (WAN) network within the organisation. WAN Uses facilities of an external provider eg: British telecom

24
Q

Network links technology

A

Wire : the original networking technology eg: for telephone and telex
Copper is still used for data networking as a circuit or a telephone network. Cables range from cheep twisted pair to expensive Co-axial cable

Fibre Optics: alternative to electrical signals in a cable is light signal in a fibre optic ‘cable’. Fibre optic provides a higher capacity

Wireless: send signal through atmosphere
-Provides short range data transmission via a router
-Mobile (2/3/4G) used for phones network and data
-microwave: use for short LAN links between building (does not require external providers involvement)
-satellite: used for inter continental links (an alternate submarine cable)

25
Q

Network card

A

Modem : for telephone. Converts signal to analogue and there needs to be another modem at the other end of the connection to re-digitise the signal

LAN card :use with a LAN or at home or a broadband

Double: for use over the mobile network

26
Q

Network joining

A

Repeater: used when there is a need of signal amplification. Repeater copies the signal though, without any understanding or modification of the data

Bridge: data is read and stored for a moment, only to be transferred to the adjoining network if the destination address is appropriate. Only works between LAN of the same type and use Ethernet address.

Router : data is read and stored for a moment. By referencing a local routing table, the router can choose which output port leads to the most suitable network to reach the destination machine. Routing table must be regularly updated to maintain its usefulness. Routers use IP addressing

27
Q

Local

A

LAN is local implying a single site

28
Q

Private

A

LAN belongs to owner of the site on which it is operating. Does not use public data transmission equipment

29
Q

High data rate

A

LAN has a relatively short transmission path and dedicated high quality infrastructure. Eg wire

30
Q

Reliable

A

LANS are reliable because they link systems over a short distance and are not subject to the types of interference that plague the transmission path of the telephone network

31
Q

Fair

A

Each mode of LAN has the same access rights to the transmission medium so that all nodes have the same probability that their message will be delivered across the network

32
Q

Bus

A

All nodes are connected to a common data highway. Data transmitted by nodes flows in all directions and reaches every node . So if one node doesn’t work the others can still work and communicate.

Disadvantage is that more than one node may attempt transmission simultaneously. This is referred to as collision or contention and must be accounted for in the design.

33
Q

Star

A

Routs all network from source via central hub.

Disadvantage: all data must pass through central hub , so loss of hub makes network fail. Also hub must be capable of working at a high speed to service all nodes .

34
Q

Ring

A

No hub is needed. Each node receives data from one neighbour and passes it to next .
Data flow in one direction
Common communication method used in ring is the token ring protocol, which avoids collision

Disadvantage: a broken link makes it impossible to pass data all the way around ring.

A double ring structure has two links between each node, so if one link fails, the ring can still reconfigure itself