answersLogoWhite

0

about eight bits, which is equal to one byte

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Other Math

What is largest BCD encoded decimal value that can be represented in three bytes?

Oh, dude, the largest BCD encoded decimal value that can be represented in three bytes is 999,999. I mean, like, you could totally fit a lot of numbers in three bytes, but that's the biggest BCD number you can squeeze in there. So, yeah, if you ever need to store a really big decimal number in three bytes, just remember 999,999.


How linear arrays represented in memory?

To implement array data structure, memory bytes must be reserved and the accessing functions must be coded. In case of linear arrays, the declaration statements tell how many cells are needed to store the array. The following characteristics of the array are used to calculate the number of cells needed and to find the location or address of any element of the array.1. The upper bound (UB) of the index range.2. The lower bound (LB) of the index range. In C/C++, LB is zero.3. The location in memory of the first byte in the array, called base address of the array (Base)4. The number of memory bytes needed for each cell containing one data element in the array (size, denoted by W)By cell we mean a unit of memory bytes that will be assigned to hold a value of respective data element.During the compilation of the program, the information about characteristics of the array is stored in a table called DOPE VECTOR. When compiler comes across references to an array element, it uses this information that will calculate the element's location in memory at runtime.


Who are the characters in four miles to pinecone?

Tom Berry, Who is the main character of this story, Mr.Kerr, Tom Berry's boss who works at the local grocery store in St.Paul, Minnesota. Tom's parents, And his Aunt and Uncle who own their own resort that Tom later watches over in the story


What store carry Scoe 10X?

what store sells SCOE10X


Where is your nearest store?

Just down the block, at the end of the street, there's a convenience store.

Related Questions

How many bytes are required to store the name Bill?

4 - one for each character. However, depending on the computer language being used, there is some "overhead" - for example, with "C", the end of a text string is indicated with a null character, so "Bill" would need 5 bytes. Other languages precede strings with their length, the length taking 2, 4 or 8 bytes.


How much memory is required to store a 'character' and how much is required to store a 'string'?

a character/byte as defined in the C programming language is one byte (8 bits). A string can be as short as one byte and can be as long as the physical memory limits can contain it.


How man character's can 8 bytes store?

One byte is made up of 8 bits, and each bit can store 1 character. Therefore, 8 Bytes can store 64 Characters.


How many bytes are required to store an float in ADA?

four


How many bytes are required to store an unsigned integer range?

4


How many bits or bytes required to store the robot?

40 bits or 5 byrtes


Does CMOS configuration chip have a little amount of memory?

Approximately 512 bytes. About enough to store a 500 character plain text file.


How much memory is required to store an integer data type?

integer data type consumes memory of 4 bytes or 32 bits


How many bytes are required to store the word SUMMER in computer memory?

A letter is stored in binary on a computer. The word summer in binary is written as: 011100110111010101101101011011010110010101110010. That's 48 digits. There are 8 bits in 1 byte, thus 48/8 = 6. So 6 bytes are used to store summer. On modern computers, each character in the English alphabet is represented by a byte. Therefore the word SUMMER takes up 6 bytes of memory.


How many bytes are used to store a 64-bit number?

how many bytes are there in a 64-bit machine? Another Answer: It takes 8 bytes to store a 64 bit number.


What is the output of printf sizeof p where p is a pointer?

The amount of bytes required to store a pointer. Platform-dependent, often 2, 4 or 8.


How much data can be stored in a system that has a capacity of 232 bytes?

A system with a capacity of 232 bytes can store 4,294,967,296 bytes of data.