answersLogoWhite

0

becomes heavy because the ang decimal number ay marami kay sa sa stack ng tsinelas

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
JudyJudy
Simplicity is my specialty.
Chat with Judy

Add your answer:

Earn +20 pts
Q: Convert decimal number to binary number using stack?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

How tall is a stack of 35 boxes if the height of each box is 24 centimeter?

The stack will most likely topple. Other than that, the idea is to multiply the number of boxes by the height of each box. You may then want to divide the result by 100, to convert from cm to meters.


How many 50 dollar bills in a stack?

The number of $50 bills in a stack depends on the height of the stack and the thickness of each bill. A standard U.S. bill is about 0.0043 inches thick. Therefore, a stack of 50 bills would be approximately 0.215 inches tall. To find the total number of bills in a specific height stack, you can divide the height of the stack by the thickness of a single bill.


How tall is a stack of nickels?

It depends on the number of nickels.


How many 5 dollar bills in stack?

The number of $5 bills in a stack depends on the total height of the stack. A standard U.S. bill is approximately 0.0043 inches thick. Therefore, if you know the height of your stack in inches, you can divide that height by 0.0043 to determine how many $5 bills are in the stack. For example, a stack that is 10 inches high would contain about 2,325 bills.


How do you reverse a hex no?

To reverse a hex no, follow the steps:- 1. Get the number. 2. Divide the no. by 16 and store the remainder in stack. 3. Change the number to quotient. i.e now the number is quotient. 4. Repeat step 1-3 till the quotient becomes zero. 5. Pop the element from stack and push it in another stack. 6. Repeat step 5 till the first stack becomes empty. 7.Now pop out the second stack complete and display. It is the hex no. in reversed format. Eg:- 12EA5B ------> 1 2 E A 5 B (stack one) B 5 A E 2 1 (Stack two)