Introduction to Computer Programming

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering major computer components, software classifications, and key programming-related terms from the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Computer

An electronic machine that performs a variety of tasks according to specific instructions.

2
New cards

Computer Programming

The process of writing instructions that tell a computer what tasks to perform.

3
New cards

Hardware

The physical or tangible components of a computer system.

4
New cards

Software

Intangible programs and data that enable a computer to operate and perform tasks.

5
New cards

Peopleware

The users who command a computer system to execute given instructions.

6
New cards

Central Processing Unit (CPU)

The component containing millions of tiny electrical parts that carries out the fundamental computations within a computer.

7
New cards

Memory

The component that stores data and instructions in addressable storage locations.

8
New cards

Input and Output Devices

Hardware that allows a computer to interact with the outside world by moving data into and out of the system.

9
New cards

System Software

Programs required to coordinate and manage hardware and other software so the entire system runs smoothly.

10
New cards

Application Software

Programs that users employ to accomplish specific work or tasks.

11
New cards

Compiler

A program that translates source code into machine language that a computer can understand.

12
New cards

Machine Language

The binary language of ones and zeroes that a computer's hardware can directly understand and execute.