2. Undergraduate Courses 2023-2024

Module 1

Code

Course/Module Title

ECTS

Semester

GPPE101

Academic English

3

1

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

2

2

58

17

Description

English Academic writing Session,

Learn how to write academic essays (4 main types of essays which are: Argumentative essay, Table and Chart Analysis Essay, Comparative Essay and Descriptive Essay)

Reading Session,

"B1 reading" practice to help you understand texts with every day or job-related language. Texts include articles, travel guides, emails, adverts and reviews.

"B2 reading" practice to help you understand texts with a wide vocabulary where you may need to consider the writer's opinion. Texts include articles, reports, messages, short stories and reviews.

Listening Session,

Each lesson has a preparation task, an audio recording and two tasks to check your understanding and to practice a variety of listening skills.

"B1 Listening" This section offers listening practice to help you understand the main points of clear, standard speech about every day or job-related topics. Situations include phone calls, meetings and interviews.

"B2 Listening" This section offers listening practice to help you understand extended, standard speech about familiar topics that may contain complex ideas. Situations include broadcasts, reviews, presentations and lectures.

Speaking Session,

This section offers speaking practice to help you learn and practice useful phrases that will help you to speak English clearly and effectively.

"B1 Speaking" Each lesson has a preparation task and a video that introduces the language in context and gives you the opportunity to listen to and repeat the useful phrases. There are also tasks to check your understanding of the video and to practice the useful language.

"B2 Speaking" This section offers speaking practice to help you learn and practice useful phrases that will help you to speak English clearly and effectively through making individual speeches and presentations.

 

 

Module 2

Code

Course/Module Title

ECTS

Semester

GPPE102

Gas Properties

5

1

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

3

3

86

39

Description

 

Introduction: Geological Settings, Natural Gas Origins and Accumulations, Natural Gas Resources Nonassociated Gas, Associated Gas, Unconventional Gas, Natural Gas Composition and Phase Behavior, Dry- and Wet-Gas Phase Behaviors, Retrograde-Condensate-Gas Phase Behavior, Associated Gas Phase Behavior. Natural Gas Properties: Gas Specific Gravity, Gas Deviation Factor, Gas Density, Gas Formation Volume Factor, Gas Compressibility, Gas Viscosity, Useful Correlations.

 

Module 3

Code

Course/Module Title

ECTS

Semester

GPPE103

Calculus I

6

1

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

3

1

58

92

Description

Functions, Limits, Differentiation, Integrations, Trigonometric Functions, Inverse Trigonometric Functions, Natural Logarithm Function, Exponential Function, General Logarithm Function and General Exponential Function, Hyperbolic Functions, Inverse of Hyperbolic Functions, L'Hopital's Rule.

 

Module 4

Code

Course/Module Title

ECTS

Semester

GPPE104

Organic Chemistry

5

1

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

2

3

72

53

Description

Introduction to Organic Chemistry, Electron displacement effects, Organic intermediates, Types of reactions [addition, elimination and substitution reactions], General classification and identification of organic compounds, Structural characterization of organic compounds, properties, preparation (laboratory and industrial) of (Aliphatic hydrocarbons, Aromatic hydrocarbons), Alkyl halides, Alcohols, Phenols, Carboxylic acids, Amides, Ethers, Aldehydes and ketones, Asters),

 

Module 5

Code

Course/Module Title

ECTS

Semester

GPPE105

 Introduction to Petrochemical Industries

5

1

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

3

 

44

81

Description

Raw materials for petrochemicals, hydrocarbon groups in petroleum and their structures, sulphur, nitrogen, oxygen, and metallic organic compounds in petroleum, paraffinic, olefinic, and aromatic hydrocarbons, dienes, liquid petroleum fractions and their residues, Overview of manufacturing processes. Petrochemicals from refinery products, handling and storage of petrochemicals, Petrochemical products and their uses, Interrelation between the chemical structure and characteristics of petroleum products. Petrochemicals: Methanol, Formaldehyde, Ethylene production by steam cracking of naphtha, Ethylene dichloride, Vinyl chloride monomer, Vinyl acetate monomer, Ethylene oxide, Acetaldehyde, Propylene, Acrylonitrile, Propylene oxide, MTBE, Butadiene, BTX separation, Benzene by dealkylation of toluene.

 

History  and  importance  of  Petrochemical  industry,  growth  in  India,  Classification  of

Petrochemicals,  Feedstock of the Petrochemicals, Preparation of feedstrock from ethane / propane

and naphtha / gas oil cracking, syngas.

History  and  importance  of  Petrochemical  industry,  growth  in  India,  Classification  of

Petrochemicals,  Feedstock of the Petrochemicals, Preparation of feedstrock from ethane / propane

and naphtha / gas oil cracking, syngas.

 

Module 6

Code

Course/Module Title

ECTS

Semester

GPPE106

Introduction to computer Programming

4

1

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

2

3

72

28

Description

Basic concepts of computer systems:

computer components by functionality, basics of computer storage devices, computer structure, Binary and Hexadecimal numeration systems, types of software.

the use of computers, and the social impact they have, secure programming, the ethical aspects of programming

Processing Code:

Editors, compilers and/or interpreters; source code, object code, and executables, compilation error messages, Executing programs, run-time errors.

Problem analysis and algorithmic modeling

problem solving through algorithmic modeling, activities related to program modeling and design including algorithm development, solve problems using techniques such as pseudocode, flowcharts, and model development, algorithms and errors, procedural techniques and object-oriented techniques, programs using good programming practices.

Use of data

data types, the use of variables, expressions using variables, literal data, and operators, rules of operator precedence.

Decision structures

Describe how conditional selection operations are used to alter the sequential execution of a program. Describe how relational and Boolean operators are used to form logical expressions that evaluate to true or false. Identify techniques to evaluate selection statements for logic errors. Develop programs using sequential and selection operations.

Repetition structures,

Describe how repetition structures are used to alter the sequential execution of a program. Choose appropriate repetition structures based on the type of application. Identify techniques to evaluate repetition statements for logic errors. Develop programs using repetition structures.

Programming with Procedures

Apply modularization to manage complexity of programming. Describe the roles of parameters in a procedure definition. Illustrate parameter passing when invoking procedures. Solve problems using procedures.

Collections

Arrays and lists as appropriate to the programming language. Defines nature and purpose. Use collections as parameters and returned values in procedures. Develop applications using collections

Memory Allocation

Pointers and structures (C++), lists and dictionaries (Python), utilization of stack and heap (Java) as appropriate to the programming language. Classes and Introduction to Libraries, Describe information hiding and encapsulation. Describe the concept of class and object of a class. Use language classes from the standard library to develop programs.

Engineering Applications

File input and output. Introduction to mathematical modeling, Numerical methods, including root finding and numerical integration

 

 

 

Module 7

 

Code

Course/Module Title

ECTS

Semester

BUOG101

Democracy and Human Right

2

1

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

2

 

30

20

Description

مفهوم حقوق الإنسان و تطوره ، حقوق الانسان في الاديان و الشرائع السماوية( اليهودية ، المسيحية ، الاسلام)، حقوق الانسان في العصور الوسطى والحديثة والمعاصرة ، ضمانات حقوق الإنسان وحمايتها على الصعيد الوطني،أنتهاكات حقوق الانسان ( جرائم حزب البعث )، حقوق الانسان في ظل تحديات جديدة ( الارهاب ،الاتجار بالبشر، ظاهرة الفساد الإداري ، الملكية الفكرية) ، الأنظمة السياسية من حيث ممارسة السلطة ( المونوقراطية -الفردية- ، الديموقراطية ) ،مفهوم الديمقراطية و تطوره ، خصائص و مميزات الديمقراطية ،  أنواع الديمقراطية ( المباشرة ، شبه المباشرة ، الديمقراطية النيابية  ) ، مقومات النظام الديمقراطي .

 

 

Module 8

Code

Course/Module Title

ECTS

Semester

GPPE107

Calculus II

6

2

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

3

1

58

92

Description

Methods of Integrations, Trigonometric Functions, Improper Integrals, Areas, Volumes of Solids of Revolutions, Lengths of Plane curves, Areas of Surfaces of Revolution, Matrices.

 

Module 9

Code

Course/Module Title

ECTS

Semester

GPPE108

Engineering Drawing

5

2

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

1

3

58

67

Description

