Computer Fundamentals Lecture Notes

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

1/98

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the lecture notes on computer fundamentals.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

99 Terms

1
New cards

System Software

Software that controls a computer’s internal operations and manages hardware resources.

2
New cards

Application Software

Programs designed to perform specific user-oriented tasks and cannot run without system software.

3
New cards

Operating System (OS)

System software that acts as an interface between the user and computer hardware and supervises all other software.

4
New cards

Language Translator

System software that converts programs written in one language into machine language.

5
New cards

Utility Software

System programs that perform maintenance tasks such as backup, antivirus, and disk defragmentation.

6
New cards

Character User Interface (CUI)

Text-based interface where users type commands to interact with the computer.

7
New cards

Graphical User Interface (GUI)

Visual interface using graphics, icons, and a mouse for user interaction.

8
New cards

Linux OS

Open-source, UNIX-like operating system popular on servers for security and stability.

9
New cards

Unix OS

Multi-user, multitasking operating system used on high-end workstations and servers.

10
New cards

iOS

Apple’s mobile operating system for iPhones and iPads.

11
New cards

Android OS

Google’s mobile operating system based on Linux, used on smartphones and tablets.

12
New cards

Mac OS

Apple’s GUI-based operating system for Macintosh computers.

13
New cards

MS-DOS

Disk Operating System from Microsoft; command-line interface for PCs.

14
New cards

Network Operating System

OS that manages data, users, groups, and security over a network.

15
New cards

Single-User Operating System

OS that allows only one user to use the computer at a time.

16
New cards

Multi-User Operating System

OS that permits multiple users to access a computer’s resources simultaneously.

17
New cards

Multitasking Operating System

OS capable of running several programs concurrently.

18
New cards

Real-Time Operating System (RTOS)

OS that processes data and events within strict time constraints.

19
New cards

Time-Sharing Operating System

OS that allocates CPU time slices so many users share system resources efficiently.

20
New cards

Batch Processing Operating System

OS that processes batches of jobs with little or no user interaction.

21
New cards

Assembler

Translator that converts assembly (low-level) language into machine code.

22
New cards

Compiler

Translator that converts high-level code into machine code in one pass, listing errors afterward.

23
New cards

Interpreter

Translator that converts and executes high-level code line by line, stopping at errors.

24
New cards

Backup Utility

Software that copies data to protect against loss.

25
New cards

Antivirus Utility

Program that detects and removes malicious software.

26
New cards

File Compression Utility

Software that reduces file size for storage or transfer.

27
New cards

Disk Defragmenter

Utility that reorganizes fragmented data on a disk to improve performance.

28
New cards

Data Encryption

Process of converting original data into unreadable form to secure it.

29
New cards

Data Decryption

Process of converting encrypted data back to its original form.

30
New cards

General-Purpose Application Software

Standard packages like word processors and spreadsheets used by many users.

31
New cards

Specific-Purpose Application Software

Custom software designed for specialized tasks such as payroll or reservations.

32
New cards

Word Processing Software

Application for creating and editing text documents.

33
New cards

Spreadsheet Software

Application that organizes data in rows and columns for calculations and analysis.

34
New cards

Database Software

Application for storing, retrieving, and managing structured data.

35
New cards

Presentation Software

Application used to create slide shows for information display.

36
New cards

Desktop Publishing (DTP) Software

Application for designing printed materials like brochures and magazines.

37
New cards

Graphics Software

Programs used to create or edit images and illustrations.

38
New cards

Multimedia Software

Applications that integrate text, sound, images, and video.

39
New cards

Billing and Accounting Software

Specific-purpose applications for financial record keeping.

40
New cards

Payroll Software

Application that calculates and manages employee salaries and deductions.

41
New cards

Attendance Software

Program used to record and monitor presence of employees or students.

42
New cards

Reservation System

Software enabling booking of services such as tickets or hotels.

43
New cards

HR Management Software

Application suite for managing human-resource activities in organizations.

44
New cards

Speed (Computer Characteristic)

Ability to process instructions at extremely high rates.

45
New cards

Accuracy (Computer Characteristic)

Capability to perform calculations with minimal errors.

46
New cards

Durability

Quality of operating without fatigue or boredom over long periods.

47
New cards

Versatility

Flexibility to handle multiple diverse tasks efficiently.

48
New cards

Reliability

Consistency in producing correct results repeatedly.

49
New cards

Storage (Characteristic)

Capacity to hold large quantities of data in memory.

50
New cards

Softcopy

Digital version of documents viewable on a screen.

51
New cards

Input Unit

Component that receives data/instructions via devices like keyboard and sends them to memory.

52
New cards

Processing Unit (CPU)

Central component that performs calculations and data processing.

53
New cards

Memory Unit

Section of computer that stores data and instructions.

54
New cards

Output Unit

Component that presents processed information through devices like monitors and printers.

55
New cards

Keyboard

Primary text input device; can be wired, wireless, or virtual.

56
New cards

Pointing Device

Input device such as mouse, joystick, or trackball used to control pointer.

57
New cards

Optical Mark Reader (OMR)

Device that reads pencil marks on pre-printed forms.

58
New cards

Optical Character Recognition (OCR)

Technology that converts printed text into digital characters.

59
New cards

Magnetic Ink Character Recognition (MICR)

Reader that detects magnetic ink characters on cheques.

60
New cards

Bar Code Reader (BCR)

Scanner that reads bar-coded information on products.

61
New cards

Central Processing Unit (CPU)

Hardware unit comprising ALU, Control Unit, and memory; executes instructions.

62
New cards

Arithmetic and Logic Unit (ALU)

CPU component performing arithmetic and logical operations.

63
New cards

Control Unit (CU)

CPU component that directs operations of other computer parts and controls instruction execution order.

64
New cards

Random Access Memory (RAM)

Volatile primary memory accessible for read/write during program execution.

65
New cards

Static RAM (SRAM)

Fast, expensive RAM that retains data while power is on without refresh.

66
New cards

Dynamic RAM (DRAM)

Slower, cheaper RAM that requires periodic refreshing to retain data.

67
New cards

Read Only Memory (ROM)

Non-volatile memory containing permanent instructions.

68
New cards

PROM

Programmable ROM that can be written once only.

69
New cards

EPROM

Erasable PROM that can be cleared with ultraviolet light.

70
New cards

EEPROM

Electrically erasable PROM allowing selective rewriting by electric signals.

71
New cards

Secondary Memory

Cheapest, non-volatile storage like hard disks and DVDs used for long-term data.

72
New cards

Bit

Smallest unit of data, 0 or 1.

73
New cards

Nibble

Group of 4 bits.

74
New cards

Byte

Group of 8 bits.

75
New cards

Kilobyte (KB)

Approximately 1024 bytes of data.

76
New cards

Megabyte (MB)

Approximately 1024 kilobytes.

77
New cards

Gigabyte (GB)

Approximately 1024 megabytes.

78
New cards

Terabyte (TB)

Approximately 1024 gigabytes.

79
New cards

Hard Disk

Magnetic storage device with large capacity for data.

80
New cards

CD-ROM

Optical disc storing up to 700 MB of read-only data.

81
New cards

Floppy Disk

Removable magnetic storage medium with limited capacity.

82
New cards

DVD

Optical disc with higher capacity than CD, from 4 GB to 47 GB.

83
New cards

Pen Drive

Portable USB flash memory device.

84
New cards

Blu-ray Disc

High-capacity optical disc for HD video and data storage.

85
New cards

Memory Card

Solid-state storage used in cameras and mobile devices.

86
New cards

Visual Display Unit (Monitor)

Primary output device that displays visual information.

87
New cards

Impact Printer

Printer that physically strikes paper, e.g., dot-matrix.

88
New cards

Non-Impact Printer

Printer that forms images without striking paper, e.g., laser.

89
New cards

Laser Printer

High-quality non-impact printer using laser and toner.

90
New cards

Inkjet Printer

Non-impact printer that sprays ink droplets onto paper.

91
New cards

Plotter

Output device that draws vector graphics on large paper.

92
New cards

Speaker

Audio output device converting digital signals to sound.

93
New cards

Microcomputer

Small, low-cost personal computer with a single microprocessor.

94
New cards

Minicomputer

Mid-range, multi-user computer with greater capacity than microcomputers.

95
New cards

Mainframe Computer

Large, powerful computer handling vast data and numerous users.

96
New cards

Supercomputer

Fastest, most powerful computer performing parallel processing at MFLOPS or higher.

97
New cards

PARAM Padma

Indian-built supercomputer capable of 1 TFLOP per second.

98
New cards

Automated Teller Machine (ATM)

Self-service banking terminal used to withdraw or deposit money.

99
New cards

Bar Code

Pattern of lines representing data readable by scanners.