Which of the following is a limitation of the case blocks?
A. They are limited to the analysis of numeric data
B. They generate an error if no when statements match the tested expression
C. Unlike the if expression, case blocks do not allow you to substitute the when keyword with the : character
D. None of the above
Answer: D
You might also like to view...
Opening a file connects each file stream object to a specific ____.
A. storage device B. external file name C. register D. storage location
What are the interfaces in a Cisco router?
What will be an ideal response?
________ performance applies mostly to plays, songs and movies
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. It is possible (and can be useful) to keep multiple index files on a single data file. 2. Use of an index file increases the number of required block accesses of the data file, especially for adds and removals. 3. When external hashing is used, you hash the index file instead of the data file 4. It is not possible to organize an index file as an external 2-3 tree. 5. In an external environment, the advantage of keeping a search tree short far outweighs the disadvantage of performing extra work, such as comparisons, at each node.