Ink ________ are markings written or drawn directly on slides of a presentation for commentary or explanation

Fill in the blank(s) with correct word


annotations

Computer Science & Information Technology

You might also like to view...

Here is a collection of if and if-else statements with semicolons in various places. Assume all variables have been declared and initialized. Which of these are correct and are likely to give the programmers intent? Which are correct but unlikely to give the programmer's intent? Give the error for the remaining.

a) if ( a > b ); a = b; else b = a; b) if(a > b ) a = b; else; b = a; c) if(a > b ) a = b; else b = a; d) if(a > b) a = b else b = a; e) if( x !=0 ) a = a / x

Computer Science & Information Technology

You can use link colors that coordinate with your design; however, avoid ____ to indicate normal links and ____ to indicate visited links, since this reverses the normal color conventions and could confuse visitors.

A. red; purple B. navy; purple C. black; white D. purple; blue

Computer Science & Information Technology

Mergers and acquisitions typically have no impact on clients and customers of large, financially healthy firms.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A new file server is added to an existing network. Some users are able to connect to this server, while others are not. A partial network configuration on the server shows the following: Link local: fe80::3000:aff:dea6:f8c/64 Which of the following BEST explains why some users cannot connect to the server?

A. The users' workstations are configured to use DHCP. B. The users' workstations do not support IPv6. C. The users' workstations are not on the same network as the server. D. The user's workstations are configured with an incorrect subnet mask.

Computer Science & Information Technology