chapter 12 Flashcards

(22 cards)

1
Q

What is Open Source?

A

Software where the source code is made available to the public for use or modification.

This allows users to study, change, and distribute the software.

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

Define Sandbox.

A

A security mechanism for separating running programs, providing an isolated area for apps.

This helps prevent malicious software from affecting the system.

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

What does Rooting refer to?

A

The process of attaining privileged control (root access) over various Android subsystems.

Rooting allows users to bypass restrictions set by manufacturers.

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

What is Jailbreaking?

A

The process of removing software restrictions imposed by iOS on Apple devices.

This enables users to install unauthorized apps and tweaks.

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

What is the Kernel?

A

The core of the operating system that manages the operations of the computer and hardware.

It acts as a bridge between applications and the actual data processing done at the hardware level.

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

Define Cron.

A

A time-based job scheduler in Unix-like operating systems used to run tasks at specific times.

Cron allows for automated execution of scripts and commands.

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

What does PRL stand for?

A

Preferred Roaming List; a database used to tell a mobile device which cell towers to use.

This helps optimize network connectivity for mobile devices.

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

What is a GUI?

A

Graphical User Interface; a visual way of interacting with a computer using items like icons.

GUIs make it easier for users to navigate and use software applications.

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

Define CLI.

A

Command Line Interface; a text-based interface used to type instructions to the OS.

CLIs are often used for scripting and automation tasks.

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

What does S.M.A.R.T. stand for?

A

Self-Monitoring, Analysis, and Reporting Technology used to detect and report drive reliability.

S.M.A.R.T. helps predict hard drive failures.

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

What is a VPN?

A

Virtual Private Network; a secure tunnel for data across a public network like the internet.

VPNs enhance privacy and security while browsing online.

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

What model does Apple use to ensure apps are approved before release?

A

The walled garden model

This model restricts app distribution to the official App Store.

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

What built-in tool does macOS use for incremental backups?

A

Time Machine

Time Machine automatically backs up files and allows users to restore previous versions.

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

Which Linux command allows a user to run a command with root privileges?

A

The sudo command

‘sudo’ stands for ‘superuser do’ and is used to execute commands with elevated permissions.

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

What is an available iOS device security measure after 10 failed passcode attempts?

A

All data on the device is deleted

This security feature is designed to protect user data from unauthorized access.

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

Which sensor detects how a device is held to change screen orientation?

A

An accelerometer

The accelerometer measures the acceleration of the device in three dimensions.

17
Q

What is the primary difference between Android and iOS regarding source code?

A

Android is open source, while iOS is closed source

This affects customization and app development for each platform.

18
Q

Which Linux/macOS command is used to change the current working directory?

A

The cd command

‘cd’ stands for ‘change directory’ and is used to navigate the file system.

19
Q

What is the name of the central location for managing passwords in macOS?

A

Keychain

Keychain securely stores passwords, certificates, and other sensitive information.

20
Q

Which sensor allows a mobile device to measure or maintain rotational motion?

A

Gyroscope

The gyroscope helps in detecting the orientation and rotation of the device.

21
Q

What process connects a mobile device to another device or computer to share data?

A

Pairing

Pairing typically involves Bluetooth technology for wireless connections.

22
Q

What does a remote wipe do to a mobile device?

A

It deletes all user data and returns the device to factory settings over a network

This is often used for security purposes if a device is lost or stolen.