A(n) ________ is a graphical image of a screen display

Fill in the blank(s) with correct word

screenshot, screen shot

Computer Science & Information Technology

You might also like to view...

A SmartArt graphic is a visual representation of information and ideas

Indicate whether the statement is true or false

Computer Science & Information Technology

Assuming an application has an exception object named ex, which one of the following statements would cause the exception’s default error message to be displayed in a message box?

a. MessageBox(ex.Message); b. ex.Message = MessageBox.Text; c. MessageBox.Show(ex.Message); d. MessageBox.Text = ex.Message;

Computer Science & Information Technology