Fundamentals of Hardware, Software and ICT - Fill-in-the-Blank Review

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

1/38

flashcard set

Earn XP

Description and Tags

Fill-in-the-blank flashcards covering key hardware, software, programming, problem-solving, word processing, spreadsheets, databases, and ICT concepts from Sections 1-8.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

39 Terms

1
New cards

Major functions of computer systems are __.

input, processing, output, storage

2
New cards

The CPU is composed of the __ and the ALU.

control unit

3
New cards

The main memory is also known as __.

RAM (immediate access storage)

4
New cards

Primary storage devices include bistable devices, PROM, EPROM, RAM, and __.

ROM

5
New cards

Common storage units include __.

bit, byte, kilobyte, megabyte, gigabyte, terabyte, word, word size

6
New cards

Examples of secondary storage media include __.

magnetic tape, floppy disk, hard disk (fixed head, moving head, external), optical disks (CD, DVD), flash drive, flash memory cards

7
New cards

Device interfaces such as __.

SCSI, IDE, SATA

8
New cards

An input device example is the __.

keyboard

9
New cards

The Visual Display Unit is defined by its __.

resolution

10
New cards

Printers are categorized into two broad categories: and .

impact and non-impact

11
New cards

Data are stored and manipulated using __ number systems.

binary, octal and hexadecimal

12
New cards

ASCII is used to represent __.

characters

13
New cards

The operating system handles file management, memory management, security, device management, input/output management, and __.

process management

14
New cards

Distinguish between systems programs and __ programs.

application

15
New cards

The different processing modes are __, real-time, online, and time-sharing.

batch processing

16
New cards

Software interfaces include __ (command driven) and GUI.

command driven and graphical user interface (GUI)

17
New cards

The top-down design approach is also known as __.

stepwise refinement

18
New cards

High-level programming languages include __ such as Pascal and C.

Pascal and C

19
New cards

First through fifth generation languages are types of __.

programming languages

20
New cards

The sequence of steps for implementing a program includes create source code, __, linking, executing, and maintaining the program.

compile

21
New cards

Common errors in programming include __ errors, and run-time errors.

syntax; or logic

22
New cards

Elementary data types include __, real numbers, and characters.

integers

23
New cards

When declaring variables, use __ names.

meaningful

24
New cards

To manipulate data, you read from and write to variables, and perform __ operations.

arithmetic

25
New cards

Control structures include conditional branching: if-then, if-then-else, and __ loops.

while

26
New cards

Arrays are declared as 1-dimensional __.

arrays

27
New cards

Testing and debugging techniques are used to verify __.

correctness

28
New cards

Internal documentation includes mnemonic names, comments, indentation, and __.

white spaces

29
New cards

External documentation refers to __.

user manuals

30
New cards

A spreadsheet is a table consisting of __.

cells

31
New cards

Spreadsheet terminology includes row, column, cell, __, value, formula, and function.

label

32
New cards

Predefined system functions include sum, average, date, maximum, minimum, count, if, vlookup, and __.

rank

33
New cards

In spreadsheets, addressing is used to copy formulas with __ references.

relative; relative

34
New cards

Chart types include __ such as bar charts, line graphs, and pie charts.

charts

35
New cards

A database is a repository of __; a collection of tables related to each other.

information

36
New cards

Database terminology includes table (relation), entity, __, attribute, primary key, secondary key, composite key, candidate key, alternate key, foreign key.

tuple

37
New cards

Advantages of databases include __.

multiple views

38
New cards

Create a database with at least three data types and __ records.

twenty-five

39
New cards

Report generating facilities in database packages include sorting, grouping, and __ features.

statistical and summary