Computer Science, asked by arusrivastava, 8 months ago

which integer and floating point data types take up the same numbers of bits in computers memory?
pls tell the write answer pls​

Answers

Answered by nazeefasif8
2

Answer:

mark as brainliest plz

Explanation:

Computer Memory & Data Representation ... It is important to take note that integers and floating-point numbers are treated ... Computers use a fixed number of bits to represent an integer.

Answered by Devullas12
2

Answer:

Explanation:

Given that we are always going to store our data on a computer, it makes sense for us to find out a little bit about how that information is stored. How does a computer store the letter `A' on a hard drive? What about the value \frac{1}{3}.

It is useful to know how to store information on a computer because this will allow us to reason about the amount of space that will be required to store a data set, which in turn will allow us to determine what software or hardware we will need to be able to work with a data set, and to decide upon an appropriate storage format. In order to access a data set correctly, it can also be useful to know how data has been stored; for example, there are many ways that a simple number could be stored. We will also look at some important limitations on how well information can be stored on a computer.

Similar questions