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

1. An assignment statement is evaluated left-side first.
2. An assignment statement assigns a variable to a value.
3. The + is the string concatenation operator in Visual Basic.
4. Whenever a value is placed in a memory location, the previous value is saved so that it can be
restored later.
5. When a value is read from a memory location, the value in that location is retained.


1. False. The right part of an assignment statement is evaluated first, then the value is assigned to a variable on the left of the assignment operator.
2. False. An assignment statement assigns a value to a variable.
3. False. The string concatenation operator in Visual Basic is &.
4. False. Whenever a value is placed in a memory location, the previous value is lost.
5. True.

Computer Science & Information Technology

You might also like to view...

The first node in a linked list is commonly referred to as the ________ node.

a. head b. tail c. predecessor d. successor

Computer Science & Information Technology

? Referring to the figure above, the code shown in the figure represents

A. print styles. B. a media query. C. a shim. D. a schema.

Computer Science & Information Technology

Instructions that tell a computer how to carry out processing tasks are referred to as a computer _______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A small workgroup inherits a second-hand printer without networking capabilities. Which of the following is theBEST method of sharing this resource among the workgroup?

A. Connect the printer to a Bluetooth adapter in order for the users to print B. Connect the printer by using the onboard Infrared port C. Connect the printer to a user's workstation and share the device D. Connect the printer to a parallel switch box

Computer Science & Information Technology