Studies show people remember at least _____ more information when the document they are seeing or reading contains visual elements.
A. one-fourth
B. one-half
C. one-fifth
D. one-third
Answer: D
Computer Science & Information Technology
You might also like to view...
The ________ option enables you to enter rows and columns by using spin boxes
A) Grid Structure B) Insert Table C) Draw Table D) Import
Computer Science & Information Technology
Given the following pseudocode variable declaration, which of the statements shown would change the variable's contents to "robot"?
``` Declare String myPal = "bot" ``` a. Set myPal = "ro" b. Set myPal = myPal + "ro" c. insert(myPal, 0, "ro") d. insert(myPal, length(myPal), "ro")
Computer Science & Information Technology