قديم منذ /21-11-2017, 01:38 PM   #1

طالب جديد

الامبراطور50 غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14035
 تاريخ الإنتساب : Apr 2015
 المشاركات : 2
 الجنس : ذكر
 مستوى التقييم : الامبراطور50 is on a distinguished road
النقاط : 0

شكراً: 0
تم شكره مرة واحدة في مشاركة واحدة
افتراضي Assignment_3 Chapter# 9/10/11/12


السلام عليكم ورحمة الله


الاخوه الكرام

مطلوب حل الاساينمنت # 3



يالله نتساعد في الحل

تحياتي

وشكراً








الملفات المرفقة
نوع الملف: docx Assignmentm 3-Chapter 9-10-11-12.docx‏ (64.3 كيلوبايت, المشاهدات 20)
  رد مع اقتباس
الأعضاء الذين قالوا شكراً لـ الامبراطور50 على المشاركة المفيدة:

قديم منذ /22-11-2017, 05:39 PM   #2

مشرفة قسم تقنية المعلومات

هبه صيرفي غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 2217
 تاريخ الإنتساب : Sep 2012
 المشاركات : 569
 الجنس : أنثى
 مستوى التقييم : هبه صيرفي will become famous soon enough
النقاط : 50

شكراً: 0
تم شكره 69 مرة في 35 مشاركة
افتراضي


انا عرفت حل السوال الاول والاخير وان شاء الله بنزل الاجوبه طريقه حل السوال الاخير في شبتر ١٢
ياليت اللي يعرف السوال الثاني والثالث يشرحه لنا








  رد مع اقتباس
قديم منذ /24-11-2017, 09:06 PM   #3

مشرفة قسم تقنية المعلومات

هبه صيرفي غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 2217
 تاريخ الإنتساب : Sep 2012
 المشاركات : 569
 الجنس : أنثى
 مستوى التقييم : هبه صيرفي will become famous soon enough
النقاط : 50

شكراً: 0
تم شكره 69 مرة في 35 مشاركة
افتراضي


In Unix/Linux explain how the privileges are given after executing the following command chmod 651 test


After executing chmod 651 test command we get the following permissions as

chmod 651 | ‐rw‐r‐x‐‐x

first '-' represent the file if it is replace by d than it represent the directry.

Where r represent read privilege

w represent write privilege

x represent execute privilege

The permissions for different parts i.e. User , Group and others are as follows:

User Group Other
Read Yes Yes No
Write Yes No No
Execute No Yes Yes








  رد مع اقتباس
قديم منذ /24-11-2017, 09:11 PM   #4

مشرفة قسم تقنية المعلومات

هبه صيرفي غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 2217
 تاريخ الإنتساب : Sep 2012
 المشاركات : 569
 الجنس : أنثى
 مستوى التقييم : هبه صيرفي will become famous soon enough
النقاط : 50

شكراً: 0
تم شكره 69 مرة في 35 مشاركة
افتراضي


Briefly explain two important functions of the VFS layer used to isolate the basic system call functionality from the implementation details for integration of multiple types of file systems into a directory structure.
Answer
VFS(Virtual File Systems) is a way to abstract out the implementation details of file systems and reach at a common skeleton for implementing a system call across various file systems. VFS defines a set of abstract objects(like files, directories,superblocks,etc)and operations(that can be performed on each of these objects). Two important function of VFS layer to isolate basic system call functioanlity from the implementation details are:
1)Each and every file system that can be accessed through Virtual File System must have data structures equivalent to the abstract objects. Hence it must implement the functions defined by VFS on the objects and must register a pointer to these functions with the VFS subsystem. Thus whenever a system call is made, VFS translates it into a set of function calls on the abstract objects and invokes the registered file system functions accordingly.
2)It permits the per process per user configuration hence it is very easy to add new drivers which will help in integration of file systems.The ability to uniquely identify a file across the network helps in accessing the file easily throughout the network.


Explain the sequence of events that happens when a page-fault occurs.

When the OS(Operating System) cannot load the desired page into memory,
a page-fault occurs. First, the memory reference is checked for validity.
the program will be terminated,when request is invalid. If the
request was valid, a free frame is located. A disk operation is then
scheduled to read the page into the frame just found, update the page
table, restart the instruction that was interrupted because of the page
fault, and use the page accordingly.








  رد مع اقتباس
قديم منذ /25-11-2017, 06:49 PM   #5

طالب جديد

Mr.sami|IT غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 19446
 تاريخ الإنتساب : Dec 2015
 مقر الإقامة : Abqaiq
 فرع الجامعة : فرع الدمام
 التخصص : بكالوريوس تقنية معلومات
 المستوى : المستوى الثالث
 المشاركات : 11
 الجنس : ذكر
 مستوى التقييم : Mr.sami|IT is on a distinguished road
النقاط : 0

شكراً: 0
تم شكره 9 مرة في 2 مشاركة
افتراضي


Ans Q3

A) What is the benefits of breaking design to many modules?

