answersLogoWhite

0

You need to know how long a loop of 1000000 takes to execute. If it executes in an appropriate fraction of a second, you can provide a sub-loop or no-op instructions to make up the difference. If it does not, you can not.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

How do you design a cascade connection counter?

If an 8 bit binnery counter chip is used a 8 input and gate is connected to the output of the counter and the output of the and gate is connected to the clock input of the next chip so that when the first counter get to 11111111 all outputs of the counter will be high and it will pulls the second counter once and the first counter will return to 00000000 and count again from 0 to 255 des. THIS IS NOT THE PROPER ANSWER I WAS SEARCHING FOR I NEED THE RIGHT ANSWER.


The program that deng x embraced and referred to as the second revelotion included the goals of the?

Four Modernizations


Write a program using recursion which should take two values and display 1st value raised to the power of second value?

Write a program using recursion which should take two values and display 1st value raised to the power of second value.


Write a HTML program to insert a selection list in a form?

<select id="selectlist"><option> First</option> <option> Second</option>. This is a sample program to insert a selection list.


What is a 32 bit counter?

This is the the thing for micro controller . Normally in microcontroller operation we used to give the clock pulse to connected circut chips .One chip requires 4 clock pulse .then the second, third vise versa . By which the pulse starts from 4 is for first chip, 8 is for second chip(4+4), 16(4+8+4) is for thir.............Like that depending upon the requirement of the clock signal for chips we used to tell 16 bit counter , 32 bit counter ect.