Chapter 1: Data representation Flashcards
Define a bit
The basic computing element that is either 0 or 1
Define the binary number system
A number system based on 2 and can only use values 0 and 1
Define an error code
It is an error message generated by the computer
Define a MAC address
It is an address (given in hexadecimal) that uniquely identifies a device on the internet in the form of NN-NN-NN-DD-DD-DD
(NN-NN-NN is the manufacturer code)
(DD-DD-DD is the device code)
Define an IP address
It is an address that uniquely identifies each device connected to a network identifying their location.
Define HTML
It is used to design and write webpages
Define an overflow error
The result of doing a calculation that produces a value that is too big for the computers allocated word size
Define logical shift
An operation that shifts bits to the left or right in a register.
(Any bits shifted out of the register are replaced with zeroes)
Define the two’s complement
A method of representing of negative numbers in binary
(When applied to an 8-bit system, the left most bit is given the value -128
What is an ASCII code
A character set for all the characters on a standard keyboard and control codes.
Define a character set
a list of characters that have been defined by computer hardware and software.
Define an Unicode
a character set which represents all the languages of the world
Define a sampling resolution
the number of bits used to represent sound amplitude in digital sound recording
Define what is bit depth
the number of bits used to represent the smallest unit in a sound file
Define what is color depth
the number of bits used to represent the colours of a pixel