Top "Data-representation" questions

What is “2's Complement”?

I'm in a computer systems course and have been struggling, in part, with Two's Complement. I want to understand it …

binary bit-manipulation computer-science twos-complement data-representation
What is the maximum and minimum values can be represented with 5-digit number? in 2's complement representation

What is the maximum and minimum values can be represented with 5-digit number that is assuming 2's complement representation? do …

twos-complement data-representation
what is binary data?

gcc 4.6.0 What does binary data look like? Is it all 1's and 0's. I was just wondering, as I was …

c binary-data data-representation
R largest/smallest representable numbers

I'm trying to get the largest/smallest representable number in R. After typing ".Machine" I got: $double.xmin [1] 2.225074e-308 $double.…

r data-representation
How to get rid of the single quotes around the representation of a string?

This sample code prints the representation of a line from a file. It allows its contents to be viewed, including …

python data-representation