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

1. True/False: The number 3.0 is a floating point number.

2. True/False? There are 9 digits in the hexadecimal system.

3. True/False: Any number can be used as a base for a number system.


1. T
2. F
3. T

Computer Science & Information Technology

You might also like to view...

General–purpose registers are _________ dependent.

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

Computer Science & Information Technology

Write a script that takes the name of a directory as an argument and searches the file hierarchy rooted at that directory for zero-length files. Write the names of all zero-length files to standard output. If there is no option on the command line, have the script delete the file after displaying its name, asking the user for confirmation, and receiving positive confirmation. A –f (force) option on the command line indicates that the script should display the filename but not ask for confirmation before deleting the file.

What will be an ideal response?

Computer Science & Information Technology

The breakpoint

A) is a reference to a cell containing a value to look up. B) is a range containing a lookup table. C) looks up a value and returns a related result from the lookup table. D) is the lowest value for a specific category or series in a lookup table.

Computer Science & Information Technology

ThekeyCodevalues for the keys "1, 9" on the numeric pad when thekeypressevent occurs is _____.

A. 49, 57 B. 97, 105 C. 65, 90 D. 97, 122

Computer Science & Information Technology