Number Systems Flashcards
What is a Computer System?
Computer systems are a combination of both hardware and software working together.
What are the three types of Number Systems?
Binary, Decimal and Hexadeciamal
What are the two types of Binary numbers?
1 and 0
What does Hexadecimal start and end from?
0-15 (F)
What are the purpose of Number Systems?
Number Systems are used in Computers to represent the information. Number systems have different bases and the most common of them are the decimal, binary, and hexadecimal.
Why is Hexadecimal used?
It’s used because binary numbers can get too big, so Hexadecimal is used to simplify the number and makes it smaller
Convert 11001 to Decimal
25
Convert 45 to Binary
101101
Convert 2C to Decimal
44
Convert 11011 to Hexadecimal
1B
Convert B2 to Binary
10110010
Convert the binary number 11010010 to a decimal number
210