You see a graphic frame on your document page that has a dotted line around it. You want to move it to another position, but you cannot even select it. What should you do?

What will be an ideal response?

The frame is on a master page. To move it, you need to override
it by Command/Ctrl-Shift-clicking it.

Computer Science & Information Technology

You might also like to view...

When an embedded chart is selected, only the chart will print

Indicate whether the statement is true or false

Computer Science & Information Technology

In an Internet election system, each voter is sent a PIN in the mail. When that voter wants to vote at the election web site, she enters her PIN and her vote, and then a voting transaction is executed. In the voting transaction, first the PIN is checked to verify that it is valid and has not been used already, and then the vote tally for the appropriate candidate is incremented. Two tables are used: One contains the valid PINs together with an indication of whether or not each PIN has been used and the other contains the names of the candidates and the vote tally for each. Discuss the issues involved in selecting an appropriate isolation level for the voting transaction. Discuss the issues involved in selecting appropriate isolation levels if a new(read-only) transaction is introduced

that outputs the entire vote tally table. What will be an ideal response?

Computer Science & Information Technology