Computer Science IGCSE Unit 1

4.0(1)
studied byStudied by 34 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

This flashcard set is directly taken from Hodder Education's Cambridge IGCSE and O Levels Computer Science textbook (2nd Edition). This is carefully catered towards the syllabus and understanding of the terms will most likely translate to an understanding of the syllabus to better prepare you for the exams!

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Bit

Comes from binary digit-- basic computing element that are either 1s or 0s

2
New cards

Binary number system

a number system based on 2 and powers of 2, can only use the values 0 and 1

3
New cards

Hexadecimal number system

A number system based on the value 16 which uses denery digits 0 to 9 and letters A to F

4
New cards

Error code

Unique identifier of an error message and error generated by the computer

5
New cards

MAC address

Media access control, given in hexadecimal, uniquely identifies a device on the internet. Taking the form of NN-NN-NN-DD-DD-Dd where the Ns are the code of the manufacturer and the Ds are the unique identifer of the device hard wired on the NIC card

6
New cards

IP address

Internet protocol address. IPv4 (four groups of hexadecimals separted by.) or IPv6 (eight groups of hexadecimals separated by:). It gives a unique address to each device connected to any network identifying their location. (Most use dynamic iP addresses which will change when connecting to different networks.)

7
New cards

HTML

Hyper text mark up langugage. Used in design of web pages and protocols writing. Colours used in html web pages are assigned a unique hex code.

8
New cards

Overflow error

The result of carrying out a claculation that produces a value too large for the computer's allocated word size (8 bits of 16 bits etc)

9
New cards

Logical Shifts

The act of shifting binary digits to the left or right in a reigster, any bits shifted out are replaced with 0s.

10
New cards

Two's complement

A method of rep of negative numbers in binary, when applied to an 8bit register, the most significant bit is given a negative value.

11
New cards

ASCII code

American Standard Code for Info Interchange is a set character set for all the characters on a standard keyboard written in binary digits or hex.

12
New cards

Character set

A list of characters that have been defined by computer hardware and sfotware, necessary so computer can understand human characters.

13
New cards

Unicode

Character set representing all the languages in the world (the first 128 are the same as ASCII)

14
New cards

Sampling resolution

The number of bits used to represent sound amplitude in digital sound recording (bit depth)

15
New cards

Bit Depth

the number of bits used to represent the smallest unit in a sound file.

16
New cards

Colour depth

The number of pixels used to represent the colours of a pixel.

17
New cards

Sampling rate

The number of sound samples taken per second in a digital sound recording (measured in Hertz)

18
New cards

Bitmap images

An image made up of pixels

19
New cards

Pixels

Derived from the word picture element, this is the smallest element used to make up an image on a display

20
New cards

Image resoulution

The number of pixels in the X or Y direction of an image

21
New cards

Pixelated image

Result of zooming in one a bitmap image, on zooming in the pixel density can be diminished to such a degree that the individual pixels can be seen.

22
New cards

Pixel density

Number of pixels per square inch

23
New cards

Compression

Reduction of the size of a file by removing repeated or redundant pieces of data, can be lossy or loseless

24
New cards

Bandwidth

The maximum rate of file transfer of data across a network, measured in kilobits per second or megabits per second

25
New cards

Lossy file compression

A file compression method in which parts of the original file cannot be recorded during the decompression process (e.g JPEG and mp3/4)

26
New cards

Loseless file compression

A file compression method that allows the original file to fully restored during the decompression process. Ex. RLE

27
New cards

Audio compression

Method used to reduce the size of a sound file using perceptual music shaping

28
New cards

MP3 and MP4

Lossy file compression method for sound and multimedia files.

29
New cards

JPEG

Joint photography expert group made this: it is a form of lossy file compression used with image files which relies on the ability of the human eye to distinguish certain colour changes and hues.