Press the ENTER key in all of the following circumstances EXCEPT _____.

A. to insert a blank line into a document
B. when the insertion point reaches the right margin
C. to begin a new paragraph
D. in response to prompts in Word dialog boxes


Answer: B

Computer Science & Information Technology

You might also like to view...

What level of support does vSphere 6 provide for USB devices, and how can they be used with vSphere?

What will be an ideal response?

Computer Science & Information Technology

What type of search does the following function implement?bool aSearch (int list[ ], int last, int target, int* locn ){   int begin, mid, end;   begin = 0;   end = last;   while (begin <= end)   {      mid = ( begin + end ) / 2;      if ( target > list[ mid ] )         begin = mid + 1;      else if ( target < list[ mid ] )         end = mid - 1;      else         begin = end + 1;   }   *locn = mid;   return (target == list [mid]);}

A. sequential search B. probability search C. ordered list search D. binary search

Computer Science & Information Technology

When you purchase or download a(n) ____ for an object-oriented programming language, it comes packaged with many predefined, built-in classes.

A. compiler B. IDE C. sunny day case D. interpreter

Computer Science & Information Technology

A network technician visits a site that needs voice connectivity to the corporate office and installs four IP phones. The phone exchange resides at the telephone company. Which of the following technologies is being used?

A. Virtual switch B. Virtual server C. Virtual desktop D. Virtual PBX

Computer Science & Information Technology