Mid term 2 Flashcards

(89 cards)

1
Q

The command for file attribute is:

A

Attrib

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

Name four file attributes.

A

A, H, R, S

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

attrib +R

A

Sets a read-only file attribute

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

attrib -S

A

Clears a system file attribute

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

attrib +H

A

Sets a hidden file attribute

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

attrib +

A

Sets an attribute

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

attrib -

A

Clears an attribute

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

attrib -A

A

Clears an archive file attribute

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

DOS and Windows 3.1 use the ___ __ file system

A

FAT 16

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

Modern linux uses the ____ file system, and used to use the ____ and ____ file system

A

ext4, ext2 and ext3

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

The Partition size of FAT 16 is 16MB to

A

2048MB

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

Windows FAT 32 max partition size:

A

2TB

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

FAT32 allowed for permission on:

A

Folders only

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

NTFS max partition size:

A

11TB

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

NTFS allows for permissions on:

A

Files and folders

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

FAT64 or exFAT supports up to ____ __ for partitions

A

512TB

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

Why is file size different from the size on the disk?

A

Files are stored in allocated clusters

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

List the sectors per cluster for FAT16
up to 128MB -
up to 256MB -
up to 512MB -
up to 1GB -
up to 4GB -

A

up to 128MB - 4
up to 256MB - 8
up to 512MB - 16
up to 1GB - 32
up to 4GB - 64

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

List the sectors per cluster for NTFS
up to 512MB -
up to 1GB -
up to 2GB -
Above 2GB -

A

up to 512MB - 1
up to 1GB - 2
up to 2GB - 4
above 2GB - 8

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

Manufacturers report hard drive size using a ________ number system, whereas operating systems report hard drive size using a _______ operating system

A

decimal, binary

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

Display start menu

A

CTRL + ESC

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

Cycle through items in the order they were opened

A

ALT + ESC

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

Enter properties menu for the selected object

A

ALT + ENTER

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

Display the system menu for the active window

A

ALT + SPACEBAR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Windows Explorer shortcuts F2 - F3 -
F2 - Rename selected F3 - (Search) Find all files
26
Windows Explorer F4 - F6 -
F4 - Drop down address bar list F6 - Like TAB, Cycle through elements on the current window
27
F8 shortcut
Safemode
28
Windows Explorer shortcuts Shift + F10 - Shift + Delete -
Shift + F10 - Like right click, Display shortcut menu for selected Shift + Delete - Skip recycle bin
29
Linux can have _ primary partitions or _ primary and _ extended and ___ logical
4 primary, or 3 primary and 1 extended and 128 logica
30
Inside of an extended partition, "linux-swap" is a
logical partition
31
What is a dumb terminal?
A keyboard and monitor connected to a mainframe
32
Command line has faster access to the _______
Kernel
33
Shortcut to get to the terminal in Ubuntu
CTRL + ALT + T
34
The shortcuts to increase and decrease the font size in the Ubuntu terminal
CTRL SHIFT + CTRL -
35
# - Ubuntu Terminal prompts: ~ - # - $ -
# - Super user ~ - User's home directory # - Standard user $ - Super user
36
In Ubuntu super =
sudo
37
In windows each file has file ________
Properties
38
In the file properties tab, you can add and edit the ____ and ____
Title and author
39
.bmp stands for _____ _____ .pdf stands for ________ _______ ____
.bmp stands for bitmap image .pdf stands for portable document format
40
Windows - File names can be up to ___ characters long
255
41
\ / ? : * are
Illegal file name characters
42
" >< | are
Illegal file name characters
43
In reference to file naming, remember DOS and the number __
11
44
Windows folder structure is a
Hierarchy
45
Purpose of file management:
Organization
46
ext2, ext3, and ext4, support up to ____ of space
16TB
47
DLLs are generally used for _____ ________
System commands
48
API stands for
Application Programming interface
49
The Windows kernel is responsible for _ things, list them
4 things Memory management, process management, file management, I/O
50
3 reasons we partition the hard drive to:
Increase performance Simplify backups Install multiple OS's
51
Every hard drive has at least _ partition
1 (not entirely true if we get into it)
52
Mechanical hard drives are also referred to as ________ drives
magnetic
53
After partitioning the drive you must _____ the drive to install a ______ _______
format, file system
54
A file system relates to how
data is stored
55
The first 3 physical disk numbers are
0, 2, and 3
56
MBR partitions max size
2TB
57
3 Partitioning methods
MBR, GPT, Windows dynamic storage
58
Name the 2 main Disk partitioning software packages
DiskPart (Windows 2k and up) and Fdisk (everything else)
59
The first sector on a hard disk contains the
MBR
60
In windows the first drive letter is _
C
61
In windows the drive letters list the ______ partitions first, ______ second and then
Primary first, logical second, and then other connected devices
62
Formatting creates two copies of the
File Allocation Table
63
High-level formatting does a surface scan that
Checks for tracks and sectors marked as bad during the initial low-level format
64
The GUID in GUID Partition table stands for
Global unique identifier
65
GPT max partitions:
128
66
GPT max partition size:
9 zettabytes
67
Unlike MBR, GPT uses a
GPT header
68
Windows dynamic storage uses (hint: name)
Dynamic storage partitioning
69
A drive structure created with a dynamic disk is called a
volume
70
A volume is similar to a
partition
71
3 volume advantages over partitions:
Unlimited Can span over multiple drives - 1 Volume, multiple drives Can use RAID
72
Dynamic disks do not use a
Partition table (Tracks, sectors)
73
To change font size in CMD
Right click the head of the window and chose properties
74
To find information on DiskPart, type ____ or _
Help or ?
75
To see the number of disks in DiskPart type
list disk
76
To select disk 1 in DiskPart you would type
select disk 1
77
To create a partition of disk that is 2000MB in size
create partition primary size=2000
78
To see partitions in disk 1 in DiskPart you would type
list partition
79
To delete partition 5 in disk 1 what is the order of commands you would type
Select disk 1 > list partition > select partition 5 > delete partition override
80
A popular partitioning program is
PartitionMagic
81
The earliest computer coding systems used
6 bits
82
___ was an early character used by ___ ________ in the 1950-60s
BCD (Binary-coded decimal), IBM mainframes
83
in 1964 BCD was extended to an _ ___ code, known as ______
8 bit code, EBCDIC (Binary-coded decimal interchange code)
84
EBCDIC supported _____ and ________ characters in addition to special characters like __________
upper and lowercase, punctuation
85
Are EBCDIC and BCD still used today?
Yes, by IBM mainframes
86
Another character code that is used is _____ which is _ bit
ASCII (American Standard Code for Information Interchange), 7 bit
87
BCD and EBCDIC were based on _____ ____ codes
punch card
88
ASCII was based on
Telex (Telecommunication) codes
89
Many systems today use _______, a __ bit system
Unicode, 16 bit