What is the default number of undos in PowerPoint?

A) 20 B) 15 C) 10 D) 5


A

Computer Science & Information Technology

You might also like to view...

If a number is the highest possible exponent to which a number can belong, it is referred to as a _________ of n.

A) ?primitive root B) ?composite ? C) ?discrete logarithm D) ?bijection

Computer Science & Information Technology

Which of the following is NOT true about tablet computers' size and features?

A) Most tablet computers are capable of connecting to wireless networks, and some are able to access data via cellular network connections. B) Some tablet computers have screens as small as 7" measured diagonally, while others have screens closer to 16". C) Since they are designed to be lightweight and have long battery lives, tablet computers are traditionally not as powerful as traditional PCs. D) Tablets are capable of Internet browsing, e-mail, light gaming, and some productivity work.

Computer Science & Information Technology

Write the pseudocode to define a six element array called "scores," and then allow a user to enter 6 scores and store them in the array using a for loop.

What will be an ideal response?

Computer Science & Information Technology

(Computer-Assisted Instruction) The use of computers in education is referred to as com- puter-assisted instruction (CAI). Write a program that will help an elementary school student learn multiplication. Use the rand function to produce two positive one-digit integers. The program should then prompt the user with a question, such as How much is 6 times 7? The student then inputs the answer.

Next, the program checks the student’s answer. If it’s correct, display the message "Very good!" and ask another multiplication question. If the answer is wrong, display the message "No. Please try again." and let the student try the same question repeatedly until the student finally gets it right. A separate function should be used to generate each new ques- tion. This function should be called once when the application begins execution and each time the user answers the question correctly. What will be an ideal response?

Computer Science & Information Technology