answersLogoWhite

0


Best Answer

it is installing

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is using bits and bytes in different combination called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 816.67mb plus 3.23gb equals?

First of all, I am going to assume you mean MB and GB and not Mb and Gb. There are two answers to this, because drive manufacturers use powers of 10 and computer scientists use powers of 2. Using powers of 10: 1MB=1,000,000 Bytes and 1GB=1,000,000,000 Bytes 3,230,000,000 Bytes + 816,670,000 Bytes = 4,046,670,000 Bytes ~= 4.047 GB Using powers of 2: 1MB=1,048,576 Bytes and 1GB=1,073,741,824 Bytes 3,468,186,092 Bytes + 856,340,562 Bytes = 4,324,526,654 Bytes ~= 4.124 GB


How gigs in 1768583079 bytes?

There is 1.77GB (or 1.64GiB [1.64GB if you're using Windows' naming scheme]) in 1,768,583,079 bytes.


Example of a TCP IP address and netmask?

It is called "IP address". A typical example, using private addresses, is:IP address: 10.0.0.5Subnet mask: 255.255.255.0Default gateway: 10.0.0.1IP address will be different for different computers, but typically all will start with the same 3 bytes, in the example, "10.0.0". Subnet mask and default gateway will be the same for several computers in the same network.It is called "IP address". A typical example, using private addresses, is:IP address: 10.0.0.5Subnet mask: 255.255.255.0Default gateway: 10.0.0.1IP address will be different for different computers, but typically all will start with the same 3 bytes, in the example, "10.0.0". Subnet mask and default gateway will be the same for several computers in the same network.It is called "IP address". A typical example, using private addresses, is:IP address: 10.0.0.5Subnet mask: 255.255.255.0Default gateway: 10.0.0.1IP address will be different for different computers, but typically all will start with the same 3 bytes, in the example, "10.0.0". Subnet mask and default gateway will be the same for several computers in the same network.It is called "IP address". A typical example, using private addresses, is:IP address: 10.0.0.5Subnet mask: 255.255.255.0Default gateway: 10.0.0.1IP address will be different for different computers, but typically all will start with the same 3 bytes, in the example, "10.0.0". Subnet mask and default gateway will be the same for several computers in the same network.


How many bytes are in 25 MB?

There are 131,072 bytes in one megabite. In order to figure out how many bytes are in 25 megabites you need to multiply 131,072 by 25. Using this equasion you can figure out that 3,276,800 bytes are in 25 megabites.


What are the current measurements of capacity in a computer?

Computer storage is usually measured in bytes. A byte is equal to 8 bits. A bit is a single piece of binary information (a 1 or a 0).For example, if you have 16 ones and zeros of information, then that is 16 bits, or 2 bytes.1,000 bytes is called a kilobyte; 1,000,000 bytes is called a megabyte, and 1,000,000,000 bytes is called a gigabyte. Today's computers store many billions of bytes, so these days you'll see a computer storage capacity measured in GB (gigabytes). For example, I have a computer at home with 500 GBs of storage. Therefore, it holds 5,000,000,000 bytes.However, it gets confusing when the number of bytes in a kilobyte, or megabyte, etc. is calculated using powers of 2, which is historically how it has been done. Things like kilobyte, megabyte, etc. needed to be expressed as a multiple of 2. Therefore, a kilobyte, instead of being strictly 1,000, is 2^10 = 1,024 bytes. A megabyte is 2^20 = 1,048,576 bytes. Therefore, let's say you have a disk that can hold 450,000,000 bytes. Using the binary definition of megabyte, that is 429.15 MB, and not 450 MB. This has led to consumer confusion, when someone buys a computer that claims 750 MB but Windows reports 715.256 MB.


What is the typical hard disk's sector size in bytes?

512 bytes Yes, 512 bytes (0.5 Kb) is the current standar. However, this is likely to be increased to 4096 bytes (4 Kb). Vista and Win7 already support larger sector sizes. The drive can be "asked" programatically in windows using a WMI query (win32_DiskDrive.BytesPerSector) or using a free tool such as WMI Explorer.


What are the different combinations using the numbers 0 through 9 but using the numbers only once in each combination?

There is only one combination. In a combination the order of the numbers does not matter so the only combination is 0123456789. This is the same as 1326458097


What is stream reader in java?

It reads bytes and decodes them into characters using a specified charset.


How many bytes does a Java VM have?

A JVM, or Java Virtual Machine, creates the environment in which programs that run using Java bytecode are processed. It does not itself possess bytes or bytecode.


Using different name to your own is called what?

stealing or anonymous.


How many bytes are there for a plus b plus c?

It completely depends the datatype that you have assigned for the variables 'a' , 'b' , and 'c'. Check the compiler that you are using for the size of the datatype in bytes. Add them and thus you will get the answer.


Using c change low and upper bytes order in short int value?

#include