Part 1: Theory Fundamentals

1.0(1)
studied byStudied by 1 person
1.0(1)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/66

flashcard set

Earn XP

Description and Tags

Key terms

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

67 Terms

1
New cards

Denary numbers are written using one of the symbols ___ for each denary digit.

Denary numbers are written using one of the symbols 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 for each denary digit.

2
New cards

A bit is a digit in the ___ number system written using either of the symbols ___ and ___.

A bit is a digit in the binary number system written using either of the symbols 0 and 1.

3
New cards

A byte is a group of ___ treated as a single unit.

A byte is a group of eight bits treated as a single unit.

4
New cards

A nibble is a group of ___.

A nibble is a group of four bits.

5
New cards

A decimal prefix is a prefix to define the ___ of a value.

Examples are kilo, ___, giga and ___ representing factors of ___, 106, ___ and 1012 respectively.

A decimal prefix is a prefix to define the magnitude of a value.

Examples are kilo, mega, giga and tera representing factors of 103, 106, 109 and 1012 respectively.

6
New cards

A binary prefix is a prefix to define the ___ of a value.

Examples are ___, mebi, ___ and tebi representing factors of 210, ___, 230 and ___ respectively.

A binary prefix is a prefix to define the magnitude of a value.

Examples are kibi, mebi, gibi and tebi representing factors of 210, 220, 230 and 240 respectively.

7
New cards

One’s complement is the binary number obtained by ___ each digit in a binary number from ___.

One’s complement is the binary number obtained by subtracting each digit in a binary number from 1.

8
New cards

Two’s complement is the ___ of a binary number, plus ___.

Two’s complement is the one’s complement of a binary number, plus 1.

9
New cards

Overflow is a condition when the ___ of a calculation is too ___ to fit into the number of bits defined for ___.

Overflow is a condition when the result of a calculation is too large to fit into the number of bits defined for storage.

10
New cards

The binary coded decimal (BCD) scheme is the storage of a binary value representing one ___ digit in a ___.

The binary coded decimal (BCD) scheme is the storage of a binary value representing one denary digit in a nibble.

11
New cards

A packed BCD is when ___ BCD nibbles are stored in ___.

A packed BCD is when two BCD nibbles are stored in one byte.

12
New cards

A vector graphic is a graphic consisting of ___ defined in a ___.

A vector graphic is a graphic consisting of drawing objects defined in a drawing list.

13
New cards

A drawing object is a component defined by ___ and ___.

A drawing object is a component defined by geometric formulae and associated properties.

14
New cards

A drawing list contains one set of values for each ___.

A drawing list contains one set of values for each drawing object.

15
New cards

A property defines one aspect of the ___ of the ___.

A property defines one aspect of the appearance of the drawing object.

16
New cards

A picture element (pixel) is the smallest ___ of a ___ image, defined by just two properties:

  1. its position in the ___

  2. its ___

A picture element (pixel) is the smallest identifiable component of a bitmap image, defined by just two properties:

  1. its position in the bitmap matrix

  2. its colour

17
New cards

The colour depth is the number of ___ used to represent one ___.

The colour depth is the number of bits used to represent one pixel.

18
New cards

The bit depth is the number of ___ used to represent each of the ___, ___ and ___ colours.

The bit depth is the number of bits used to represent each of the red, green and blue colours.

19
New cards

The image resolution is the number of ___ in the ___ file defined as the product of the ___ and the ___ values.

The image resolution is the number of pixels in the bitmap file defined as the product of the width and the height values.

20
New cards

The screen resolution is the ___ of width and height values for the number of ___ that the screen can display.

The screen resolution is the product of width and height values for the number of pixels that the screen can display.

21
New cards

file header is a set of ___ at the beginning of a ___ file which identifies the file and contains information about the ___ used.

file header is a set of bytes at the beginning of a bitmap file which identifies the file and contains information about the coding used.

22
New cards

Analogue data is data obtained by ___ of a ___ property which can have any value from a ___ range of values.

Analogue data is data obtained by measurement of a physical property which can have any value from a continuous range of values.

23
New cards

Digital data is data that has been ___ as a ___ value which can have one of a ___ range of values.

Digital data is data that has been stored as a binary value which can have one of a discrete range of values.

24
New cards

Sampling is taking measurements at ___ and ___ the value.

Sampling is taking measurements at regular intervals and storing the value.

25
New cards

The sampling resolution is the number of ___ used to ___ each sample.

The sampling resolution is the number of bits used to store each sample.

26
New cards

The sampling rate is the number of ___ taken per ___.

The sampling rate is the number of samples taken per second.

27
New cards

Lossless compression is ___ techniques that allow subsequent ___ to ___ the original file.

Lossless compression is coding techniques that allow subsequent decoding to recreate exactly the original file.

28
New cards

Lossy compression is ___ techniques that cause some ___ to be ___ so that the exact original file ___ be recovered in subsequent ___.

Lossy compression is coding techniques that cause some information to be lost so that the exact original file cannot be recovered in subsequent decoding.

29
New cards

A wide area network (WAN) is a network connecting computers ___, possibly ___ apart.

A wide area network (WAN) is a network connecting computers on different sites, possibly thousands of kilometres apart.

30
New cards

A local area network (LAN) is a network connecting computers in a ___, in a ___ or on a ___.

