A statement that requires a program to branch is called a ____.

A. selection control structure
B. selection display structure
C. selection control display
D. statement control structure


Answer: A

Computer Science & Information Technology

You might also like to view...

The ____ command displays virtual memory statistics and information about processes, CPU activity, and disk space use.

A. vmstat B. du C. top D. df

Computer Science & Information Technology

What is wrong with the following code?

``` class TVset { private: int screen; bool HiDef; public: TVset( ){}; int Getscreen(int scr); }; int main( ) { TVset myTV; return 0; } ``` A. Nothing is wrong with this code. B. the constructor does not initialize private values. C. there is a semi-colon after the class declaration. D. There are no set or get functions.

Computer Science & Information Technology

Using the Enter key to confirm a cell entry makes the cell to the right the active cell

Indicate whether the statement is true or false.

Computer Science & Information Technology

Temperature, tint, saturation, and color boost are options in the filters category.

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

Computer Science & Information Technology