When multiple data files are open in a single application, you can ____________________ the mouse pointer over the task bar button to see a preview of the files and select the one you want.
Fill in the blank(s) with the appropriate word(s).
hover
Computer Science & Information Technology
You might also like to view...
When a process divides itself into two or more tasks running simultaneously, each task is referred to as a:
A) Strand B) Semi-task C) Mini program D) Thread
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1) Every if statement requires an associated else statement, but not every else statement requires an associated if statement. 2) In a nested if statement an else clause is matched to the closest unmatched if. 3) In Java, a boolean expression is limited to having exactly 2 logical operators. 4) A do statement should be used to avoid creating an infinite loop. 5) A while statement always executes its loop body at least once.
Computer Science & Information Technology