answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many storage bytes will a long integer setting use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by long integer and double integer?

Different computer languages use different amounts of memory to store integers. For example, C++ uses a minimum of 4 bytes, Java a min of 8 bytes. A long integer is one which is requires more bytes than the standard amount. When the storage requirement gets to twice the standard amount, the number becomes a double integer.


Types of data type?

A data type that can store integer numbers. The details vary depending on the programming language; many language have different integer types to accomodate different sizes. This lets the programmer use a smaller size (and save memory space) when he only needs to store fairly small numbers - and especially when he needs to store LOTS of fairly small numbers, as in an array. Common sizes include 1 byte, 2 bytes, 4 bytes and 8 bytes of storage.


How many bytes of storage would be needed to store the word microprocessors?

The word: microprocessors, is 15 characters long, and would need a minimum of 15 bytes to store as ASCII. Some systems may need additional bytes to indicate that text is stored there, or how long the text field is, though.


What is a long integer?

Normally a computer allocates a certain amount of memory space to store a number. This means that larger numbers are rounded and so not as accurate. By specifying that a number is a long integer, it is allocated twice the amount of storage space.For example, the largest integer that can be stored in 8-bits is 2^8 - 1 = 255.By doubling the storage to 16 bit, it becomes 65535.


How much data can you put in 1 GB?

1 gigabyte equals 1000 megabytes, 1 megabyte equals 1000 kilobytes, and 1 kilobyte equals 1000 bytes. To give you some idea of the storage potential, a byte is used to store a character of text. If a line is 50 characters then a 1000 bytes is 20 lines of text, if a page is 50 lines, then 2500 bytes is a page and so a megabyte is 400 pages of text or a long book. So you can store a library of 1000 long books without pictures on a GB storage unit. Pictures require far more storage space. The amount needed depends on the size and resolution. You can put 1000 one MB picture on a 1 GB unit. Movies are frames of pictures and require vastly more storage and audio adds to the storage requirements.


What has the largest capacity of any storage device?

At the present time, a hard drive has the largest storage capacity of all storage devices. For something more portable, a USB drive would have a greater storage capacity than any other portable devices.


What are the kinds of computer storage?

Bit (this holds a 1 or 0) Byte (8 bits) kilobyte (1034 bytes) megabyte (1 048 576 bytes) gigabyte (1 073 741 824 bytes) terabyte (1 099 511 627 776 bytes) petabyte (1000000000000000.1258999 bytes) exabyte (1000000000000000000.1529215 bytes) zottabyte (1000000000000000000000.18059162 bytes) yottabyte (1000000000000000000000000.20892582 bytes) a yottabyte is 90000000000000000000000000.67140656 bits


How many bytes consists of ATM cell?

53 bytes long


What is the sizeof long int?

The sizeof long int is platform-dependent, often 4 bytes or 8 bytes.


How many bytes are required to store an address of an integer?

32 bits or 4 bytes. This depends heavily on the processor architecture your computer uses, AND the programming language you are using. Typically, an integer is 1 word in length, however that processor architecture defines "word". That could be 32-bits (4 bytes), 64-bits (8 bytes), 8-bits (1 byte), or even 9 bits (in certain old computers).


In main memory how many bits num variable will hold?

That depends on the programming language, and on the specific data type. Java, for example, has integers of different sizes; for example, an int uses 4 bytes, and a long uses 8 bytes. It also has shorter integer data types. Java also has different types of floating point numbers; for example, a double uses 8 bytes, and a float uses 4 bytes. Java also has classes for arbitrary-precision math (classes BigInt and BigMath); in this case, the size in memory for a number will vary, depending on the number of digits.That depends on the programming language, and on the specific data type. Java, for example, has integers of different sizes; for example, an int uses 4 bytes, and a long uses 8 bytes. It also has shorter integer data types. Java also has different types of floating point numbers; for example, a double uses 8 bytes, and a float uses 4 bytes. Java also has classes for arbitrary-precision math (classes BigInt and BigMath); in this case, the size in memory for a number will vary, depending on the number of digits.That depends on the programming language, and on the specific data type. Java, for example, has integers of different sizes; for example, an int uses 4 bytes, and a long uses 8 bytes. It also has shorter integer data types. Java also has different types of floating point numbers; for example, a double uses 8 bytes, and a float uses 4 bytes. Java also has classes for arbitrary-precision math (classes BigInt and BigMath); in this case, the size in memory for a number will vary, depending on the number of digits.That depends on the programming language, and on the specific data type. Java, for example, has integers of different sizes; for example, an int uses 4 bytes, and a long uses 8 bytes. It also has shorter integer data types. Java also has different types of floating point numbers; for example, a double uses 8 bytes, and a float uses 4 bytes. Java also has classes for arbitrary-precision math (classes BigInt and BigMath); in this case, the size in memory for a number will vary, depending on the number of digits.


How many bytes can a storage medium hold?

The capacity of portable storage media ranges from the megabyte to terabyte level as of July 2014. Modern 'thumb' drives are in the gigabyte range while newer flash technologies have introduced terabyte level portability.