In the traditional ____________________ orientation, the page is taller than it is wide.

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


portrait

Computer Science & Information Technology

You might also like to view...

What Cisco router IOS command is used to specify the RIP routing protocol?

a. router(config) router rip b. router# router rip c. router(config)# router rip protocol d. router(config)# router rip

Computer Science & Information Technology

When you select a line of text, any changes are applied to the entire selection

Indicate whether the statement is true or false

Computer Science & Information Technology

Consider the example in Fig. 21.27. Suppose we change the MouseMove event handler to the code below. What happens when the user moves the mouse? Assume that the lblDis- play Label has been placed on the Form.

 private void FrmPainter_MouseMove(
 object sender, System.Windows.Forms.MouseEventArgs e )
 {
 lblDisplay.Text = "I'm at " + e.X + ", " + e.Y + ".";

 } // end method FrmPainter_MouseMove

Computer Science & Information Technology

COGNITIVE ASSESSMENT What term describes the process in which two or more computers or devices transfer data, instructions, and information?

A. digital cybering B. digital communication C. digital channeling D. digital connecting

Computer Science & Information Technology