Exam #2 Flashcards
What is the technical term for software?
refers to a set of instructions that tells the computer what to do.
What is a program?
an instruction set that provides a means for us to interact with and use the computer.
What is application software?
the software you use to do tasks at home, school, and work.
What is system software?
software that helps run the computer and coordinate instructions between application software and the computer’s hardware devices.
What are mobile apps?
installed on a computing device but generally a device that is mobile and connected constantly to the internet. Need internet to function.
What are web based applications?
Apps used almost exclusively online. They are obtained as Software as a Service. Gmail, google docs.
Productivity software
Software that is used to do productive tasks. Word processing, powerpoint, etc.
Software Suite
A collection of productivity programs that are bought together.
What is a personal information manager (PIM) software?
Productivity suites that let you moderate email, calendars, contacts, etc. Ex. Outlook
Software as a service
Vendors host the software online and you access and use the software over the internet.
wizard
Walks you through the steps necessary to complete a complicated task.
template
a predesigned form.
macro
a small program that groups a series of commands so that they will run as a single command.
financial planning software
helps you manage you daily finances. mint, etc
tax preparation software
lets you prepare your state and federal taxes on your own instead of hiring a professional. Turbo Tax, HR Block
accounting software
helps small business owners manage their finances more efficiently by providing tools fro tracking accounts receivable and accounts payable.
Desktop publishing
Allows professionals to design books and other applications.
Web Authoring software
allows anyone to design awesome websites instead of using HTML 5.
Vertical market software.
software used by Big businesses to do BIG and specific things; real estate companies use it.
computer aided design
programs that lets you make cool designs and fancy drawings, and 3D stuff. AutoCad is a program that lets you do this.
Cloud computing
where you can store files and data on the web. Google drive
Simulation programs
gives you an experience that lets you control a software as if you were actually using it. Flight training, surgical instrument training, etc.
Course management software
tools and information are found here. blackboard, canvas.
freeware
Copyrighted software that you can use for free.
public domain software
there is absolutely no ownership such as copyright, trademark, or patent.
Beta version
an application that is still under development.
End User License Agreement (EULA)
an agreement between you, the user, and the software company. It is a legal contract that outlines the acceptable uses of the program and any actions that violate the agreement.
Software License
Synonymous to EULA
software piracy
making illegal copies of software, or using it outside of the EULA.
System requirements
a set that specifies the minimum recommended standards for the operating system, processor, RAM, and hard drive.
operating software
a group of programs that controls how your computer functions.
manages computer’s hardware, helps application software work with the CPU, and is responsible for the management, scheduling, and coordination of tasks.
utility program
a small program that performs many of the general housekeeping tasks for your computer.
user interface
you interact with your OS through the user interface. desktop, icons, and menus.
multitask
perform more than one process at a time
Real time operating system RTOS
also called embedded system; require minimal user interaction. has a specific purpose, and it must guarantee certain response times.
multiuser operating system (network operating system)
lets more than one user access the computer system at a time by handling and prioritizing requests from multiple users.
Unix
a multiuser, multitasking OS that is used as a network OS.
Window 10
Microsoft’s newest OS, provides an interface optimized for touch screen devices and is designed to run across all devices: phones, tablets, laptops, and desktops.
windows OS
An operating environment that incorporates a user friendly, visual interface similar to Apple’s first OS.
Mac OS
first commercially available OS to incorporate the ability to interact with the computer with a user friendly point and click technology.l
Linux OS
an open source os designed for use on personal computers and as a network OS.
command-driven interface
interface is one in which you enter commands to communicate with the computer system.
menu driven interface
interface in which you choose commands form menus displayed on the screen.
GUI
interface that displays graphics and use the point and click technology of the mouse and cursor, making them much more user friendly
spooler
program that helps coordinate all print jobs currently being sent to the printer.
buffer
temporary storage in RAM for print queue
virtual memory
The process of optimizing RAM storage by borrowing
virtual memory
The process of optimizing RAM storage by borrowing hard drive space.
swap file
when more RAM is needed, the OS swaps some
swap file
when more RAM is needed, the OS swaps some “less used” data to a temporary storage area (swap file)
paging
Process of swapping data from the swap file back onto the ram
thrashing
when your computer becomes sluggish because of excessive paging.
device driver
Each device connected to your computer comes with a special program called a device driver that facilitates communication between the device and the OS.
plug and play
a software and hardware standard designed to facilitate the installation of new hardware in PCs by including in the OS the drivers these devices need in order to run.
boot process
- Activating BIOS
- Performing the Power-on self test
- loading the OS
- authentication
BIOS
Basic input/output system, stored on a Read only memory. Manages the exchange of data between the OS and all the input and output devices attached to the system, and loads the OS into the RAM form its permanent location.
POST
Power on self test. The first job of BIOS performs is to ensure that essential peripheral devices are attached and operational.
System files
the main files of the OS. When it is located, the OS loads into the RAM from its permanent storage location on the hard drive.
kernel (supervisor program)
the kernel is the essential component of the OS. It’s responsible for managing the processor and all other components of the computer system.
registry
the registry contains all the different configurations (settings) used by the OS and by other applications. Contains the customized settings you put into place, such as mouse speed, as well as instructions as to which programs should be loaded first.
authentication
The verification of your login name and password
desktop
The desktop is The primary working area.
taskbar
The taskbar displays open and favorite applications for easy access.
start menu
the start menu provides you with access to all your applications in one convenient screen.
pinning
You can choose which application are visible on the start menu through a process called pinning.
file management
file management provides an organized structure to your computer’s contents.
directory
windows organizes the contents of your computer in a hierarchal directory structure composed of drives, libraries, folders, subfolders, and files.
file
a file is a collection of program instructions of data that is stored and treated as a single unit.
folder
collection of files.
file explorer
the main tool for finding, viewing, and managing the contents of your computer.
file path
locating a file by tracking its path from the drive, folders, and subfolders.
path separator
the backlash character (/) used by windows.
file name
generally the name you assign to the file when you save it.
extension (file type)
follows the file name and a period, extension identifies what kind of family of family of files the file belongs to, or which application should be used to read the file.