The ____ protocol is responsible for opening email processing software when a link is clicked.
A. http://
B. email
C. mailto:
D. ftp://
Answer: C
Computer Science & Information Technology
You might also like to view...
If the variable number is not equal to 7, display "The variable number is not equal to 7".
What will be an ideal response?
Computer Science & Information Technology
The item numbered 1 in the accompanying figure is known as the ____.
A. mini calendar B. Calendar folder C. Navigation Pane D. Calendars list
Computer Science & Information Technology
The _________ object is used to load resources for Ogre programs.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Label the elements of a 3-by-5 one-dimensional array sales to indicate the order in which they are set to zero by the following program segment:
for ( row = 0; row < 3; row++ ) for ( column = 0; column < 5; column++ ) sales[ row ][ column ] = 0;
Computer Science & Information Technology