0% found this document useful (0 votes)
37 views

C Program Syllabus

D

Uploaded by

philips3com
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

C Program Syllabus

D

Uploaded by

philips3com
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Dr.M.G.R.

Educational and Research Institute (Deemed to be University)


Department of Computer Science and Engineering
2022 Regulation
COURSE COURSE NAME: Ty/Lb/ L T/ P/R C
CODE
ETL/IE S.Lr
EBCS22ET1 C PROGRAMMING AND MS OFFICE
TOOLS
Prerequisite: Nil ETL 1 0/0 2/0 2
C: Credits, L: Lecture, T: Tutorial, SLr: Supervised Learning, P: Problem / Practical
R: Research, Ty/Lb/ETL/IE/IE: Theory /Lab/Embedded Theory and Lab/Internal Evaluation
OBJECTIVES:
The students should be made to
 learn a programming language.
 learn problem solving techniques.
 write programs in C and to solve the problems.
 familiarize the students in preparation of documents and presentations with office automation
tools.
COURSE OUTCOMES (COs): Students will be able to
CO1 Understand and trace the execution of programs written in C language.
CO2 Write the C code for a given algorithm.
CO3 Apply Arrays and Functions concepts to write Programs
CO4 Apply Structures and pointers concepts for writing Programs
CO5 To perform documentation, accounting operations and presentation skills
Mapping of Course Outcomes with Program Outcomes (POs)
COs/POs PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 2 2 2 2 1 1 1 1 1 1 2 2
CO2 2 2 2 2 1 1 1 1 1 1 2 2
CO3 2 2 3 2 1 1 1 1 1 1 3 2
CO4 2 2 3 3 1 1 1 1 1 1 3 2
CO5 1 1 1 1 1 1 2 3 2

COs / PSOs PSO1 PSO2 PSO3 PSO4


CO1 3 3 2 1

CO2 3 3 2 1

CO3 3 3 2 1

CO4 3 2 2 1

CO5 2 2 0 0

3/2/1 Indicates Strength Of Correlation, 3 – High, 2- Medium, 1- Low


Component
Disciplinary
Engineering

Humanities
and social
Category

Skill

Practical
Program

Program

Elective
Science

Science

Science

elective

/Project
Basic

Open
Core

Inter

39
B.Tech – Cyber Forensics and Information Security -2022 Regulation
Dr.M.G.R. Educational and Research Institute (Deemed to be University)
Department of Computer Science and Engineering
2022 Regulation

COURSE Ty/Lb/ T/
COURSE NAME L P/R C
CODE ETL/IE S.Lr
C PROGRAMMING AND MS OFFICE TOOLS
EBCS22ET1 ETL 1 0/0 2/0 2

UNIT I Introduction 3 Hrs


Basic Structure of C programme- Constants, Variables and data types, Keywords, Identifiers- Operators
and expressions- executing a C Program
*
UNIT II Decision making statements and looping statements 3 Hrs
Decision making with if statement, Simple if statement, else-if statement, Nesting if-else statement, The
else if ladder, The switch statement, The goto statement, The while statement, The do while statement, The
for statement, jumps in loops

UNIT III Arrays and Functions 3 Hrs


Introduction to Arrays- One dimensional arrays, Two dimensional array, and Multidimensional array-
Introduction to Functions- calling a function, category of functions- arguments with return values,
argument with no return values- parameter passing Mechanism: Call by Value and Call by Reference.
Recursion.

UNIT IV Structures & Pointers 3 Hrs


Structures definition, giving values to members, Structure initialization, comparison of structure variables,
Structure within structures, understanding pointers, accessing the address of the variable, declaring and
initializing pointer, accessing a variable through its pointer and array

UNIT V Ms-Office 3 Hrs


Introduction to MS-Word- Menus- Introduction to MS-Excel: features of MS- Excel, spread
sheet/worksheet, parts of MS-excel window, functions in excel sheet, chart, Introduction to MS-Power
point
15 Hours

List of Experiments : C PROGRAMMING 30 Hours


1. Find the factorial of a given positive number using function.
2. Calculate X raised to y using function.
3. Find GCD and LCM of two given integer numbers using function.
4. Find the sum of N natural numbers using function.
5. Book information using Structure.
6. Student information using Structure.
7. Print the address of a variable and its value using Pointer
8. Find area and perimeter of a circle
9. Check whether the given number is palindrome or not
10. Check whether the given number is prime or not
11. Calculate sum of the digits of the given number
12. Display Fibonacci series up to N terms
13. Check whether a given character is alphabetic, numeric or special character
14. Count vowels and consonants in a given string
40
B.Tech – Cyber Forensics and Information Security -2022 Regulation
Dr.M.G.R. Educational and Research Institute (Deemed to be University)
Department of Computer Science and Engineering
2022 Regulation
15. Find product of two matrices
MS-OFFICE
16. Preparing a news letter:
17. To prepare a newsletter with borders, two columns text, header and footer and
inserting a graphic image and page layout.
18. Creating and editing the table
19. Printing envelopes and mail merge.
20. Using formulas and functions: To prepare a Worksheet showing the monthly sales
of a company in different branch offices
21. Prepare a Statement for displaying Result of 10 students in 5 subjects

Total Hours : 45

TEXT BOOKS:
1. E.Balaguruswamy, Programming in ANSI C
2. Padma Reddy ,Computer Concepts & ‘C’ Programming
3. ShobhaHangirke, Computer Application For Business

41
B.Tech – Cyber Forensics and Information Security -2022 Regulation

You might also like