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

1. A control’s name should reflect the purpose of the control.
2. C# identifiers can contain spaces after the first character.
3. The first character of a C# identifier must be one of the letters a through z or A through Z or an underscore character (_).
4. A Hello World program is a simple program that merely displays the words “Hello World” on the screen.


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

Computer Science & Information Technology

You might also like to view...

A ________ enables individuals to add a command button to a form or report that will perform an action when the button is clicked

Fill in the blank(s) with correct word

Computer Science & Information Technology

When using the Password input mask, all of the Password's characters are displayed as:

A) number signs (#). B) asterisks (*). C) at signs (@). D) question marks (?).

Computer Science & Information Technology