File systems Flashcards

(42 cards)

1
Q

What is the function of a file system

A

To give the OS a roadmap to file locations

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

What is the Complementary Metal Oxide Semiconductor (COMS)

A

Stores system configuration and date/time information when power to the system is off

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

What is Basic Input/Output System (BIOS)

A

Contains programs that perform input and output at the hardware level

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

What is the bootstrap process

A

Contained in ROM, tells the computer how to proceed
Displays the key(s) you press to open CMOS screen

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

What are the steps carried out by NTFS computers when they are turned on

A

Power on self test (POST)
Initial startup
Boot loader
Hardware detection and configuration
Kernel loading
User logon

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

What is the function of the Master Boot Record (MBR)

A

Stores information about partitions
-Location, size, etc

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

What is drive slack

A

Unused space on a cluster

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

What is RAM slack

A

Unused space on RAM
Can contain old logons and passwords

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

What is file slack

A

The space between the logical end and the physical end of the file
Bytes not used on the sector by the file

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

Describe NTFS disks

A

First introduced with Windows NT
Stores more information about a file than FAT file systems
Keeps track of transactions
Partition Boot Sector starts at sector 0

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

What is a Master File Table (MFT)

A

First file on disk
Contains metadata about all files on disk
Stores resident attributes
Reduces slack space

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

What is a registry

A

A database that stores hardware and software configuration information, network connections, user preferences and setup information
Can contain valuable information for registry purposes

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

Describe registry structure

A

Hives- primary HKEY files
Keys- subfiles in hives
Values- Files in keys

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

What is the function of the File Manager utility

A

Reading, writing and storing data to physical media

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

What is the function of the Finder utility

A

Keeps track of files and maintains users’ desktop

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

What are the 2 parts of a file in old MAC OS

A

Data fork
Resource fork

Stores file metadata and application information

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

What is a volume

A

Any storage medium used to store files
Can be all or part of a hard disk

18
Q

What is the capacity of a logical block

19
Q

What is an allocation block

A

A set of consecutive logical blocks

20
Q

What is a clump

A

A group of contiguous allocation blocks
Reduces fragmentation

21
Q

What is open firmware for Mac boot tasks

A

Processor and system independent firmware
Controls microprocessor after hardware initialization

22
Q

What is the boot process for Mac OS 9

A

Power on computer
Hardware self-test and open firmware run
Mac OS starts
Startup disk is located
System files are opened
System extensions are loaded
Finder starts

23
Q

What is the function of the Master Directory Block

A

Stores all information about a volume
Used by old Mac OS

24
Q

What is the function of the Volume Control Block

A

Stores all information from master directory block when OS mounts
Used by old Mac OS

25
What is the function of the extents overflow file
Stores all information not in master directory block or volume control block Used by old Mac OS
26
What is a catelog
Listing of all files and directories on the volume Maintains relationships between files and directories
27
What is the function of a volume bitmap
Tracks used and unused blocks on a volume
28
What file system is used by Mac OS 9 for File Manager
B* tree Uses header, index and map nodes Actual file data stored on leaf nodes
29
What are inodes
Employed by Linux file systems Contains information about each file and directory Keeps internal link count Pointer to other inodes or blocks
30
What is the function of a superblock
Indicates disk geometry, available space and location of first inode Manages file system
31
What is an inode block
First data after superblock Assigned to every file allocation unit
32
What are data blocks
Stores directories and files Location is linked directly to inodes
33
What is the function of a bad block inode
Keeps track of disk's bad sectors
34
What is the function of a continuation inode
Provides information about a file or directory
35
Describe the instruction code process for UNIX and Linux
Loaded into RAM Checks hardware Loads boot program
36
Describe the boot program process for UNIX and Linux
Loads kernel Transfers control to kernel
37
What is the kernel's process
Identify all devices Boots system to single-user mode Runs startup scripts Changes to multiuser mode Identifies root directory, swap and dump files Sets hostname and timezone Runs consistency checks on file system and mounts partitions Starts services and sets up NIC Establishes user and system accounting and quotas
38
What is Linux Loader (LILO)
Old boot manager Resides on MBR Can start 2 or more OSs Uses configuration file (Lilo.conf)
39
What is Grand Unified Boot Loader (GRUB)
More powerful than LILO Resides on MBR Command line or menu driven
40
Describe phishing emails
HTML format Allows creating links to text on a webpage
41
What are the 2 environments emails can be sent/received in
Internet Controlled LAN, MAN or WAN
42