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

1. The Load event takes place before the form is displayed on the screen.
2. To create a Load event handler for a form, simply double-click any area of the form in the Designer window where there is no other control.
3. If you call Random.Next( N ) where N = 2, the resulting random values will be either 1 or 1.
4. If you call Random.Next( ), the resulting random values will be between 1 and 2,147,483,647.


1. true
2. true
3. false
4. false

Computer Science & Information Technology

You might also like to view...

Which of the following tabs for an item in Device Manager lists any problems with the device?

a. Driver b. Details c. General d. Power

Computer Science & Information Technology

Write a sed command that copies a file to standard output, removing all blank lines (i.e., lines with no characters on them).

What will be an ideal response?

Computer Science & Information Technology