ict term 2 keywords

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

1/101

flashcard set

Earn XP

Description and Tags

very long

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

102 Terms

1
New cards

analogue data

a continuous stream of data processed by humans

2
New cards

digital data

discrete data using only the values 0 and 1

3
New cards

logic gates

a very small component in a computer system that controls the flow of electricity

4
New cards

register

a small component in a computer system that temporarily stores data

5
New cards

denary

a base 10 number system using the number 0-9

6
New cards

Binary

base 2 number system using values 0 and 1

7
New cards

hexadecimal

a base 16 number system using the values 0-9 and characters A-F

8
New cards

MAC address

A unique address given to each computer at the manufacturing stage so that it can be used to identify the computer

9
New cards

Overflow Error

An error that occurs when a number larger than a register is generated

10
New cards

Character set

A set of characters containing the characters in the set and the binary values assigned to each character

11
New cards

Pixel

A small dot of color displayed with many other to create an image

12
New cards

Resolution

The dimensions of an image

13
New cards

Metadata

Additional data stored in an image which can provide information such as the dimensions of the image and the time the image was taken

14
New cards

Color depth

The amount of bits used to create each color in an image

15
New cards

Sound sampling

A little piece of sound recorded at regular time intervals

16
New cards

Sample rate

Amount of samples recorded per second

17
New cards

Sample resolution

The number of bits used to record each sample

18
New cards

Compression

A method using an algorithm to reduce the size of a file

19
New cards

Lossy

A method of compression that permanently removes data to reduce the size of a file

20
New cards

Lossless

A method of compression that temporarily alters data to reduce the size of a file

21
New cards

Perceptual music shaping

A process used in lossy compression that removes sounds that cant be heard by the human ear

22
New cards

Run length encoding (RLE)

An algorithm that groups together patterns and indexes them

23
New cards

Packets

A small unit of data

24
New cards

Packet header

A section of a data packet with contains information about the contents of the packet and the destination

25
New cards

IP Address

A unique address given to a device when it connects to a network

26
New cards

Payload

The actual data the sender is sending to the receiver

27
New cards

Trailer/footer

A section of the data packet that contains information about any error checking methods that could be used

28
New cards

Packet switching

A method of transmitting data packets across a network. Each packet is allowed to take its own route across the network.

29
New cards

Network

Computers of devices that are joined together using cables or wireless technology

30
New cards

Router

A network component that examines the data packet to obtain its destination address and then sends the packet to the address.

31
New cards

Serial

A transmission method that sends data one bit at a time down a single wire

32
New cards

Parellel

A transmission method that sends data multiple bits an a time down multiple wires

33
New cards

Interference

Disruption, such as electromagnetism, when data is being transmitted

34
New cards

Simplex

A transmission method that sends data in one direction only

35
New cards

Half duplex

A transmission method that sends data in both directions, but only one direction at a time

36
New cards

Full duplex

A transmission method that sends data in both directions and can be sent in both directions at the same times

37
New cards

USB (UniverSal serial bus)

An industry standard used to transmit data

38
New cards

USB Port

A socket in a device that allows you to insert a usb cable

39
New cards

USB Cable

A type of transmission media that uses the USB method to transmit data

40
New cards

USB Connection

A collective name used for when a USB cable is plugged into a usb port to transmit data from one device to another

41
New cards

USB Device

Name of the device that is plugged into the usb port in a computer

42
New cards

Ethernet

Another type of connection that can be used to transmit data within a network

43
New cards

Parity check

An error checking method that adds an extra bit to each byte to create an even of odd sum

44
New cards

Checksum

An error checking method that calculates data into checksum values. The checksum values are then compared after transmission to see if they match eachother.

45
New cards

Echocheck

An error checking method that sends a copy of the transmitted data back to the sender to compare with the original data sent.

46
New cards

Automatic repeat request

An error checking method that uses acknowledgement and timeout to make sure the data has been sent correctly.

47
New cards

Acknowledgement

A message sent by one device to another to indicate whether the data has been sent correctly

48
New cards

Timeout

a period of time set and used to wait for an acknowledgement to be received

49
New cards

Check digit

An error checking method for data entries. A calculation is performed on the data entered to create a value. Checkdigit values are then compared to see if the data entered is correct

