Chap 1 Vocab - Information Representation and Multimedia - AICE Computer Science AS

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 13

flashcard set

Earn XP

Description and Tags

vocab words for chapter 1 in the Hodder Education textbook :] (reworded a bit so they make more sense)

14 Terms

1

Binary

base two number system that only uses the values 0 and 1

New cards
2

Bit

abbreviation for “binary digit”, either a 0 or a 1.

New cards
3

One’s Complement

each binary digit in a number is reversed (0 to 1 and 1 to 0). This lets us represent both negative and positive numbers.

New cards
4

Two’s complement

take a number in One’s Complement and add 1 to the rightmost spot. This lets us represent negative and positive numbers, as well as letting us do math operations with them easily.

New cards
5

Sign and magnitude

take a normal binary number and add a bit to the leftmost spot to indicate sign of the number (0 for + and 1 for —)

New cards
6

Hexadecimal

base-16 number system. It uses the denary digits 0 to 9 and the letters A to F.
Counting looks like 0 1 2 3 4 5 6 7 8 9 A B C D E F
Lets us represent a byte in two digits! (each hexadecimal digit holds the same amount of information as 4 binary digits)

New cards
7

Memory dump

outputs (prints or displays) the contents of the computer’s memory so the user can read it

New cards
8

Binary-coded decimal (BCD)

number system that uses 4bits to represent each denary digit

Used when denary numbers MUST be used for precision, like in banking.

New cards
9

ASCII code

simpler coding system for all the characters on an English keyboard, only represents 128 characters!
Used by older computers, or when more characters aren’t needed

New cards
10

Character set

a list of characters that have been defined by computer hardware and software. It is necessary to have a method of coding, so that the computer can understand human characters.

New cards
11

Unicode

coding system which represents all the languages of the world, not just English! Includes diacritics, emoji, and more! (that won’t be on the test, it’s just cool)

The first 128 characters are the same as ASCII code, for compatibility reasons.

New cards
12

Bit-map image

store an image as colored pixels

New cards
13

Pixel

the smallest picture element that makes up an image.

(the little squares you see on a computer screen, or in an image)

New cards
14

Colour depth

number of bits used to represent the colours in a pixel, e.g. 8 bit colour depth can represent 28 = 256 colours.

New cards
robot