Computer Education Note Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Flashcards covering basic computer knowledge, including software levels, hardware, speed, data storage units, computer functions, memory types, and troubleshooting steps.

Last updated 12:38 AM on 8/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

What is the definition of an Application?

A computer program designed to carry out a specific task other than one relating to the operation of the computer itself.

2
New cards

What are some examples of Applications mentioned in the notes?

Werd processors, media players, and accounting.

3
New cards

How is an Operating System defined?

A powerful, and usually large, program that controls and manages the hardware and other soft wore on a computer.

4
New cards

What are examples of Operating Systems that all computers require?

IOS, Microsoft Windows, Android, and Linux.

5
New cards

What is the function of a Device Driver?

A small piece of software that tells the operating system and other software how to communicate with a piece of hardware; it acts as a translator.

6
New cards

What is the difference between an Input device and an Output device?

An Input device is used to send data into the computer, while an output device is used to display or output the processed dat a from the computer.

7
New cards

What is the role of an I/O device?

An I/O device can send and receive data.

8
New cards

In what unit is the speed of a computer measured?

Hertz (HzHz).

9
New cards

How is computer speed specifically calculated?

By the number of instructions that the computer can execute in one second.

10
New cards

What are the six reasons why computer speed is important?

  1. Saves time, 2. Improves productivity, 3. Handles multiple tasks, 4. Better Video, 5. Supports advanced programs.
11
New cards

In what language is data stored, and what are the individual digits called?

Data is stored in sequences of 00's and 11's, which is Binary language; those digits are called bits.

12
New cards

How many bits are in one byte?

88 bits.

13
New cards

How many bytes are in a Kilobyte (KBKB)?

1,0241,024 bytes.

14
New cards

What are the storage units in ascending order from Megabyte to Petabyte?

1,0241,024 KBKB = Megabyte (MBMB), 1,0241,024 MBMB = Gigabyte (GBGB), 1,0241,024 GBGB = Terabyte (TBTB), and 1,0241,024 TBTB = Petabyte.

15
New cards

What are the 4 Main Functions of a Computer?

  1. Acquiring Information, 2. Storing Information, 3. Manipulating and Communicating Info, 4. Presenting Information.
16
New cards

What is RAM and how is it characterized?

Random Access Memory is short-term memory that stays only if the computer is running; it is called volatile memory because data is lost when power is turned off.

17
New cards

What is the difference between RAM and ROM regarding data storage and writing?

RAM can be read and written but is volatile, while ROM (Read Only Memory) is non-volatile and stores data when the computer is turned off.

18
New cards

What is the CPU and what is its role?

The Central Processing Unit is the brains of the computer, in charge of processing data and distributing it to other places on the computer.

19
New cards

What are some ways a computer presents information?

Through displays such as the monitor, or output devices like printing and speakers.

20
New cards

Define file, folder, and filepath.

A file is a saved piece of date; a folder/directory organizes files; a filepath is the 'address' or location where a file is stored.

21
New cards

What is a file extension and what does it do?

An extension is attached to the end of a filename (e.g., .docx, .pdf, .jpg) and tells the computer what program to use to open it.

22
New cards

What factors affect computer performance?

CPU, RAM, storage type (SSD vs HDD), GPS, and running programs.

23
New cards

What are the five Maintenance Basics recommended in the notes?

  1. Restart when sluggish, 2. keep storage space available, 3. remove unused programs/extensions, 4. Update OS and apps, 5. backup important work.
24
New cards

What are the signs of a computer overheating?

Loud fans, Slowdowns, and Shutdowns.

25
New cards

What are the six steps of the Troubleshooting process?

Step 1: Identify the problem. Step 2: Check the basics. Step 3: Reproduce the issue. Step 4: Try one fix at a time. Step 5: Document results. Step 6: Ask for help with details.