Computer Software Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Role of operating system

A

software that manages computer hardware and software

  • Controls peripherals
  • controls file management
  • Controls sercurity
  • provides a user interface so it is easy to interact with the computer
  • Manages System resources
  • Manages back up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Role of a User Interface

A

the method by which the user and the computer exchange information and instructions

  • Receives user input
  • Ouput information to the user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of User Interface

A
  • CLI

- GUI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advantages of CLI

A

-Allows expert users to perform tasks quickly
-Requires fewer system resources
-Commands can be written into “batch”
files and run as programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Features of GUI

A
  • Windows - shows the program/file
  • Icons - small images on the desktop that can be clicked on to open programs
  • Menu - allow user to select tools/options within software application
  • Pointer-An arrow on the screen the user can use to select windows,icons or menus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Software Libraries

A

-collection of pre-made programs (created by someone else) that anyone can use in their program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Software Utilities

A

A program to control the functioning of a computer

  • Keeps the computer running smoothly
  • A utility typically does one specific task
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Firewall

A

Filters/controls what programs have access into your computer
controls the incoming and outgoing network traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Anti-Virus Software

A

Software that monitors a computer against viruses and quarantines any infected files , warning the user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Defragmentation

A

Software that puts all the pieces of the files back together into contiguous disk space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

System Restore

A

Allows a computer to be rolled back to an earlier point in time when it was running smoothly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Formatting Disks

A

This prepares a disk for use.It creates sectors on the disk where files can be saved.It deletes any files saved on the disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Control Panel

A

Software that allows a user to configure the appearance and functioning of a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Example of uses of Control Panel

A
  • Add users
  • Add hardware
  • Change security settings
  • Change the desktop
  • Change the language
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Advantages of software libraries

A
  • saves times

- condenses program meaning it looks more pleasing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Disadvantages of software libaries

A
  • Program documentation may be hard to understand of incomplete
  • They may carry bugs
17
Q

Software development environment

A

Provide programmers with various tools that are needed to create programs e.g

  • editor
  • Compiler
  • Interpreter
  • Linker
  • Debugger