Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Graded Quiz Unit 6 Attempt Review PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Suleman Ismaila

Home  My courses  CS 3307 - AY2020-T5  23 July - 29 July  Graded Quiz Unit 6

Started on Saturday, 25 July 2020, 2:07 AM


State Finished
Completed on Saturday, 25 July 2020, 2:18 AM
Time taken 11 mins 12 secs
Marks 20.00/20.00

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

The correct answer is: move()


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 2 Correct Mark 1.00 out of 1.00

The checkpoint region (CR) is de ned as:

Select one:

a. Unknown location to begin le lookups

b. Region used to store checkpoints

c. Fixed and known location on disk to begin a le lookup

d. Checkpoints for time hacks

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

b. Allow for long le names


aC s

c. Disk defragmentation
v i y re

d. Disk layout optimized for performance


ed d
ar stu

The correct answer is: Disk defragmentation


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 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

Which of the following le systems is based on linked lists?


o
aC s
v i y re

Select one:

a. vsfs

b. NTFS
ed d
ar stu

c. FAT

d. NTFS
sh is
Th

The correct answer is: FAT

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

RAID technology is evaluated along 3 axis; which is not:

Select one:

a. Capacity

b. N Disks

c. Performance

d. Reliability

The correct answer is: N Disks

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

The correct answer is: FSCK


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 8 Correct Mark 1.00 out of 1.00

RAID is setup with the following parameters; except (select all that apply):

Select one or more:

a. Handling small writes to disk

b. Number of Disks

c. Disk 1

d. Disk 2

The correct answers are: Disk 1, 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

The correct answer is 'True'.


ed d
ar stu

Question 10 Correct Mark 1.00 out of 1.00


sh is
Th

Log-structured File Systems are based on all the following except:

Select one:

a. Memory sizes had stabilized

b. File systems were not RAID-aware

c. Existing le systems perform poorly on many common workloads

d. Memory sizes were growing

The correct answer is: Memory sizes had stabilized


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 11 Correct Mark 1.00 out of 1.00

True or False: opening, reading, or writing a le incur I/O operations.

Select one:

True

False

The correct answer is 'True'.

Question 12 Correct Mark 1.00 out of 1.00

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

The correct answer is: Sequentially


ed d
ar stu

Question 13 Correct Mark 1.00 out of 1.00


sh is

True or False: Two key abstractions of virtual storage are les and directories.
Th

Select one:

True

False

The correct answer is 'True'.

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

The correct answer is '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

The correct answer is: stat() or fstat()


sh is

Question 16
Th

Correct Mark 1.00 out of 1.00

True or False: To compute the value of the new parity block there are two methods:
subtractive and additive.

Select one:

True

False

The correct answer is 'True'.


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 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

The correct answer is 'False'.

Question 18 Correct Mark 1.00 out of 1.00

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

/dev/sda8 on /scratch type ext3 (rw)


aC s

/dev/sdb1 on /scratch.1 type xfs (rw)


v i y re

/dev/sda6 on /tmp type ext3 (rw)


/dev/sda3 on /var type ext3 (rw)
/dev/sda7 on /var/vice/cache type ext3 (rw)
ed d
ar stu

/dev/sda2 on /usr type ext3 (rw)


tmpfs on /dev/shm type tmpfs (rw)
AFS on /afs type afs (rw)
sh is
Th

Select one:

a. tmpfs

b. ext3

c. sysfs

d. AFS

The correct answer is: 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

In terms of computer system architecture buses which of the following is not?

Select one:

a. Peripheral

b. Memory

c. CPU

d. Input/output

The correct answer is: CPU

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

The correct answer is 'True'.


ed d
ar stu

◄ Self-Quiz Unit 6
sh is

Jump to...
Th

Learning Guide Unit 7 ►

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)

You might also like