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

1. The complement of <= is >.
2. Arithmetic underflow can result from multiplying two very small fractions
3. An enumeration type variable cannot be used in the switch statement
4. Given the declaration
enum day {mon, tues, wed, thurs, fri};
the condition mon < fri is true.
5. Given the declarations
enum weekend {sat, sun};
enum party {today, tomorrow};
the expression int(sat) + int(today) is valid


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

Computer Science & Information Technology

You might also like to view...

Which type of memory provides the fastest data access?

a) registers b) L1 cache c) L2 cache d) L3 cache

Computer Science & Information Technology

Which cloud services can provide value to an organization's software engineering work?

What will be an ideal response?

Computer Science & Information Technology

With the ____________________ permission for an NTFS partition, you can give or take away permissions for other accounts.

A. Change B. List C. Read & Execute D. Modify

Computer Science & Information Technology

____ is a powerful DTP program that assists you in designing and producing professional-quality documents that combine text, graphics, illustrations, and photos.

A. Word B. Publisher C. PowerPoint D. All of the above

Computer Science & Information Technology