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 are true of the Model-View-Controller pattern?

a. This pattern is useful in designing a GUI (graphical user interface). b. This pattern is useful only in designing end-user computer applications. It is of little value otherwise. c. This pattern presents a way to separate (at least logically) I/O from the process part of the application. d. In this pattern, the Controller is the input portion of the task. e. In this pattern, the View is the input portion of the task. f. In this pattern, the Controller accepts data and commands from the user, it sends the to the Model. The Model processes commands, operates on the data, and changes the state of the program, notifies the View. The View presents the state of the program.

Computer Science & Information Technology

________ is used to anticipate and control for errors in the code

A) Error handling B) Event-driven programming C) Compiling D) Debugging

Computer Science & Information Technology

____ from Technology Pathways is a forensics data analysis tool. You can use it to acquire and analyze data from several different file systems.

a. Guidance EnCase b.NTI SafeBack c. DataArrest SnapCopy d. ProDiscover Basic

Computer Science & Information Technology

Which of the following was created for the transfer of hypertext documents across the Internet?

A. SSL B. HTTP C. FTP D. AJAX

Computer Science & Information Technology