Data types - Hexadecimal

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

Represent positive integers in hexadecimal. Convert positive integers between binary hexadecimal and denaru

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

at what denary number do hex numbers become letters

10

2
New cards

convert 10 denary to binary

A

3
New cards

what is the largest value represented by a single hex charecter

15/F/1111

4
New cards

how to convert denary to hex

  1. split and convert into bytes

  2. join the binary values together

  3. convert to denary

5
New cards

d =

13

6
New cards

e =

14

7
New cards

covert 9F into denary

  1. 9 = 1001, F = 1111

  2. 10011111

  3. 128 + 16 + 15 = 159