Introduction, selection of instruments, engineering lettering, geometry, fundamentals of dimensioning on engineering drawing, orthographic projection, sectional views, pictorial drawing and sketching, projection theory, projection of plans, frontal line on plans.

AutoCAD fundamentals: Open, (and close) AutoCAD application, Open multiple drawings and switch between them, Create a new drawing. Roaming facilities: Use zooming tools, panning a drawing, create named views & recall them. Create new drawings: Understand & use Absolute, Relative and Polar coordinate system, drawing commands, Draw rectangle, polygon, ellipse. Modifying Commands:  Erase & oops, Copy and Move objects, Rotate, Scale, Stretch Extend & Offset, Mirror and array, Apply Chamfers and Fillets. Layers:  Create layers and assign properties as line weights, line types, color, modify status, Modify layer attributes. Text and Dimensions: Create and set text styles with different fonts, Understand the text alignment abbreviations. Isometric: Changing to isometric mode, switching between isoplanes (top, right & left views), Isometric ellipses, Isometric fillets, writing in isometric mode, Plotting: Understand between Model and Paper space, add a new title block, create a viewport with different scales, Select plotter/ printer, Plot all, part of drawing to scale.

 

Module 10

Code

Course/Module Title

ECTS

Semester

GPPE109

Principles of Polymer Science

5

2

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

3

3

86

39

Description

Basic concepts of polymers: Basic definition and nomenclature; molecular forces and chemical bonding (primary and secondary atomic and molecular bonding) in polymers; different functional groups and their properties; classification of polymers (thermoplastics and thermosets); polymer structure: skeletal structure, copolymers, tacticity, and geometrical isomerism; molar mass and its distribution. Principles of polymerization: Classification of polymerization reaction, step-growth polymerization; kinetics, chain length regulation, Carothers equation. Addition / chain growth polymerization, mechanism and kinetics of chain growth polymerization, ionic polymerization, chain transfer, inhibition and retardation, control of molecular weight. Co polymerization: Principle and Industrial practice

Polymerization techniques: bulk polymerization, solution polymerization, suspension polymerization, and emulsion polymerization.

 

Module 11

Code

Course/Module Title

ECTS

Semester

GPPE110

Engineering Mechanics

6

4

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

3

1

58

92

Description

General Coplanar force systems: Basis concepts, Law of motions, principle of transmissibility of forces, Transfer of a force to parallel position, Resultant of a force system, simplest resultant of two dimensional concurrent & non concurrent force systems, free body diagrams, equilibrium & its equations, applications.

Friction: Introduction, Laws of coulomb friction, equilibrium of bodies involving dry friction, belt friction, applications. Centre of gravity, centroid, and Moment of Inertia: Centroid of plane, curve, area, volume & composite bodies, moment of inertia of plane area, parallel axis theorem, perpendicular axis theorem, principal moment inertia, mass moment of inertia of circular ring, disc, cylinder, sphere and cone about their axis of symmetry.

 

 

Module 12

Code

Course/Module Title

ECTS

Semester

GPPE111

General Physics

5

2

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

2

2

58

76

Description

Dynamic physics, Energy and power laws, optics and light, electromagnetic fields, radiation, sound and vibration, application of physics in chemical Engineering.

 

Module 13

Code

Course/Module Title

ECTS

Semester

BUOG102

Arabic Language

3

2

Class (hr/w)

Lect./Lab./ Prac. /Tutor

SSWL (hr/sem)

USWL (hr/w)

2

 

30

45

Description

قواعد اللغه العربيه : الكلام وما يتالف منه : الاسم ، والفعل والحرف, قواعد : الفعل واقسامه ، علاماته ، الفعل الماضي, قواعد فعل الامر ، الحرف وما يتميز به , قواعد : الاعراب والبناء ، وعلاماته الاعراب ، والمثنى والملحق به ,ادب ، ونص شعري ، ودراسه وتحليل ,قواعد : جمع المذكر السالم / والملحق به ,قواعد : الملحقه بالاسماء السته , قواعد : المبتدأ والخبر ، انواع المبتدأ واحكامه ,قواعد : الخبر ، تعريفه وانواعه , املاء : قواعد كتابه الهمزة ,ادب : نص نثري . دراسه وتحليل ,قواعد : اغلاط لغويه شائعه ,املاء : قواعد كتابه الالف في نهايه الكلمة