answersLogoWhite

0


Best Answer

16 Mb in binary notation can be refered to as 16*1024 bits. A bit is represented with a lower case "b".

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 16Mb in binary notation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

How do you translate binary to English?

Binary is a form of mathematical notation, not a language. In binary, there are only 2 digits, 0 and 1, called "bits", for "binary digits". It is the prevalent system used in electronics and computers because it matches the most closely how these circuits work, either there is a current (1) or there is not (0). In binary, numbers from 0 to 10 go as: 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010. In computers, English letters are represented under 8 bits, forming a byte (group of 8 bits). The first widespread representation was called ASCII and actually used only 7 bits originally. Each number, letter, sign, and some other characters were assigned a code from 1 to 127. For instance, the number 65 was used for the letter "A", 66 for "B", etc. These numeric codes could be represented in decimal values, like 65, or 41 in hexadecimal, or 100 0001 in binary. All correspond to the same number under different notation systems. Most calculator software offer a "scientific" view where you can enter a number in one notation and have it converted into another, if you want to translate binary into decimal.


How many types of binary tree?

A binary tree is type of tree with finite number of elements and is divided into three main parts. the first part is called root of the tree and itself binary tree which exists towards left and right of the tree. There are a no. of binary trees and these are as follows : 1) rooted binary tree 2) full binary tree 3) perfect binary tree 4) complete binary tree 5) balanced binary tree 6) rooted complete binary tree


What is a binary float?

It is the way computers store irrational numbers. e.g. in a 4-byte binary float, which contains 32 digits of 0 and 1. the first digit says whether the number stored is positive or negative. The next 8 digits store the value of the power of 10 when the number is in scientific notation, and the remaining 23 digits store the actual digits of the number.


What are the application of binary tree in computer science?

What are the applications of Binary Tree.


At their core computers recognize only what number system?

What is called the Binary number system. on and off is a binary state.