A local area network (LAN) is a network connecting computers in a single room, in a single building or on a single site.

31
New cards

A client-server model is an architecture where a client ___ provided by a server on a ___.

A client-server model is an architecture where a client runs an application provided by a server on a network.

32
New cards

A thin-client is a client that only ___ and ___ from the application.

A thin-client is a client that only provides input and receives output from the application.

33
New cards

A thick-client is a client that ___ at least some of the ___ itself.

A thick-client is a client that carries out at least some of the processing itself.

34
New cards

Simplex mode is where data flow is ___.

Simplex mode is where data flow is one-way only.

35
New cards

Half duplex mode is where data can flow ___ but not ___.

Half duplex mode is where data can flow either way but not simultaneously.

36
New cards

Full duplex mode is where ___ data flow is possible.

Full duplex mode is where simultaneous both-ways data flow is possible.

37
New cards

A broadcast message is a ___ communication, used traditionally for ___ and ___.

A broadcast message is a one-to-all communication, used traditionally for radio and television.

38
New cards

A multicast message is from ___ to ___.

A multicast message is from one source to many destinations.

39
New cards

A unicast message is a ___ communication.

A unicast message is a one-to-one communication.

40
New cards

Topology is the ___ of a ___ that defines how various ___ on the ___ are ___.

Topology is the configuration of a network that defines how various devices on the network are connected.

41
New cards

A point-to-point network is a ___ link. Transmission may be ___ or ___ and a message can only be ___.

A point-to-point network is a dedicated link. Transmission may be simplex or duplex and a message can only be unicast.

42
New cards

Bus topology contains ___ to which all devices are connected.

Bus topology contains one shared link to which all devices are connected.

43
New cards

An end-system is a ___ or ___ connected to a ___.

An end-system is a computer or server connected to a network.

44
New cards

Mesh topology contains ___ between ___.

Mesh topology contains direct links between devices.

45
New cards

Star topology has each ___ linked to a ___.

Star topology has each end-system linked to a central device.

46
New cards

A hybrid network is a collection of connected ___ where some of them have different ___ or supporting ___.

A hybrid network is a collection of connected LANs where some of them have different topologies or supporting technologies.

47
New cards

A cable is a ___ using ___ or ___.

A cable is a transmission using copper wire or fibre-optic.

48
New cards

Bandwidth is a ___ of the amount of ___ that can be ___ per ___.

Bandwidth is a measure of the amount of data that can be transmitted per second.

49
New cards

A wireless transmission is a transmission using ___, ___ or ___ electromagnetic radiation.

A wireless transmission is a transmission using radio, microwave or infrared electromagnetic radiation.

50
New cards

A server is a system providing a ___ to ___.

A server is a system providing a service to end-systems.

51
New cards

A repeater is a device that connects two ___ and provides a ___ to the second ___.

A repeater is a device that connects two cables and provides a full-strength signal to the second cable.

52
New cards

A bridge is a device that connects two ___ of a ___.

A bridge is a device that connects two segments of a LAN.

53
New cards

A Network Interface Card (NIC) is a component used to ___ the ___.

A Network Interface Card (NIC) is a component used to identify the end-system.

54
New cards

A switch is a ___ device that can send a ___.

A switch is a connecting device that can send a unicast message.

55
New cards

A Wireless Access Point (WAP) is the ___ device in a ___.

A Wireless Access Point (WAP) is the connecting device in a WiFi LAN.

56
New cards

A Wireless Network Interface Card (WNIC) provides the ___ function in a ___.

A Wireless Network Interface Card (WNIC) provides the NIC function in a WiFi LAN.

57
New cards

A router is a ___ that acts as a ___ on the ___.

A router is a device that acts as a node on the Internet.

58
New cards

A private cloud is ___ by and only ___ by an ___.

A private cloud is owned by and only accessed by an organisation.

59
New cards

A public cloud is ___ by a ___ for ___.

A public cloud is owned by a cloud service provider for general access.

60
New cards

On-demand is when the ___ is ___ at a ___ chosen by the ___.

On-demand is when the bit stream content is transmitted at a time chosen by the user.

61
New cards

Real-time is when the ___ is ___ as it is ___.

Real-time is when the bit stream content is transmitted as it is produced.

62
New cards

The bit rate is the number of ___ per ___.

The bit rate is the number of bits transmitted per second.

63
New cards

An IPv4 address is a ___ long, ___ address of a ___ on the ___.

An IPv4 address is a 32-bit long, hierarchical address of a device on the Internet.

64
New cards

The domain name service (DNS) is the ___ installed on ___ servers that is responsible for ___ a ___ to an ___. Also known as the ___.

The domain name service (DNS) is the hierarchical distributed database installed on domain name servers that is responsible for mapping a domain name to an IP address. Also known as the domain name system.

65
New cards

Random-access memory (RAM) is ___ memory that can be read from or written to ___.

Random-access memory (RAM) is volatile memory that can be read from or written to any number of times.

66
New cards

Read-only memory (ROM) is ___ memory that cannot be ___ but can be ___.

Read-only memory (ROM) is non-volatile memory that cannot be written to but can be read from any number of times.

67
New cards

A buffer is a ___ created for ___ from one part of the ___ to another, which functions as a ___.

A buffer is a temporary storage created for data transmitted from one part of the system to another, which functions as a queue.