Which navigation tool is used to go to the previous slide during a slide show?
A) Left-pointing arrow B) Back button
C) Right-pointing arrow D) Return button
A
Computer Science & Information Technology
You might also like to view...
A(n) ________ is an image that is configured so that parts of the image can be used as one or more hyperlinks
a. image map b. hyperimage c. navigation image d. list marker image
Computer Science & Information Technology
Which method can be used to create an output object for file temp.txt?
a. new PrintWriter("temp.txt") b. new PrintWriter(temp.txt) c. new PrintWriter(new File("temp.txt")) d. new PrintWriter(File("temp.txt"))
Computer Science & Information Technology