answersLogoWhite

0


Best Answer

records, entities, fields, and databases.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The data hierarchy goes from bits and bytes to?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an operational characteristic of a parallel computer?

Data goes into memory several bits at a time.


How many bits are in a bite for computer?

It goes; 8 Bits = 1 Byte 1000 bytes = 1 kilobyte 1000 kilobytes = 1 megabyte 1000 megabytes = 1 gigabyte 1000 gigabytes = 1 terabyte


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).


If 4 bits equals 1 nibble then what is 16 bytes called?

4bits equal 1 nibble1byte is 2 nibbles16 bytes equal ? nibbles16 x 2 = 32 nibblesIn the programming world, this actually goes beyond the nibble.4 bits = 1 nibble8 bits/2 nibbles = 1 byte16 bits/4 nibbles/2 bytes = 1 wordTypically, the 16bit word register is referred to as a signed Integer data type, and its range is -32,768 to + 32,767 (i.e. -(2^16 to (2^15)-1). Note that 1 bit is reserved for signage.From the Integer, you will often encounter:DINT - a 32 bit (i.e. 2 words) signed integerUINT - a 16 bit unsigned integerFloat/Real - a 32 bit decimal value w/ a range of +/- 1.175494e-38 to +/-3.402823e+38). Note this is not always as accurate as you one would like.String - As this is a 'conversion' of Integer to ASCII, 2 characters = 1 word


Why i gb usb not shows 1000 mb?

Because technically, a Gigabyte is not 1,000 Megabytes, but is actually 1,024 Megabytes. The same goes for a Terabyte being 1,024 Gigabytes, a Megabyte being 1,024 bytes and a byte being 1,024 bits.


Can a hierarchy diagram be displayed?

this goes least to most important in the hierarchy, it goes from 5-1. 5. parish priest 4. bishop 3. archbishop 2. cardinal 1. pope


What are the measurements of kilobite?

This might be confusing but here goes. A Kilobyte is 1024 Bytes. Now when in short form 1 KB = 1024 Bytes. But 1 Kb with a lowercase b is only 1000 Bytes.


Name 4 memory units in which memory of a storage device is measured?

As far as my knowledge goes, it is like this 1. The smallest memory measuring unit is BIT 2. 8 BITS = 1 BYTE 3. 1024 BYTES = 1 MEGA BYTE (MB) 4. 1024 MEGA BYTES = 1 GIGA BYTE (GB) 5. 1024 GIGA BYTES = 1 TERA BYTE (TB) and so on... these units are generally used in computers and peripherals! you!


What is a Gigabyte and Terabyte?

They are all different types of units of memory or data, a megabyte is 1024 kilobytes, a gigabyte is 1024 megabytes and a terabyte is 1024 gigabytes. This means there are 1073741824 kilobytes in a terabyte ;-)


Is 170 Me ga Bytes a lot?

It depends, 170 Megabytes in terms of hard drive space these days is very little, with most HD's reaching up to 1 Terabyte. The scale of Bytes goes as follows: 1 Byte is 8 Bits 1 Kilobyte is 1000 Bytes 1 Megabyte is 1000 Kilobytes 1 Gigabyte is 1000 Megabytes 1 Terabyte is 1000 Gigabytes etc. So in general terms, no, 170 Megabytes is not a lot, unless you are talking about audio files and the like.


How big is 5 mega bites?

There is no such thing as a "mega bite" However.... There are 8 bits in a byte. Mega means 1000. "Megabit" means 1000 bits. "Megabyte" means 1000 bytes. Since there are 8 bits in a byte, there are 125 bytes that make up 1000 bits (1000 bits divided by 8 bytes per bit = 125) A megabyte = 1000 bytes. Therefore there would be 8,000 bits in a megabyte. (8 bits per byte).


How do you represent 300 in 8 bits?

The binary of 300 is 100101100 which are 9 bits therefore the first 8 bits from LSB goes to the register and the carry is generated and carry flag is set to 1.