Chapter 1 - 4 and 7 key terms

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

1/200

flashcard set

Earn XP

Description and Tags

IGCSE Computer Science (0478) Flashcards (2023+ exams)

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

201 Terms

1
New cards

binary

a base-2 number system that uses the values 0 and 1.

2
New cards

denary

a base-10 number system that uses the values 0-9.

3
New cards

digital

discrete data that is stored as Is and 0s.

4
New cards

digital data

discrete data that only uses the values 0 and 1.

5
New cards

hexadecimal

a base-16 number system that uses the values 0-9 and characters A-F.

6
New cards

two's complement

is the way most computers represent positive or negative integers. To get the two's complement negative notation of an integer, you write out the number in binary. You then invert the digits, and add one to the result.

7
New cards

analogue

continuous data that can be any value within a range.

8
New cards

analogue data

a continuous stream of data that is processed by humans.

9
New cards

ASCII

a code for representing English characters as numbers, with each letter assigned a number from 0 to 127

10
New cards

casting

converting data from one data type to another data type.

11
New cards

char

A single character, e.g. A', '1'.

12
New cards

character set

it contains all the characters that are in that chAiacter set and the binary value that is assigned to each character.

13
New cards

colour depth

the number of bits that arc used to create each colour in an image

14
New cards

metadata

additional data that is stored with an image that can provide information such as the dimensions of the image and the time and date the image was taken.

15
New cards

pixel

a very small dot of colour that is displayed with many other to create an image.

16
New cards

resolution

the dimensions of an image.

17
New cards

sample rate

the number of samples recorded each second.

18
New cards

sample resolution

the number of bits that are used to record each sound sample.

19
New cards

sound sampling

a little piece of sound that is recorded at regular time intervals.

20
New cards

unicode

A character code that enables most of the languages of the world to be symbolized with a special character identification.

21
New cards

bit

is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1.

22
New cards

byte

a unit of computer information or data-storage capacity that consists of a group of eight bits and is enough to represent one letter in ASCII

23
New cards

compression

a method that uses an algorithm to reduce the size of a file.

24
New cards

Exbibyte (EiB)

measure of computer storage: 1024 Pebibytes or 2^60 bytes

25
New cards

Gibibyte (GiB)

measure of computer storage: 1024 Mebibytes or 2^30 bytes

26
New cards

kibibyte (KiB)

measure of computer storage: 1024 bytes or 2^10 bytes.

27
New cards

lossless

a compression method that reduces the size of a file by temporarily altering the data.

28
New cards

lossy

a compression method that reduces the size of a file by permanently removing data.

29
New cards

Mebibyte (MiB)

measure of computer storage: 1024 Kibibytes or 2^20 bytes

30
New cards

Pebibyte (PiB)

measure of computer storage: 1024 Tebibytes or 2^50 bytes

31
New cards

perceptual music shaping

a process that is used in lossy compression that removes sounds that are not normally heard by the human ear.

32
New cards

run length encoding (RLE)

An algorithm that groups together repeating patterns and indexes them.

33
New cards

Tebibyte (TiB)

measure of computer storage: 1024 Gibibytes or 2^40 bytes

34
New cards

bandwidth

The maximum amount of data transmitted over an internet connection in a given amount of time.

35
New cards

ethernet

a system for connecting a number of devices to form a local area network. (Using cables)

36
New cards

full-duplex

a transmission method where data is transmitted in both directions at the same time.

37
New cards

half-duplex

a transmission method where is transmitted in both directions, but only one direction at a time.

38
New cards

internet

a very large global network that allows users to access the world wide web.

39
New cards

internet protocol (IP) address

the unique address that is given to a device when it is connected to a network.

40
New cards

latency

Latency is the time it takes for data to be transferred between its original source and its destination, measured in milliseconds. Internet latency and network latency affect satellite internet connections, cable internet connections, as well as some WiFi connections.

41
New cards

network

computers and devices that are joined together using cables or wireless technology.

42
New cards

packet

a small unit of data.

43
New cards

packet header

a section of a packet of data that contains information about the contents of the packet and its destination.

44
New cards

packet switching

a method of transmitting data packets across a network. Each data packet is able to take an individual pathway across the network.

45
New cards

payload

the actual data that the user is sending to the receiver.

46
New cards

router

a network component that examines a data packet to obtain its destination address and then forwards the packet to this address.

47
New cards

serial

a transmission method where data is sent one bit at a time down a single wire.

48
New cards

simplex

a transmission method where data is transmitted in a single direction only.

49
New cards

skew

Skew is a disadvantage of parallel transmission. Skew is caused by the fact that each wire in a parallel transmission setup will have slightly different properties. This will mean that each signal will travel at a slightly different speed therefore arriving at their destination at different times.

