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
TiliK225 [7]
3 years ago
8

You are asked to design a system of FP numbers representation (with your own design choices), labeled Custom_FP_48, for which we

have 48 bits at our disposal in order to represent a number, in analogy with the IEEE 754 prototype. You are asked to provide: a) The types for evaluating this number b) The width of representation of these numbers (upper and lower) 6 c) The maximu

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

Answer:

Check the explanation

Explanation:

The most significant bit is the sign bit (S), with 0 for positive numbers and 1 for negative numbers.

   Normalize significand: 1.0 ? |significand| < 2.0

       Always has a leading pre-binary-point 1 bit, so no need to represent it explicitly (hidden bit)

   The following 9 bits represent exponent (E).(0 TO 511)

       E is : actual exponent + Bias

       Bias = 255;

   The remaining 38 bits represents fraction (F).

Width of representation

smallest value :

   Exponent: 000000001 because 000000000 is reserved

       actual exponent = 1 – 255 = –254

   Fraction: 000…00  \rightarrow significand = 1.0

Kindly check the attached image below to see the concluding solution to the question above.

You might be interested in
You're using disk management to view primary and extended partitions on a suspect's drive. the program reports the extended part
kodGreya [7K]

The best assumption to make is that there is a hidden partition and the drive needs to be further searched.

5 0
3 years ago
Guys, if you ask a question on here and someone answers but they only provide a link and their username starts with a G, ITS A H
Galina-37 [17]

Answer:

oki

Explanation:

3 0
3 years ago
cell d1 contains the value 7.877 you want cell d1 to display this value as 7.9 how can you accomplish
Georgia [21]

Answer:

You round?

Explanation:

6 0
3 years ago
Question 2 of 10
sukhopar [10]

Answer:

B. System analysis

Explanation:

The job of improving systems by examining existing data is included in B. System analysis.

3 0
2 years ago
Why might a photographer be interested in capturing the human element in his/her images? Describe your favorite example that dem
Andrej [43]
1) A photographer be interested in capturing the human element in his/her images because human beings can be as inspiring as everything that surrounds a photographer. Every artist has its own source of inspiration, and what if artist is the inspiration itself? Exploring human's beauty is the main part of developing your art (in this case photography) skills. 
2) I find hands, to be more exact,wrists, to be the most inspiring part of human body. There is a philosophical aspect in my opinion becuase people use their hands to create. Every person is unique, its hands are unique and these hands can create unique things.
7 0
3 years ago
Other questions:
  • What is the role of the digital cinematographer?
    9·2 answers
  • 50PTS!! does anyone know how you turn in a section of your slides my teacher wants us to turn in only a portion of our google sl
    6·1 answer
  • The keywords used in programming languages that use decisions to redirect the flow of a program are called __
    13·1 answer
  • What is another word for violation
    7·1 answer
  • What is one way to recognize whether an online source has been copyrighted? The source features the phrase “all rights reserved.
    6·2 answers
  • Choose the word that best completes this sentence. You should post safe load _________ for each floor and keep aisles and passag
    15·2 answers
  • What provision of the Government Paperwork Elimination Act was designed to encourage a paperless society?
    6·2 answers
  • What symbol do we use to denote a character?
    14·1 answer
  • The group of data that will be used in a chart or graph is called the
    11·2 answers
  • When using MakeCode Arcade, what is the easiest way to make modules?
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!