Computer science

studied byStudied by 2 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 98

flashcard set

Earn XP

Description and Tags

99 Terms

1

identify practical applications where BCD is used.

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

New cards
2

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

New cards
3

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

New cards
4

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.

New cards
5

what is the representation of “A” in ASCII?

65

New cards
6

what is the representation of “a” in ASCII?

97

New cards
7

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.

New cards
8

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.

New cards
9

How many characters can be represented in ASCII?

128

New cards
10

How many characters can be represented in extended ASCII?

256

New cards
11

what is a pixel?

  • smallest picture element

New cards
12

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

New cards
13

what is meant by screen resolution?

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

New cards
14

What is color depth?

  • number of bits allocated to represent each pixels color.

New cards
15

What is Meta Data?

  • data about data

New cards
16

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

New cards
17

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

New cards
18

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

New cards
19

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

New cards
20

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

New cards
21

What is a drawing list

the list of shapes involved in an image

New cards
22

what is digital data?

data that has been stored as a binary value.

New cards
23

what is analogue data?

data obtained by measurement of physical property.

New cards
24

what is meant by sampling?

taking measurement of sound at regular intervals.

New cards
25

what is meant by sampling rate?

the number of samples taken per second.

New cards
26

What is sampling resolution?

the number of bits used to store each sample.

New cards
27

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

New cards
28

what are benefits of using higher sampling resolution?

  • allow for large dynamic range

  • more accurate representation

New cards
29

what are drawbacks of using high sampling resolution?

  • bigger file size

  • longer to transfer/download data

New cards
30

what are features of sound editing software?

  • edit start/stop time

  • delete parts of the clip

  • frequency of sound can be altered

New cards
31

how to calculate file size?

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

New cards
32

what is lossless compression?

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

New cards
33

what is lossy compression?

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

New cards
34

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

New cards
35

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

New cards
36

What is meant by network?

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

New cards
37

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

New cards
38

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

New cards
39

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

New cards
40

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.

New cards
41

Benefit of client-server.

  • files and resources are centralised

  • creates security

  • centralising back up

  • internet monitoring

New cards
42

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.

New cards
43

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

New cards
44

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

New cards
45

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.

New cards
46

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

New cards
47

advantages of thick client

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

  • better uptime

  • reduces server demand

New cards
48

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

New cards
49

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

New cards
50

disadvantage of thin clients

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

  • more downtime

New cards
51

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

New cards
52

what are the advantages of a bus topology?

  • easier to setup/extend

  • less cable required

  • less expensive

New cards
53

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

New cards
54

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

New cards
55

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

New cards
56

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

New cards
57

what are disadvantages of star topology?

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

  • performance is dependent on capacity of central device

New cards
58

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

New cards
59

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

New cards
60

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

New cards
61

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

New cards
62

what are disadvantages of mesh topology?

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

  • setup and maintenance is difficult

New cards
63

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

New cards
64

where is mesh topology used?

  • where establishment of communication is very important

  • military organisations

  • emergency service

New cards
65

what are advantages of hybrid topology?

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

  • easy to troubleshoot and fix errors

New cards
66

what are disadvantages of hybrid topology?

  • expensive to set up

  • difficult to manage

  • complex network

New cards
67

where is hybrid topology used?

  • large organisations with different topologies in each building

New cards
68

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

New cards
69

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

New cards
70

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

New cards
71

what is private cloud?

  • Owned and only accessed by an organization

New cards
72

what are applications of private cloud?

  • highly regulated industries and govt agencies use private cloud

New cards
73

what is public cloud?

  • owned by a cloud service provider

New cards
74

what are applications of public cloud?

for general use

New cards
75

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

New cards
76

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

  • easier to hack

  • interference

  • signal degrades quickly

New cards
77

types of wired connections?

  • copper cable (Twisted and Co-axial cable)

  • Fibre optic cable

New cards
78

Twisted cable

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

New cards
79

Coaxial cable

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

New cards
80

Fibre optic cable

light is transferred by using the concept of total internal reflection

New cards
81

what are benefits of fibre optic cable?

  • less interference in the signal

  • faster transmission

  • light in weight

New cards
82

drawbacks of fibre optic cable

  • installation cost is high

  • breaks when bent

  • only transfers data in one direction

New cards
83

What are benefits of copper cable?

  • installation cost is low

  • more flexible

  • easier to terminate

New cards
84

What are drawbacks of copper cable?

  • higher interference

  • less bandwidth

New cards
85

microwaves?

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

New cards
86

Radio waves?

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

New cards
87

infrared waves?

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

New cards
88

What are the hardware used in LAN?

  • Switch

  • NIC (network interface card)

  • WNIC (wireless network interface card)

  • cables

  • bridge

  • WAP (wireless access point)

  • repeater

New cards
89

describe a switch

a connecting device that can send unicast message

New cards
90

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

New cards
91

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

New cards
92

describe a bridge

  • connects two different LANS

  • Divides a single LAN into two to reduce traffic

New cards
93

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

New cards
94

describe a repeater

  • used to boost signals

New cards
95

what are features of a Router?

  • connects two or more network

  • can connect network to LAN

  • Assigns private Ip Address

  • connects similar networks

New cards
96

What are features of a gateway?

  • connects two or more network

  • can connect network to WAN

  • Assigns private IP address

  • connects dissimilar networks

New cards
97

what is the internet?

  • massive network of networks

  • uses TCP/IP protocols

  • stands for interconnected networks

New cards
98

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

New cards
99
New cards

Explore top notes

note Note
studied byStudied by 32 people
605 days ago
5.0(1)
note Note
studied byStudied by 94 people
1011 days ago
5.0(1)
note Note
studied byStudied by 17 people
825 days ago
5.0(1)
note Note
studied byStudied by 1 person
784 days ago
5.0(1)
note Note
studied byStudied by 37 people
659 days ago
5.0(1)
note Note
studied byStudied by 14 people
911 days ago
5.0(1)
note Note
studied byStudied by 9 people
888 days ago
5.0(1)
note Note
studied byStudied by 5422 people
705 days ago
4.6(34)

Explore top flashcards

flashcards Flashcard (49)
studied byStudied by 6 people
834 days ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 5 people
489 days ago
5.0(1)
flashcards Flashcard (72)
studied byStudied by 35 people
90 days ago
5.0(1)
flashcards Flashcard (34)
studied byStudied by 9 people
366 days ago
5.0(1)
flashcards Flashcard (24)
studied byStudied by 62 people
561 days ago
4.5(2)
flashcards Flashcard (51)
studied byStudied by 1 person
48 days ago
5.0(3)
flashcards Flashcard (100)
studied byStudied by 4 people
449 days ago
5.0(1)
flashcards Flashcard (423)
studied byStudied by 2 people
41 minutes ago
5.0(1)
robot