A field with a Yes/No data type can store only one of two values. The choices are ____.
A. True/False
B. One/Zero
C. Yes/No
D. On/Off
Answer:
A. True/False
C. Yes/No
D. On/Off
You might also like to view...
Answer the following statements true (T) or false (F)
1. The smallest data item in a computer can assume the value 1 or the value 2. Such a data item is called a bit (short for “binary digit”—a digit that can assume either of two val- ues). 2. The Unicode character set is a popular subset of ASCII that represents uppercase and lowercase letters, digits and some common special characters. 3. Each of the following is a form of computer output: data displayed on screens, printed on paper, played as audio or video on PCs and media players, used to control other de- vices, such as robots, 3D printers and “intelligent” appliances. 4. Reuse helps you build more reliable and effective systems, because existing classes and components often have gone through extensive testing, debugging and performance tuning. 5. One of the W3C’s primary goals is to make the web universally accessible to everyone regardless of disabilities, language or culture.
How does Linux perform automatic mounting and unmounting?
What will be an ideal response?
What problem does the Floyd-Warshall algorithm solve?
a. Finding all pairs shortest paths b. Shortest path c. Finding cycles in a graph d. Best shortest path
A primary key that consists of more than a single field is called a ________ key
A) merged B) compound C) composite D) combined