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

What is a “tail” in a linked list?

a. It is the last node in a data structure (which doesn't point to “next”) b. It is the node with the lowest value in the list c. It is the node with the highest value in the list d. It is the first node in a data structure

Computer Science & Information Technology

A spin lock (see Bacon [2002]) is a boolean variable accessed via an atomic test-and-set instruction, which is used to obtain mutual exclusion. Would you use a spin lock to obtain mutual exclusion between threads on a single-processor computer?

What will be an ideal response?

Computer Science & Information Technology

A major milestone in a person's life, such as a move or new employment, added to that person's Facebook Timeline is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can ________ and change the values of the data in the PivotChart report by using the gray field buttons that display on the chart

Fill in the blank(s) with correct word

Computer Science & Information Technology