answersLogoWhite

0

What is block notation?

Updated: 12/13/2022
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is block notation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is the d-block called the d-block?

D-block was named by analogy with the spectroscopic notation of atomic orbitals. D is from diffuse.


What is the notation used to place block of statements in a looping structure in C plus plus?

for( ; ; ) { statement_block; } while( conditional_expression ) { statement_block; } do { statement_block; }while( conditional_expression )


Who discovered sigma notation?

Sigma notation was invented, not discovered.Sigma notation was invented, not discovered.Sigma notation was invented, not discovered.Sigma notation was invented, not discovered.


What is the for this problemgive the exponential notation and standard notation for 2x2x2x2x2?

The exponential notation and standard notation for 2x2x2x2x2 is:2532


How do you write 387 in standard notation?

387.Standard notation is our regular system of writing numbers. So, 387 is already in standard notation! Other kinds of notation include scientific notation and expanded notation.


What is the symbol and scientific notation of exa?

The symbol is E and the notation is 1018The symbol is E and the notation is 1018The symbol is E and the notation is 1018The symbol is E and the notation is 1018


What influenced neumatic notation?

byzantine chant notation


What are 2 ways of writing numbers?

standard notation and scientific notation For example: 126,000 is standard notation. 1.26X105 is scientific notation.


What is standard notation and word notation?

The standard notation of a number is simply the number itself. Example, the standard notation of 150 = 150. The word notation of 150 is: one hundred fifty.


What is the opposite of scientific notation?

There is no true opposite of scientific notation, but the closest answer is Standard Notation.


What is 16000 in standard notation?

The standard notation is 16,000 The scientific notation is 1.6 × 104


How do you convert from array notation to pointer notation?

In the C and C++ languages the array notation arr[i] is completely equivalent to the pointer notation *(arr + i).