Operating System Basics Flashcards

1
Q

What are the three major types of software you should be aware of?

A

Operating System, Application, Driver

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

Version

A

Revision of a piece of sfotware

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

Open Source

A

OS can be modified by anyone

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

Closed Source

A

(proprietary) only owner can modify the code

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

Shell

A

Makes OS easier to use by providing an interface to issue commands

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

GUI

A

Graphical User Interface

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

Network

A

Group of computers with a communication link between them

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

Cooperative Multitasking

A

Application is responsible for using processor and freeing it for use. If application locked up then the system was locked and had to be rebooted.

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

Preemptive Multitasking

A

Used in modern OS and allots certain amount of processor time and takes back control to give to another application. If application crashed others are unaffected.

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

Multithreading

A

Single application can have multiple requests to processor at one time. Increases application speed performance.

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

32-bit OS

A

Runs 32-bit processors. AKA x86

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

64-bit OS

A

Runs 64-bit processors. Can run 32-bit software. AKA x64

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

HCL

A

Hardware Compatibility List replaced by Windows Catalog and Compatibility Center

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

Windows Catalog

A

Hardware and software supported by each OS replaced by Compatiblity Center

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

Compatibility Center

A

List of hardware and software supported by each Windows OS

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

Desktop

A

For Windows OS a virtual desk on which all other programs and utilities run

17
Q

Taskbar

A

For Windows OS contains start menu and system tray

18
Q

Three types of networks

A

Workgroup, HomeGroup, Domain

19
Q

What folder are deleted files stored in?

A

$Recycle.Bin

20
Q

Program Window

A

Rectangular area created on the screen when an application is opened within Windows

21
Q

Basic elements of a window

A
Control Box 
Minimize and Maximize/Restore 
Close
Title Bar
Menu Bar
Active Window
Border
22
Q

States of a window

A

Maximized, Restored, Minimized

23
Q

Service Packs

A

Major updates to Windows

24
Q

.EXE

A

Executable Files (applications)

25
.DLL
Dynamic Linked Library
26
.SYS
System Files
27
.LOG
Log Files
28
.DRV
Drive Files
29
.TXT
Text Files
30
.DOC / .DOCX
Microsoft Word
31
.MPG
Video Files
32
.MP3
Music Files
33
.PNG / .TIF
Graphic Files
34
.HTM / .HTML
Web Pages
35
NTFS
New Technology File System - Windows file system that replaces FAT and FAT32
36
Types of Operating Systems
Command Line and Graphical User Interface
37
Driver
Allows OS to communicate with hardware
38
File Management
Process that computer stores and retrieves data
39
Hypervisor
Software that creates virtual machines to run multiple operating systems simultaneously.