Computer science

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/98

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

99 Terms

1
New cards

identify practical applications where BCD is used.

Any scenario where a single digit needs to be transmitted/ displayed. example: calculator

2
New cards

Describe how an 8-bit BCD can be converted into a denary integer.

Binary number is split into groups of 4-bits, each group of 4-bits is converted to a denary digit. example: 0011 0111 = 37

3
New cards

Describe how denary integers larger than 9 can be converted into BCD.

each denary digit is written as 4-bit binary numbers. example: 46 = 0100 0110

4
New cards

State how an overflow can occur when adding two binary integers.

The result is a larger number than can be stored in the given number of bits.

5
New cards

what is the representation of “A” in ASCII?

65

6
New cards

what is the representation of “a” in ASCII?

97

7
New cards

What are disadvantages of using ASCII code?

  • only 128 characters can be represented

  • uses value 0 to 128

  • many characters used in other languages cannot be represented

  • in extended ACII.

8
New cards

How is Unicode designed to overcome the disadvantages of ASCII.

  • uses 16, 24, 32 bits.

  • Unicode is designed to be a superset of ASCII.

  • designed so that most characters in other languages can be represented.

9
New cards

How many characters can be represented in ASCII?

128

10
New cards

How many characters can be represented in extended ASCII?

256

11
New cards

what is a pixel?

  • smallest picture element

12
New cards

what is meant by image resolution?

  • measured in pixels per inch, this value determines the amount of detail a picture has

  • Higher image resolution means there are more pixels per inch resulting in a higher quality image

13
New cards

what is meant by screen resolution?

  • the number of pixels which can be viewed horizontally and vertically on the screen.

14
New cards

What is color depth?

  • number of bits allocated to represent each pixels color.

15
New cards

What is Meta Data?

  • data about data

16
New cards

What is meant by File Header?

  • contains information about the file such as, number of pixels, size of the image, color depth and file location

17
New cards

How are images encoded into a digital format?

  • The images are stored as bitmap images

  • each image is made up of pixels

  • each pixel is of a single color

  • each color has a unique binary number

  • sequence of each binary number is stored

18
New cards

What are features of graphic editing software?

  • Re-Size: increase/decrease the size of the image

  • Crop: remove certain parts of the image

  • Blur: reduce the focus

  • Red-eye reduction: reduces red light reflected from the human eye

19
New cards

What are the features of vector graphics?

  • vector graphic store a set of instructions about how to draw the shape

  • can be enlarged without the image being pixelated

  • Does not compress well

  • suitable for more geometric shapes

20
New cards

What are benefits of vector graphics?

  • can be resized without pixelization

  • images are redrawn with each adjustment

  • smaller file size

  • can be transferred and downloaded quick

21
New cards

What is a drawing list

the list of shapes involved in an image

22
New cards

what is digital data?

data that has been stored as a binary value.

23
New cards

what is analogue data?

data obtained by measurement of physical property.

24
New cards

what is meant by sampling?

taking measurement of sound at regular intervals.

25
New cards

what is meant by sampling rate?

the number of samples taken per second.

26
New cards

What is sampling resolution?

the number of bits used to store each sample.

27
New cards

how is sampling used to record sound clips?

  • The amplitude of the sound wave is determined

  • at set time intervals

  • to get an approximation of the sound wave

  • encoded as a sequence of binary numbers

  • increasing the sampling rate will increase the accuracy of the recording

28
New cards

what are benefits of using higher sampling resolution?

  • allow for large dynamic range

  • more accurate representation

29
New cards

what are drawbacks of using high sampling resolution?

  • bigger file size

  • longer to transfer/download data

30
New cards

what are features of sound editing software?

  • edit start/stop time

  • delete parts of the clip

  • frequency of sound can be altered

31
New cards

how to calculate file size?

Size = pixel width x pixel height x bit depth. (the answer is in bits)

32
New cards

what is lossless compression?

in this technique, the data is not lost, and the compressed file can be decompressed as the original

33
New cards

what is lossy compression?

in this technique, the data is lost and the decompressed data is not the same as the original

34
New cards

What are advantages of using network?

  • File sharing: users can share files with other users

  • Software Sharing: Users can share software applications

  • Communication : users can send emails

35
New cards

What are disadvantages of using network?

  • Cost: Additional equipment would be required

  • Management: Network requires management

  • Malware: viruses can easily spread though improperly secured networks

36
New cards

