CH9 Flashcards
Where in Windows 8.1 can you browse installed Applications?
A. Apps List
B. Dash Pane
C. Dock
D. Windows Store
A. Apps List
Where can you see what applications are installed in Ubuntu Linix?
A. Apps List
B. Dash Pane
C. Dock
D. Windows Store
B. Dash Pane
How do you install a Modern app in Windows 8.1 or 10?
A. From the Control Panel
B. From a Downloaded Executable File
C. From the Store App
D. From the Start Menu/Screen
C. From the Store App
What is the purpose of an application patch?
Correcting a Problem
What can you find out about an application by choosing Help | About?
Application Version Number
How can you remove a Windows desktop Application?
A. From the Control Panel
B. From the Store App
C. From the Start Menu/Start Screen
D. From the Dock
A. From the Control Panel
Which of these is a Graphic Format?
A. PNG
B. PPTX
C. AVI
D. TAR
A. PNG
Which of these is a Productivity Application?
A. Microsoft Excel
B. Candy Crush
C. Windows Firewall
D. Spotify
A. Microsoft Excel
Which of these is a Collaboration Application?
A. TurboTax
B. Microsoft Word
C. SharePoint
D. Symantec Endpoint Protection
C. SharePoint
Which of these is a Compression Format?
A. WAV
B. TXT
C. XLS
D. RAR
D. RAR
Describe Monolithic Applications?
Single-Teir applications, contained all of the application software logic running on a single computer.
Describe N-Tier Applications?
Many applications have a Front-End or a User Interface (UI) tier, such as a website that runs on a web server. Client devices connect to the front-end tier, using a web browser. The UI tier running on the web server might then communicate with a middle-tier software component running on a different server, which in turn might read and write data to a back-end tier hosting DB servers.
Benefits of N-Tier?
Developers can make code changes to one tier while not affecting another tier.
Updates can be applied modularly to specific tiers.
Security controls can be applied separately to each tier.
To maximize application performance and availability, different tiers can be load-balanced.
IT Administrators can back up tiers separately from one another.
Compressed Archive File?
A single file that, much like a folder, can contain and compress many files.
File Type?
Each application has a default format for it’s data files.
In Windows, a Files Type is specified by its extension, which is a code (usually 3 characters but not always) that follows the filename, separated by a period.
In other OS, the file type is determined by the OS looking inside the file for that information, so a file’s extension, if it has one, is not a reliable way to determine a files actual type.