Fundamentals of Computer Science - Peripheral Devices

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary related to encoding, peripheral devices, and their functions in computer science.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Encoding

The process of representing data in a specific format or character set for efficient transmission and storage.

2
New cards

ASCII

A character encoding standard that uses numeric codes to represent characters; it supports 128 characters including letters, digits, and symbols.

3
New cards

Base32

An encoding scheme that represents binary data using a set of 32 characters, typically uppercase letters A-Z and digits 2-7.

4
New cards

Base64

An encoding scheme that converts binary data into ASCII string format using 64 characters, used to safely embed data in text.

5
New cards

Peripheral Device

An auxiliary device that connects to a host computer and expands its capabilities, such as input, output, storage, or communication.

6
New cards

Input Device

A device used to input data into a computer, such as a keyboard, mouse, or touchpad.

7
New cards

Output Device

A device that outputs information from a computer, such as a monitor, printer, or speakers.

8
New cards

Solid State Drive (SSD)

A type of storage device that uses flash memory to provide faster data access and better durability without moving parts.

9
New cards

Hard Disk Drive (HDD)

A traditional storage device that uses spinning disks to store data magnetically and has moving components.

10
New cards

Optical Disk

A storage medium such as CD or DVD that uses laser technology to read and write data.

11
New cards

Modem

A device that modulates and demodulates signals for data transmission over telephone lines or cable.

12
New cards

Router

A device that forwards data packets between computer networks and directs traffic on the internet.

13
New cards

Error Detection Code

A method used to detect errors in data transmission, often involving checksums to verify the integrity of data packets.

14
New cards

Synchronous Communication

A method of data transmission where data is sent in a continuous stream, with timing fixed for the sender and receiver.

15
New cards

Asynchronous Communication

A method of data transmission where data is sent one packet at a time without a fixed timeline, requiring the receiver to detect new packets.

16
New cards

Checksum

A value calculated from data to verify its integrity during transmission by comparing the sender and receiver results.