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...

You can add your own commonly misspelled words to the AutoCorrect list of words built into Word

Indicate whether the statement is true or false

Computer Science & Information Technology

To utilize slides from another presentation, you click the New Slide arrow and select ________ Slides

A) Copy B) Extract C) Reuse D) Import

Computer Science & Information Technology