Vocabulary Flashcards
(168 cards)
ASCII -
a character set. Each letter on the keyboard has a unique ASCII value that can be represented in hexadecimal or decimal.
Bit -
Binary Digit. Either 1 or 0, On or Off.
Byte -
Smallest unit or memory. A collection of 8 bits.
Gigabyte (GB) -
1024 megabytes. 2 to the power of 30 bytes.
Kilobyte (KB) -
1024 bytes. 2 to the power of 10 bytes.
Megabyte (MB) -
1024 kilobytes. 2 to the power of 20 bytes.
Memory dump -
output of memory contents onto the printer or screen. Usually represented in hexadecimal.
Petabyte (PB) -
1024 terabytes. 2 to the power of 50 bytes.
Spooling -
Data are temporarily held in a buffer waiting for an output device to access it.
Terabyte (TB) -
1024 gigabytes. 2 to the power of 40 bytes.
Asynchronous data transmission -
Data sent in an agreed bit pattern with control bits. The received knows when the transmission starts and ends.
Checksum -
The sum of all the bytes in a transmission is sent with the data. Used with credit card numbers. Checks whether data has been changed or corrupted following transmission.
CSS –
Cascading Style Sheet. Controls presentation of page. Enable multiple pages or elements on a page to be changed in one go.
Echo Check -
Data is sent to another device and is sent back again to the sender. The two sets of data are compared to spot any errors.
Even Parity -
Used with parity checking and parity bits where each byte of data has an even number of 1 bits in it.
Full duplex data transmission -
data can be sent in both directions at the same time.
Half-duplex data transmission -
data can be sent in both directions but only one at a time. e.g. walkie talkies
HTML –
HyperText Mark-up Language. Used to write and develop webpages to present text. Uses tags.
HTTP -
Hypertext Transfer Protocol. Protocol used by web browsers
HTTPS –
Hypertext Transfer Protocol Secure. A set of rules to be followed when transferring files across the Internet. The S is for secure with private data.
IP address –
a number assigned to each device on the Internet. Assigned by ISP. Gives you the location. MAC address gives you each person in the location.
ISP –
Internet Service Provider. A company you pay to give access to the Internet.
MAC address –
Media Access Control. A number that uniquely identifies a device on the Internet. Often refers to network card. Rarely changed. Usually 12 or 16 hex digits. First 6 or 8 refer to manufacturer code. Last 6 or 8 is the serial number of the device.
Odd parity -
used with parity checking where each byte has a parity bit. Each byte would have an odd number of 1s in it.