CIS 105 Survey of Computer Information Systems Essential

  • Slides: 48
Download presentation
CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three

CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three CIS 105 Concepts and Terminology Unit 3

File. A named collection of data (such as a computer program, document, or graphic)

File. A named collection of data (such as a computer program, document, or graphic) that exists on a storage medium such as a hard disk, floppy disk, or CD-ROM. CIS 105 Concepts and Terminology Unit 3

Directory. A list of files contained on a computer storage device. CIS 105 Concepts

Directory. A list of files contained on a computer storage device. CIS 105 Concepts and Terminology Unit 3

Folders. PC. The subdirectories that can contain files or other folders. Macintosh. Same as

Folders. PC. The subdirectories that can contain files or other folders. Macintosh. Same as directories on a PC. CIS 105 Concepts and Terminology Unit 3

Memory. The computer circuitry that holds data waiting to be processed. CIS 105 Concepts

Memory. The computer circuitry that holds data waiting to be processed. CIS 105 Concepts and Terminology Unit 3

Storage. The area in a computer where data is retained to be used again

Storage. The area in a computer where data is retained to be used again later. Storage devices retain information after the device is turned off. CIS 105 Concepts and Terminology Unit 3

Volatile Memory contents that are erased when a computer is shut off. CIS 105

Volatile Memory contents that are erased when a computer is shut off. CIS 105 Concepts and Terminology Unit 3

Saving. Transfer of data to a storage device. CIS 105 Concepts and Terminology Unit

Saving. Transfer of data to a storage device. CIS 105 Concepts and Terminology Unit 3

Read-Write Media. Storage disks that allow a computer to both read and store (write)

Read-Write Media. Storage disks that allow a computer to both read and store (write) data. Examples are CD-RW and floppy disks. CIS 105 Concepts and Terminology Unit 3

Sequential Access. A form of data storage (such as a computer tape) that requires

Sequential Access. A form of data storage (such as a computer tape) that requires a device to read or write data one record after another starting at the beginning of the medium. CIS 105 Concepts and Terminology Unit 3

Random-Access. The ability of a storage device to go directly to a specific location

Random-Access. The ability of a storage device to go directly to a specific location rather than searching sequentially from a beginning location. Magnetic disks are random-access storage media. CIS 105 Concepts and Terminology Unit 3

Pits. Microscopic indentations on optical storage media used by laser beams to read patterns

Pits. Microscopic indentations on optical storage media used by laser beams to read patterns of data on the surface of disks. The light-sensing reading device receives no light from a pit and returns a "0" signal. CIS 105 Concepts and Terminology Unit 3

Land. Flat, reflective areas on optical storage media the bounces laser light, returning a

Land. Flat, reflective areas on optical storage media the bounces laser light, returning a "1" signal. CIS 105 Concepts and Terminology Unit 3

Online Storage. Immediately available storage which does not require a user action, such as

Online Storage. Immediately available storage which does not require a user action, such as inserting media. Typically, a hard disk is a personal computer's online storage device. CIS 105 Concepts and Terminology Unit 3

Near-Online Storage. Secondary storage that requires insertion of media. Storage readily made available by

Near-Online Storage. Secondary storage that requires insertion of media. Storage readily made available by user action. CIS 105 Concepts and Terminology Unit 3

Access Time. The estimated time for a storage device to begin reading data on

Access Time. The estimated time for a storage device to begin reading data on a disk, usually measured in milliseconds for disks and nanoseconds for RAM. CIS 105 Concepts and Terminology Unit 3

Nanosecond. One-billionth of a second. CIS 105 Concepts and Terminology Unit 3

Nanosecond. One-billionth of a second. CIS 105 Concepts and Terminology Unit 3

Solid State Disk. A high-capacity storage device with rapid access time, comparable to hard

Solid State Disk. A high-capacity storage device with rapid access time, comparable to hard disks. The device stores up to 8 GBs of data and uses batteries to provide data involatility. CIS 105 Concepts and Terminology Unit 3

