Introduction to Computers and Programming

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

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts from the Introduction to Computers and Programming chapter, focusing on hardware, software, data storage, and basic programming understanding.

Last updated 10:39 PM on 4/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

What is a program?

A set of instructions that a computer follows to perform a task.

2
New cards

What is RAM?

Random Access Memory, where a computer stores a program while it is running and data used by the program.

3
New cards

What does the CPU do?

The Central Processing Unit runs programs and is the most important component of a computer.

4
New cards

What are input devices?

Components that collect data from users or other devices, like keyboards and mice.

5
New cards

What are the two general categories of software?

Application software and system software.

6
New cards

What is the fetch-decode-execute cycle?

A cycle where the CPU fetches the next instruction from memory, decodes it, and then executes it.

7
New cards

What is the difference between a compiler and an interpreter?

A compiler translates high-level language to a separate machine language program, while an interpreter translates and executes instructions one at a time.

8
New cards

What is ASCII?

A coding scheme that defines codes for 128 characters.

9
New cards

What is machine language?

The lowest level of programming language, consisting of binary numbers that the CPU can execute.

10
New cards

What is the role of an assembler?

It translates assembly language to machine language for execution by the CPU.