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

1. An object-creation expression creates a new object of the class specified to the right of New
and calls the object’s constructor.
2. Value types normally represent single pieces of data.
3. You can create new reference types.
4. A primitive-type variable can store exactly one value at a time, whereas one object can contain
many individual pieces of data.
5. Primitive-type variables refer to objects in a Visual Basic app.


1. True.
2. True.
3. True.
4.True.
5. False. Reference-type variables refer to objects in a Visual Basic app.

Computer Science & Information Technology

You might also like to view...

Which of the following belongs to a specific method?

a. Local variable b. Parameter variable c. Class-Level variable d. World-Level variable e. None of these

Computer Science & Information Technology

A runnable thread enters the ________ state (sometimes called the dead state) when it successfully completes its task or otherwise terminates (perhaps due to an error).

a. extinct b. defunct c. terminated d. aborted

Computer Science & Information Technology

In the accompanying figure, as you drag the circle on the left-side box up and right, both the saturation and the brightness decrease.

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

Computer Science & Information Technology

To create a query using multiple tables, a ________ field is required

Fill in the blank(s) with correct word

Computer Science & Information Technology