Book Quiz Questions Flashcards
Two things you can type into the RUN box to open a command prompt
CMD
COMMAND
Command line command to view or modify file attributes
ATTRIB
List the file attributes available in NTFS
Read Only, Hidden, System, and Archive as well as Compression, Indexing, and Encryption
List the file attributes available to FAT32
Read Only, Hidden, System, and Archive
Indexing file attribute
Allows the file to be indexed for windows search
Standard permissions are
collections of special permissions, including Full Control, Modify, Read & Execute, Read, and Write
Shell
program that runs on top of the OS and allows the user to issue commands through a set of menus or other interface (which may or may not be graphical).`
Cooperative multitasking
multitasking method that depends on the application itself
to be responsible for using the processor and then freeing it for access by other applications.
Preemptive multitasking
multitasking method in which the OS allots each application
a certain amount of processor time and then forcibly takes back control and gives another application or task access to the processor.
Multithreading
The ability of a single application to have multiple requests in to the processor at one time.
Sidebar
Place for gadgets in Vista. On by default for vista
ping -t
persistent ping – will keep going until stopped
ping -n
specify number of echo requests
ping -l
specify packet size
ping -4
use ipv4
ping -6
use ipv6
netstat
The Netstat utility is used to check out the inbound and outbound TCP/IP connections on your machine. It can also be used to view packet statistics, such as how many packets have been sent and received and the number of errors.
netstat -a
Display all connections and listening ports
netstat -b
Displays the executative involved in creating each connection or listening port.
netstat -e
Displays ethernet stats (bytes received, sent, etc)
CDFS
File system for CDs.
Is it tracert or traceroute?
tracert
traceroute is for *nix
sfc /scannow
Scans protected system files immediately
sfc /scanonce
scans system files at next boot
sfc /scanboot
scans files at every boot
sfc /revert
revert sfc to default settings
Which partition does the OS boot from?
Active partition.
Active partions must be primary partitions but primary partitions do not have to be active.