1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
solong [7]
3 years ago
7

Compute (110110001.01)2 + (27.12)10 + (121.25)16 – (130.20)16 and display the answer in hexadecimal base.

Computers and Technology
1 answer:
mel-nik [20]3 years ago
8 0

Answer:

(110110001.01)₂ + (27.12)₁₀ + (121.25)₁₆ – (130.20)₁₆ = (445.38953125)₁₀ = (1BD.63B851EB851EB851EB85)₁₆

Explanation:

(110110001.01)₂ + (27.12)₁₀ + (121.25)₁₆ – (130.20)₁₆

leaving the answer in hexadecimal

To solve this, we first convert all the numbers to base 10, solve, then convert back to hexadecimal

(110110001.01)₂ = (1×2⁸) + (1×2⁷) + (0×2⁶) + (1×2⁵) + (1×2⁴) + (0×2³) + (0×2²) + (0×2¹) + (1×2⁰) + (0×2⁻¹) + (1×2⁻²) = (433.25)₁₀

(27.12)₁₀ = (27.12)₁₀

(121.25)₁₆ = (1×16²) + (2×16¹) + (1×16⁰) + (2×16⁻¹) + (5×16⁻²) = (289.14453125)₁₀

(130.20)₁₆ = (1×16²) + (3×16¹) + (0×16⁰) + (2×16⁻¹) + (0×16⁻²) = (304.125)₁₀

(110110001.01)₂ + (27.12)₁₀ + (121.25)₁₆ – (130.20)₁₆

= (433.25)₁₀ + (27.12)₁₀ + (289.14453125)₁₀ - (304.125)₁₀

= (445.38953125)₁₀

We then convert (445.38953125)₁₀ back to hexadecimal

(445.38953125)₁₀ = (1BD.63B851EB851EB851EB85)₁₆

16 | 445 | R

16 | 27 | 13 = D

16 | 1 | 11 = B

16 | 0 | 1 = 1

Read upwards, 1BD

Hope this Helps!!!

You might be interested in
Help?!<br> Does anyone know how to use Adobe SoundBooth?
Mandarinka [93]
Never heard of that but it probably just have the kind of use of abobe flash
7 0
3 years ago
Read 2 more answers
Which of the following technique is well suited to support very large address space, e.g. 64-bit address space? Select one: a. C
algol13

Answer:

Inverted page tables

Explanation:

Inverted page tables are indeed the ones used during broad address space, including such 64-bit addresses.

8 0
3 years ago
_____ CRM systems are hosted by an external vendor in the vendor's data center.
PtichkaEL [24]

Answer: On- demand

Explanation:

 On demand CRM system are basically hosted by the external vendor in the vendor data center. CRM is basically stand for customer relationship management.

CRM is a strategy that are used for managing the organisation relationship with the customers.

On demand CRM define as software availability for the customers. It basically connected with the idea of software on demand. The software are modify according to the current requirement and demand.

8 0
2 years ago
What two Python data structures are already thread-safe, because they provide automatic support for synchronizing multiple reade
murzikaleks [220]

The  two Python data structures that are already thread-safe are list and tuples.

<h3>What are the data structures in Python?</h3>

Python is known to give room for its users to make  their own Data Structures.

It helps one to be able to  have total hold or control over their work or output functionality. Some key Data Structures are Stack, Queue, and others.

Learn more about Python from

brainly.com/question/26497128

#SJ1

6 0
2 years ago
...............................
Gemiola [76]

............................

Mark me brainliest^^

7 0
2 years ago
Read 2 more answers
Other questions:
  • Describe in 2–3 sentences how you would use the autosum shortcut.
    9·2 answers
  • Assume arr2 is declared as a two-dimensional array of integers. Which of the following segments of code successfully calculates
    6·1 answer
  • Which form of investigation aims at checking whether or not a target system is subject to attack based on a database of tests, s
    15·1 answer
  • A computer has 9850 processes and 172 of them where suspended while 276 were terminated.,explain why some of the processes where
    15·1 answer
  • You have been hired by Beta Airlines to help them with their flight prices. You are to create a 10 x 10 2D array (also called a
    10·1 answer
  • What form of communication are they using​
    6·1 answer
  • How are programs and algorithms related? A program is a part of an algorithm. They are not connected at all. An algorithm is a p
    12·1 answer
  • Which cable standard is a standard for newer digital cable, satellite, and cable modem connections?
    11·1 answer
  • I need a C++ program to ask the user to put in different numbers until zero is pressed then the program counts the numbers that
    10·1 answer
  • Polynomial regression A common misconception is that linear regression can only be used to fit a linear relationship. We can fit
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!