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
Q

.DLL

A

Dynamic Linked Library

26
Q

.SYS

A

System Files

27
Q

.LOG

A

Log Files

28
Q

.DRV

A

Drive Files

29
Q

.TXT

A

Text Files

30
Q

.DOC / .DOCX

A

Microsoft Word

31
Q

.MPG

A

Video Files

32
Q

.MP3

A

Music Files

33
Q

.PNG / .TIF

A

Graphic Files

34
Q

.HTM / .HTML

A

Web Pages

35
Q

NTFS

A

New Technology File System - Windows file system that replaces FAT and FAT32

36
Q

Types of Operating Systems

A

Command Line and Graphical User Interface

37
Q

Driver

A

Allows OS to communicate with hardware

38
Q

File Management

A

Process that computer stores and retrieves data

39
Q

Hypervisor

A

Software that creates virtual machines to run multiple operating systems simultaneously.