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

1. Dint type tags can be used to hold integers.
2. : BOOL type tags can be used to hold binary numbers up to 16 digits long.
3. REAL type tags are only used to hold actual I/O data from the real-world process.
4. Only one task is active at a time.
5. The lowest priority task is the continuous task.


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

Computer Science & Information Technology

You might also like to view...

The ________ is a special built-in pointer that is available to a class's instance member functions.

A) overloaded -> operator B) this pointer C) &constructor pointer D) ~destructor *ptr E) None of the above

Computer Science & Information Technology

________ are a classification of software applications that aide in collecting, storing, analyzing, and providing access to data that helps managers make improved business decisions

Fill in the blank(s) with correct word

Computer Science & Information Technology

To display real numbers in exponential notation, the programmer would use which stream manipulator?

A. fixed B. real C. scientific D. none of the above

Computer Science & Information Technology

Decision-making on a program depends on ____.

A. classes B. conditions C. primitives D. objects

Computer Science & Information Technology