topic 1 - binary system & hexadeximal Flashcards
1
Q
uses of binary system (3)
A
- ASCII value
- unicode value
- instruction
2
Q
memory measurements from smallest to largest (5)
A
- 1KB
- 1MB
- 1GB
- 1TB
- 1PB
3
Q
advantages of using hexadecimal (5)
A
- easier to understand
- easier to debug
- shorter so takes up less space
- faster to enter than binary
- conversion to binary is easier than from denary
4
Q
uses of hexadecimal numbers (3)
A
- MAC address
- HTML colours
- error messages
5
Q
problems with shifting bits (3)
A
- may run out of places at the end of the register
- end bit may be lost
- may result in loss of precision
6
Q
what does HTML stand for
A
hyper text markup language
7
Q
structure of HTML
A
- structure used for layout
- in HTML doc, presentation and structure often kept separate
- HTML tag used for structure
8
Q
URL (composed of 3 parts)
A
- protocol
- filename
- webserver name
9
Q
presentation of HTML
A
- presentation used for colour/style
- in HTML doc, presentation and structure often kept separate
- CSS linked to the HTML used for presentation
10
Q
what does MAC address stand for
A
Media access code
11
Q
explain what is meant by a MAC address (6)
A
- hardware address
- unique num associated w device
- LAA
- UAA
- first 6/8 digit = manufacturer code
- last 6/8 digit = serial num of device