Which type of data type can have only one of two possible values?
a. float
b. numeric
c. Boolean
d. string
c. Boolean
Computer Science & Information Technology
You might also like to view...
What is the value of dblOutcome after the following section of code executes?
Dim dblA as Double Dim dblB as Double Dim dblC as Double Dim dblOutcome as Double dblA = 45 dblB = 30 dblC = 3 * dblA / dblB dblOutcome = 2 * (dblC + 15) a. 39 b. 24 c. 0 d. 80
Computer Science & Information Technology
A(n) ________ is text added to the bottom of outgoing email messages
Fill in the blank(s) with correct word
Computer Science & Information Technology
After you finish creating a query, your query can be copied, pasted, and even adjusted to select different records
Indicate whether the statement is true or false
Computer Science & Information Technology
Image file names should not contain spaces.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology