Module Three: Package and Software Management Flashcards

(37 cards)

1
Q

App Store Apps

A

A Package Manager that acts as a repository

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

App Store Repository

A

A app store service that also acts as a repository

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

App Stores

A

A central managed marketplace for app developers to publish and sell mobile apps

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

APPX

A

An APPX is another way to package contents of a file to act like a unit of distribution

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

Archive

A

An archive is compromised of one of more files that are compressed into a single file

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

Block Devices

A

A system that acts like USB drives and hard drive by transmitting data

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

Cache

A

The assigned stored location for recently or frequently accessed data; on a mobile app it is where anything that was changed or created with that app is stored

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

Character Devices

A

A way to transmit data character by character like a keyboard and mouse

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

Chocolatey

A

A third party package manager for windows

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

Closed Source Packages

A

A source code that does not allow public access

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

Debian(.deb)

A

A Debian package is packaged as a .deb file

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

Device Manager

A

A console management system for your device

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

Driver

A

Used to help our hardware devices interact with our Operating System

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

Dynamic-link libraries

A

Programs that want to use functionality that the code provides can tap into it if they need to (shared libraries)

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

Enterprise App Management

A

A management system that allows an organization to distribute custom mobile apps

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

Executable File

A

A file containing instructions for a computer to execute when they’re run

17
Q

Hardware ID

A

A special string of characters assigned to hardware

18
Q

Having Dependencies

A

A process of counting on other pieces of software to make an application work since one bit of code depends on another in order to work

19
Q

Installing from Source

A

A process of installing from a source

20
Q

Kernel Module

A

It extends the kernel’s functionality so developers don’t have to actually touch the Linux kernel

21
Q

Library

A

A way to package a bunch of useful code that someone else wrote

22
Q

Manifest

A

A library used if an application needs to use a shared library

23
Q

Microsoft Install Package(.msi) and MSI Files

A

Microsoft Install Package is a file extension used to guide a program called windows installer in the installation, maintenance, and removal programs of the windows operating systems. MSI files are combination of databases that contain installation instructions in different tables along with all the files

24
Q

Mobile Applications

A

Software that is distributed on mobile OS devices

25
Packaged Archives
The core or source software files that are compressed into one file
26
Packaged Managers
An application that makes package installation and removal easier
27
Personal Package Archives
A software repository for uploading source packages to be built and published
28
Portable Executable (PE) Format
Windows unique version of .exe
29
Process Monitoring
A way of monitoring what processes are happening during installation
30
Repository
A server that acts like a central storage location for packages
31
SD Devices
Mass storage devices like hard drives
32
Security Patch
A piece of software that is meant to fix up a security hole
33
Side-by-Side Assemblies
A system that manages most shared libraries and resources on Windows and supports access to multiple versions of the same shared library automatically
34
Side-Loading
A process of installing mobile apps directly without using an app store
35
Sysinternals Package
A set of tools released by Microsoft that can help your troubleshoot
36
Windows Store
A windows store is an application repository or warehouse where you can download and install universal Windows platform apps
37
Windows Update Client Service
System that runs in background on your computer to download and install updates and patches for your operating system