The slide that stores information about the themes and layouts that have been applied to each slide in a presentation is the ________
A) template slide B) theme slide C) title slide D) slide master
D
You might also like to view...
Which of the following statements is false?
a) A concept called threads enables the operating system to run parts of an app concurrently. Though all of these tasks can make progress concurrently, they may do so by sharing one processor core. b) With multicore processors, apps can operate truly in parallel on separate cores, possibly increasing the app’s performance substantially. c) Parallelizing apps and algorithms to take advantage of multiple cores is difficult and highly error prone, especially if those tasks share data that can be modified by one or more of the tasks. d) A benefit of functional programming is that you can easily ask the library to perform a task with parallel processing to take advantage of a processor’s multiple cores. This is the purpose of CLINQ (Concurrent LINQ)—an implementation of the LINQ to Objects extension methods that parallelizes the operations for increased performance.
File Explorer provides a means to create a blank Office document without running an Office app.
Answer the following statement true (T) or false (F)
What security feature was extended to the OS to alert the user when an application is launched on a Windows 8.1 computer?
A. Data Execution Prevention B. Windows Defender C. SmartScreen D. LDAP
Which of the following is a precondition for a method that accepts a number n and computes the nth Fibonacci number?
a) n is a negative integer b) n is a positive integer c) n is greater than 1 d) n is an even integer