Module 3 Flashcards

1
Q

What is the DOS?

A

Disk Operating System - command line terminal, and a file system.

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

What does DOS do, how is it organized?

A

Provides a file system which organizes the files in a specific way on the disk.

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

What is MS-DOS?

A

Created by Microsoft, used a command line as the interface for people to create programs and manipulate data files.

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

What is a 64-bit system compared to a 32-bit system?

A

The bit version of your Windows PC indicates how it handles data. A 64-bit, unlike a 32-bit can process larger chunks of data. This relates to better performance and compatibility with certain software. Certain programs can only be run with the correct header (header tells the OS what architecture they were compiled for x86 (16 or 32 bit) or x86_64). The number of bits refers to the size of memory addresses used by the computer. (More memory locations for storage, etc.)

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

Operating System Vunerabilities

A

Operating systems consist of millions of lines of code. With all this code comes vulnerabilities. In general, the goal is to gain unauthorized control of a computer, change permissions, and to steal or manipulate data.

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

Security Recommendations

A

Firewall, File Permissions (Sharing), strong password, logon as Admin,

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

Windows Architecture - Speak on two levels

A

HAL (Hardware Abstraction Layer) is software that handles communication between the hardware and the kernel. The kernel is the core of the OS and has control over the entire computer.

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

What are the two modes?

A

User Mode and Kernel Mode

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

What are the differences between the two modes?

A

Installed applications run in user mode and operating system code runs in kernel mode. When user code runs, it is granted its own restricted address space by the kernel, along with a process created specifically for the application.

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

Explain the windows file system

A

A file system is a storage structure on a computer that organizes data. It allows users to access data quickly and easily.

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

Three file systems for Windows

A

FAT16, FAT32 and NTFS. FAT32 has fewer restrictions…need more info

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

What is NTFS? 3 differences

A

New Technology File System
File size can be bigger compared to FAT32
Volume size can be bigger 32 TB
Fault Tolerance

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

What is the Extended File System (EXT)

A

Used for Linux-based computers. Windows is able to read data from EXT partitions.

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

What is the Partition Boot Sector for NTFS?

A

Not sure

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

What is the Master File Table?

A

This table contains the locations of all the files and directories on the partition, including file attributes such as sec information and timestamps.

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

What are the system files for NTFS?

A

These are hidden files that store information about other volumes and file attributes.

17
Q

What is the File area?

A

The main area of the partition where files and directories are stored.

18
Q

ADS

A

Alternate Data Streams -

19
Q

What is a file attribute

A

Pieces of information associated with every file and directory that includes additional data about the file. Example of an attribute (R) Read-only, (H) Hidden - with its defined bit value 00000010.

20
Q

BIOS

A

Basic Input-Output System

21
Q

What is UEFI

A

UEFI firmware boots by loading EFI programs (.efi) stored in a special disk partition. Newer, more secure.

22
Q

What is POST?

A

POST detects, tests, and initializes system components, including the RAM, motherboards, CPU, etc.

23
Q

Differences between warm boot and cold boot

A
24
Q

Registry Editor

A

HKEY_LOCAL_MACHINE

25
Q

Registry Editor

A

HKEY_CURRENT_USER