Lesson one Number Systems

studied byStudied by 2 people
0.0(0)
Get a hint
Hint

What are number systems in Computers?

1 / 6

flashcard set

Earn XP

Description and Tags

7 Terms

1

What are number systems in Computers?

The technique to represent numbers in the computer system architecture. Every value that you are saving or getting into/from computer memory has a defined number system.

New cards
2

Binary Number System

Has only two digits that are 0 and 1. Every number represents with 0 and 1 in this system. It is a base 2 system because it has two digits.

New cards
3

Octal Number System

has only eight digits 0 to 7. Base 8 because it has 8 digits.

New cards
4

Decimal Number System

only ten digits 0 to 9. base 10 because it uses 10 digits.

New cards
5

Hexadecimal Number System

16 alphanumeric values from 0-9 and A-F. The base of this number system is 16 because it has 16 alphanumeric values. Here A is 10, B is 11, C is 12, D is 13, E is 14, and F is 15.

New cards
6

Decimal System to Other Base

  1. Divide the decimal number by the base of the target base system.

  2. add (write down) the remainder to the binary number and keep dividing by the target base until there is no remainder.

<ol><li><p>Divide the decimal number by the base of the target base system.</p></li><li><p>add (write down) the remainder to the binary number and keep dividing by the target base until there is no remainder.</p></li></ol>
New cards
7

Other Base System to Decimal Base

  1. Determine the base value of the number you want to convert to decimal, and also determine the position of digits. (first digits position is 0, second is 1, and so on.)

  2. Multiply each digit with its corresponding base to the power of it’s position value

  3. Add the resulted values together

<ol><li><p>Determine the base value of the number you want to convert to decimal, and also determine the position of digits. (first digits position is 0, second is 1, and so on.)</p></li><li><p>Multiply each digit with its corresponding base to the power of it’s position value</p></li><li><p>Add the resulted values together</p></li></ol>
New cards

Explore top notes

note Note
studied byStudied by 51 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 14 people
... ago
5.0(1)
note Note
studied byStudied by 4 people
... ago
5.0(1)
note Note
studied byStudied by 59 people
... ago
5.0(3)
note Note
studied byStudied by 7 people
... ago
4.0(1)
note Note
studied byStudied by 123508 people
... ago
4.8(561)

Explore top flashcards

flashcards Flashcard (85)
studied byStudied by 4 people
... ago
5.0(2)
flashcards Flashcard (37)
studied byStudied by 17 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 11 people
... ago
5.0(1)
flashcards Flashcard (56)
studied byStudied by 548 people
... ago
4.8(5)
flashcards Flashcard (169)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (24)
studied byStudied by 4 people
... ago
5.0(2)
flashcards Flashcard (118)
studied byStudied by 52 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 2 people
... ago
5.0(1)
robot