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

1. Comments are short notes intended for the compiler to read and interpret.
2. In C#, there are three types of comments: line comments, block comments, and compilation comments.
3. A line comment does not have to occupy an entire line, so a line comment can appear after an executable statement.
4. Block comments make it easier to write long explanations because you do not have to mark every line with a comment symbol.


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

Computer Science & Information Technology

You might also like to view...

The function used to get the data at the top (or front) of the stack is called _______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The encryption round has the structure:

A. ShiftRows, MixColumns, SubBytes, InvMixColumns B. SubBytes, ShiftRows, MixColumns, AddRoundKey C. MixColumns, ShiftRows, SubBytes, AddRoundKey D. InvShiftRows, InvSubBytes, AddRoundKey, InvMixColumns

Computer Science & Information Technology

The hub of a city’s telephone network, which has direct connections to businesses and residences, is known as

a. the toll office b. the central office c. the toll-connecting trunk d. the tandem office

Computer Science & Information Technology

Which of the following is not a keyboard event?

a) KeyPress b) KeyDown c) KeyUp d) KeyClicked

Computer Science & Information Technology