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

1. The destination data type used with the Clear instruction must be either SINT or DINT.
2. The Move instruction moves the source data to the destination and then deletes the source data.
3. The Masked Move instruction selects specific bits from an INT or DINT source and extracts only those bits by moving them through a filter to the destination tag.
4. To avoid errors when using the Fill File instruction, the Source and Destination data types should always be the same data type.
5. When determining the source bit parameter of the BTD instruction, remember to start counting at the left and start with bit number 0.


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

Computer Science & Information Technology

You might also like to view...

If you are using an older computer that does not support the C++11 standard, you should initialize pointers with

a. the integer 0 or the value NULL b. the null terminator '\0' c. a nonzero value d. Any of these e. None of these

Computer Science & Information Technology

If a process has no child processes, the wait system call returns

A. 0 B. -1

Computer Science & Information Technology

Calculations are normally performed by_________statements.

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

Computer Science & Information Technology

What can be shown on a class diagram?

What will be an ideal response?

Computer Science & Information Technology