0% found this document useful (0 votes)
93 views7 pages

Operating Systems INT2206-6 Summer 2018-2019: Uetots

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 7

3/10/2020 Bài kiểm tra cuối chương 7+8

UETOTS Thái Huy Nhật Quang

Operating
systems
INT2206-6
Summer
2018-2019
Home ► My courses ► Operating Systems ► INT2206-6 Summer 2018-2019 ► 16 May - 22 May ►
Bài kiểm tra cuối chương 7+8

Started
on Sunday, 19 May 2019, 8:00 PM
State Finished
Completed
on Sunday, 19 May 2019, 8:34 PM
Time
taken 34 mins 7 secs
Marks 16.00/20.00
Grade 8.00 out of 10.00 (80%)

Question
1 Suppose a disk has 200 cylinders (marked from 0 to 199); the head is currently at the cylinder
Incorrect 109 with the direction toward the cylinder 199; The disk request string is 98, 183, 37, 122, 14.
Suppose C-SCAN disk scheduling algorithm is used, calculate the total numbers of cylinders the
Mark 0.00 out of
head has to move (e.g. 432)?
1.00

Flag question
Answer: 387

Question
2 Given the following RAID system in the following figure. How much is the performance of the
Correct system improved?

Mark 1.00 out of


1.00

Flag question

Select one:
4 times
6 times
5 times

3 times

https://112.137.129.56/mod/quiz/review.php?attempt=2512 1/7
3/10/2020 Bài kiểm tra cuối chương 7+8
Question
3 Suppose a system uses (1-level) indexed allocation with the block size of 4KB; the pointer size of
Correct 4 bytes. A file has the size of 3MB. Which is the correct location at the file offset (from 0) 128
KB?
Mark 1.00 out of
1.00
Select one:
Flag question
(block index, offset)=(31, 0)

(block index, offset)=(32, 0)


(block index, offset)=(31, 1)
(block index, offset)=(32, 1)

Question
4 Suppose a disk has 200 cylinders (marked from 0 to 199); the head is currently at the cylinder
Correct 16; Disk request string is 98, 183, 37, 122, 14. Suppose FCFS disk scheduling algorithm is used,
calculate the total cylinders the head has to move to serve the above requests (e.g. 432)?
Mark 1.00 out of
1.00
Answer: 506
Flag question

Question
5 A system uses extent-based disk allocation with the block size of 2KB. An extent consists of 100
Correct blocks; a file has the size of 25.3MB. Calculate the extent number (starting from 0) at file offset
(from 0) 13MB?
Mark 1.00 out of
1.00
Answer: 66
Flag question

Question
6 Suppose a level-5 RAID system has 12 hard-disks of size 500 GB. which is the maximum size of
Correct data can be stored on the system?

Mark 1.00 out of


Select one:
1.00
approximate 5.5 TB
Flag question
approximate 5 TB

approximate 6.5 TB
approximate 6 TB

Question
7 Given the following RAID system in the following figure. How much is the performance of the
Correct system improved?

Mark 1.00 out of


1.00

Remove flag

https://112.137.129.56/mod/quiz/review.php?attempt=2512 2/7
3/10/2020 Bài kiểm tra cuối chương 7+8

Select one:
5 times

4 times
3 times
6 times

Question
8 A system uses linked index block allocation with the block size of 2KB; pointer size of 4 bytes.
Correct Suppose a file has the size of 20MB. Which is correct information of the file offset (from 0) 12
MB.
Mark 1.00 out of
1.00
Select one:
Flag question
(index block, block offset, offset)=(12, 11,0)
(index block, block offset, offset)=(13, 11,0)

(index block, block offset, offset)=(12, 12,0)


(index block, block offset, offset)=(13, 12,0)

Question
9 Suppose a disk has 200 cylinders (marked from 0 to 199); the head is currently at the cylinder
Correct 161; the disk request string is 28, 83, 137, 12, 141. Suppose FCFS disk scheduling algorithm is
used, calculate the total cylinders the head has to move to serve the above requests (e.g. 432)?
Mark 1.00 out of
1.00
Answer: 496
Flag question

Question
10 A system uses linked index block allocation with the block size of 2KB; pointer size of 4 bytes.
Correct Suppose a file has the size of 20MB. Which is correct information of the file offset (from 0)
15.5MB.
Mark 1.00 out of
1.00
https://112.137.129.56/mod/quiz/review.php?attempt=2512 3/7
3/10/2020
Flag question Select one: Bài kiểm tra cuối chương 7+8

(index block, block offset, offset)=(15,270,0)

(index block, block offset, offset)=(15,271,0)


(index block, block offset, offset)=(16,270,0)
(index block, block offset, offset)=(16,271,0)

Question
11 A UNIX file system has 12 direct pointers (named from 1 to 12), 1 single indirect pointer, 1 double
Correct indirect pointer, 1 triple indirect pointer; the block size is 2KB, and the pointer is 4 byte. Given
the logical address x=8388612. Which is the correct information about the location of the above
Mark 1.00 out of
address?
1.00

