Answer the following statements true (T) or false (F)

1. The last step in the program development cycle is to code the program.
2. A prompt is used in a program to tell the user to enter some data.
3. The onload event is used to have JavaScript execute before the user begins to view the page.
4. The tags are used only when you wish to include JavaScript within the body of a web page.
5. The write() method can only be used to display text within

tags.


1. F
2. T
3. T
4. F
5. F

Computer Science & Information Technology

You might also like to view...

A function can have no parameters, one parameter, or many parameters and can return __________ value(s).

a. zero to many b. no c. only one d. a maximum of ten e. None of these

Computer Science & Information Technology

The command to reduce a file size and to recover the original file is

a: compress Xfile and uncompress Xfile b: compressed Xfile and decompressed Xfie c: comp Xfile and uncomp Xfle d: compress Xfile and compress Xfile e: all of the above

Computer Science & Information Technology

In the figure above, how many documents make up the book file?

What will be an ideal response?

Computer Science & Information Technology

Here’s a puzzle. You have six blocks. One of them weighs more than the other. You have a scale but you can only use it twice. Find the heaviest one.

(a) Write down your process as an algorithm. (b) What search is this like?

Computer Science & Information Technology