COGNITIVE ASSESSMENT
What was the first organization to recognize the importance of information literate citizens?
A. Digital Library Association
B. American Library Association?
C. Library Initiative
D. Literacy Across America
Answer: B
You might also like to view...
In a function that gets a value from the keyboard and communicates that value to the main function via a parameter, the parameter used is considered __________.
a. an input parameter b. an output parameter c. an input/output parameter d. a local variable e. a stub
What is the problem with this code?
``` int temp = 90; float *temp_ptr = &temp; ``` A. The address operator is in the wrong place. B. You can’t declare a pointer that way. C. Compile error - Cannot convert int to float. D. Compile error – Cannot convert from int * to int
Bidirectional transceivers utilize what technology to separate the data in each direction?
a. wavelength division multiplexing b. time division multiplexing c. frequency division multiplexing d. statistical time division multiplexing
The type vector provides the function ____________________, which deletes all elements from the object.
Fill in the blank(s) with the appropriate word(s).