Remove flag Select one:


DOUPLE INDIRECT POINTER (index_block,block,offset)=(6, 500,4)
DOUPLE INDIRECT POINTER (index_block,block,offset)=(7, 500,4)

DOUPLE INDIRECT POINTER (index_block,block,offset)=(7, 510,4)


DOUPLE INDIRECT POINTER (index_block,block,offset)=(6, 510,4)

Question
12 Suppose a disk has 200 cylinders (marked from 0 to 199); the head is currently at the cylinder 53
Correct with the direction toward the cylinder 199; The disk request string is 98, 183, 37, 122, 14, 124,
65, 67. Suppose LOOK disk scheduling algorithm is used, calculate the total number of cylinders
Mark 1.00 out of
the head has to move (e.g. 432)?
1.00

Flag question
Answer: 299

Question
13 Given the following RAID system in the following figure. How much is the performance of the
Correct system improved?

Mark 1.00 out of


1.00

Flag question

Select one:
2 times
https://112.137.129.56/mod/quiz/review.php?attempt=2512 4/7
3/10/2020 Bài kiểm tra cuối chương 7+8
4 times

5 times
3 times

Question
14 A system uses extent-based disk allocation with the block size of 2KB. An extent consists of 100
Correct blocks; a file has the size of 25.3MB. Which is the position in the form of (extent number, block
number, offset) at file offset (from 0) 15MB?
Mark 1.00 out of
1.00
Select one:
Flag question
(extent number, block number, offset)=(76, 80, 0)
(extent number, block number, offset)=(76, 79, 0)
(extent number, block number, offset)=(77, 79, 0)

(extent number, block number, offset)=(77, 80, 0)

Question
15 A UNIX file system has 12 direct pointers (named from 1 to 12), 1 single indirect pointer, 1 double
Incorrect indirect pointer, 1 triple indirect pointer; the block size is 1KB, and the pointer is 4 bytes. Given
the logical address x=7834. Which is the correct information about the location of the above
Mark 0.00 out of
address?
1.00

Flag question Select one:


8th DIRECT POINTER, OFFSET=666
7th DIRECT POINTER, OFFSET=666
7th DIRECT POINTER, OFFSET=668

8th DIRECT POINTER, OFFSET=668

Question
16 Given the following RAID-2 system in the following figure. Suppose each disk is 120 GB, which
Correct is the maximum size of data can be stored on the system?

Mark 1.00 out of


1.00

Flag question

https://112.137.129.56/mod/quiz/review.php?attempt=2512 5/7
3/10/2020 Bài kiểm tra cuối chương 7+8

Select one:
approximate 480 GB
approximate 360 GB
approximate 240 GB

approximate 720 GB

Question
17 Suppose a disk has 200 cylinders (marked from 0 to 199); the head is currently at the cylinder 53
Correct with the direction toward the cylinder 199; The disk request string is 98, 183, 37, 122, 14, 124,
65, 67. Suppose LOOK disk scheduling algorithm is used, show the order of the served requests
Mark 1.00 out of
(e.g. 98 183 37 122 14 124 65 67)?
1.00

Flag question
Answer: 65 67 98 122 124 183 37 14

Question
18 A UNIX file system has 12 direct pointers (named from 1 to 12), 1 single indirect pointer, 1 double
Correct indirect pointer, 1 triple indirect pointer; the block size is 2KB, and the pointer is 4 bytes. Given a
valid logical address x=2493668. Which is the correct information about the location of the
Mark 1.00 out of
above address?
1.00

Flag question Select one:


DOUPLE INDIRECT POINTER (index_block,block,offset)=(1, 180, 1252)
DOUPLE INDIRECT POINTER (index_block,block,offset)=(1, 181, 1252)

DOUPLE INDIRECT POINTER (index_block,block,offset)=(1, 178, 1252)


DOUPLE INDIRECT POINTER (index_block,block,offset)=(1, 179, 1252)

https://112.137.129.56/mod/quiz/review.php?attempt=2512 6/7
3/10/2020 Bài kiểm tra cuối chương 7+8
Question
19 A system uses linked list disk allocation with the block size of 2KB; the pointer size of 4 bytes.
Incorrect Suppose a file has the size of 15.5MB. Calculate the offset in the block containing data at file
offset (from 0) 15.25KB?
Mark 0.00 out of
1.00

Flag question
Answer: 7

Question
20 A UNIX file system with the block size of 4KB; pointer size of 4 bytes; 12 direct pointers; 1
Incorrect indirect pointer; 1 double indirect pointer; and 1 triple indirect pointer. Calculate the maximum file
size in KB (e.g. 12) when only the direct pointers are used?
Mark 0.00 out of
1.00
Answer: 4299165744
Flag question

Finish review

QUIZ
NAVIGATION

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Show one page at a time
Finish review

You are logged in as Thái Huy Nhật Quang (Log out)


INT2206-6 Summer 2018-2019

https://112.137.129.56/mod/quiz/review.php?attempt=2512 7/7

You might also like