The command to undo the previous editing changes is:

a: [Alt-u]
b: [Ctrl-x] u
c: [Ctrl-u]
d: [Ctrl-x][Ctrl-u]
e: [Ctrl-x][Alt-u]


b: [Ctrl-x] u

Computer Science & Information Technology

You might also like to view...

Given the following first two lines of the recursive step of the Towers of Hanoi problem, write the third line:

tower (fromTower, auxTower, toTower, n-1); cout << “Move disk “ << n << “ from tower “ << fromTower << “ to tower “ << toTower << endl;

Computer Science & Information Technology

Explain the relevance of canonical XML to digital signatures. What contextual information can be included in the canonical form? Give an example of a breach of security where the context is omitted from canonical form

What will be an ideal response?

Computer Science & Information Technology

You do not have to use a template.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In InDesign, the fields in an interactive document are _______________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology