You can press the ____ keys to insert a line break.

A. ENTER
B. CTRL+ENTER
C. ALT+ENTER
D. SHIFT+ENTER


Answer: D

Computer Science & Information Technology

You might also like to view...

You can use the ________ to connect to a database.

a) Solution Explorer window b) Properties window c) Server Explorer window d) Database Explorer window e) Connection Explorer window

Computer Science & Information Technology

Which of the following is NOT a recommended security setting for Apache Web servers?

A. harden the underlying OS B. create Web groups C. use the default standard Web page error messages D. disable HTTP traces

Computer Science & Information Technology

Which of the following is an unbounded transmission medium?

A. copper wire cabling B. electrical wires C. radio waves D. fiber optic cable

Computer Science & Information Technology

Write a void function called calcSum that has three formal parameters of the int data type. The function should accept two integer values to sum in the first two parameters, sum the values, and then return their sum through the third parameter. ? An example of the call to the function could be as follows, where the variables num1, num2, and sum have been declared to be of the int data type. ? calcSum(num1, num2, sum);

What will be an ideal response?

Computer Science & Information Technology