(ELECTRONIC CIRCUITS)
Course objectives:
Electronic
circuits is an important subject in the course of computer science and engineering.
It is so because it is essential to understanding the operational basics and
design of linear integrated circuits, digital electronic devices and electronic
circuits. It is essential for students and engineers to understand electronic
devices and circuits and also the building blocks of electronics configured
around them. Course Objectives:
1)
To provide students with a theoretical and practical base in Electronic
circuits.
2)
To understand the basic concepts and circuits in Transistors,
UJTs, and Thyristors, Field Effect Transistors, Optoelectronic Devices, Small
Signal Analysis of Amplifiers, Large Signal Amplifiers, Feedback Amplifier, Sinusoidal
Oscillators, Wave-Shaping Circuits, Linear Power Supplies, Switched mode Power
Supplies and Operational Amplifiers.
3)
To implement a selected number of circuits in the laboratory using the various
electronic components and the simulating software and observe the behavior of
circuits and analyze the results. Learning Outcomes:
At the end of the course
a student will:
1. Understand the
basics concepts in electronic circuits.
2. Ability to design,
implement , and analyze simple circuits.
3. Knowledge of
contemporary issues in electronic circuits.
4.
Ability to mathematically deduce and prove certain important concepts and
derive expressions for basic electronic circuit parameters.
---------------------------------------------------------------------------------------------------------------------
JAVA
AND J2EE
Course
Objectives
The objective of this subject is to learn the core concepts behind object-oriented programming:
objects, messages, classes, and inheritance. And also to learn the traditional
features of the java language, including variables, arrays, data types,
operators, and control flow, how to write the classes from which objects are
created, and how to create and use the objects. This subject also describes the
way in which we can derive one class from another. We will learn that all
classes are derived from the object
class, and how to modify the methods that a subclass
inherits from super classes and how to use Number
and String
objects. We also learn a feature of the Java programming
language that helps us to organize and structure our classes and their
relationships to one another.
object
class, and how to modify the methods that a subclass
inherits from super classes and how to use Number
and String
objects. We also learn a feature of the Java programming
language that helps us to organize and structure our classes and their
relationships to one another.