What is meant by network?

When two or more devices are connected through wires or wireless.

37
New cards

What is meant by a client-server model of network computers?

  • At least one computer used to “serve”

  • other computers are known as clients

  • server provides services/applications

38
New cards

Downloading a file from a website is an example of client-server application.
Describe what is meant by the term client-server?

  • The file is made available from the web server

  • the users browser is the client software

  • the client requests the file from the server

  • the desired file is returned to the client

39
New cards

A bank has a client-server model of networks.
Describe using the bank as an example, the key features of a client-server model.

  • The banks server holds the customer account information and performs the requested task

  • the computer used by the customers are clients

  • that send requests to the server

40
New cards

How does client-server model enable employees to access the same files from different computers?

  • employees computers are clients

  • the server hosts the shared file

  • an employee can request a file from the server from any clients computers

  • several employees can access the same file.

41
New cards

Benefit of client-server.

  • files and resources are centralised

  • creates security

  • centralising back up

  • internet monitoring

42
New cards

describe key features of peer to peer network.

  • all computers are of equal status

  • each computer provides access to resources and data

  • each computer is responsible for its own security.

43
New cards

benefits of peer to peer network

  • avoids the possibility of congestion when more clients simultaneously request files

  • allows users to download different parts of the file separately

  • the parts are available from more than one host

44
New cards

describe drawbacks of peer to peer

  • reduced security, each computer is at risk from viruses from other computers

  • no central management of back up, if the data from one computer is not backed up, it is lost to all of them

  • individual computers may respond slower as they are being accessed by other computers

45
New cards

describe thin client.

a device or software which is heavily dependent on having access to the server, thin client will not work unless it is connected to the server.

46
New cards

describe thick client

a device or software that can also work offline it is still able to do some processing without being connected to the server

47
New cards

advantages of thick client

  • More robust as client can carry out processing even when not connected to the server

  • better uptime

  • reduces server demand

48
New cards

disadvantages of thick client

  • less secure

  • each client needs to update data and software individually

  • data integrity issues, since many clients access the same data it can lead to inconsistent data

49
New cards

Advantages of thin client

  • less expensive to expand as low powered and cheap devices can be used

  • more secure as server can offer protection from hacking

  • data updates done centrally on the server

50
New cards

disadvantage of thin clients

  • dependent on the server, if server goes down the device cant work

  • more downtime

51
New cards

what are the differences between thin and thick clients?

  • Thin client relies on server, thick client can work without the server

  • thin client relies on fast internet, thick client can work on slow internet

  • data for thin client is stored on the server, data for thick client is stored on the device itself

52
New cards

what are the advantages of a bus topology?

  • easier to setup/extend

  • less cable required

  • less expensive

53
New cards

what are disadvantages of bus topology?

  • difficult to detect and troubleshoot a problem at an individual station

  • efficiency reduces as more devices are connected

  • collisions, not suitable for networks with high traffic

54
New cards

how are packets transferred between two computers in a bus topology?

  • packet has address of the recipient

  • sender transmits data through bus

  • the bus carries the data along the central cable

  • as the data arrives at each computer, the system compares the address to see if it matches

55
New cards

where is bus topology used?

  • when small and temporary networks are needed

  • networks which do not rely on high transfer speeds

  • used in offices or schools

56
New cards

what are advantages of star topology?

  • signals only go to destination, so it is secure

  • easy to connect/remove node

  • centralised management, helps monitor network

  • fewer collisions

57
New cards

what are disadvantages of star topology?

  • if the central device fails, the whole network goes down

  • performance is dependent on capacity of central device

58
New cards

how are packets transferred between computers in star topology?

  • packets have address of recipient

  • sender sends the data to central device

  • sender reads the data and finds the recipient

  • server directly sends the data to the recipient

59
New cards

where is star topology used?

  • Large organisations

  • educational establishments

  • where high performance is a must

  • found in homes aswell, where the router acts as the server

60
New cards

features of star topology

  • must have a central device

  • each node is connected to the central device

  • each node has a dedicated connection

  • each connection must be bi directional

61
New cards

what are advantages of a mesh topology?

  • any broken links in the network do not affect the other nodes

  • good privacy and security, since packets travel along dedicated routes

62
New cards

what are disadvantages of mesh topology?

  • a large amount of cabling is required, which is expensive

  • setup and maintenance is difficult

63
New cards

