CH 01 : Binary Systems And Hexadecimal

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards
Hex
________ is used as it takes lesser space than Binary and is easier to use.
2
New cards
Media Access Control
________ (MAC): A unique address given to a device to identify it on the Internet.
3
New cards
LAA
Form of MAC address, set by an organisation when a change of MAC address may be needed.
4
New cards
Network Interface Card
It refers to the ________ (NIC) of the device.
5
New cards
UAA
A common MAC address set by the manufacturer at the factory.
6
New cards
softwares
It is also used to trace errors in ________ and programs.
7
New cards
Hex values
________ are used to store colours of text.
8
New cards
Memory Dumps
________: The contents from the computer memory which are being sent to a printer or monitor etc.
9
New cards
Hexadecimal System
________: A number system with base 16, thus every digit is represented by 16 values.
10
New cards
location of contents
It can represent the ________ in computer memory.
11
New cards
Binary System
________: A system of ones (1) and zeroes (0) which is the building block in a computer.
12
New cards
ASCII Code
________: A code written in Hex and given to each character on a keyboard.
13
New cards
Binary System
A system of ones(1) and zeroes(0) which is the building block in a computer
14
New cards
Denary
A number system with a base of 10
15
New cards
Bit
One Binary digit
16
New cards
Byte
8 Bits make up a Byte
17
New cards
Hexadecimal System
A number system with base 16, thus every digit is represented by 16 values
18
New cards
Memory Dumps
The contents from the computer memory which are being sent to a printer or monitor etc
19
New cards
Hyper Text Markup Language (HTML)
A markup language used in developing web pages
20
New cards
Media Access Control (MAC)
A unique address given to a device to identify it on the Internet
21
New cards
UAA
Common and set by the manufacturer at the factory
22
New cards
LAA
Set by an organisation when a change of MAC address may be needed
23
New cards
ASCII Code
A code written in Hex and given to each character on a keyboard
24
New cards
Assembly and Machine Code
True codes are written in Binary but as it is more error prone, time consuming and complicated, Hexadecimal is used by programmers