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

1. When you use the Properties window to change a control’s Visible property at design time, the control will become invisible in the Designer.
2. A control’s Visible property cannot be modified in code.
3. When you write the values true or false in code, they must be written in all lowercase letters.
4. When a method executes, the statements in the method always execute in the order that they appear, from the beginning of the method to the end of the method.


1. FALSE
2. FALSE
3. TRUE
4. TRUE

Computer Science & Information Technology

You might also like to view...

I have an algorithm that runs in O(N2), where n is the size of the problem. For N = 100, the time the algorithm runs is 1 minute. How long does the algorithm take for N=1000?

a. Same time b. 10 minutes c. 100 minutes d. 1000 minutes e. You haven’t given enough information. I can’t tell.

Computer Science & Information Technology

When a picture is selected, you find the Picture Effects button in the ________ group

A) Picture Styles B) Arrange C) Adjust D) Size

Computer Science & Information Technology

Which of the following must be included in a smartphone you want to use as a TV or home theater remote?

a. Infrared. b. Wi-Fi. c. Bluetooth. d. HDMI port.

Computer Science & Information Technology

When you ____ between two frames, Photoshop parses the data equally in the frames, creating graduated changes.

a. filter b. tween c. edit d. animate

Computer Science & Information Technology