DATA REPRESENTATION

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

1/13

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

BCD meaning

  • a method of using binary digits to represent decimal digits 0-9.

  • Eg 19 to 0011001

  • BCD are represented using 4bits

2
New cards

BCD addition

  • Whenever the sum of 2 BCD digits are greater than 9, 6 has to be added to give the actual result, inorder to skip the unused codes (addition is done in binary form)

3
New cards

EBCDIC meaning

Extended binary coded decimal interchange code

4
New cards

Describe the EBCDIC

  • Uses 8bit code, hence 256 xters can be represented(letters, n#,symbols)

  • Most used today especially, by larger computers(mainframe)

5
New cards

ASCII

American standard code for Information Interchange

6
New cards

Describtion of ASCII

  • A 7 bit code( representx 2^7 xters)

  • Used in macro and mini computers

7
New cards
8
New cards

ASCII-7 code representation

  • CCodes 0 to 31: control xters(non printable)

  • Codes 48 to 57: numeric 0 to

  • 65 to 90: A to Z

  • 97 to 122: a to z

  • 128 to 255: Extended Ascii codes

9
New cards

UNICODE

  • 32 bit code (represents 2³² xters)

  • Mathematical and scientific symbols are included

  • Compatible with ASCII-8 codes

10
New cards

Advan of UNICODE

  • More xters represented

  • Many languages represented

  • Can encode many smbols

11
New cards
  • Uses more bytes for larger alphabetic symbols, ( need more space)

12
New cards
13
New cards
14
New cards