Which of the following data types can contain a real number?

A. int
B. float
C. bool
D. char


Answer: B

Computer Science & Information Technology

You might also like to view...

The algorithm that can run in O( n ) time if the elements are nearly sorted, yet does not depend on the range of values, is:

A. insertion sort B. quicksort C. counting sort D. heapsort

Computer Science & Information Technology

Which of the following are considered slightly different from viruses as they can run independently of host file execution?

A) Spam B) E-mail viruses C) Worms D) Keystroke logger

Computer Science & Information Technology

If you click a 3-D Pie chart so that all of the slices are selected, you can drag one of the slices to explode it, leaving the remaining slices unexploded.

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

Computer Science & Information Technology

The strCode variable contains an uppercase letter. Write two different Do...Loop clauses that process the loop instructions as long as the value in the strCode variable is either A or B. Use the Until keyword in the first clause, and use the While keyword in the second clause.

What will be an ideal response?

Computer Science & Information Technology