50
New cards

Encryption

A method for securing data for storage of transmission that scrambles the data and makes it meaningless

51
New cards

Plain text

The name given to the data before encryption

52
New cards

Cipher text

The name given to the data after transmission

53
New cards

Symmetric encryption

A method of encryption that uses the same keys to encrypt and decrypt the data

54
New cards

asymmetric encryption

A method of encryption that uses two different keys (public and private) to encrypt and decrypt

55
New cards

internet of things

the connection of computer systems and everyday devices using the internet to exchange data

56
New cards

control processing unit (CPU)

A component in a computer system that processes data and instructions

57
New cards

Microprocessor

An integrated circuit that can perform many of the functions of a CPU

58
New cards

embedded system

a system designed to perform one function

59
New cards

Fetch decode execute cycle

a cycle where data and instructions are processed

60
New cards

architecture

the design of a computer system including the components it contains

61
New cards

Input device

A device which allows data to be entered into a computer system

62
New cards

Random Access Memory (RAM)

A component in a CPU that holds data and programs currently in use

63
New cards

Hard drive

A storage device that stores data permanently until deleted by the user

64
New cards

Program counter (PC)

A component in the CPU that stores the address of the next instruction to be processed

65
New cards

Memory address register (MAR)

A component in the CPU that holds the address of the instruction located in the RAM

66
New cards

Address bus

Wires used to transmit addresses between the components in a computer system

67
New cards

Memory data register (MDR)

A component in the CPU that stores the data or instruction fetched from a RAM

68
New cards

Data bus

Wires used to transmit data between components in a computer system

69
New cards

Current instruction register (CIR)

A register built in the control unit (CU) that holds the instruction currently being processed by the CPU

70
New cards

Control unit (CU)

A component in a computer system that controls all the operations in a CPU

71
New cards

Instruction set

a set of commands that can be processed by the CPU

72
New cards

Arithmetic logic unit (ALU)

A component in the CPU that performs all the mathematical and logical operations that are needed when processing data and instructions

73
New cards

Accumulator (ACC)

A component built into the ALU that stores the result after an interim calculation

74
New cards

Control bus

Wires used for the transmission of control signals between components in the computer system

75
New cards

Core

Part of a computer that contains all the components used in the fetch decode execute cycle.

76
New cards

Clock speed

Number of fetch decode execute cycles that can be completed in one second

77
New cards

Cache

A type of storage space built into a CPU to store the most used instructions and data

78
New cards

Output device

A device that can be used to obtain the result of data that has been processed

79
New cards

Sensor

Type of input device that is used to capture the data from its immediate environment

80
New cards

Automated system

A system designed to operate without the need for any human intervention

81
New cards

Primary storage

A type of storage that is directly accessed by the CPU

82
New cards

Secondary storage

A type of storage that stores data permanently until it is deleted by the user

83
New cards

Read only memory (ROM)

A type of primary storage that stores the start up instructions of a computer

84
New cards

Magnetic storage

A type of secondary storage that stores data using the properties of magnetism

85
New cards

Optical storage

A type of secondary storage that stores data using lasers

86
New cards

Solid state storage

A type of secondary storage that uses transistors to store data

87
New cards

Semiconductor chips

An electrical circuit, where transistors are sat on semiconductor material such as silicon

88
New cards

Cells

The intersection of the rows and columns of the transistors in solid state storage

89
New cards

Transistors

A device that acts as a switch or a gate to electrical signals

90
New cards

Control gates

A transistor that controls the flow of electric current

91
New cards

Floating gate

A transistor that can store electrical charge

92
New cards

Virtual memory

Memory that can be used as an extension to RAM

93
New cards

Page

A unit of data

94
New cards

Cloud storage

Storage owned by a third party, users can access it using the internet

95
New cards

Servers

A component that acts as a central resource for the storage of data and applications of for providing a service

96
New cards

Network

Computers and devices that are joined together using cables or wireless technology

97
New cards

Network interface card (NIC)

A component in a computer that allows it to connect to a network

98
New cards

Transmission media

Cables used to transfer data in a network

99
New cards

Media access control (MAC) address

[for NIC]

A unique address given to a NIC by a manufacturer

100
New cards

Data packet

A unit of data used to transmit data across a network