GST103: Computer Fundamentals – Comprehensive Review

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

1/59

flashcard set

Earn XP

Description and Tags

These flashcards cover key definitions, concepts, and applications from GST103: Computer Fundamentals, including basics of computing, generations, hardware, software, programming, networking, Internet, and real-world applications.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

60 Terms

1
New cards

What is the basic definition of a computer?

An electronic machine that accepts data, processes it and produces information.

2
New cards

What does DATA refer to in computing?

Raw facts about people, objects or events, e.g., name, age, height.

3
New cards

How is INFORMATION defined?

Processed data that is meaningful, e.g., examination results or net pay.

4
New cards

List the three traditional methods of data processing.

Manual, Mechanical, and Computer methods.

5
New cards

Give two disadvantages of manual data-processing.

It is slow and error-prone, making large-volume processing impractical.

6
New cards

State three major advantages of the computer method of data processing.

Continuous processing, high accuracy, and neat multi-format output (graphs, pictures, etc.).

7
New cards

Name four key characteristics of a computer.

Speed, Accuracy, Storage, Automation (plus Reliability and Flexibility).

8
New cards

What does ROM stand for and what is its purpose?

Read Only Memory – stores permanent instructions that are not lost when power is off.

9
New cards

What is RAM?

Random Access Memory – volatile main memory used for temporary storage during processing.

10
New cards

Identify the 3 broad units of computer hardware.

Input Unit, Processing Unit (CPU), and Output Unit.

11
New cards

Mention two common INPUT devices.

Keyboard and Mouse (others include scanner, joystick).

12
New cards

Give two examples of OUTPUT devices.

Monitor (VDU) and Printer.

13
New cards

Differentiate between hardware and software.

Hardware is the physical equipment; software is the set of instructions that drive the hardware.

14
New cards

State the two major categories of software.

System software and Application software.

15
New cards

What are the three sub-types of system software?

Operating System, Utility Software, and Language Translators.

16
New cards

Give three examples of application software packages.

Word Processor, Spreadsheet, Database Package.

17
New cards

What is an operating system?

A program that manages computer hardware, provides a user interface, and allocates resources.

18
New cards

Distinguish between multi-programming and multi-processing.

Multi-programming runs several programs on one CPU; multi-processing uses several CPUs.

19
New cards

What is a stored-program concept?

Both instructions and data are kept in main memory, allowing programs to control execution sequentially.

20
New cards

List the six generations of computer evolution covered in the notes.

First (vacuum tubes), Second (transistors), Third (ICs), Fourth (LSI/VLSI), Fifth (parallel processing), Sixth (massive parallel/Internet era).

21
New cards

Which generation introduced the integrated circuit (IC)?

Third Generation (1963–1972).

22
New cards

State two key innovations of the Fourth Generation.

Very Large Scale Integration (VLSI) chips and the rise of microcomputers/workstations.

23
New cards

Name three classes of computers based on size/capacity.

Microcomputers, Minicomputers, and Mainframes.

24
New cards

Differentiate between general-purpose and special-purpose computers.

General-purpose can be programmed for many tasks; special-purpose are built for one specific job.

25
New cards

Define a digital computer.

A computer that represents data using discrete digits, usually binary.

26
New cards

What is an analog computer used for?

Measuring continuous physical variables such as voltage to model systems.

27
New cards

Explain a hybrid computer.

Combines analog and digital elements to gain advantages of both.

28
New cards

List the three main types of LANGUAGE translators.

Assembler, Interpreter, Compiler.

29
New cards

What is the function of an assembler?

Translates assembly language programs into machine code.

30
New cards

How does a compiler differ from an interpreter?

Compiler translates the whole source code before execution; interpreter translates line-by-line during execution.

31
New cards

Give two principles of good programming.

Accuracy of results and Readability/maintainability of code.

32
New cards

List the typical stages in program development.

Problem definition, algorithm design (flowchart/pseudocode), coding, translation, debugging, testing, documentation.

33
New cards

What is a flowchart?

A graphical diagram that outlines the logical steps of a program using standardized symbols.

34
New cards

Name four common flowchart symbols.

Terminator, Process, Decision, Input/Output.

35
New cards

Define an algorithm.

A finite, ordered set of unambiguous instructions for solving a problem.

36
New cards

State two differences between pseudocode and a flowchart.

Pseudocode uses structured English statements; a flowchart uses graphical symbols.

37
New cards

Give three typical numeric formats in spreadsheets.

Currency, Percentage, and Scientific formats.

38
New cards

What is a virus in computing?

A malicious program designed to replicate and cause harm to data or software.

39
New cards

List three common modes of virus transmission.

Infected external storage (flash, floppy, CD), email attachments, and Internet downloads.

40
New cards

Mention two ways to prevent virus infection.

Use updated antivirus software and avoid opening unknown attachments.

41
New cards

State two auxiliary devices important for a computing environment.

Voltage Stabilizer and Uninterruptible Power Supply (UPS).

42
New cards

What role does a UPS play?

Provides conditioned power and temporary backup to allow safe shutdown during outages.

43
New cards

Why are air conditioners used in computer rooms?

To maintain optimal temperature and reduce dust for reliable hardware operation.

44
New cards

Give three applications of computers in education.

Computer-Based Training (CBT), Library cataloguing systems, and Distance Learning platforms.

45
New cards

Name two business uses of computers.

Payroll processing and Inventory control.

46
New cards

How are computers used in health care?

Laboratory diagnostics, patient monitoring, and hospital record keeping.

47
New cards

List two military applications of computers.

Missile guidance systems and simulation training for pilots.

48
New cards

Identify two common spreadsheet functions.

SUM() for addition and AVERAGE() for mean calculation.

49
New cards

What is a cell reference in spreadsheets?

The address of a cell identified by its column letter and row number, e.g., B3.

50
New cards

Define electronic mail (e-mail).

A network service for sending digital messages and attachments between users.

51
New cards

What is the Internet?

A global network of interconnected computer networks using TCP/IP to share information.

52
New cards

Explain the World Wide Web.

A system of interlinked hypertext documents accessed via the Internet using browsers.

53
New cards

Give two examples of Internet browsers.

Google Chrome and Mozilla Firefox.

54
New cards

What does URL stand for and mean?

Uniform Resource Locator – the address that specifies the location of a resource on the web.

55
New cards

What is a hyperlink?

Clickable text or image that connects one web page to another.

56
New cards

Describe a Local Area Network (LAN).

A network that connects computers within a limited area such as a building.

57
New cards

Differentiate LAN from WAN.

LAN covers a small geographic area; WAN spans large distances and interconnects multiple LANs.

58
New cards

What device converts digital signals to analog for telephone lines?

A Modem (Modulator/Demodulator).

59
New cards

Identify two common network topologies.

Star and Bus topologies.

60
New cards

What is the function of a firewall?

To control and secure traffic between networks, protecting against unauthorized access.