Lesson 2 - Chapter 5: Installing and Removing Applications Flashcards

1
Q

Before installing an application, what should you compare?

A

It’s hardware requirements to the system it will be installed on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 3 most important system characteristics when installing an application?

A
  1. Architecture of the CPU (32-bit, 64-bit)
  2. Bus structure
  3. Memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A 32-bit application will run on a 64-bit system, but what will be its limitation?
[it’s best to match the app’s number of bits with that of the OS when possible]

A

it won’t be able to access more than 4GB of RAM as it runs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 2 types of display adapters?

A
  1. Integrated
  2. Dedicated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a dedicated graphics card?

A

a separate, independent device with its own graphics processing unit (GPU), cooling system, and onboard memory

[fast response for gaming, editing video, 3D models]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an integrated graphics card?

A

it’s built into the CPU, and power is shared between the CPU and GPU

[web browsing, email, personal productivity applications]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

RAM stores what kind of graphics and data, and VRAM stores what other kind of graphic data? (2)

A

RAM stores low-level graphics and data
VRAM stores high-level graphic data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

On what cards is VRAM located on?

A

Dedicated graphic cards (close to the GPU to speed up display of the images you see)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does VRAM help support? For what functions?

A

The GPU’s functions for texture mapping, image rendering, and other graphics functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What do VRAM requirements depend on? (2)

A
  1. Graphic’s resolution (game’s display like 1080p)
  2. Use of certain features (like anti-aliasing)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In 1080P, what does the P stand for?

A

P = progressive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is 1080P also called?

A

Full HD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How much VRAM would a gaming application require at:
1. 1080P
2. 1440P (more common)
3. 4096x2160 (4K)

A
  1. 1080P = 2-3 GB of VRAM
  2. 1440P = 6 GB VRAM at least
  3. 4096x2160 = 8 GB of VRAM at least
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 4 common formats for videos?

A
  1. 1080P
  2. 1440P
  3. 4096x2160
  4. 8K
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How much VRAM is needed to edit a video with:
1. 1080P
2. 1440P
3. 4096 x 2160

A
  1. 1080P = 8 GB of VRAM at least
  2. 1440P, 4K = 16 GB of VRAM at least, 32 GB VRAM recommended
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are 3 options you have when you don’t have the minimum amount of RAM to run an application?

A
  1. Increase the physical RAM amount
  2. Don’t use the application
  3. Cannot expand amount of RAM = increase size of virtual memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How is virtual memory configured?

A

automatically by Windows, but can be increased manually

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How do you customize the amount of virtual memory used? 6 steps

A
  1. Search > Performance
  2. Select Adjust the appearance and performance of Windows
  3. Advanced
  4. Change
  5. Clear “Automatically manage paging file size”
  6. Custom size > enter size
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

For virtual memory, what’s the default size?

A

1.5 times the amount of physical RAM installed

20
Q

What capability does having a multi-core CPU grant a user?

A

the ability to execute several programs simultaneously

21
Q

Clock speed determines how ___ the CPU…

A

How fast the CPU is able to fetch and execute instructions

22
Q

Some applications may require multiple-core CPUs and a minimum clock speed. T or F?

A

True

23
Q

What are some of the forms that an external hardware token can take? (4)

A
  1. USB tokens
  2. key fobs
  3. wireless Bluetooth
  4. RFID tokens
24
Q

What is an external hardware token?

A

a small hand-held device used as a security tool to identify/authenticate a network or computer

25
Q

How does an external hardware token work?

A

It prevents users who don’t have the token from running the software

26
Q

What are the 3 types that hardware tokens are categorized as?

A
  1. Connected (inserted into a reading device, or touch a scanner)
  2. Contactless (wireless using Bluetooth or RFID)
  3. Disconnected (app on a smartphone w/ one-time access code)
27
Q

What are 2 things you can do if you have limited space but want to install an application?

A
  1. Remove seldom-used applications
  2. Run Disk Cleanup
28
Q

What DirectX 3D versions does Windows 10 and 11 support?

A

Win 10 - 11.3 and 12
Win 11 - 12

29
Q

What are 4 OS issues that can prevent an application from running?

runs in, made for, requires a, not compatible

A
  1. The app runs in 64-bit mode only (no 32-bit systems)
  2. app made for a newer version of the OS
  3. app requires a newer version of DirectX 3D
  4. app is not compatible with the current OS version
30
Q

Can Win 10 and Win 11 run applications designed for Win7 or greater?

A

Yes they can run nearly any application (any app problems are really old apps for like Windows XP)

31
Q

How do you solve compatibility issues with older applications?

A

Adjust the app’s compatibility settings via the compatibility tab in Properties (navigate to the location of the main .exe file)

32
Q

What version should you pick in the drop-down list when adjusting an app’s compatibility?

A

The version that came out around the same time that the application was released

33
Q

Can a 64-bit application run on a 32-bit OS?

A

No

34
Q

Can a 32-bit application run on a 64-bit OS?

A

Yes, but not as well as a 64-bit application would

35
Q

What’s the best solution to run legacy (32-bit) applications?

A

run them in a virtual machine or other emulator

36
Q

What are the 3 type of ways apps can be acquired?

A
  1. physical media (CD, DVD, etc)
  2. downloadable files (Internet-based, codes)
  3. ISO mountable content
37
Q

Besides vendor websites, what are 3 other ways you can acquire apps for Windows, macOS and Linux?

A
  1. Microsoft Store for Windows
  2. App Store for macOS
  3. various software repositories (Linux)
38
Q

How are apps provided in Linux? What is it associated with?

A

provided primarily by the software repository associated with the publisher and distro in use

39
Q

Do Linux distros accept disk image files (ISO)?

A

Yes, they have their own large software repository, and new ones/updates are found in an online repository

40
Q

Linux uses a hybrid of ___ and ____-____ application installation processes

A

Linux uses a hybrid of local and network-based application installation processes

41
Q

How are mobile apps (Android, iOS) installed for corporate environments? (2)

A
  1. Mobile Device Management (MDM)
  2. Mobile Applications Management (MAM)
42
Q

What does it mean to mount an ISO file?

A

If you choose not to burn the ISO onto your own writeable disc, you can mount it in your OS as if it were a physical drive and the OS interacts with it as such

43
Q

What are 4 potential impacts you should review before installing an application?

A
  1. Impact to device (has access to hardware and software)
  2. Impact to network (require access, use up network resources)
  3. Impact to operation (benefits like communication speed, negatives like staff training and data usage and storage)
  4. Impact on business (impact on the processes and flow of normal operations)
44
Q

How can you tell if an app is a desktop app or a Microsoft Store app when you uninstall it?

A

First, right-click it on the Start menu and uninstall ->

Desktop app = Programs and Features opens up to uninstall
Microsoft Store app = it’s immediately uninstalled

45
Q

What are 5 things to look at when choosing an app?

A
  1. 32-bit vs. 64-bit app
  2. Hardware requirements
  3. External hardware tokens
  4. OS version and edition requirements and compatibility
  5. Distribution method