The command to delete the current (active) window is:

a: [Alt-x] 0 (zero) b: [Ctrl-x] w
c: [Ctrl-x] 0 (zero) d: [Ctrl-x][Ctrl-w]
e: [Ctrl-x][Alt-c]

c: [Ctrl-x] 0 (zero)

Computer Science & Information Technology

You might also like to view...

The __________ selection statement performs an action if a condition is true and performs a different action if the condition is false.

a) if b) when c) if…else d) switch

Computer Science & Information Technology

The______ property of MouseEventArgs specifies which mouse button was pressed.

a) Source b) Button c) WhichButton d) ButtonPressed

Computer Science & Information Technology