Introduction to Computer Science and Computer Systems

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

1/49

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms and concepts from the lecture notes on computer systems and their evolution.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

50 Terms

1
New cards

Computer system

An electronic device that can be programmed to accept data (input), process it, and generate a result (output); it includes both hardware and software.

2
New cards

Input

Data or signals entered into a computer for processing.

3
New cards

Output

Data produced by a computer after processing.

4
New cards

Hardware

The physical components of a computer that perform processing and storage tasks.

5
New cards

Software

Programs and data that direct the hardware to perform tasks.

6
New cards

System software

Software that coordinates hardware and supports running application software, such as the operating system.

7
New cards

Application software

Programs designed to help users perform specific tasks.

8
New cards

CPU (Central Processing Unit)

The brain of the computer that executes instructions; often contains the ALU and registers.

9
New cards

Memory

Primary storage that holds data and instructions currently in use.

10
New cards

Storage devices

Non-volatile devices used to store data long term (e.g., magnetic disks, tapes).

11
New cards

Input/Output devices

Peripherals that allow data to enter the computer and results to be produced (keyboard, monitor, printer).

12
New cards

Abacus

An early mechanical calculating device used by ancient civilizations around 2000 BC.

13
New cards

Vacuum tube

An electronic device used for amplification in early computers, enabling first generation machines.

14
New cards

First generation computer

Computers that used vacuum tubes and magnetic drums; input via punched cards and paper tape; output as printouts; programs in machine language.

15
New cards

Magnetic drum

An early external storage device consisting of a metal cylinder coated with magnetic material.

16
New cards

Second generation computer

Computers that used transistors instead of vacuum tubes; smaller, faster and cheaper; introduced stored program concept.

17
New cards

Transistor

A semiconductor device used to amplify or switch electrical signals, replacing vacuum tubes.

18
New cards

Magnetic core

Magnetic memory used as primary storage in early RAM systems.

19
New cards

Magnetic disk

Magnetic storage used as secondary storage.

20
New cards

PDP-8

An example of a second generation computer.

21
New cards

IBM 1401

An example of a second generation computer.

22
New cards

IBM 7090

An example of a second generation computer.

23
New cards

Assembly language

A human readable notation for machine language using mnemonics; easier to read and write.

24
New cards

Mnemonic

An alphanumeric symbol representing a machine instruction in assembly language.

25
New cards

Assembler

A program that translates assembly language into machine code.

26
New cards

Third generation computer

Computers using integrated circuits; smaller, more reliable; keyboards and monitors used; operating systems emerged.

27
New cards

Integrated circuit (IC)

A single chip containing many transistors and other components.

28
New cards

Keyboard

An input device for typing data and commands.

29
New cards

Monitor

An output display device for showing information.

30
New cards

Magnetic tapes

External storage medium used for data storage, typically in sequential access.

31
New cards

Fourth generation

Era of microprocessors; large scale and later very large scale integration enabling personal computers.

32
New cards

Microprocessor

A small integrated circuit that contains the processing unit functions for data processing.

33
New cards

LSI (Large Scale Integration)

Thousands of transistors on a single chip as part of computer evolution.

34
New cards

VLSI (Very Large Scale Integration)

Hundreds of thousands to millions of transistors on one chip.

35
New cards

ULSI (Ultra Large Scale Integration)

Chips with millions of transistors on a single chip.

36
New cards

Apple II

An early personal computer example from the fourth generation.

37
New cards

Altair 8800

An early influential personal computer that helped popularize home computing.

38
New cards

Cray-1

A famous early supercomputer.

39
New cards

Fifth generation

Present and beyond; AI oriented with parallel processing and mega chips.

40
New cards

Artificial Intelligence (AI)

Field of computing focused on creating systems that perform tasks requiring human intelligence.

41
New cards

Expert systems

AI programs that mimic expert decision making in specific domains.

42
New cards

NLP (Natural Language Processing)

AI technology for understanding and processing human language.

43
New cards

Speech recognition

Technology that converts spoken language into text or commands.

44
New cards

Vision recognition

AI technology for interpreting visual information from images or video.

45
New cards

Robotics

Field applying AI to control autonomous or semi autonomous machines.

46
New cards

Parallel processing

Executing multiple instructions or tasks simultaneously across multiple processors.

47
New cards

Mega chips

Chips built with Super Large Scale Integration to pack many transistors on a single chip.

48
New cards

SLSI (Super Large Scale Integration)

A scale of integration describing very large scale integrated circuits used in fifth generation systems.

49
New cards

Von Neumann architecture

Computer architecture with a stored program in memory and a single bus for data and instructions.

50
New cards

Princeton architecture

Another name for the Von Neumann architecture.