50
New cards

trailer

a section of a packet of data that contains information about any error checking methods that may be used.

51
New cards

USB

an industry standard that is used to transmit data.

52
New cards

USB cable

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

53
New cards

USB connection

a collective name for using a USB cable plugged into a USB port to transfer data from one device to another.

54
New cards

USB device

the name of a device that plugs into a USB port on a computer.

55
New cards

USB port

a socket that is a part of a device or computer that enables you to insert a USB cable.

56
New cards

acknowledgement

a message that is sent from one device to another to indicate whether data is received correctly.

57
New cards

automatic repeat request (ARQ)

a type of error detection method that uses acknowledgement and timeout to see if data has arrived correctly after transmission.

58
New cards

check digit

a type of error detection method that is used for data entry. A calculation is performed on the data entered to create a value. Check digit values are compared to see if the data entered is correct.

59
New cards

checksum

a type of error detection method that performs a calculation on the data to create a checksum value. Checksum values arc compared after transmission to see if they match.

60
New cards

echo check

a type of error detection method that sends a copy of the transmitted data back to the sender to be compared with the original data sent.

61
New cards

interference

disruption, such as electromagnetism, to data when it is transmitted.

62
New cards

parity check

a type of error detection method that adds an additional bit to each byte to create an odd or even sum.

63
New cards

timeout

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

64
New cards

two-step verification

a process that involves inputting two different kinds of data to enter an account or device.

65
New cards

type check

a type of validation that checks data is the correct data type.

66
New cards

visual check

comparing the data entered with the original side-by-side.

67
New cards

asymmetric

a type of encryption that uses two different keys to encrypt and decrypt data.

68
New cards

cipher text

the name given to data after transmission.

69
New cards

encryption

a method of securing data for storage or transmission that scrambles it and makes it meaningless, encryption key

70
New cards

parallel

a transmission method where data is sent multiple bits at a time down multiple wires.

71
New cards

plain text

the name given to data before encryption.

72
New cards

private key

This is the key that you should share with no one. If you encode with a private key anybody with the public key can decode. Your private key can be used to decode something encoded with your public key. (Part of asymmetric cryptography)

73
New cards

public key

It is part of asymmetric cryptography. This is the key that is shared. If you encode with the public key only the private key can decode. If someone encodes with a private key anybody with the public key can decode.

74
New cards

symmetric

a type of encryption that uses the same key to encrypt and decrypt data.

75
New cards

accumulator (ACC)

a register that is built into the ALU that stores the result of any interim calculations.

76
New cards

address

a memory location in RAM.

77
New cards

address bus

wires used for the transmission of addresses between components in a computer.

78
New cards

architecture

the design of a computer system, including the components it contains.

79
New cards

arithmetic logic unit (ALU)

the component in the CPU that performs all the mathematical and logical operations required when processing data and instructions.

80
New cards

automation

the use of automated equipment in a process, e.g. a factory.

81
New cards

cache

a type of storage that is built into the CPU, to store the most frequently used data and instructions.

82
New cards

central processing unit (CPU)

a component in a computer system that processes data and instructions.

83
New cards

clock speed

the number of fetch-decode-execute cycles that can be performed in a second.

84
New cards

control bus

wires used for the transmission of control signals between components in a computer.

85
New cards

control unit (CU)

the component in the CPU that controls all the operations in the CPU.

86
New cards

core

the part of the CPU that contains all the components that are used to perform the fetch-decode-execute cycle.

87
New cards

current instruction register (CIR)

a register that is built into the CU that holds the current instruction that is being processed in the CPU.

88
New cards

data bus

wires used for the transmission of data and instructions between components in a computer.

89
New cards

embedded system

a computer system that performs a dedicated function.

90
New cards

fetch-decode-execute cycle

the cycle through which data and instructions are processed.

91
New cards

instruction set

a set of commands that can be processed by a certain CPU.

92
New cards

Internet of Things

the connection of computer systems and everyday devices, using the Internet, to allow data to be exchanged.

93
New cards

memory address register (MAR)

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

94
New cards

memory data register (MDR)

a component in the CPU that holds the data or instruction that arc fetched from RAM.

95
New cards

microprocessor

an integrated circuit that is able to perform many of the functions of a CPU.

96
New cards

program counter (PC)

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

97
New cards

programmable

a computer that will run the commands stored in it.

98
New cards

RAM (random access memory)

a component that holds data and programs that are currently in use.

99
New cards

register

a small component in a computer system that is used to temporarily store data.

100
New cards

Accelerometer sensor

This type of sensor measures acceleration forces. These may be static forces, such as the continual force of gravity. They can also be dynamic forces, such as those created by movement and vibrations.