Chapter 1 Definitions Flashcards
Define bit
The basic computing element that is either 0 or 1, and is formed from the words Binary digit
Define binary number system
A number system based on 2 and can only use the values 0 and 1
Define hexadecimal number system
A number system based on the value 16 which uses denary digits 0 to 9 and letters A to F
Define error code
An error message generated from the computer
Define MAC address
Standing for Media Access Control, this address (given in hexadecimal) uniquely identifies a device on the internet
Define IP address
Internet Protocol; identified either as IPv4 or IPv6; it gives a unique address to each device connected to a network identifying their location
Define HTML
HyperText Mark-up Language is used in the design of web pages and to write
Define overflow error
The result of carrying out a calculation that produces a value that is too large for the computer’s allocated word size
Define logical shift
An operation that shifts bits to the left or right in a register; any bits shifted out of a register are replaced with zeroes
Define two’s complement
A method of representing negative numbers in binary; when applied to an 8-bit system, the left-most bit is given the value -128
Define ASCII code
A character set for all the characters on a standard keyboard and control codes
Define character set
A list of the characters that have been defined by computer hardware and software. The character set is necessary so that the computer can understand human characters.
Define Unicode
A character set which represents all the languages of the world
Define sampling resolution
The number of bits used to represent sound amplitude in digital sound recording (also known as bit depth)
Define bit depth
The number of bits used to represent the smallest unit of a sound file