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

1. True/False: If X = 2, the assignment statement Set Y = X + 4 will put the value of 6 into both X and Y.

2. True/False: The expression 43 % 1 = 0 is correct.

3. True/False: Computers perform all arithmetic operations in order, from left to right.


1. F
2. T
3. F

Computer Science & Information Technology

You might also like to view...

Create a Scanner called input that reads values from the standard input.

Write declarations, statements or comments that accomplish each of the tasks.

Computer Science & Information Technology

Used to create a new table from the results of a query

a. Query wizard b. Table query c. Make table query

Computer Science & Information Technology

Which of the following protocols is used as a signaling protocol for the initial connection between hosts, but does not participate in data transfer during the session?

a. NTP b. LDAP c. TFTP d. SIP

Computer Science & Information Technology

The keywords For and Next are often used to create a loop.

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

Computer Science & Information Technology