The process of moving a slide object to a new location using the mouse pointer is called _____.
A. drop and drag
B. drag and drop
C. drag and drip
D. drip and drop
Answer: B
You might also like to view...
Which of the following is an older VPN protocol based on Point-to-Point Protocol?
A) PPTP B) SSL C) L2TP D) IPSec
Which of the following is true about virtual machine migration?
A. the Migrate Virtual Machine Wizard creates a PowerShell script B. VMs can only be moved to another location on the same host C. the migration destination path must be to a Windows shared folder D. when migrating a VM, you must select a remote host as the destination
Given the following declarations, what result is stored in each of the listed assignment statements?
``` int iResult, num1 = 25, num2 = 40, num3 = 17, num4 = 5; double fResult, val1 = 17.0, val2 = 12.78; ``` a. iResult = num1 / num4; b. fResult = num1 / num4; c. iResult = num3 / num4; d. fResult = num3 / num4; e. fResult = val1 / num4; f. fResult = val1 / val2; g. iResult = num1 / num2; h. fResult = (double) num1 / num2; i. fResult = num1 / (double) num2; j. fResult = (double) (num1 / num2); k. iResult = (int) (val1 / num4); l. fResult = (int) (val1 / num4); m. fResult = (int) ((double) num1 / num2); n. iResult = num3 % num4; o. iResult = num 2 % num3; p. iResult = num3 % num2; q. iResult = num2 % num4;
Text length validation can be very important when data entered into a worksheet will be imported into a database
Indicate whether the statement is true or false.