answersLogoWhite

0

records, entities, fields, and databases.

User Avatar

Wiki User

15y ago

What else can I help you with?

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.


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!


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


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.


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


How many megahertz does a megabit use?

None. The two are quite different measures, describing quite different things. An oscillation is something that goes up and down, back and forth, in and out. It starts in one place, goes to another, goes back to the first, then to the second, and so on. Examples are a pendulum, a child on a swing, or a piston in an engine. The rate at which this happens was once measured in cycles per second (c/s), which is self descriptive. This unit has now been renamed the Herz, or Hz. One of these is one cycle per second. A megahertz (1MHz) is one million Hz. A byte is a no. of bits that are treated as a unit, and stored as a unit. How many bits in a byte is arguable - from the earliest days of computers each designer could decide for himself how many bits to a byte in his machine, provided he told the programmers. At least one computer in the middle 60s had six bit and eight bit bytes in the same machine simultaneously ! All PCs in use today use eight bit bytes throughout. The size of Memory, aka RAM, is expressed in kilobytes, megabytes or gigabytes. A one megabyte memory holds just over one million bytes.


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