Module 2 Flashcards
What does RAM stand for?
Random Access Memory
RAM is very volatile; data is lost as soon as power is discontinued.
What does ROM stand for?
Read-Only Memory
ROM is not volatile; data is retained even when power is removed.
What is PROM?
Programmable Read-Only Memory
PROM can be programmed only once and retains data without power.
What is EPROM?
Erasable Programmable Read-Only Memory
EPROM retains data without power and can be erased and reprogrammed.
What is EEPROM?
Electronically Erasable Read-Only Memory
EEPROM is used to store instructions in BIOS.
What does SCSI stand for?
Small Computer System Interface
SCSI is a standard for connecting and transferring data between computers and peripheral devices.
What does IDE stand for?
Integrated Drive Electronics
IDE is a standard interface for connecting hard drives and other storage devices.
What does SATA stand for?
Serial Advanced Technology Attachment
SATA is commonly used in modern hard drives.
What is a sector on a hard disk?
The basic unit of data storage, usually 512 bytes
Sectors are the smallest storage unit on a hard drive.
What is slack space?
The space between the end of the file and the end of the cluster
This space can be used to hide data.
What is the maximum file size limit for FAT?
4 GB
FAT also has a partition size limit of 2 TB.
What is exFAT optimized for?
Flash drives
exFAT supports files larger than 4 GB and is widely used in SD cards and USB drives.
What are the main features of NTFS?
- File size and partition limits in the exabytes
- Advanced file permissions and encryption
- Journaling for recovery from crashes
NTFS is the preferred file system for internal drives in Windows.
What does MAC stand for in networking?
Media Access Control
A MAC address is a 6-byte address identifying a device on a network.
What is the purpose of a DNS?
Translates URLs into web addresses
This includes protocol, domain name, path, and query string.
Fill in the blank: A _______ is a logical grouping of sectors.
cluster
Clusters can range from 1 to 128 sectors in size.
True or False: SSDs use magnetic platters to store data.
False
SSDs use NAND-based flash memory instead of magnetic storage.
What is the significance of a GUID in Windows Office files?
It provides a globally unique identifier
GUIDs help in identifying files uniquely across systems.
What are the basic types of operating systems mentioned?
- Windows
- Linux
- Mac OS
Each operating system has unique features and uses in the computing environment.
What is the limitation of FAT regarding file permissions?
Lacks advanced features like file permissions or journaling
This makes FAT less secure compared to NTFS.
What is anti-forensics?
- Data destruction
- Data hiding
- Data transformation
- File system alteration
Anti-forensics techniques are used to obstruct forensic analysis.
What does PATA stand for?
Parallel Advanced Technology Attachment
PATA is an older standard for connecting hard drives.
What is area density in the context of file systems?
The data per area of disk
It refers to how efficiently data is stored on a disk.