answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the size of each data types in bytes in dos and UNIX platform?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When you ping in normally how many bytes data is loaded?

Not all systems use the same amount of bytes for a ping packet, although typically a ping packet is small. Windows uses 32 data bytes, some Linux systems use 56, and other Unix systems vary widely.


What are the four most common data types?

Common data types vary depending on the hardware, the application and numerous other factors. Therefore there can be no definitive list of the most common data types. Below are a few that are frequently found in a variety of applications: Text or string data Integer values, frequently 2, 4 or 8 bytes long Floating point numeric data, usually several bytes long Boolean data (i.e. true or false) Byte (a single byte that holds data defined by the application) Word (two bytes holding data defined by the application) There are many more data types not listed.


An Ethernet MAC sublayer receives 42 bytes of data from the upper layer. How many bytes of padding must be added to the data?

The padding needs to make the size of the data section 46 bytes. If the data received from the upper layer is 42 bytes, we need 46 − 42 = 4 bytes of padding.


An Ethernet MAC sublayer receives 42 bytes of data from the upper layer. How many bytes of padding must be added to the data Why?

The padding needs to make the size of the data section 46 bytes. If the data received from the upper layer is 42 bytes, we need 46 − 42 = 4 bytes of padding.


What is a tarabyte?

For point of reference 1Million Bytes of data = 1 Megabyte 1Billion Bytes of data or 1000 million = 1 Gigabyte 1Trillion Bytes of data or 1000 Billion = 1 Tarabyte


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.


Who decides size of data types in a language?

The people who create the language take the liberty of deciding the size of data types in a programming lanauage.If you (as a programmer) create your own custom data type, for example by defining a class, then you decide what goes into it - for example, in Java, if one of the pieces of data requires an integer, you have the choice of storing it as an int, which uses 4 bytes, or as a long, which uses 8 bytes (and permits larger numbers).


Why you need to consider bytes in making a website?

Because the less bytes used the more bytes saved. This means that your site can contain more data or have more data entered into it.


What is bytes mega bytes and giga bytes?

bytes, megabytes and Gigabytes are the units for measuring the amout of data on a computer. 1024 megabytes are a gigabyte


What types of data can be hidden in UNIX?

Unix is designed to be a more open operating system than closed, so 'hiding' data is not something that is typically done. The operating system does not really have any way of hiding data, other than the use of encryption, or steganography, etc., which really aren't a function of the operating system software.


Which numeric data type has storage capacity of 3 bytes?

For Microsoft SQL Server there are no numeric values that consume 3 bytes. The numeric data types, their value range, and byte consumption as we follows: Data type Range Storage bigint -2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807) 8 Bytes int -2^31 (-2,147,483,648) to 2^31-1 (2,147,483,647) 4 Bytes smallint -2^15 (-32,768) to 2^15-1 (32,767) 2 Bytes tinyint 0 to 255 1 Byte


Units for data measurement?

bytes , kilobytes , megabytes , gigabytes , tetra bytes etc.