Computer Software Overview

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

1/15

flashcard set

Earn XP

Description and Tags

Flashcards covering the key concepts and definitions related to computer software, its categories, functions, and types.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

What is software?

Software is a set of programs that governs the operations of a computer system.

2
New cards

What are the two main categories of software?

The two main categories of software are System Software and Application Software.

3
New cards

What is System Software?

System Software is the software that controls internal computer operations and controls hardware so that application software can be performed.

4
New cards

What are some classifications of System Software?

System Software can be classified into Utilities, Operating Systems,translator software and Device Drivers.

5
New cards

What is the role of utility software?

Utility software assists the computer in ensuring smooth functioning, performing tasks like backing up disks, scanning for viruses, and data recovery.

6
New cards

define antivirus software.

An example of antivirus software is any program that scans the computer system for viruses and removes any found.

7
New cards

What is the purpose of a Disk Defragmenter?

A Disk Defragmenter speeds up disk access by rearranging files and free space into contiguous units.

8
New cards

What does an Operating System do?

An Operating System acts as an interface between the user and the computer, managing files, CPU, devices, and memory.

9
New cards

How does an Operating System manage resources?

The Operating System allocates hardware and software resources to specific programs and users as necessary.

10
New cards

What is Application Software?

Application Software is designed to perform a specific task for the user.

11
New cards

What are some examples of Application Software packages?

Examples include Word processing Software (MS Word), Electronic Spreadsheets (MS Excel), Presentation software and Database Management Systems (MS Access).

12
New cards

What is Customized Software?

Customized Software is developed to meet specific requirements set by the user.

13
New cards

What is the function of a Programming Tool?

A Programming Tool aids software developers in creating, editing, debugging, and maintaining programming tasks.

14
New cards

What does an Assembler do?

An Assembler converts programs written in assembly language into machine language.

15
New cards

How does an Interpreter work?

An Interpreter converts a high-level language program into machine language line by line, reporting errors immediately.

16
New cards

What is a Compiler?

A Compiler converts a high-level language program into machine language all at once, displaying errors after full conversion.