lec 10 computing Flashcards
hardware
The physical components of a computer
-case, keyboard, monitor, motherboard, RAM, HDD, mouse, etc
software
A set of instructions compiled
into a program that performs a
particular task; software consists
of programs and applications that
carry out a set of instructions on
the hardware.
motherboard
main system board of a computer
-delivers power, data, and instructions
-every component in the computer connects to the motherboard directly or indirectly
central processing unit (CPU)
-main chip within the computer/ processor
-aka the brain of the computer
-handles most of the operations of the computer
random-access memory (RAM)
serves to take the burden off of the computer’s processor and Hard Disk Drive (HDD)
-A computer stores data in RAM for quick access
-RAM is referred to as volatile memory (not permanent)
-Its contents undergo constant change and are forever lost once power is taken away from the computer
hard disk drive (HDD)
-main storage location within the computer
-generally permanent storage
-HDDs are mapped/formatted and have a defined layout
-operating system, applications, and user data are stored
operating system (OS)
-software that provides the bridge between the system hardware and the user
-lets the user interact with the hardware, manages the file system and applications
-examples are Windows (XP, Vista, and Windows 7 and 8), Linux, and Mac OS
partition
A contiguous set of blocks that are
defined and treated as an independent disk.
sector
The smallest addressable unit of
data by a hard disk drive; generally
consists of 512 bytes.
byte
A group of eight bits.
bit
Short for binary digit; taking the
form of either a one or a zero, it is
the smallest unit of information on
a machine.
cluster
-Groups of sectors and their size is defined by the OS
-group of sectors in multiples of two (therefore consist of 2, 4, 6, 8 sectors etc)
-cluster size varies from file
system to file system
-typically, the minimum space allocated to a file
Message Digest 5 (MD5)/Secure Hash Algorithm (SHA)
-A software algorithm used to “fingerprint” a file or contents of a disk
-used to verify the integrity of data
visible data
All data that the operating system
is presently aware of and thus is
readily accessible to the user.
swap file
A file or defined space on the HDD
used to conserve RAM; data is
swapped, or paged, to this file or
space to free RAM for applications
that are in use
temporary files
Files temporarily written by an
application to perform a function
or to provide a “backup” copy of a
work product should the computer
experience a catastrophic failure.
latent data
Areas of files and disks that are typically not apparent to the computer user (and often not to the
operating system) but contain data
nonetheless.
file slack
The area that begins at the end of
the last sector that contains logical
data and terminates at the end of
the cluster.
unallocated space
unused area of the HDD that the operating system file system
table sees as empty (i.e., containing no logical files) but that may
contain old data (latent)
Internet cache
Portions of visited web pages
placed on the local hard disk drive
to facilitate quicker retrieval when a
web page is revisited.
cookies
Files placed on a computer from
a visited website that are used to
track visits to and usage of that
site.
Internet history
An accounting of websites visited;
different browsers store this information in different ways.
bookmark
A feature that enables the user to
designate favorite sites for fast and
easy access.
hacking
A slang term frequently used to
refer to performing an unauthorized computer or network intrusion.