Double-Density (DD) Floppy Disk. A type of disk with a higher storage capacity (800

Double-Density (DD) Floppy Disk. A type of disk with a higher storage capacity (800 K) due to increased disk density. CIS 105 Concepts and Terminology Unit 3

High-Density (HD) Floppy Disk. A disk that stores more data than a double-density disk,

High-Density (HD) Floppy Disk. A disk that stores more data than a double-density disk, up to 1. 44 MB. CIS 105 Concepts and Terminology Unit 3

Write-Protect Tab. A sliding notch on floppy disks that, when open, protect disks from

Write-Protect Tab. A sliding notch on floppy disks that, when open, protect disks from being overwritten or deleted. CIS 105 Concepts and Terminology Unit 3

Tracks. Concentric or spiral storage areas created in series during formatting on storage medium.

Tracks. Concentric or spiral storage areas created in series during formatting on storage medium. CIS 105 Concepts and Terminology Unit 3

Sectors. Pie-shaped subdivisions of tracks on storage media. CIS 105 Concepts and Terminology Unit

Sectors. Pie-shaped subdivisions of tracks on storage media. CIS 105 Concepts and Terminology Unit 3

Clusters. Groups of sectors on a storage medium that, when accessed as a group,

Clusters. Groups of sectors on a storage medium that, when accessed as a group, speed up data access. CIS 105 Concepts and Terminology Unit 3

File Allocation Table (FAT). A table of information recording the physical location of files

File Allocation Table (FAT). A table of information recording the physical location of files on storage medium. CIS 105 Concepts and Terminology Unit 3

Fragmentation. Storage of a data file in noncontiguous clusters. CIS 105 Concepts and Terminology

Fragmentation. Storage of a data file in noncontiguous clusters. CIS 105 Concepts and Terminology Unit 3

Activity Light. An indicator that illuminates while the head is reading or writing data

Activity Light. An indicator that illuminates while the head is reading or writing data on a disk, indicating not to press the eject button. CIS 105 Concepts and Terminology Unit 3

Formatting. The process of preparing a magnetic disk to store information. The process of

Formatting. The process of preparing a magnetic disk to store information. The process of a disk drive's head laying down the magnetic pattern of tracks and sectors. CIS 105 Concepts and Terminology Unit 3

Hard Disk. One or more magnetic disk platters providing high-capacity, highspeed online storage. CIS

Hard Disk. One or more magnetic disk platters providing high-capacity, highspeed online storage. CIS 105 Concepts and Terminology Unit 3

Platters. Fixed, rapidly-rotating magnetic storage component disks of a hard disk. CIS 105 Concepts

Platters. Fixed, rapidly-rotating magnetic storage component disks of a hard disk. CIS 105 Concepts and Terminology Unit 3

Head Crash. A collision between the read-write head and the surface of a hard

Head Crash. A collision between the read-write head and the surface of a hard disk platter, resulting in disk damage. CIS 105 Concepts and Terminology Unit 3

Partition. A section of a disk established to operate as if it were a

Partition. A section of a disk established to operate as if it were a separate disk. CIS 105 Concepts and Terminology Unit 3

Positioning Performance. The speed at which a drive can position the read/write head to

Positioning Performance. The speed at which a drive can position the read/write head to begin transferring data. CIS 105 Concepts and Terminology Unit 3

Transfer Performance. The speed at which a drive can transfer data. CIS 105 Concepts

Transfer Performance. The speed at which a drive can transfer data. CIS 105 Concepts and Terminology Unit 3

Spindle Speed. The number of revolutions per second at which hard disk platters rotate.

Spindle Speed. The number of revolutions per second at which hard disk platters rotate. CIS 105 Concepts and Terminology Unit 3

Hard Disk Controller. A circuit board on the mother board, on an expansion card,

Hard Disk Controller. A circuit board on the mother board, on an expansion card, or in a hard drive that acts as an interface between the CPU and the hard disk. CIS 105 Concepts and Terminology Unit 3

Small Computer System Interface (SCSI). An interface standard used for attaching peripheral devices such

Small Computer System Interface (SCSI). An interface standard used for attaching peripheral devices such as drives, scanners, and other peripherals. Pronounced "scuzzy. " CIS 105 Concepts and Terminology Unit 3

Disk Cache. A type of RAM used to temporarily store information read from a

Disk Cache. A type of RAM used to temporarily store information read from a disk, dramatically improving up hard disk performance. CIS 105 Concepts and Terminology Unit 3

Archiving. The process of moving data off a primary storage device to a longterm

Archiving. The process of moving data off a primary storage device to a longterm storage medium such as a CD -ROM or removable magnetic medium. CIS 105 Concepts and Terminology Unit 3

Backup. A duplicate copy of data. CIS 105 Concepts and Terminology Unit 3

Backup. A duplicate copy of data. CIS 105 Concepts and Terminology Unit 3

CD-ROM. A read-only, optical disk storage medium that uses laser technology to read data.

CD-ROM. A read-only, optical disk storage medium that uses laser technology to read data. An acronym for compact disc read-only memory. CIS 105 Concepts and Terminology Unit 3

CD-ROM drive. A device that uses laser technology to read data from a CD-ROM.

CD-ROM drive. A device that uses laser technology to read data from a CD-ROM. CDROM drive speed is stated in multiples of 150, 000 bits per second, such as 2 x or 4 x. CIS 105 Concepts and Terminology Unit 3

Multisession CDs. A CD that allows a device to write (burn) data during more

Multisession CDs. A CD that allows a device to write (burn) data during more than one session. CIS 105 Concepts and Terminology Unit 3

CD-R. An optical disk technology used to create CD-ROMs and audio CDs. An acronym

CD-R. An optical disk technology used to create CD-ROMs and audio CDs. An acronym for compact discrecordable. CIS 105 Concepts and Terminology Unit 3

CD-RW. An optical disk technology that allows data to be written onto a CD,

CD-RW. An optical disk technology that allows data to be written onto a CD, then changed much like on a floppy or hard disk. An acronym for compact disc-rewritable. CIS 105 Concepts and Terminology Unit 3

DVD. An optical storage medium similar to CD-ROM, except with higher storage capacity (up

DVD. An optical storage medium similar to CD-ROM, except with higher storage capacity (up to 17 GB). The acronym for "digital video disc" or "digital versatile disc. ” DVD-ROM drives are downwardly compatible with CD-ROM. CIS 105 Concepts and Terminology Unit 3

PC Card (PCMCIA Card). A credit-card-sized circuit board, typically used to connect a modem,

PC Card (PCMCIA Card). A credit-card-sized circuit board, typically used to connect a modem, memory, network card, or storage devices to a notebook computer. CIS 105 Concepts and Terminology Unit 3

End of Study Unit 3. � Return to first slide Move to Study Unit

End of Study Unit 3. � Return to first slide Move to Study Unit 4 CIS 105 Home Page CIS 105 Concepts and Terminology Unit 3 Created by James Q. Jacobs