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

1. Numerical data includes all integer numbers and all real numbers.
2. Character data includes all numerical data.
3. True (T, y, or yes) and False (F, n, or no) are the only values in the logical data set.
4. An equation and an expression are the same thing.
5. A function is a set of instructions to input data into the computer.


1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. FALSE

Computer Science & Information Technology

You might also like to view...

myCanvas.addEventListener("mouseup", popupAMessage);

For the above statement, the name or type of the event is ___. A. myCanvas B. addEventListener C. "mouseup" D. popupAMessage

Computer Science & Information Technology

What does the following fragment of code display? What do you think the programmer intended the code to do, and how would you fix it?

``` int product = 1; int max = 20; for (int i = 0; i <= max; i++) product = product * i; System.out.println(“The product is “ + product); ```

Computer Science & Information Technology

GPS stands for ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Robin has purchased a new computer that has the Windows 10 operating system. Excited about learning the new features of Windows 10, she starts the computer, enters her login information and takes a look at the desktop. She displays the Start menu and takes time to get acquainted with her new working environment. Robin notices all of the colorful, shaded tiles at once. Each tile represents a(n) ____________.

What will be an ideal response?

Computer Science & Information Technology