answersLogoWhite

0

Computers store all information as zero's and one's. Think of it as electricity, things are either on (1) or off (0). Since computers are all based on electric power, the scheme of on or off was used for all information.

In terms of numbers here are the first 16 numbers:

number: computer stores this as

0: 0

1: 1

2: 10

3: 11

4: 100

5: 101

6: 110

7: 111

8: 1000

9: 1001

10: 1010

11: 1011

12: 1100

13: 1101

14: 1110

15: 1111

Can you guess what comes next? All we are doing is adding 1 to the previous number. But since you only have 0 and 1, you have to "carry the 1" and then keep going. This is just like when you add 1 to 9, you get 10. You actually started over at zero, and carried the 1, but you have nine digits to do this.

So what is 16? 1111 + 1 = 10000. You carry the 1 to the next digit and zero everything else out. How about 17? 10000 + 1 = 10001. Now do 18! :)

Because very small numbers look really big, humans learned to use base 16 to make it easier to read. Look that up, or I can teach you how to convert from base 2 to base 16 in another answer. :)

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
JudyJudy
Simplicity is my specialty.
Chat with Judy
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor

Add your answer:

Earn +20 pts
Q: What is the format the computer express its numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

How do you format a 4GB SD card when your computer doesnt even pick it up?

Look, first you must get in to the ''sistem simbol'', there you can format the sd card, but i say you to call a profesional, cause this may not work, and format your computer ;D


When you want to copy the format of a selection but not the content on a computer?

click the format painter in the clipboard group


What is a format for feeding or syndicating website content to your computer?

RSS


You have a computer witch you need to reformat but the CD drive is not working how can you reformat computer using some sort of program?

If you want to format your computer without using a CD drive it is no problem. All you need is a floppy ROM. Insert a floppy disk into your computer, then go to My Computer, right click on floppy ROM icon, and click format. Click the quick format check box and click create a start up disk or create format disk check box. Next click start. Now your format dist is ready. Restart your system, set your first boot to start computer with floppy ROM support from BIOS, then save and exit. Now start your computer with floppy support. Enter, then choose start computer with prompt after just hit the Y and N buttons later. You have to write A:\>Format C or D the click enter.


What basic computer command calls letters and numbers up on the screen?

The basic computer command that calls letters and numbers up on the screen is "print" in many programming languages. The "print" command is used to display text or numerical values on the screen for the user to see. It is a fundamental function in computer programming for communicating information to the user in a readable format.