Graded Quiz Unit 6 Attempt Review PDF
Graded Quiz Unit 6 Attempt Review PDF
Graded Quiz Unit 6 Attempt Review PDF
m
Grade 100.00 out of 100.00
e r as
co
eH w
Question 1 Correct Mark 1.00 out of 1.00
o.
rs e
FFS uses APIs which include all EXCEPT:
ou urc
Select one:
o
a. read()
aC s
v i y re
b. move()
c. write()
ed d
d. open()
ar stu
This study source was downloaded by 100000812556430 from CourseHero.com on 08-29-2021 12:55:41 GMT -05:00
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 2 Correct Mark 1.00 out of 1.00
Select one:
The correct answer is: Fixed and known location on disk to begin a le lookup
m
Question 3 Correct Mark 1.00 out of 1.00
e r as
co
eH w
Fast File System (FFS) does all of the following except?
o.
Select one:
rs e
ou urc
a. Create Files and Directories
o
c. Disk defragmentation
v i y re
This study source was downloaded by 100000812556430 from CourseHero.com on 08-29-2021 12:55:41 GMT -05:00
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 4 Correct Mark 1.00 out of 1.00
In this method an additional back pointer is added to every block in the system; for
example, each data block has a reference to the inode to which it belongs. When
accessing a le, the le system can determine if the le is consistent by checking if
the forward pointer (e.g., the address in the inode or direct block) points to a block
that refers back to it.
Select one:
a. Journaling
b. Backpointer-based consistency
c. FSCK
d. Super block
m
e r as
The correct answer is: Backpointer-based consistency
co
eH w
o.
Question 5
rs e
ou urc
Correct Mark 1.00 out of 1.00
Select one:
a. vsfs
b. NTFS
ed d
ar stu
c. FAT
d. NTFS
sh is
Th
This study source was downloaded by 100000812556430 from CourseHero.com on 08-29-2021 12:55:41 GMT -05:00
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 6 Correct Mark 1.00 out of 1.00
Select one:
a. Capacity
b. N Disks
c. Performance
d. Reliability
m
Question 7 Correct Mark 1.00 out of 1.00
e r as
co
eH w
This method is run before the le system is mounted and made available (assumes
o.
that no other le-system activity is on-going while it runs); once nished, the on
rs e
disk le system should be consistent and thus can be made accessible to users.
ou urc
Select one:
o
a. Journaling
aC s
v i y re
b. Backpointer-based consistency
c. FSCK
ed d
d. Super block
ar stu
This study source was downloaded by 100000812556430 from CourseHero.com on 08-29-2021 12:55:41 GMT -05:00
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 8 Correct Mark 1.00 out of 1.00
RAID is setup with the following parameters; except (select all that apply):
b. Number of Disks
c. Disk 1
d. Disk 2
m
Question 9 Correct Mark 1.00 out of 1.00
e r as
co
eH w
True or False: Internal fragmentation not only wastes space within blocks, but bad
o.
for transfer as each block might require a positioning overhead to reach it.
rs e
ou urc
Select one:
True
o
aC s
False
v i y re
Select one:
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 11 Correct Mark 1.00 out of 1.00
Select one:
True
False
Data or I/O transfer to and from a disk is always faster when it is done?
m
e r as
co
Select one:
eH w
a. Direct
o.
b. Random
rs e
ou urc
c. SSTF
o
d. Sequentially
aC s
v i y re
True or False: Two key abstractions of virtual storage are les and directories.
Th
Select one:
True
False
This study source was downloaded by 100000812556430 from CourseHero.com on 08-29-2021 12:55:41 GMT -05:00
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 14 Correct Mark 1.00 out of 1.00
True or False: The track depicted in gure 36.1 has 12 sectors, each of which is 512
bytes in size (our typical sector size, recall) and addressed therefore by the
numbers 1 through 12.
Select one:
True
False
m
Question 15
e r as
Correct Mark 1.00 out of 1.00
co
eH w
To see the metadata for certain les we can issue the following commands?
o.
rs e
ou urc
Select one:
a. lseek() or stat ()
o
b. SEEK_SET or SET_CUR
aC s
v i y re
c. stat() or fstat()
d. Input/output
ed d
ar stu
Question 16
Th
True or False: To compute the value of the new parity block there are two methods:
subtractive and additive.
Select one:
True
False
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 17 Correct Mark 1.00 out of 1.00
True or False: Inodes are organized in an array and placed on disk at a random
location (or locations).
Select one:
True
False
m
e r as
To see what is mounted on your system, and at which points, simply run the mount
co
program. What distributed le systems are mounted?
eH w
/dev/sda1 on / type ext3 (rw)
o.
proc on /proc type proc (rw)
rs e
ou urc
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
o
Select one:
a. tmpfs
b. ext3
c. sysfs
d. AFS
This study source was downloaded by 100000812556430 from CourseHero.com on 08-29-2021 12:55:41 GMT -05:00
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Question 19 Correct Mark 1.00 out of 1.00
Select one:
a. Peripheral
b. Memory
c. CPU
d. Input/output
m
Question 20 Correct Mark 1.00 out of 1.00
e r as
co
eH w
True or False: A power loss or system crash both present major challenges to a le
o.
system attempting to update persistent data structures.
rs e
ou urc
Select one:
True
o
aC s
False
v i y re
◄ Self-Quiz Unit 6
sh is
Jump to...
Th
This study source was downloaded by 100000812556430 from CourseHero.com on 08-29-2021 12:55:41 GMT -05:00
/
https://www.coursehero.com/file/66626674/Graded-Quiz-Unit-6-Attempt-reviewpdf/
Powered by TCPDF (www.tcpdf.org)