Which of the following is not an event?

A. Slide
B. onClick
C. onMouseOver
D. onLoad


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is not a common name for one of the three phases that a program often can be split into using pseudocode?

a. Termination phase b. Initialization phase c. Processing phase d. Action phase

Computer Science & Information Technology

If bulk candy costs $4.00 a pound, how much will '/4 pound cost?

Let x equal what you are trying to find x = ($ / purchase) Note: The unit "purchase" is made up. Reciprocal factors 4 ($ / lb) 1 /4 (lb / $) Build an equation x ($ / purchase) = 4.00 ($ /1b) * 1/4 (lb / purchase)

Computer Science & Information Technology

Case EX 6-1Mariana is working at a computer that was passed on to her by another employee. She wants to add comments to several cells of a worksheet.After entering a comment, Mariana notices that the username in the comment box is not her name. The name matches the user name entered for that ____.

A. computer B. company C. copy of Excel D. copy of Office 2010

Computer Science & Information Technology

The subdirectory newdir does not currently exist in the current directory that you are in. Which of the following commands will create a new directory named newdir and then change into that directory? (Choose two.)

A. mkdir newdir || cd newdir B. mkdir newdir; cd newdir C. mkdir newdir && cd newdir D. mkdir newdir >> cd newdir

Computer Science & Information Technology