Please enable JavaScript.
Coggle requires JavaScript to display documents.
College - Coggle Diagram
College
الأقسام الأكاديمية
تتكون الكلية من عدة أقسام علمية متخصصة، مثل قسم علوم الحاسب، قسم الهندسة، قسم المحاسبة، إلخ.
كل قسم يرأسه رئيس القسم، ويشرف على البرامج الدراسية والبحثية الخاصة به.
Study system
Academic Programs
Study Plan
course
exam
exam_id INT (PK, AUTO_INCREMENT) Unique ID
-
exam_type ENUM('Midterm', 'Final', 'Quiz') Type of exam
-
attendance
attendance_id INT (PK, AUTO_INCREMENT) Unique ID
-
-
-
-
-
course attributes
course_id INT (PK, AUTO_INCREMENT) Unique ID for the course
-
-
course_code VARCHAR(50) Unique course code (e.g., CS101)
-
type ENUM('Core', 'Elective', 'Advanced') Type of course
-
-
study plan attributes
study_plan_id INT (PK, AUTO_INCREMENT) Unique ID
-
-
-
-
-
semester
semester_id INT (PK, AUTO_INCREMENT) Unique ID
-
-
-
-
Graduation Requirements
graduation_id INT (PK, AUTO_INCREMENT) Unique ID
-
-
gpa DECIMAL(3,2) Final GPA
-
study system attributes
study_system_id INT (PK, AUTO_INCREMENT) Unique ID for the study system
name VARCHAR(255) Study system type (Semester-based, Annual, etc.)
-
-
min_passing_requirements TEXT Attendance, exams, projects, etc.
gpa_calculation_method VARCHAR(255) Weighted average, percentage-based, etc.
grading_scale VARCHAR(255) A-F, Percentage, Points-based
-
-
-
-
-
-
-
- العمادة والإدارة الأكاديمية
-
-
-