By default, a template layer is locked.
Answer the following statement true (T) or false (F)
True
You might also like to view...
Which of the following methods correctly withdraws an amount from a bank account?
A. Method withdraw(Numeric amt) acctBal = acctBal - amt Display "The new balance is: $" + acctBal End Method B. Method withdraw(String amt) acctBal = acctBal - amt Display "The new balance is: $" + acctBal End Method C. Method withdraw(Numeric amount) acctBal = acctBal - amt Display "The new balance is: $" + acctBal End Method D. Method withdraw(String amount) acctBal = acctBal - amt Display "The new balance is: $" + acctBal End Method
If a date is typed as 7-6-14, Excel will complete it as ________
A) Jul-6-14 B) Jul-14 C) 6-Jul-14 D) 7/6/2014
Common print resolutions for laser printers are between 600 and ____ dpi.
A. 1,000 B. 1,600 C. 2,000 D. 2,400
When a class contains an instance of another class, it is known as
a. object overloading b. operator overloading c. object composition d. dynamic composition e. None of these