All Courses

Introduction to Computer
This course introduces students to basic computer concepts in hardware, software,
networking, computer security, programming, database, e-commerce, decision
support systems, and other emerging technologies such as Google applications.
Students learn techniques to search, evaluate, validate, and cite information found
online. Widely used applications including word processing, spreadsheets,
databases, presentation, and web development software are studied. Upon
completion, students should be able to demonstrate an understanding of the role and
function of computers and use the computer to solve problems.
Information and Communication Technology (ICT)
In this course, the students will be exposed to ICT and shown how ICT is pervasively affecting all of us. The focus of this class would be on how ICT can be leveraged by students to develop their skills and better perform their professional tasks.
The course’s objectives, formally defined here, are the following:
To get you excited about ICT, To familiarize you with the usage of ICT, To get you motivated about creating and using innovative ICT applications
I would like to remind you that this course that you'd be taking is a basic course that applies very widely. The skills that you'd learn from this course would be very useful to you for the duration of your B.Sc. studies and beyond. The importance of this course should motivate you all to take keen interest in the class proceedings and try to work hands on. This course will take you through all the necessary stages.
Data Structure
Course Objective:
In data structure we know a particular way of storing and organizing data in a computer’s memory so that it can be used efficiently. We are live in an information age. Everything around us is all about information. what does mean information? after processing the data we get information. we have to store the data somewhere and that’s important how can we store the data. We have to store the data in such a way that is easier to fetch, process and retrieve.

Learning outcomes:
Knowledge of data structures is an extremely important part of any programmer’s arsenal. For almost any programming job, most companies will undoubtedly ask questions regarding data structures. Data structure tells us to make our programs efficient and fast to execute. Data structure helps the students to understand the logic of computer and its related branch
Database Management System
Objective:
 Knowledge of basic Database Management and their appropriate application;
 A general understanding of Database Management such as database model, database design etc.
Outcomes:
 An ability to select and apply the knowledge, techniques, skills, and modern tools of the discipline to broadly-defined engineering technology activities.
 An ability to select and apply knowledge of mathematics, science.
Computer Network
Course Objectives:
At the end of the course, the students will be able to:
1. Build an understanding of the fundamental concepts of data communication and computer networking.
2. Understand how errors detected and corrected that occur in transmission
3. How collisions to be handled when many stations share a single channel
4. Know about routing mechanisms and different routing protocols
5. Understand transport layer functions
6. Know about different application layer protocols

Learning Outcomes:
After completing this course the student must demonstrate the knowledge and ability to:
1. Describe the basis and structure of an abstract layered protocol model
2. Independently understand basic computer network technology.
3. Identify the different types of network topologies and protocols.
4. Enumerate the layers of the OSI model and TCP/IP. Explain the function(s) of each layer.
5. Identify the different types of network devices and their functions within a network
6. Understand and building the skills of subnetting and routing mechanisms.
7. Familiarity with the basic protocols of computer networks, and how they can be used to assist in network
design and implementation
8. Understand how the Internet works today.
9. Conversant with primitives of network application programming.
Structured Programming Language
Objective:
This course will teach you to program the C language from the ground up. You will learn everything from the very fundamentals of programming right through to the complexities of pointers, addresses, functions and File IO.

Outcomes:
• The fundamentals of programming – from the ground up
• How to program on a Mac or on Windows
• The nitty-gritty details of the C language
• Advanced topics such as memory allocation, the stack and heap, and binary file IO

Data_Structure (Section C)
Objective:
We are live in an information age. Everything around us is all about information. IT means Information Technology, what does mean information? after processing the data we get information. we have to store the data somewhere and that’s important how can we store the data. We have to store the data in such a way that is easier to fetch, process and retrieve. In data structure we know a particular way of storing and organizing data in a computer’s memory so that it can be used efficiently.

Outcomes:
Knowledge of data structures is an extremely important part of any programmer’s arsenal. For almost any programming job, most companies will undoubtedly ask questions regarding data structures. Data structure tells us to make our programs efficient and fast to execute. Data structure helps the students to understand the logic of computer and its related branch. Data structure are important in every branch in computer science (programming, data mining, big data, artificial intelligence etc)