Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part A: Decimal to Binary Conversion ( Use all 8 bits to represent each answer ) Calculator is not permitted in this section. 1 2

Part A: Decimal to Binary Conversion
(Use all 8 bits to represent each answer)
Calculator is not permitted in this section.
1286432168421=255
11101110238
0010001034
123
50
255
200
10
138
1
13
250
107
Part B: Binary to Decimal Conversion
Calculator is not permitted in this section.
1286432168421= Ans
10010010146
01110111119
11111111
11000101
11110110
00010011
1110000001
00011011
10101010
01101111
11111000
00100000
01010101
Part C: Decimal to Hexadecimal Conversion
Calculator is not permitted in this section.
Procedure
1. Divide the decimal number by 16.
2. Write down the remainder (in hexadecimal).
3. Divide the result again by 16.
4. Repeat step 2 and 3 until result is 0.
5. The hex value is the digit sequence of the remainders from the last to first.
(Answer the following)
Decimal Hexadecimal
53
273
105
158
171
85
496
112
897
5,292
Part D: Hexadecimal to Binary Conversion
Calculator is not permitted in this section.
Convert a hexadecimal number to binary by simply translating each hexadecimal digit into its 4-bit binary equivalent.
For example, the hexadecimal number 0x9E3 translates into 100111100011, as the binary values of 9, E and 3 are 1001,1110 and 0011.
Answer the following
Hexadecimal Binary
0x68
0xF2
0X19
0X123
0X2BB
Part E: Hexadecimal to Decimal Conversion
Calculator is not permitted in this section.
Converting hexadecimal to decimal can be performed in the conventional mathematical way, by showing each digit place as an increasing power of 16
Answer the following
Hexadecimal Decimal
0x35
0x1AA
0x12
0x4B
0x89
Part F: Numbering system revision questions
Calculator is not permitted in this section.
Decimal Hexadecimal Binary
A9
FF
BAD1
38C
142
23
255
115
67
19
10101010
1111
10111101
111
11110000
Part G: Windows Calculator & Numbering Systems
Calculator is permitted in this section.
Objectives
Switch between Windows Calculator modes.
Use Windows Calculator to convert between decimal, binary, and hexadecimal.
Use Windows Calculator to determine the number of hosts in a network with powers of 2.
Step 1: Access Windows Calculator and determine mode of operation
a. Open the calculator on Windows

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

What are the core functions of the universitys HRM department?

Answered: 1 week ago

Question

Identify a set of competencies for tenured faculty

Answered: 1 week ago