Breaking the designs into modules can result in many advantages. Some of them are been listed below.Here we go,

It can lead to faster development of the product.
It will also lead in getting the design time and extra attention which will enhance the quality of the design and also efficiency in the design.
It will make the process of development fast and free of errors.
Hence, these are the advantages of breaking designs into modules.

B) How we can determine the right/optimal number of models that should be considered in such a software

To determine the right number of models that should be considered in softwares are as follows:

The model is been focused on considering the modules in the software.We are been breaking the software in the modules for pacing the development phase.
To know the right number of models there is requirement of determining the modules of the designs and than one can deterimine the right number of models in building a particular software.







  رد مع اقتباس
قديم منذ /27-11-2017, 09:54 AM   #6

طالب نشيط

طيبه غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 10626
 تاريخ الإنتساب : Aug 2014
 المشاركات : 211
 الجنس : أنثى
 مستوى التقييم : طيبه is on a distinguished road
النقاط : 43

شكراً: 3
تم شكره 2 مرة في 2 مشاركة
افتراضي


اقتباس:
المشاركة الأصلية كتبت بواسطة هبه صيرفي مشاهدة المشاركة
in unix/linux explain how the privileges are given after executing the following command chmod 651 test


after executing chmod 651 test command we get the following permissions as

chmod 651 | ‐rw‐r‐x‐‐x

first '-' represent the file if it is replace by d than it represent the directry.

Where r represent read privilege

w represent write privilege

x represent execute privilege

the permissions for different parts i.e. User , group and others are as follows:

User group other
read yes yes no
write yes no no
execute no yes yes
الله يعطيك العافيه ويسهل امرك لكن عندي سؤال

هل هذا جواب السؤال والا شرح طريقة حله







  رد مع اقتباس
قديم منذ /28-11-2017, 11:58 AM   #7

مشرفة قسم تقنية المعلومات

هبه صيرفي غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 2217
 تاريخ الإنتساب : Sep 2012
 المشاركات : 569
 الجنس : أنثى
 مستوى التقييم : هبه صيرفي will become famous soon enough
النقاط : 50

شكراً: 0
تم شكره 69 مرة في 35 مشاركة
افتراضي


ياليت اللي عنده شرح للسوال الثاني او الثالث ينزله لنا








  رد مع اقتباس
قديم منذ /29-11-2017, 02:38 PM   #8

طالب نشيط

طيبه غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 10626
 تاريخ الإنتساب : Aug 2014
 المشاركات : 211
 الجنس : أنثى
 مستوى التقييم : طيبه is on a distinguished road
النقاط : 43

شكراً: 3
تم شكره 2 مرة في 2 مشاركة
افتراضي


اقتباس:
المشاركة الأصلية كتبت بواسطة mr.sami|it مشاهدة المشاركة
ans q3

a) what is the benefits of breaking design to many modules?

Breaking the designs into modules can result in many advantages. Some of them are been listed below.here we go,

it can lead to faster development of the product.
It will also lead in getting the design time and extra attention which will enhance the quality of the design and also efficiency in the design.
It will make the process of development fast and free of errors.
Hence, these are the advantages of breaking designs into modules.

B) how we can determine the right/optimal number of models that should be considered in such a software

to determine the right number of models that should be considered in softwares are as follows:

The model is been focused on considering the modules in the software.we are been breaking the software in the modules for pacing the development phase.
To know the right number of models there is requirement of determining the modules of the designs and than one can deterimine the right number of models in building a particular software.

هذي الاسئله موجوده بالاسايمن ؟؟؟؟
مامرت عليه !!!







  رد مع اقتباس
قديم منذ /29-11-2017, 05:11 PM   #9

طالب جديد

عبدالإله- غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14173
 تاريخ الإنتساب : Apr 2015
 المشاركات : 9
 الجنس : ذكر
 مستوى التقييم : عبدالإله- is on a distinguished road
النقاط : 0

شكراً: 0
تم شكره 2 مرة في مشاركة واحدة
افتراضي


السلام عليكم

هذا حل السؤال الخامس

طبعاً حليته انا طلع لي نفس الرسمة بالضبط مع اختلاف الارقام فقط
طبعاً فيه 5 رسمات اللي طالب بالواجب رسمتين
fcfs & sstf
بالتوفيق








  رد مع اقتباس
قديم منذ /29-11-2017, 05:34 PM   #10

طالب جديد

عبدالإله- غير متواجد حالياً

 

مواضيعي | ردودي

 رقم العضوية : 14173
 تاريخ الإنتساب : Apr 2015
 المشاركات : 9
 الجنس : ذكر
 مستوى التقييم : عبدالإله- is on a distinguished road
النقاط : 0

شكراً: 0
تم شكره 2 مرة في مشاركة واحدة
افتراضي


عذراً على هذا الرابط
DISK SCHEDULING ALGORITHMS








  رد مع اقتباس
إضافة رد

مواقع النشر (المفضلة)

أدوات الموضوع
انواع عرض الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة