Computer sec2-1st term

أمنية وجدى
أمنية وجدىTeacher um وزارة التربية والتعليم المصرية,Egypt Ministry of Education

بوكلت

Al Karma Language School
Al Karma Language School 
CHAPTER ONE 
DATABASES 
1- Data: 
Data are the primary raw materials. 
2-Information: 
It is the output of data processing to extract the content of data or what they refer to as 
indications, sign, comparisons etc.Data are the basic information 
3-The table 
The table is the vessel that contains a set of data of a certain topic where data are stored 
4- Record: 
It is the place "row" where the integrated data are stored, for example, all the 
personal data of a certain person (Name, address and telephone).Etc 
5- Field 
The Field is the place (column), where one kind of data is stored such as the data of 
(person - address ... etc). 
6- Definition of Database: 
Database is a group of organized data associated with a certain topic inside a table or 
tables. 
7-The advantages of databases 
· Storing, classifying, organizing, and indexing Data in a way that can help in retrieving 
them; hence they can be processed easily. 
· The flexibility in modifying data through adding or exchanging data with the new ones 
(Updating data). 
· It is easy to create forms to make data entry easier. 
· It makes search and query easy to find the stored data and information in the database. 
· Displaying Data and information in form of reports in which data can be extracted , 
analyzed to support and make decision 
8- Types of database in terms of (Design View): 
- Hierarchical Database Model 
- Network Database Model 
- Relational Databases Model (They will be studied later in detail) 
2
Al Karma Language School 
CHAPTER TWO 
(Entity Relationship Model) 
The definition of Entity Relationship Model: 
The Entity Relationship Model is one of the common styles to set an outlay for the 
Relational Database that depends on the following: 
1- Dividing the system to Entities such as (Employee Entity – Department Entity in a 
company's system.) 
2- Each Entity contains certain attributes describing and defining it (such as the 
company's name, address) etc. 
3- Defining the relationships among these entities and describing them as will be shown 
later. 
4- Represent this through a drawing, which is called: 
(Entity Relationship Diagram) ERD 
The importance of the Entity Relationship Diagram: 
It is a prior step to implement the database in one of the programmes of the RDBMS 
(Relational Data Base Management System). 
It helps in making tables or files for the database and the relationships among them on 
correct and scientific bases. 
Entity definition: 
The ' Entity' is an object that has an independent existence. It may be of a real 
existence such as, an employee - a car – an item – a supplier or an abstract existence 
such 
as a project- a training course. Each entity has attributes that describe and define it, such 
as (employee number, name, gender, address, and telephone). All these are attributes to 
describe the employee Entity. 
Entity Attributes Entity key 
Employee Salary- address- birth date gender-name- 
employee number 
Employee number 
Department Number of employees-location name-department 
number 
department number or 
department name 
Project location- name- project number project 
Definition of the Key attribute: 
It is the attribute whose value can never be recurred inside the entity. 
Consequently, it distinguishes each single entity1 from the others. For example, 
an employee cannot have the same national number of another. 
3
Al Karma Language School 
Secondly: Defining the relationships among the entities and their attributes: 
Relationships among entities are defined in terms of …: 
1- Type of relationship (One to One) or (One to Many) or (Many to Many) 
Later we will explain each type. 
2- The type of participation of each entity in the relationship may be either 
(Total Participation or Partial Participation). 
The definition of (Participation Type) 
Participation means that a certain Entity depends in its existence on the necessity 
of its existence in a certain relationship with another entity and in this case, it is a total 
participation for this entity in this relationship. . 
Example: 
In the relationship of an employee in managing a department, we find that there is a 
(Total Participation) for the "Department Entity". In other words, there is no department 
without an employee to run. At the same time there is (Partial Participation) for 
"employee entity "in this relationship, not every employee can run a department 
Now we define the relationships found in the system: 
(1) There are two relationships between an "Employee Entity" and 
"Department Entity" they are: 
a) The relationship of "work in a department" It is described as follows: 
1- Each department should have a number of employees. 
2- No employee can work in more than a department . 
3- There is no department without employees to work in it. 
4- Each employee should work in a department... 
5- There are no attributes for this relationship. 
Therefore: 
- The relationship is ' One to Many ' between "Department Entity" and" Employee 
Entity" 
(1 and 2) 
- There is a (Total Participation) for ' Department Entity ' in this relationship. (3) 
- There is a (Total Participation) for ' Employee Entity' in this relationship. (4) 
- There is no attribute for this relationship. 
Summary of relationships in a company's system: 
Relationship 
First 
The other 
Relationship 
Relationship 
name 
entity 
entity 
type 
attributes 
The entity 
Total 
participation 
Work in a 
departmen 
employee department One to Many Not exist Department - 
Employee 
Manage a 
department 
employee department One to One Starting date Department 
Work in a 
project 
employee project Many to 
Many 
Number of 
hours 
Project - 
employee 
4
Al Karma Language School 
Summary for the most important used symbols in "ERD" 
The meaning of the symbol symbol 
Entity 
Relationship 
Attribute 
Key attribute 
The multi - valued 
attribute 
Derived attribute 
One to One 
relationship 
One to Many relationship Entity 
1 1 Entity a R Entity b 
Entity a R Entity b 
Many to Many relationship 
Total participation for R the entity in the 
relationship 
5 
N 
M 
N 1 
Entity a R Entity b 
Entity a R Entity b
Al Karma Language School 
CHAPTER THREE 
Relational Database Model 
First: Drawing a table for each entity in [ERD], we find that the fields are the attributes 
of this entity: 
Employee: 
Employee number name gender Birth date address salary 
Department 
Department number Department name 
Project 
project number name Location 
Notes: 
· The name of the table is put at the top before the field name. 
· One of the entity key attributes is selected to be a primary key and underline 
the field name to highlight it. 
· The field of (Employees number) has not been put for each "department" in 
(Department Table), because the number of employees is a derived attribute. 
In other words, it can be counted from the relationship between (department) 
and (employee). 
· Field location has not been put for the (Department table) because 
(Department location) represents a multi- valued attribute. In other words, a 
certain department can have more than a location as shown in the following 
example; this is in case of putting the field of (Department location) in 
(Department table). 
Definition : 
The composite key is more than a field in a table whose components together do 
not recur. It distinguishes each record where as each field can be repeated solo. 
1-Between the tables of (Department and Employee) 
a-The relationship of "working in department ": 
As the relationship "One to Many" in department table as shown in the previous 
chapter from the ERD. Therefore, we will add a field in the table that represents 
(Many) in the "employee table", In this case, it expresses (Department Number) 
where an employee works. In other words, this field is linked to the field of 
(Department number) in (Department table). In this case, it is called (Foreign Key 
Field) 
Definition 
The Foreign Key is a strange field in a table linked to "Primary Key" in another table. 
NOTE: 
It is not required to nominate the foreign key with the primary field name linked 
to it. However, it must be of the same type and size as shown in designing the table 
using the computer. 
6
Al Karma Language School 
Definition : 
The relationship of ( One to Many) between two tables means that it is possible 
for a 
record in the first table (One) to be linked to more than a record in the second 
table 
(Many ) and any record in the second table (Many) can be linked only to one 
record in 
the first table (One). 
7

Recomendados

Sec 2 1st term rev. von
Sec 2  1st term rev.Sec 2  1st term rev.
Sec 2 1st term rev.أمنية وجدى
2.9K views15 Folien
Introduction of Database Design and Development von
Introduction of Database Design and DevelopmentIntroduction of Database Design and Development
Introduction of Database Design and DevelopmentEr. Nawaraj Bhandari
1.3K views56 Folien
Chapter 7 relation database language von
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database languageJafar Nesargi
1.5K views69 Folien
Relational database von
Relational databaseRelational database
Relational databaseSanthiNivas
505 views32 Folien
Normalization von
NormalizationNormalization
Normalizationochesing
17.3K views25 Folien
Database and Math Relations von
Database and Math RelationsDatabase and Math Relations
Database and Math RelationsProf Ansari
686 views31 Folien

Más contenido relacionado

Was ist angesagt?

Relational Model von
Relational ModelRelational Model
Relational ModelEr. Nawaraj Bhandari
590 views67 Folien
Denormalization von
DenormalizationDenormalization
DenormalizationSohail Haider
18.9K views45 Folien
Lecture 07 relational database management system von
Lecture 07 relational database management systemLecture 07 relational database management system
Lecture 07 relational database management systememailharmeet
3.7K views13 Folien
Er Modeling von
Er ModelingEr Modeling
Er ModelingEr. Nawaraj Bhandari
566 views80 Folien
RDBMS_Unit 01 von
RDBMS_Unit 01RDBMS_Unit 01
RDBMS_Unit 01Prashanth Shivakumar
908 views31 Folien
Lecture 03 data abstraction and er model von
Lecture 03 data abstraction and er modelLecture 03 data abstraction and er model
Lecture 03 data abstraction and er modelemailharmeet
3K views34 Folien

Was ist angesagt?(20)

Lecture 07 relational database management system von emailharmeet
Lecture 07 relational database management systemLecture 07 relational database management system
Lecture 07 relational database management system
emailharmeet3.7K views
Lecture 03 data abstraction and er model von emailharmeet
Lecture 03 data abstraction and er modelLecture 03 data abstraction and er model
Lecture 03 data abstraction and er model
emailharmeet3K views
Relational Data Model Introduction von Nishant Munjal
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model Introduction
Nishant Munjal13.5K views
Relational Database & Database Management System von Nimrakhan89
Relational Database & Database Management SystemRelational Database & Database Management System
Relational Database & Database Management System
Nimrakhan89168 views
Fundamentals of database system - Relational data model and relational datab... von Mustafa Kamel Mohammadi
Fundamentals of database system  - Relational data model and relational datab...Fundamentals of database system  - Relational data model and relational datab...
Fundamentals of database system - Relational data model and relational datab...
Designing of databases von Ansh Jhanji
Designing of databasesDesigning of databases
Designing of databases
Ansh Jhanji1K views
physical and logical data independence von apoorva_upadhyay
physical and logical data independencephysical and logical data independence
physical and logical data independence
apoorva_upadhyay68K views
Schema Integration, View Integration and Database Integration, ER Model & Dia... von Mobarok Hossen
Schema Integration, View Integration and Database Integration, ER Model & Dia...Schema Integration, View Integration and Database Integration, ER Model & Dia...
Schema Integration, View Integration and Database Integration, ER Model & Dia...
Mobarok Hossen1.3K views
ICS Part 2 Computer Science Short Notes von Abdul Haseeb
ICS Part 2 Computer Science Short NotesICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short Notes
Abdul Haseeb326 views
The relational data model part[1] von Bashir Rezaie
The relational data model part[1]The relational data model part[1]
The relational data model part[1]
Bashir Rezaie2.1K views

Destacado

التفوق فى علم النفس الصف الثانى الثانوى von
التفوق فى علم النفس الصف الثانى الثانوىالتفوق فى علم النفس الصف الثانى الثانوى
التفوق فى علم النفس الصف الثانى الثانوىأمنية وجدى
6.1K views37 Folien
كتاب المميز فى الإحصاء للثالث الثانوى2015 von
كتاب المميز فى الإحصاء للثالث الثانوى2015كتاب المميز فى الإحصاء للثالث الثانوى2015
كتاب المميز فى الإحصاء للثالث الثانوى2015أمنية وجدى
9K views40 Folien
بوكلت الجغرافيا أولى ثانوى von
بوكلت الجغرافيا أولى ثانوى بوكلت الجغرافيا أولى ثانوى
بوكلت الجغرافيا أولى ثانوى أمنية وجدى
26.3K views66 Folien
تاريخ 2ث von
تاريخ 2ثتاريخ 2ث
تاريخ 2ثأمنية وجدى
11.7K views72 Folien
علم النفس 2ث von
علم النفس 2ثعلم النفس 2ث
علم النفس 2ثأمنية وجدى
10.7K views38 Folien
الصف الثالث ترم اول عربى بالقرائية von
الصف الثالث ترم اول عربى بالقرائيةالصف الثالث ترم اول عربى بالقرائية
الصف الثالث ترم اول عربى بالقرائيةأمنية وجدى
14.4K views25 Folien

Destacado(17)

التفوق فى علم النفس الصف الثانى الثانوى von أمنية وجدى
التفوق فى علم النفس الصف الثانى الثانوىالتفوق فى علم النفس الصف الثانى الثانوى
التفوق فى علم النفس الصف الثانى الثانوى
أمنية وجدى6.1K views
كتاب المميز فى الإحصاء للثالث الثانوى2015 von أمنية وجدى
كتاب المميز فى الإحصاء للثالث الثانوى2015كتاب المميز فى الإحصاء للثالث الثانوى2015
كتاب المميز فى الإحصاء للثالث الثانوى2015
بوكلت الجغرافيا أولى ثانوى von أمنية وجدى
بوكلت الجغرافيا أولى ثانوى بوكلت الجغرافيا أولى ثانوى
بوكلت الجغرافيا أولى ثانوى
أمنية وجدى26.3K views
الصف الثالث ترم اول عربى بالقرائية von أمنية وجدى
الصف الثالث ترم اول عربى بالقرائيةالصف الثالث ترم اول عربى بالقرائية
الصف الثالث ترم اول عربى بالقرائية
أمنية وجدى14.4K views
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015 von أمنية وجدى
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015
أمنية وجدى18.6K views
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016 von Abdallah Omar
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016
Abdallah Omar9.5K views
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد 2016 von أمنية وجدى
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد  2016كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد  2016
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد 2016
أمنية وجدى5.4K views
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن... von أمنية وجدى
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول von أمنية وجدى
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول
أمنية وجدى44.8K views
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ... von أمنية وجدى
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...
أمنية وجدى71.5K views
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى von أمنية وجدى
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى
أمنية وجدى97.5K views

Similar a Computer sec2-1st term

Unit02 dbms von
Unit02 dbmsUnit02 dbms
Unit02 dbmsarnold 7490
5K views49 Folien
Fundamentals of database system - Data Modeling Using the Entity-Relationshi... von
Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system - Data Modeling Using the Entity-Relationshi...Mustafa Kamel Mohammadi
960 views44 Folien
ER MODEL von
ER MODELER MODEL
ER MODELRupali Rana
3.8K views52 Folien
ICT DBA3 09 0710 Model Data Objects.pdf von
ICT DBA3 09 0710 Model Data Objects.pdfICT DBA3 09 0710 Model Data Objects.pdf
ICT DBA3 09 0710 Model Data Objects.pdfInfotech27
10 views22 Folien
Chapter3 von
Chapter3Chapter3
Chapter3Jafar Nesargi
1.1K views35 Folien
Chapter3 von
Chapter3Chapter3
Chapter3Jafar Nesargi
466 views35 Folien

Similar a Computer sec2-1st term(20)

Fundamentals of database system - Data Modeling Using the Entity-Relationshi... von Mustafa Kamel Mohammadi
Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system - Data Modeling Using the Entity-Relationshi...
ICT DBA3 09 0710 Model Data Objects.pdf von Infotech27
ICT DBA3 09 0710 Model Data Objects.pdfICT DBA3 09 0710 Model Data Objects.pdf
ICT DBA3 09 0710 Model Data Objects.pdf
Infotech2710 views
Introduction to database-ER Model von Ajit Nayak
Introduction to database-ER ModelIntroduction to database-ER Model
Introduction to database-ER Model
Ajit Nayak1.2K views
Cardinality and participation constraints von Nikhil Deswal
Cardinality and participation constraintsCardinality and participation constraints
Cardinality and participation constraints
Nikhil Deswal61.9K views
A2 databases von c.west
A2 databasesA2 databases
A2 databases
c.west434 views
Data modeling using the entity relationship model von Jafar Nesargi
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship model
Jafar Nesargi10.8K views
Chapter-3 Data Modeling Using the Entity-Relationship Model von Raj vardhan
Chapter-3  Data Modeling Using the Entity-Relationship ModelChapter-3  Data Modeling Using the Entity-Relationship Model
Chapter-3 Data Modeling Using the Entity-Relationship Model
Raj vardhan1.1K views
ERD with complete knowledge von Asma Rasool
ERD with complete knowledgeERD with complete knowledge
ERD with complete knowledge
Asma Rasool341 views
3. Chapter Three.pdf von fikadumola
3. Chapter Three.pdf3. Chapter Three.pdf
3. Chapter Three.pdf
fikadumola4 views

Más de أمنية وجدى

اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم von
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم أمنية وجدى
20.9K views22 Folien
قواعد الانجليزية للمرحلة الابتدائية von
قواعد الانجليزية للمرحلة الابتدائيةقواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائيةأمنية وجدى
13.4K views25 Folien
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018 von
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018أمنية وجدى
12.2K views6 Folien
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo... von
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...أمنية وجدى
20.4K views37 Folien
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo... von
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...أمنية وجدى
31.4K views29 Folien
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت von
 2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت  2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت أمنية وجدى
10.4K views90 Folien

Más de أمنية وجدى(20)

اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم von أمنية وجدى
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
أمنية وجدى20.9K views
قواعد الانجليزية للمرحلة الابتدائية von أمنية وجدى
قواعد الانجليزية للمرحلة الابتدائيةقواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائية
أمنية وجدى13.4K views
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018 von أمنية وجدى
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
أمنية وجدى12.2K views
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo... von أمنية وجدى
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
أمنية وجدى20.4K views
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo... von أمنية وجدى
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
أمنية وجدى31.4K views
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت von أمنية وجدى
 2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت  2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت
أمنية وجدى10.4K views
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول von أمنية وجدى
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأولبوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
أمنية وجدى11.8K views
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ... von أمنية وجدى
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201... von أمنية وجدى
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
أمنية وجدى99.3K views
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية von أمنية وجدى
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
أمنية وجدى16.8K views
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية von أمنية وجدى
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
أمنية وجدى25.1K views
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى von أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدىمذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
أمنية وجدى32.8K views
كراسة اختبار اللغة العربية للثانوية العامة 2017 von أمنية وجدى
كراسة اختبار اللغة العربية للثانوية العامة 2017كراسة اختبار اللغة العربية للثانوية العامة 2017
كراسة اختبار اللغة العربية للثانوية العامة 2017
أمنية وجدى2.2K views
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى... von أمنية وجدى
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
أمنية وجدى4.2K views
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم... von أمنية وجدى
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
أمنية وجدى8.2K views
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام von أمنية وجدى
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
أمنية وجدى7.4K views
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام von أمنية وجدى
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العاممذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
أمنية وجدى6.3K views
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ... von أمنية وجدى
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
أمنية وجدى3.2K views
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال... von أمنية وجدى
معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال...

Último

Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx von
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxDebapriya Chakraborty
695 views81 Folien
A Guide to Applying for the Wells Mountain Initiative Scholarship 2023 von
A Guide to Applying for the Wells Mountain Initiative Scholarship 2023A Guide to Applying for the Wells Mountain Initiative Scholarship 2023
A Guide to Applying for the Wells Mountain Initiative Scholarship 2023Excellence Foundation for South Sudan
51 views26 Folien
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively von
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyPECB
623 views18 Folien
Thanksgiving!.pdf von
Thanksgiving!.pdfThanksgiving!.pdf
Thanksgiving!.pdfEnglishCEIPdeSigeiro
264 views17 Folien
Jibachha publishing Textbook.docx von
Jibachha publishing Textbook.docxJibachha publishing Textbook.docx
Jibachha publishing Textbook.docxDrJibachhaSahVetphys
51 views14 Folien
Narration lesson plan von
Narration lesson planNarration lesson plan
Narration lesson planTARIQ KHAN
61 views11 Folien

Último(20)

ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively von PECB
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks EffectivelyISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
ISO/IEC 27001 and ISO/IEC 27005: Managing AI Risks Effectively
PECB 623 views
Narration lesson plan von TARIQ KHAN
Narration lesson planNarration lesson plan
Narration lesson plan
TARIQ KHAN61 views
CUNY IT Picciano.pptx von apicciano
CUNY IT Picciano.pptxCUNY IT Picciano.pptx
CUNY IT Picciano.pptx
apicciano54 views
Classification of crude drugs.pptx von GayatriPatra14
Classification of crude drugs.pptxClassification of crude drugs.pptx
Classification of crude drugs.pptx
GayatriPatra14101 views
GCSE Geography von WestHatch
GCSE GeographyGCSE Geography
GCSE Geography
WestHatch45 views
EILO EXCURSION PROGRAMME 2023 von info33492
EILO EXCURSION PROGRAMME 2023EILO EXCURSION PROGRAMME 2023
EILO EXCURSION PROGRAMME 2023
info33492109 views
Solar System and Galaxies.pptx von DrHafizKosar
Solar System and Galaxies.pptxSolar System and Galaxies.pptx
Solar System and Galaxies.pptx
DrHafizKosar106 views
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx von ISSIP
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxEIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
ISSIP386 views

Computer sec2-1st term

  • 2. Al Karma Language School CHAPTER ONE DATABASES 1- Data: Data are the primary raw materials. 2-Information: It is the output of data processing to extract the content of data or what they refer to as indications, sign, comparisons etc.Data are the basic information 3-The table The table is the vessel that contains a set of data of a certain topic where data are stored 4- Record: It is the place "row" where the integrated data are stored, for example, all the personal data of a certain person (Name, address and telephone).Etc 5- Field The Field is the place (column), where one kind of data is stored such as the data of (person - address ... etc). 6- Definition of Database: Database is a group of organized data associated with a certain topic inside a table or tables. 7-The advantages of databases · Storing, classifying, organizing, and indexing Data in a way that can help in retrieving them; hence they can be processed easily. · The flexibility in modifying data through adding or exchanging data with the new ones (Updating data). · It is easy to create forms to make data entry easier. · It makes search and query easy to find the stored data and information in the database. · Displaying Data and information in form of reports in which data can be extracted , analyzed to support and make decision 8- Types of database in terms of (Design View): - Hierarchical Database Model - Network Database Model - Relational Databases Model (They will be studied later in detail) 2
  • 3. Al Karma Language School CHAPTER TWO (Entity Relationship Model) The definition of Entity Relationship Model: The Entity Relationship Model is one of the common styles to set an outlay for the Relational Database that depends on the following: 1- Dividing the system to Entities such as (Employee Entity – Department Entity in a company's system.) 2- Each Entity contains certain attributes describing and defining it (such as the company's name, address) etc. 3- Defining the relationships among these entities and describing them as will be shown later. 4- Represent this through a drawing, which is called: (Entity Relationship Diagram) ERD The importance of the Entity Relationship Diagram: It is a prior step to implement the database in one of the programmes of the RDBMS (Relational Data Base Management System). It helps in making tables or files for the database and the relationships among them on correct and scientific bases. Entity definition: The ' Entity' is an object that has an independent existence. It may be of a real existence such as, an employee - a car – an item – a supplier or an abstract existence such as a project- a training course. Each entity has attributes that describe and define it, such as (employee number, name, gender, address, and telephone). All these are attributes to describe the employee Entity. Entity Attributes Entity key Employee Salary- address- birth date gender-name- employee number Employee number Department Number of employees-location name-department number department number or department name Project location- name- project number project Definition of the Key attribute: It is the attribute whose value can never be recurred inside the entity. Consequently, it distinguishes each single entity1 from the others. For example, an employee cannot have the same national number of another. 3
  • 4. Al Karma Language School Secondly: Defining the relationships among the entities and their attributes: Relationships among entities are defined in terms of …: 1- Type of relationship (One to One) or (One to Many) or (Many to Many) Later we will explain each type. 2- The type of participation of each entity in the relationship may be either (Total Participation or Partial Participation). The definition of (Participation Type) Participation means that a certain Entity depends in its existence on the necessity of its existence in a certain relationship with another entity and in this case, it is a total participation for this entity in this relationship. . Example: In the relationship of an employee in managing a department, we find that there is a (Total Participation) for the "Department Entity". In other words, there is no department without an employee to run. At the same time there is (Partial Participation) for "employee entity "in this relationship, not every employee can run a department Now we define the relationships found in the system: (1) There are two relationships between an "Employee Entity" and "Department Entity" they are: a) The relationship of "work in a department" It is described as follows: 1- Each department should have a number of employees. 2- No employee can work in more than a department . 3- There is no department without employees to work in it. 4- Each employee should work in a department... 5- There are no attributes for this relationship. Therefore: - The relationship is ' One to Many ' between "Department Entity" and" Employee Entity" (1 and 2) - There is a (Total Participation) for ' Department Entity ' in this relationship. (3) - There is a (Total Participation) for ' Employee Entity' in this relationship. (4) - There is no attribute for this relationship. Summary of relationships in a company's system: Relationship First The other Relationship Relationship name entity entity type attributes The entity Total participation Work in a departmen employee department One to Many Not exist Department - Employee Manage a department employee department One to One Starting date Department Work in a project employee project Many to Many Number of hours Project - employee 4
  • 5. Al Karma Language School Summary for the most important used symbols in "ERD" The meaning of the symbol symbol Entity Relationship Attribute Key attribute The multi - valued attribute Derived attribute One to One relationship One to Many relationship Entity 1 1 Entity a R Entity b Entity a R Entity b Many to Many relationship Total participation for R the entity in the relationship 5 N M N 1 Entity a R Entity b Entity a R Entity b
  • 6. Al Karma Language School CHAPTER THREE Relational Database Model First: Drawing a table for each entity in [ERD], we find that the fields are the attributes of this entity: Employee: Employee number name gender Birth date address salary Department Department number Department name Project project number name Location Notes: · The name of the table is put at the top before the field name. · One of the entity key attributes is selected to be a primary key and underline the field name to highlight it. · The field of (Employees number) has not been put for each "department" in (Department Table), because the number of employees is a derived attribute. In other words, it can be counted from the relationship between (department) and (employee). · Field location has not been put for the (Department table) because (Department location) represents a multi- valued attribute. In other words, a certain department can have more than a location as shown in the following example; this is in case of putting the field of (Department location) in (Department table). Definition : The composite key is more than a field in a table whose components together do not recur. It distinguishes each record where as each field can be repeated solo. 1-Between the tables of (Department and Employee) a-The relationship of "working in department ": As the relationship "One to Many" in department table as shown in the previous chapter from the ERD. Therefore, we will add a field in the table that represents (Many) in the "employee table", In this case, it expresses (Department Number) where an employee works. In other words, this field is linked to the field of (Department number) in (Department table). In this case, it is called (Foreign Key Field) Definition The Foreign Key is a strange field in a table linked to "Primary Key" in another table. NOTE: It is not required to nominate the foreign key with the primary field name linked to it. However, it must be of the same type and size as shown in designing the table using the computer. 6
  • 7. Al Karma Language School Definition : The relationship of ( One to Many) between two tables means that it is possible for a record in the first table (One) to be linked to more than a record in the second table (Many ) and any record in the second table (Many) can be linked only to one record in the first table (One). 7