Lesson 7 - File System

Lesson 7 - File System

University

8 Qs

quiz-placeholder

Similar activities

Week 5 Fundamental of Workshop Technology

Week 5 Fundamental of Workshop Technology

University

12 Qs

Sec. 8: Scripting Basics

Sec. 8: Scripting Basics

University

10 Qs

Unit 1| Data,Knowledge and information

Unit 1| Data,Knowledge and information

11th Grade - University

6 Qs

Jetking Quiz

Jetking Quiz

University

6 Qs

Microsoft 365 Refresh Training Quiz

Microsoft 365 Refresh Training Quiz

University

11 Qs

pelatihan guru google formulir

pelatihan guru google formulir

University

10 Qs

WYA Video Vocabulary 1

WYA Video Vocabulary 1

5th Grade - University

10 Qs

REMEDIAL KELAS A 16042020

REMEDIAL KELAS A 16042020

University

10 Qs

Lesson 7 - File System

Lesson 7 - File System

Assessment

Quiz

Instructional Technology

University

Medium

Created by

bernard ugalde

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the smallest allocation unit on a hard drive?

Track

Sector

Cluster

Block

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

That is the usual cluster size of Cygwin?

128

512

1024

4096

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if a cluster size is 512, what is the cluster allocation for a file of 1050?

2

3

4

5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of filesystem?

To control how data is stored/retrieved to mass storage devices

To prevent two applications from simultaneously updating a file

To enforce access rights

To translate from high-level API to hardware-specific code

All of the choices

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the term used to refer to the 'myfile' in myfile.txt?

filename

metadata

extension

data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The 'create a file' operation is the initial step needed before any other file operations can be performed.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The file system uses algorithms and data structures to map the logical file system onto the physical storage device. What is the name of the allocation method where each file has its own index block(s) of pointers to its data blocks:

Linked Allocation

Indexed Allocation

Contiguous Allocation

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Internal Fragmentation typically caused by ____.

partial used cluster

latency

cluster not being allocation contiguously

latency