AS theory

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/526

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:59 PM on 5/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

527 Terms

1
New cards

which logic gate doesn’t use two inputs

the NOT gate

2
New cards

what is data redundancy

having multiple copies of data, and depending on purpose, this can be good or bad

3
New cards

how may an AND gate be written

A.B

4
New cards

how may an OR gate be written

A+B

5
New cards

how may a NOT gate be written

Ā

6
New cards
<p>what logic gate is this </p>

what logic gate is this

a NAND (NOT AND) gate, output is 1 if any output is 0

<p>a NAND (NOT AND) gate, output is 1 if any output is 0</p>
7
New cards
<p>what logic gate is this </p>

what logic gate is this

a NOR (NOT OR) gate, output only true when all inputs are false (0)

<p>a NOR (NOT OR) gate, output only true when all inputs are false (0)</p>
8
New cards
<p>what logic gate is this </p>

what logic gate is this

a ZOR (or XOR) gate, for a positive output there can only be one positive input

<p>a ZOR (or XOR) gate, for a positive output there can only be one positive input</p>
9
New cards

what gate is 1 when only one input is 1

a XOR gate

10
New cards

0.A=

0

11
New cards

0+A=

1

12
New cards

1.A=

A

13
New cards

1+A=

1

14
New cards

A+A’=

1

15
New cards

A.A’=

0

16
New cards

A.A and A+A=

A

17
New cards

A+ A’.B

A+B

18
New cards

A+A.B

A

19
New cards

A.(A+B)

A

20
New cards

what are kilobytes and what are kibibytes

kilobytes are 1000 bytes and kibibytes are 1024. It goes KB, MB, GB, and TB

21
New cards

what is hexadecimal

base 16, it uses MAC addresses, used in colours and it’s more efficient when representing large binary numbers / are easier for people to read

22
New cards

how do we convert hexadecimal to denary

the most right value is multiplied by 16^0, the next, by 16^1 etc. and are then added together

23
New cards

what are binary coded decimals

when each digit is split and represented as 4 bits

24
New cards

when are binary coded decimals applied

financial calculations as it errors/ ensures accuracy, electronic displays as it’s a visually simpler way of showing bits/ make conversion to and from denary easier, same with storage of date and time in the BIOS

25
New cards

what is 1’s complement

a method of representing signed binary numbers where positives are shown in the standard form, and negatives are produced by inverting each bit of a positive number

26
New cards

what’s two’s complement

the same as one’s complement, but this time a one is added at the end to make arithmetic operations easier

27
New cards

what’s the smallest / largest two’s complement binary number

the smallest is 10000000 and the largest is 01111111

28
New cards

what’s another way of subtracting binaries

adding them and then using two’s complement

29
New cards

what is ASCII and what’s its downside

it consists of 128 characters, each represented by 7 or 8 unique bits and stored in the order of the word, but it’s limited to the Latin alphabet. Note extended ASCII is made up of 256 characters

30
New cards

what’s unicode

essentially a larger version of ASCII, supporting over 150 scripts (i.e. multiple languages), and characters are represented using 8 to 32 bits but it also takes up more space than ASCII

31
New cards

what is an overflow in bits

when the number of bits a register can hold is exceeded, the overflowing bit is normally discarded

32
New cards

what are bitmap images

grids of pixels, each with its own colour and intensity, used in digital photography, web graphics, and desktop applications in formats like JPEG/ PNG

33
New cards

what is colour/ bit depth

the number of bits used to represent the colour of a single pixel/ the number of colours that can be used to represent an image. The higher this is, the better the colour quality

34
New cards

what is a pixel

the smallest part of an image

35
New cards

what is a file header

data stored with the file that contains information about it, like image dimensions, colour depth, and compression type

36
New cards

what is image resolution

the total number of pixels (bits) in an image, typically represented as width x height

37
New cards

what is screen resolution

the (max) number of pixels able to be displayed on screen, it affects how bitmapped images are rendered

38
New cards

how is file size calculated

width of pixels x height of pixels x bit depth if provided. If we want it in bytes rather than bits, this number is divided by 8, then 100 if we further want KB etc.

39
New cards

how is bitmap image quality affected when factors are increased

an increase in pixels makes the image look more detailed, as will increasing image resolution, higher screen resolution means a better display of images (making them sharper/ more detailed), and colour depth allows for a greater range/ accuracy of colour

40
New cards

what happens when factors are decreased in bitmap images

quality is worsened, looking more pixelated , less realistic and can result in banding (visible steps between colours), but file size is smaller

41
New cards

what’s bad about better image quality

more pixels, mean more bits need to be stored, increasing file size. Resolution, however, does not impact file size

42
New cards

what are vector graphics

images created using mathmatical formulas to define shapes, lines, colours etc. they’re commonly used for logos/ illustrations because of their scalability, and in formats like SVG

43
New cards

how do vector images differ from bitmap ones

they are resolution-independent meaning they can be scaled to any size without losing quality, but it requires expensive equiptment

44
New cards

how may vector images be compressed

reducing drawing list properties and removing unused data (?)

45
New cards

what are vector graphics composed of

a drawing list, a group of commands used to define a drawing object and its properties (allowing it to be scalable and not lose quality)

46
New cards

what is a drawing object

a basic element like a shape or line that’s defined mathematically

47
New cards

what is a property

attributes of a drawing object like colour or line thickness

48
New cards

how are sound files recorded and encoded

via an analogue to digital conversion (ADC), which uses sampling. This is where the amplitude of the sound wave is measured at regular intervals, and these sample amplitudes are rounded (quantised) and used to help the computer fill in the rest. This is then encoded, given a binary number, which is saved in sequence

49
New cards

a higher sampling rate / resolution means what

a more accurate version of the sound wave will be represented // less errors will be produced, as more data is recorded, but it will take up more space/ more time to load

50
New cards

what does sampling rate mean

the number of samples taken per second

51
New cards

what does sampling resolution (bit depth) mean

the number of bits used to represent each sample’s amplitude

52
New cards

analogue vs digital data

analogue is continuous sound signals representing vibrations in air pressure, its sound graph is smooth whereas digital data is numerical representations of sound and can be used by digital systems

53
New cards

how do we figure out file size for sound

if it’s in kHZ, multiply it by 1000 to get HZ, which represents bits per second, and then multiply that by the length (in seconds) and the sampling resolution

54
New cards

why is compression needed

high-resolution images can be stored in a smaller size without losing quality and saving storage, data will be transmitted faster (less buffering if a video), and it helps website performance by improving load time, which enhances user experience

55
New cards

what is lossy compression

where data is removed to create a smaller file size and is irreversible. It’s used when data can be lost, like in images or videos

56
New cards

what is lossless compression

where an algorithm is used to reduce file size and is reversible. It’s used when no data can be lost, like in text or software as all data is required, but will generate a bigger file than lossy

57
New cards

what is run-length encoding (RLE)

a form of data compression where consecutive repeated values are stored as a single value, i.e. AAAA would be 4A

58
New cards

how may a sound file be compressed

run length encoding where sounds are grouped (lossless), or removing frequencies outside human range (lossy)

59
New cards

how may an image be compressed

by cropping the image / decreasing the colour depth (lossy) or RLE (lossless)

60
New cards

What's a wide area network

a network that covers a wide geographic scale by combining LANs

61
New cards

what are the pros of using a WAN

wider reach, resources like server databases can be shared, and they’re easy to expand, but it has a low transfer rate

62
New cards

what are some cons of using a WAN

expensive to set up as dedicated lines and routers needed, more complex to manage, weaker security

63
New cards

What's a local area network

networks that cover a small geographical area, like a single building

64
New cards

what are benefits of a LAN

resources can be shared, it’s more secure due to it’s smaller size, it has a high data transfer rate, it has central management

65
New cards

what are some cons to using a LAN

hacking can affect the entire network, it’s harder to manage,the range is limited and it can depend on a single server

66
New cards

what are the benefits of networking computers and devices 

data and resources can be shared (i.e. files or hardware like printers), which reduces cost, it provides better communication/ collaboration (through shared applications), and it increases security as a network manager can oversee networks and apply/ restrict access

67
New cards

what are computer networks made up of

the nodes, transmission data that can be wired (i.e. cables) or wireless (i.e. Wi-Fi), and network devices (like routers/ switches) that allow communication to take place

68
New cards

what are WAPs 

wireless access points, which are devices that allow devices to connect wirelessly to a network/ LAN. Note: because of its limited range, places like airports would need several WAPs to ensure no interruption  

69
New cards

what technology do wireless access points use

spread spectrum technology or infrared

70
New cards

what's a client server 

a server-based network where devices (clients) request information from the main/ central server which then sends the data

71
New cards

what are the pros of using a client server

it has centralised management, it’s easier to manage/ monitor resources or access rights, increasing security, and it ensures data consistency as all clients can access the same data

72
New cards

what are some cons of using a client server

it’s more expensive to set up and maintain, if the server(s) go down, so does the network, and clients are dependent on the server for resources

73
New cards

what's a peer-to-peer model

its a decentralised network type, meaning it has no central server; instead, peers are connected and are of equal status, sharing resources directly.

Note: not good for scenarios with more than 10 devices

74
New cards

what are the cons of a peer-to-peer model

it has weaker security as it’s harder to enforce policies, data consistency is difficult because it’s distributed, and the network’s performance depends on the peers’ capability

75
New cards

what are some benefits of a peer-to-peer model

it’s cheaper to install/ maintain as it doesn’t use a dedicated server; if one peer goes down, the network still works, it’s easier to expand as peers can just join, and no central server increases privacy

76
New cards

what two client types does the client-server model offer 

thin clients and thick clients 

77
New cards

what's a thin client 

A software that relies on a central server to perform tasks and won’t work without one. Most of the processing occurs on a remote server and needs a good/stable connection. e.g. Google docs 

78
New cards

pros of a thin client 

It’s easier/ less expensive as updates/ managements are central, which can offer protection against hacking/ malware, and cheap devices can be used

79
New cards

cons of thin client

high reliance on server - if the server goes down/ break in communication link, devices cannot work, and startup costs are higher than for thick clients 

80
New cards

what can be said about thin clients’ resources

they require minimal local storage

81
New cards

what's a thick client 

a client (device) that does some of the processing itself and the system can work offline or online. It relies heavily on local resources but is more tolerant of a slow network connection. e.g. outlook 

82
New cards

pros of  a thick client

more robust and clients have more control as they can store own data/ files 

83
New cards

cons of a thick client

they're less secure as it relies on clients to keep their own data secure and each client needs to update data/ software individually 

84
New cards

What's a bus network topology 

all devices are connected to a single, central cable. Data only goes one way and terminators are needed at each end to prevent signal reflection.

85
New cards

what are the advantages of a bus network

it's easy to expand, requires little cabling, and if one node fails network continues to function

86
New cards

what are the disadvantages of a bus network 

if main cable fails the whole network goes down, heavy loading decreases performance of network and network is not secure since each packet passes through every node 

87
New cards

how are bus topologies in terms of scalability

it’s less suitable for large networks as collision likelihood is increased while performance is decreased

88
New cards

how are packets sent/ data transmitted in a bus network 

each node looks at packet and determines whether packet address matches its own, leading to potential data collisions and retransmission

89
New cards

what's a star network topology 

where all devices are connected to a central hub or switch, which manages data transmission

90
New cards

what are the advantages of a star network 

it’s easy to add/ remove devices because each device is connected directly to a central switch. The central switch makes the network easy to manage and troubleshoot, lowering collision risk. It’s more secure, and if one connection is broken, it only affects one of the hubs 

91
New cards

what are the disadvantages of a star network  

initial installation costs are high and if central hub/switch fails the whole network goes down 

92
New cards

how are packets handled in a star network if central nod is a switch 

packets are only sent to nodes where the address matches the address in packet.

93
New cards

how are packets handled in a star network if central nod is a hub 

all packets are sent to all device/ node on star network. if address matches it's accepted, if not, it's ignored 

94
New cards

how is data generally transmitted in a star topology

data from any device is sent to the central hub, which routes it to the destination device, reducing likelihood of data collision

95
New cards

how are star topologies in scalability

star topologies are suitable as adding or removing devices is simple and won’t affect the rest of the network. may see this network type in hospitals

96
New cards

what is a mesh topology

A group of devices is connected, creating multiple paths for data transmission (as it can communicate directly or through other nodes), enhancing redundancy and reliability

97
New cards

what are the disadvantages of using a mesh network 

large amount of cabling needed, which is expensive/ time consuming and set up/maintenance is difficult 

98
New cards

what are the advantages of a mesh network 

easy to identify where faults have occured, broken links don't affect other nodes, good privacy/ security and easy to expand 

99
New cards

how are packets handled/ data transmitted in a mesh network 

best route is determined and each packet of data is transferred from the node that recieved it to the node closest to the destination, but it could take several other paths, reducing the chance of network failure, and improving fault tolerance

100
New cards

how are mesh networks in terms of scalability

it’s highly scalable and can handle large amounts of traffic volume but it’s complex and expensive due to it’s extensive cabling / hardware needed