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

1) When a return statement executes, control proceeds immediately to the
first statement after the method that issues the return.
2) Conversions that cause data loss are not allowed in C#.
3) Converting a simple type to another simple type may change the value.
4) By including using System; at the top of a source program, you can use
the unqualified class name, Console, instead of the fully qualified class name,
System.Console.


1) F
2) F
3) T
4) T

Computer Science & Information Technology

You might also like to view...

Word's ________ feature enables you to join a main document and a data source

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can use the ________ command to place a copy of the selection on the clipboard and remove the selection from the original location

A) Cut B) Insert C) Delete D) Copy

Computer Science & Information Technology

The accompanying figure displays a basic ____.

A. network diagram B. Gantt chart C. calendar D. schedule graphic

Computer Science & Information Technology

Bluetooth is a short-range wireless connection that uses radio frequency to transmit data between two electronic devices.

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

Computer Science & Information Technology