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

1. The following statement assigns 6 times the value of y to x.
x = 6y
2. The following statement is valid.
y = y + 72
3. A numeric variable that has not been assigned a value has the default value zero.
4. The following statement is valid.
Dim x As Double = 3,542.36
5. The statement a + b = c assigns to c the sum of the values of a and b.

1. False
2. True
3. True
4. False
5. False

Computer Science & Information Technology

You might also like to view...

When working with charts, it is best to minimize the Excel window instead of closing it until you are sure you are finished entering and editing your data

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is TRUE about sharing software?

A) When a desktop computer uses software from a server, the software files remain permanently in RAM of the desktop computer. B) Even if software is installed on a server, portions of it must also be installed on the desktop computers. C) If the server where the software is installed is not functioning, the other desktop computers can still use the software. D) Software only has to be installed and updated on one computer.

Computer Science & Information Technology