题目内容

In Unix operating systems, the EOF mark is generated whenever the ____ keys are pressed simultaneously.

A. Ctrl and D
B. Ctrl and E
Ctrl and F
D. Ctrl and Z

查看答案
更多问题

In IBM-compatible computers, the EOF mark is generated whenever the ____ keys are pressed simultaneously.

A. Ctrl and D
B. Ctrl and E
Ctrl and F
D. Ctrl and Z

The ____ statement is similar to the break statement but applies only to loops created with while, do-while, and for statements.

A. stop
B. loop
C. exit
D. continue

The statement ____ is a null statement.

A. break;
B. continues
C. ;

The need to initialize variables or make some other evaluations prior to entering a repetition loop is so common that the ____ statement allows all the initializing statements to be grouped together as the first set of items within the statement’s parentheses.

A. for
B. while
C. do-while
D. switch

答案查题题库