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
Liula [17]
3 years ago
7

What is the output of the sum of 1001011 and 100011 displayed in hexadecimal?

Computers and Technology
1 answer:
N76 [4]3 years ago
3 0

Answer:

1001011_2    +   100011_2   =    6E_{hex}

Explanation:

Required

1001011_2 + 100011_2 = []_{16}

First, carry out the addition in binary

1001011_2    +   100011_2   =    1101110_2

The step is as follows (start adding from right to left):

1 + 1 = 10 --- Write 0 carry 1

1 + 1 + 1(carry) = 11 ---- Write 1 carry 1

0 + 0 + 1(carry) = 1 ---- Write 1

1 + 0 = 1 --- Write 1

0 + 0 = 0 ---- Write 0

0 + 0 = 0 ---- Write 0

1 + 1 = 10 --- Write 0 carry 1

No other number to add ; So, write 1 (the last carry)

So, we have:

1001011_2    +   100011_2   =    1101110_2

Next, convert 1101110_2 to base 10 using product rule

1101110_2 = 1 * 2^6 +1 * 2^5 + 0 * 2^4 + 1 * 2^3 + 1 * 2^2 + 1 * 2^1 + 0 * 2^0

1101110_2 = 64 +32 + 0 + 8 + 4 + 2 + 0

1101110_2 = 110_{10}

Lastly, convert 110_{10} to hexadecimal using division and remainder rule

110/16 \to 6\ R\ 14

6/16 \to 0\ R\ 6

Write the remainder from bottom to top;

110_{10} = 6(14)_{hex}

In hexadecimal

14 \to E

So, we have:

110_{10} = 6E_{hex}

Hence:

1001011_2    +   100011_2   =    6E_{hex}

You might be interested in
During the _____ of the systems development life cycle (SDLC), an information system is operating, enhancements and modification
Neporo4naja [7]

Answer:

Maintenance Phase

Explanation:

One of the concepts employed in project management for describing stages involved when carrying out an information system development project is the systems development life cycle (SLDC). The cycle which starts from carrying out a feasibility study and ends in maintenance is a highly used conceptual model. There are 5 major stages or phase and they are the; Requirement Phase, Design Phase; Implementation Phase, Test Phase, and the Maintenance phase. The maintenance phase comes when testing has been complete and all enhancement and modifications have already been developed, and the system is operating.

5 0
3 years ago
write an algorithm to settle the following question: a bank account starts out with $10,000. interest is compounded monthly at 6
svp [43]

Using the knowledge in computational language in python it is possible to write a code that write an algorithm to settle the following question.

<h3>Writting the code:</h3>

<em>original = float(raw_input("Enter initial balance: "))</em>

<em>interest = float(raw_input("Enter promised return: "))</em>

<em>expenses = float(raw_input("Enter monthly expenses: "))</em>

<em />

<em>interest = interest / 100 / 12</em>

<em>month = 0</em>

<em>balance = original</em>

<em />

<em>if balance * interest - expenses >= 0:</em>

<em>print "You don't need to worry."</em>

<em>else:</em>

<em>while balance + balance * interest - expenses >= 0: # negation of the if condition</em>

<em>balance = balance + interest * balance # in one month</em>

<em>balance = balance - expenses</em>

<em>month = month + 1</em>

<em>print month, balance</em>

<em />

<em>print month / 12, "years and", month % 12, "months"</em>

See  more about python at brainly.com/question/18502436

#SPJ1

7 0
2 years ago
What year was the term that refers to the four-year period between Olympic Games first used?
Drupady [299]

In the summer of 776 BC.

In the summer of 776 BC was when the first Olympiad began. An Olympiad is an official four-year period associated with the Olympic Games. The ancient Greeks founded the original Olympic Games. The ancient Greeks used Olympiads to keep track of time and later switched their time reckoning by numbering the year within an Olympiad from 1 to 4

6 0
4 years ago
Write a program to show the grade obtained by a student after he/she enters their total mark percentage. Program should accept a
DiKsa [7]
Write a program to show the grade obtained by a student after he/she enters their total mark percentage. Program should accept an input from the user and display their grade as follows Mark Grade < 90 A 80-89 B 70-79 C 60- the answer would 89 B:C cause that's then the things were alive.
3 0
3 years ago
Suppose that you have a computer with a memory unit of 24 bits per word. In this
Maru [420]

Answer:

a )   The amount of bits required for the opcode

 8 bits

2^8=  256        

 256>198

 We get the next lower number, which is 2^7 = 128 bits, because it is greater than 198. As a result, the operation code necessitates 8 bits.

b)   The number of bits reserved for the instruction's address.

 16 bits

 24-8  =  16

c)  

 65536

2^16  =  65536

 Maximum number =  65535

  2^15 = 32768-1

 =  32767

Explanation:

4 0
2 years ago
Other questions:
  • Assume that you have an array of integers named arr. The following program segment is intended to sum arr [0]through arr[n−1], w
    7·1 answer
  • Video-sharing sites allow videos to be uploaded in which file format? A. .avi B. .svg C. .tiff D. .xls
    5·1 answer
  • Which command on the page layout ribbon enables a user to mark where a new page will begin on the printed copy?
    6·1 answer
  • Scale-based classification for networks allows us to differentiate PANs, LANs, MANs, and WANs. Moreover, the structure of a netw
    6·1 answer
  • What is the most consistent item regardless of the software used in BI?
    5·1 answer
  • Not all hardware is connected with wires, some hardware might be connected wirelessly with
    9·1 answer
  • A(n) ________ HTML tag is used to mark information about the page.
    12·1 answer
  • 3. List three common vector image file types.
    7·1 answer
  • PLEASE BE CONFIDENT ABOUT YOUR ANSWER
    11·2 answers
  • Which of the following is not an operating system a) boss b) window xp c) linux d) bindux​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!