1.1 - Number Systems

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

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Why does data have to be converted to binary to be processed by a computer?

Data has to be converted to binary to be processed by a computer because computers are built using switches that can either be on or off, which fits the binary number system (1/0).

2
New cards

define binary number system

The binary number system is a base-2 number system that represents numbers using only two digits: 0 and 1.

3
New cards

Define denary

Denary is a base-10 number system made up of 10 digits (0-9)..

4
New cards

define hexadecimal

Hexadecimal is a number system with 16 digits.

5
New cards

convert the following number from binary to denary : 01110001

answer : 113

6
New cards

convert the following number from binary to denary : 10010000

answer :144

7
New cards

convert 76 to binary

answer : 10011000

8
New cards

convert 150 to binary

answer : 10010110

9
New cards

Convert denary 45 to hexadecimal.

answer : 2D

10
New cards

convert denary 2004 into hexadecimal

answer - 7D4

11
New cards

convert hexadecimal 45A to denary

answer : 1114

12
New cards

convert hexadecimal C8F to denary

answer : 3215

13
New cards

convert binary 10111111100001 into hexadecimal

answer : BE1

14
New cards

convert binary 10000111111101 to hexadecimal

answer : 21FD

15
New cards

convert hexadecimal 45A to binary

answer : 010001011010

16
New cards

convert hexadecimal BF08 to binary

answer : 1011111100001000

17
New cards

uses of hexadecimal in error codes

error codes are often shown as hexadecimal values. these numbers often refer to the memory location of the error.

18
New cards

uses of hexadecimal in MAC addresses

It is a number which uniquely identifies a device on a network

Refers to the NIC (Network Interface Card) which is part of the device

19
New cards

use of hexadecimal in HTML color codes

It is used when writing or developing web pages

It is often used to represent text colors on the computer screen. All colors can be made up of combinations of the three primary colors (red, green and blue). The intensity of each color is determined by its hexadecimal value.