how are packets transmitted in mesh topology?

  • packets have address of the recipient

  • sender transmits data directly to node

  • as each node is connected to at least another node

64
New cards

where is mesh topology used?

  • where establishment of communication is very important

  • military organisations

  • emergency service

65
New cards

what are advantages of hybrid topology?

  • highly reliable, in case of failure there are many sub networks

  • easy to troubleshoot and fix errors

66
New cards

what are disadvantages of hybrid topology?

  • expensive to set up

  • difficult to manage

  • complex network

67
New cards

where is hybrid topology used?

  • large organisations with different topologies in each building

68
New cards

What is meant by cloud computing?

cloud computing refers to data and applications being stored and run on the cloud so less storage is occupied and less processing is done on local device

69
New cards

what are advantages of cloud computing?

  • no need to carry external storage

  • cloud storage can be free

  • security could be better

  • can easily increase capacity

70
New cards

what are Disadvantages of cloud computing?

  • can only access cloud with internet access

  • no control over security

  • it can take a long time to upload/download data

  • it can be more expensive in the long run

71
New cards

what is private cloud?

  • Owned and only accessed by an organization

72
New cards

what are applications of private cloud?

  • highly regulated industries and govt agencies use private cloud

73
New cards

what is public cloud?

  • owned by a cloud service provider

74
New cards

what are applications of public cloud?

for general use

75
New cards

What are benefits of a wireless network compared to a wired network?

  • devices can be more mobile as they do not need to be connected to a cable

  • easier to set up as no cables need to be installed

  • additional devices can easily be added

76
New cards

What are drawbacks of a wireless network compared to a wired network?

  • easier to hack

  • interference

  • signal degrades quickly

77
New cards

types of wired connections?

  • copper cable (Twisted and Co-axial cable)

  • Fibre optic cable

78
New cards

Twisted cable

it is a copper cable copper used to connect telephones to telephone lines, one cable with 4 twisted pairs

79
New cards

Coaxial cable

it is a copper cable, used in long distance telephone cabling by cable television companies

80
New cards

Fibre optic cable

light is transferred by using the concept of total internal reflection

81
New cards

what are benefits of fibre optic cable?

  • less interference in the signal

  • faster transmission

  • light in weight

82
New cards

drawbacks of fibre optic cable

  • installation cost is high

  • breaks when bent

  • only transfers data in one direction

83
New cards

What are benefits of copper cable?

  • installation cost is low

  • more flexible

  • easier to terminate

84
New cards

What are drawbacks of copper cable?

  • higher interference

  • less bandwidth

85
New cards

microwaves?

  • are electromagnetic waves, frequency range 3GHZ - 300GHZ, used in TV and MRI

86
New cards

Radio waves?

  • are electromagnetic waves, frequency range 3KHZ - 3GHZ, carry data back and forth between wireless adapter and router

87
New cards

infrared waves?

  • are electromagnetic waves, frequency range 300GHZ - 400THZ, used in TV remote

88
New cards

What are the hardware used in LAN?

  • Switch

  • NIC (network interface card)

  • WNIC (wireless network interface card)

  • cables

  • bridge

  • WAP (wireless access point)

  • repeater

89
New cards

describe a switch

a connecting device that can send unicast message

90
New cards

describe an NIC (network interface card)

  • provides device with a mac address

  • to uniquely identify it on the network

  • allow each individual device to connect to the network

91
New cards

describe a WNIC (wirless network interface card)

  • provides device with a mac address

  • to uniquely identify it on the network

  • allow each individual device to connect to the network wirelessly

92
New cards

describe a bridge

  • connects two different LANS

  • Divides a single LAN into two to reduce traffic

93
New cards

Describe a WAP (wireless access point)

  • allowing devices to connect to the LAN

  • instead of using cable

  • easy to move a device to a different location

94
New cards

describe a repeater

  • used to boost signals

95
New cards

what are features of a Router?

  • connects two or more network

  • can connect network to LAN

  • Assigns private Ip Address

  • connects similar networks

96
New cards

What are features of a gateway?

  • connects two or more network

  • can connect network to WAN

  • Assigns private IP address

  • connects dissimilar networks

97
New cards

what is the internet?

  • massive network of networks

  • uses TCP/IP protocols

  • stands for interconnected networks

98
New cards

What is WWW (world wide web)

  • is a collections of web pages/documents

  • stored on website

  • web pages are written in HTML

  • URL specify the location of the webpages

99
New cards