How many times will "bye bye" display after the following code is executed?
```
var b = 3; var g = 1;
do
{
document.write("bye bye");
g++;
}
while (g > b)
```
a. 3
b. 2
c. 1
d. none
c. 1
You might also like to view...
One important difference between the command line interface and a GUI interface is that __________.
a. in command line the background color of the monitor will always be black but in a GUI it can be any color b. in a GUI environment the user determines the order in which things happen while the user has no control over the order or events in a command line interface c. users must type information in a command line interface but, when using a GUI, typing is never required d. All of these are important differences.
Describe one of the two risks within the OSI network model's Transport layer.
What will be an ideal response?
You can assign a keyboard shortcut to a macro, and then use that shortcut to run the macro
Indicate whether the statement is true or false
A print spooler enables you to keep working on your computer applications even though the computer needs to handle sending a large document constantly to the printer
Indicate whether the statement is true or false