Software - AFPI 184 Physical Computing

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

flashcard set

Earn XP

Description and Tags

Flashcards covering software categories, operating system functions, utility programs, security threats, and application types based on Chapter 4 of Physical Computing.

Last updated 12:00 PM on 7/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

What is the definition of software?

A series of related instructions, organized for a common purpose, that tells the computer what tasks to perform and how to perform them.

2
New cards

What are the two major categories of software?

System software and Application software.

3
New cards

What is the primary purpose of system software?

To provide basic non-task-specific functions, help run the computer, and coordinate instructions between application software and hardware devices.

4
New cards

What is the definition of an Operating System (OS)?

A set of programs containing instructions that work together to coordinate all the activities among computer hardware resources.

5
New cards

What is the difference between a cold boot and a warm boot?

A cold boot is turning on a computer that was powered off completely, while a warm boot is using the operating system to restart a computer.

6
New cards

In memory management, what is the responsibility of the OS?

To allocate data and instructions to memory while being processed, monitor the contents of programs in memory, and release them when the processor no longer requires them.

7
New cards

According to the lecture, what is the allocated memory for productivity software if the available RAM is 4096MB4096\,MB and the OS uses 2048MB2048\,MB?

Productivity software uses 1024MB1024\,MB.

8
New cards

What are the three types of user interfaces mentioned?

Command-driven, Menu-driven, and Graphical User Interface (GUI).

9
New cards

What is the role of the supervisor (kernel) in managing computer resources?

It manages the CPU, keeps track of memory locations, moves data from/to secondary storage, and communicates with other computer devices.

10
New cards

What is a device driver?

A small program that tells the operating system how to communicate with a specific device.

11
New cards

What is Plug and Play technology?

Technology that gives a computer the capability to configure adapter cards and other peripherals automatically as a user installs them, requiring no device driver.

12
New cards

What is the difference between multitasking and multiprocessing?

Multitasking is executing two or more applications at the same time, while multiprocessing involves processing done by two or more processors or computers at the same time.

13
New cards

What is time-sharing in the context of managing programs?

A single computer processing tasks for several users at different stations.

14
New cards

What is the function of a disk defragmenter?

It reorganizes files and unused space on a hard disk so the operating system can access data more quickly and programs run faster.

15
New cards

How does a personal firewall protect a computer?

It detects and protects a personal computer from unauthorized intrusions by preventing unauthorized access to computers or networks.

16
New cards

What are the definitions of a virus, a worm, and a Trojan horse?

A virus is a damaging program affecting a computer negatively; a worm copies itself repeatedly in memory or over a network; a Trojan horse hides within or looks like a legitimate program.

17
New cards

What is the difference between adware and spyware?

Adware downloads with freeware to display advertisements; spyware unwantedly downloads to track information about a user and transmit it to the program owner.

18
New cards

What are cookies?

Small text files that websites store on a hard drive to assign an ID number to a computer and make return visits more efficient.

19
New cards

What is Computer-aided design (CAD)?

Sophisticated application software that allows users to create engineering, architectural, and scientific designs, such as AutoCAD.

20
New cards

What is multimedia authoring software?

Software that allows the combination of text, graphics, audio, video, and animation into an interactive presentation, such as Macromedia Flash.

21
New cards

What is the Computer Based Training (CBT) approach in educational software?

A self-directed and self-paced instruction method designed to teach particular skills.

22
New cards

What protocol is responsible for sending email to its destination using the Internet?

Simple Mail Transfer Protocol (SMTP).

23
New cards

What is a Web application?

A Web site that allows users to access and interact with software from any computer or device connected to the Internet.

24
New cards

What are the advantages of Web apps over mobile apps?

Web apps can be accessed from any device with a browser, data is stored on the website, they are always up to date without manual installation, and they do not require local storage space.