Bytes?

SOHEEB

New Member
can somebody please help me out on the following problem....thanks in advance

For each of the following data items, indicate how many bytes of storage would be required:

North

U.S.A

General Ledger​
 
ahh dude.......i just figured this whole thing out...now i know what to do.........i was thinking about the binary codes and stuff.....dont know why........thanks man
 
Bits basically equal 0's and 1's. To make a character, a computer typically uses ascii code. Eight bits equals one character(as well as a byte)
 
can somebody please help me out on the following problem....thanks in advance

For each of the following data items, indicate how many bytes of storage would be required:

North

U.S.A

General Ledger​
North = 5 bytes
before go to U.S.A (5 bytes more) is 2 bytes ("carrier" and "line feed")
then ... similar you have total 5+2+5+2+6(for "General")+1(for "Space")+6 (for "Ledger")= 27 bytes
If you set its place at center, you need more bytes and save to somewhere in your computer, you also need some bytes in addition :rolleyes:
 
Back
Top