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

1. A program waits for a message dialog to be closed before executing the next line of code—this type of dialog is known as a nodal dialog.
2. The logical operator Not is also called logical negation.
3. The expression (x > y And a < b) is true if either x > y or a < b is true.
4. The Xor operator is true if and only if one of its operands results in a true value and the other a
false value.
5. Only one CheckBox in a group can be selected at a time.
6.. MessageBox method Show displays a message dialog, which is typically used to display an important message to the user. The arguments of MessageBox method Show are the message String, the String that’s displayed in the dialog’s title bar and predefined constants that specify the Button(s) and the icon to show on the dialog, respectively.


1. False. This type of dialog is known as a modal dialog.
2. True.
3. False. Both of the relational expressions must be true for the entire expression to be true
when using the And operator.
4. True.
5. False. Any number of CheckBoxes can be selected at a time.
6. True.

Computer Science & Information Technology

You might also like to view...

Scope is derived from ____.

A. baseline B. context C. derived value D. risk

Computer Science & Information Technology

A(n) ____________________ is the address of a website on the Internet.

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

Computer Science & Information Technology

A(n) ________ is an Access 2016 file format that prevents users from creating forms and reports or making design changes to forms, reports, and macros while performing other regular database tasks

A) MSSQL file B) ACCDE file C) split database D) SQL database

Computer Science & Information Technology

COGNITIVE ASSESSMENT What is memory access time?

A. the amount of time in which a single byte of data can be stored in cache memory B. the amount of time required to fetch and execute a single instruction by the processor provided the instruction is already stored in memory C. the amount of time it takes the processor to read data, instructions, and information from memory D. the amount of time necessary to switch a bit from the value 0 to the value 1

Computer Science & Information Technology