Final Exam 2 Flashcards
Overflow is when
- Overflow is when there is no room to store the high-order bits when calculating a binary equation
The range of a floating point is
- The largest and smallest values that can be expressed
The accuracy of a floating point is
- How closely a numeric representation approximates a true value
The precision of a floating point is
- The amount of information we have about a value (the amount of decimal places that are end the end of the given measurement)
How to stop pages in the batch file
- Pause
Signed numbers use a ____ (__) and can be _________ between negative values and positive values
- flag (bit), distinguished
+7 signed vs unsigned
- 0111 vs 111
-2 and -6 in 3-bit signed form
- 1010 and 1110
Batch file, what does the CD command do?
Change the directory
Solid State wear leveling – What is it? What does it do?
- NAND memory will wear out after (very) many erase/write cycles
- The SSD controller will try to wear the drive out evenly to extend the drives full capacity and performance
Backup – incremental, differential
- Incremental: Only back up the new or changed files since the last backup
o Takes longer than differential to restore - Differential: Only back up new or changed files since the last full backup
o Differential takes longer to back up than incremental
Your computer, is it Von Neumann or Harvard
- Modern computers use a modified version of Harvard architecture, with separate buses for data and instructions
What is the disk cleanup?
- Analyzes the hard drive for expendable files (temp files that are safe to delete) to recover space.
In the properties tab, you can add and edit the ____ and ______
title and author
Properties are used to
- Organize and sort files
The command for file attribute is:
attrib
Name four file attributes
- A, H, R, S
Attrib +R
- Sets a read-only file attribute
Attrib -S
- Clears a system file attribute
Attrib +H
- Sets a hidden file attribute
Attrib +
- Sets an attribute
Attrib –
- Clears an attribute
Attrib -A
Clears an archive attribute