Manonmaniam Sundaranar University Syllabus
For better preparation, exam syllabus plays a vital role along with other study material. Thus, candidates who are pursuing UG/PG course from this university they can get updated Manonmaniam Sundaranar University Syllabus from this page.
The authority is going to conduct semester exam for various under graduate and post graduate course like BA, MA, B.Sc. Interested students can download the Manonmaniam Sundaranar University Syllabus 2018 in PDF through the help of this page.
Why Manonmaniam Sundaranar University Syllabus Is Important?
If you want to crack any Manonmaniam Sundaranar University exam then you must have knowledge about the updated exam syllabus. Candidates may get latest syllabus of Manonmaniam Sundaranar University through below provided directly.
To check all important topics of Manonmaniam Sundaranar University BA,MA,B.Sc syllabus, students are required to scroll this web page which is well created by the team of www.recruitmentinboxx.com
Manonmaniam Sundaranar University Syllabus
Manonmaniam Sundaranar University BSC Computer Science Syllabus
Programming in C |
Unit – I: INTRODUCTION |
C Declarations:- Character Set – C tokens – Keywords and Identifiers – Identifiers – Constants – Variables – Data types – Declaration of Variables – Declaration of Storage Class – Assigning Values to Variables – Defining Symbolic Constants – Declaring Variable as Constant. Operators and Expressions:- Introduction – Arithmetic Operators – Relational Operators – Logical Operators – Assignment Operators – Increment and Decrement Operators – Conditional Operator – Bitwise Operators – Special Operators – Arithmetic Expressions – Evaluation of Expressions – Precedence of Arithmetic Expressions. Managing Input and Output Operations:- getchar( ) – putchar( ) – scanf( ) – printf( ). |
Unit – II: CONTROL STRUCTURES |
Decision Making and Branching:- Decision Making with IF Statement – Simple IF statement – The IF…Else Statement – Nesting of IF…Else Statements – The ELSE IF ladder – The Switch Statement – The ?: Operator – The GOTO statement. Decision Making and Looping:- The WHILE Statement – The DO Statement – The FOR statement |
Unit – III: ARRAYS |
One-dimensional arrays – Declaration of One-dimensional arrays – Initialization of Onedimensional arrays – Two-dimensional arrays – Initialization of Two-dimensional arrays – Multidimensional arrays. Character Arrays and Strings:- Declaring and Initializing String Variables – Reading Strings from Terminal – Writing Strings to Screen – String Handling Functions |
Unit – IV: FUNCTIONS |
User-Defined functions:- Need for User-defined functions – Definition of functions – Return Values and their Types – Function Calls – Function Declaration – Category of functions – No Arguments and No return values – Arguments but No return Values – Arguments with return values – No arguments but a return a value – Recursion – Passing Arrays to functions – Passing Strings to functions – The Scope, Visibility and lifetime of a variables. Structures and Unions:- Defining a Structure – Declaring Structure Variables – Accessing Structure Members – Structure Initialization – Arrays of structures –Unions. |
Unit – V: POINTERS AND FILES |
Pointers:- Understanding pointers – Accessing the Address of a Variable – Declaring Pointer Variables – Accessing a variable through its pointer – Pointer Expressions –Pointers as function arguments. File Management in C:- Defining and Opening a file – Closing a File – Input/output Operations on files – Error Handling during I/O Operations |
Get Here: 11 Tips To Remember What You Read
Discrete Mathematics |
Unit – I: RELATIONS |
Introduction to Relations – Binary relation – Classification of Relations – Composition of Relations – Inverse of Relation – Closure operation on Relations – Matrix representation of Relation – digraphs |
Unit – II: FUNCTIONS |
introduction to Functions – Addition and Multiplication of Functions – Classifications of Functions – Composition of Function – Inverse Function. |
Unit – III: MATHEMATICAL LOGIC |
Introduction – Statement (Propositions) – Laws of Formal Logic –Basic Set of Logical operators/operations – Propositions and Truth Tables – Algebra Propositions – Tautologies and Contradictions – Logical Equivalence – Logical Implication – Normal Forms |
Unit – IV: MATRIX ALGEBRA |
Introduction – Definition of a Matrix – Types of Matrices – Operations on Matrices – Related Matrices – Transpose of a Matrix – Symmetric and Skew-symmetric Matrices – Complex Matrix – Conjugate of a Matrix – Determinant of a Matrix – Typical Square Matrices – Adjoint and Inverse of a Matrix – Singular and Non-singular Matrices – Adjoint of a Square Matrix – Properties of Adjoint of a Matrix – Properties of Inverse of a Matrix. |
Unit – V: GRAPH |
Introduction – Graph and Basic Terminologies – Types of Graphs – Sub Graph and Isomorphic Graph – Operations on Graphs – Representation of Graph. |
Do You Know: How to Prepare For Maths
Introduction To Computers |
UNIT I: |
Computer Basics: Introduction, Characteristics of Computers – Generation of Computers, Classification of Computers: Micro computers, Mini Computers, Mainframe, Super Computer, Careers in IT industry. Data representation in Computer: Types of number system, Conversion between Number bases. Coding Schemes: ASCII, EBCDIC, and Unicode. |
UNIT II: |
Computer Memory and Storage: Introduction, memory hierarchy, Random Access memory (RAM), Read only memory (ROM), RAM, ROM and CPU interaction. Types of Secondary storage devices, Magnetic tape, magnetic disk, types of magnetic disk, optical disk, type of optical disks, USB drives. |
UNIT III: |
Multimedia Essentials: Introduction, Definition, Building blocks of Multimedia, multimedia system, multimedia applications, Virtual reality, Multimedia and the internet. |
UNIT IV: |
Operating system: Introduction, definition, Evolution of Operating System, Types of Operating System, Functions of Operating system. Computer software: definition, categories of Software, Software Piracy |
UNIT V: |
The Internet: Introduction, Evolution of Internet – Basic Internet terms – Getting connected to Internet – Internet Applications – Data over Internet. Emerging trends in IT: Introduction, E-Commerce – Electronic Data Interchange – Mobile Communication – Bluetooth – Global Positioning System – Infrared Communication – Smart Card – Imminent Technologies. |
Computer Basics |
Usage of Numbering, Bullets, Indents and Headers in a Word Document |
Prepare a Calendar in a Word Document |
Design a wedding invitation in Word Document |
Usage of Spell Check, Find and Replace |
Picture Insertion and Alignment |
Prepare a semester wise mark statement for a computer class of 20 students using any spreadsheet’ worksheet. Total, average and rank the student marks. Give proper headings. Make the column headings bold and italic. |
Consider the sample employee worksheet and calculate their salary. |
Use any spreadsheet to use mathematical, statistical and logical functions |
Use any spreadsheet to plot a chart for marks obtained by the students (out of 5) vs. frequency (total number of students in class is 50). |
Create a database for a Telephone Directory. Create a table named phone book with relevant fields. Enter a minimum of 10 records. |
Create a student database and create validation rules for fields like age, date of birth, pincode etc. |
Enter data to the student database using a form. |
Create a query and add criteria to the query. |
Create a tabular auto report. |
Customize a report in report design |
Check Out: Tips to Get 100% Results in Exams
Object Oriented Programming in C++ |
Unit – I: Principles of Object Oriented Programming |
Basic Concepts of Object Oriented Programming. Classes and Objects: Introduction – Specifying a Class – Defining Member Functions – Making an Outside Function Inline – Nesting of Member Functions – Private Member Functions – Static Data Members – Static Member Functions – Arrays of Objects – Objects as function arguments – Friendly Functions – Returning Objects |
Unit – II: Constructors and Destructors |
Introduction – Constructors – Parameterized Constructors – Multiple Constructors in a class – Constructors with Default Arguments – Dynamic Initialization of Objects – Copy Constructors – Dynamic Constructors – const objects – Destructors. |
Unit – III: Operator Overloading, Type Conversions and Inheritance |
Defining Operator Overloading – Overloading Unary Operators – Overloading Binary Operators – Overloading Binary Operators using Friends – Rules for Overloading Operators – Type Conversions. Inheritance (Extending Classes): Introduction – Defining Derived Class – Single Inheritance – Making a Private Member Inheritable – Multilevel Inheritance – Multiple Inheritance – Hierarchical Inheritance – Hybrid Inheritance – Virtual Base Classes – Abstract Classes. |
Unit – IV: Pointers, Virtual Functions and Polymorphism |
Pointers – Pointers to Objects – this Pointer – Pointers to Derived Classes – Virtual Functions – Pure Virtual Functions. Managing Console I/O Operations: Introduction – C++ Streams – C++ Stream Classes – Unformatted I/O operations – Managing Output with Manipulators. |
Unit – V: Files and Templates |
Working with Files: Introduction – Classes for File Stream Operations – Opening and Closing a file – Detecting end-of-file – File Modes – Sequential Input and Output Operations. Templates: Introduction – Class Templates – Function Templates. |
Digital Design |
Unit – I: Number Systems, Codes and Digital Logic |
Binary Number System – Binary to Decimal Conversion – Decimal to Binary Conversion – Octal Numbers – Hexadecimal Numbers – The ASCII Code – The Excess-3 Code – The Gray Code. Digital Logic: The Basic gates NOT, OR , AND – Universal Logic Gates NOR,NAND – AND-OR Invert Gates. |
Unit – II: Combinational Logic Circuits |
Boolean Laws and Theorems – Sum of Products Method – Truth Table to Karnaugh Map – Pairs, Quads and Octets – Karnaugh Simplifications – Don’t Care Conditions – Product of Sums Method – Product of Sums Simplification |
Unit – III: Data Processing and Arithmetic circuits |
Multiplexers – De-multiplexers – 1-of- 16- Decoders –BCD-to-Decimal Decoders – SevenSegment decoders – Encoders – Exclusive-OR gates. Arithmetic Circuits: Binary Addition – Binary Subtraction – Unsigned Binary Numbers – Sign-Magnitude Numbers – 2’s Complement Representation – 2’s Complement Arithmetic. |
Unit – IV: Flip-Flops |
RS Flip Flops – Edge Triggered RS Flip Flops – Edge Triggered D Flip Flops – Edge Triggered JK Flip Flops – JK Master Slave Flip Flops. |
Unit – V: Registers |
Types of Registers – Serial in serial out – serial in parallel out – parallel in serial out – parallel in parallel out– Universal Shift Register. |
Read This: How To Make Habit Of Studying
Programming in C |
Unit – I: INTRODUCTION |
C Declarations:- Character Set – C tokens – Keywords and Identifiers – Identifiers – Constants – Variables – Data types – Declaration of Variables – Declaration of Storage Class – Assigning Values to Variables – Defining Symbolic Constants – Declaring Variable as Constant. Operators and Expressions:- Introduction – Arithmetic Operators – Relational Operators – Logical Operators – Assignment Operators – Increment and Decrement Operators – Conditional Operator – Bitwise Operators – Special Operators – Arithmetic Expressions – Evaluation of Expressions – Precedence of Arithmetic Expressions. Managing Input and Output Operations:- getchar( ) – putchar( ) – scanf( ) – printf( ). |
Unit – II: CONTROL STRUCTURES |
Decision Making and Branching:- Decision Making with IF Statement – Simple IF statement – The IF…Else Statement – Nesting of IF…Else Statements – The ELSE IF ladder – The Switch Statement – The ?: Operator – The GOTO statement. Decision Making and Looping:- The WHILE Statement – The DO Statement – The FOR statement |
Unit – III: ARRAYS |
One-dimensional arrays – Declaration of One-dimensional arrays – Initialization of Onedimensional arrays – Two-dimensional arrays – Initialization of Two-dimensional arrays – Multidimensional arrays. Character Arrays and Strings:- Declaring and Initializing String Variables – Reading Strings from Terminal – Writing Strings to Screen – String Handling Functions. |
Unit – IV: FUNCTIONS |
User-Defined functions:- Need for User-defined functions – Definition of functions – Return Values and their Types – Function Calls – Function Declaration – Category of functions – No Arguments and No return values – Arguments but No return Values – Arguments with return values – No arguments but a return a value – Recursion – Passing Arrays to functions – Passing Strings to functions – The Scope, Visibility and lifetime of a variables. Structures and Unions:- Defining a Structure – Declaring Structure Variables – Accessing Structure Members – Structure Initialization – Arrays of structures –Unions |
Unit – V: POINTERS AND FILES |
Pointers:- Understanding pointers – Accessing the Address of a Variable – Declaring Pointer Variables – Accessing a variable through its pointer – Pointer Expressions –Pointers as function arguments. File Management in C:- Defining and Opening a file – Closing a File – Input/output Operations on files – Error Handling during I/O Operations |
Manonmaniam Sundaranar University MA English Syllabus
I Semester
- Modern Literature I
- Modern Literature II
- Romantic Period
- Indian Writing in English
- Literature and Gender (Elective I)
- African Literature (Elective II
II Semester
- Victorian Age and the Age of Hardy
- Literary Theory and Criticism
- Indian Writing in English Translation
- American Literature
- Communicative English (Elective III)
- Northeast Indian English Literature (Elective IV)
Press Here For Manonmaniam Sundaranar University MA English Syllabus PDF
Manonmaniam Sundaranar University BA Economics Syllabus
MICRO ECONOMICS – I |
Unit – I Introduction |
Definition of Economics – Main Divisions of Economics – Micro Economics – Importance and Limitations – Distinction between Micro and Macro Economics – Economic Laws – Basic Concepts |
Unit – II Consumption |
Human wants – Law of Diminishing Marginal Utility – Law of Equi – Marginal Utility – Consumer’s Surplus – Law of Demand – Elasticity of demand – types – Factors determining elasticity of demand – Measurement of Elasticity of demand. |
Unit – III Indifference curve Analysis |
Indifference Curve Analysis – Properties of Indifference Curves – Marginal Rate of Substitution – Consumer’s equilibrium in terms of indifference curves – Price Effect – Income effect – Substitution effect – Uses of IC Analysis. |
Unit – IV Production : |
Meaning of Production – Factors of production – Characteristics – Theories of Population – Capital formation – Functions of Entrepreneurs – Division of Labour – Merits and Demerits – Large and Small scale Production –Merits and Demerits |
Unit – V Production Function |
Production Function – Types of Production Functions – Law of Variable proportion – Law of Diminishing Returns – Law of increasing Returns – Law of constant Returns |
Check This: How to Get Rid Of Sleeping While Studying
STATISTICAL METHODS–I |
Unit – I Introduction: |
Definition of statistics and explanations –collection of data – primary and secondary data. |
Unit – II Classification and Tabulation: |
Meaning and objectives of classification –Tabulation – Rules for constructing diagrams – graphs of time series data and frequency distribution. |
Unit – III Averages: |
Averages – Qualities of a good average – Measurement of average – Arithmetic Mean, Media, Mode– Relative merits and demerits. |
Unit – IV Dispersion: |
Measures of Dispersion – Qualities of good measure of dispersion – Types of dispersion –Range, Quartile deviation – Mean deviation – Standard deviation – absolute and relative measures. |
Unit – V Skewness and kurtosis: |
Skewness – Types – Measures of Skewness – absolute and relative measures – Four types of moments – Kurtosis. |
Principles of Advertisement- I Allied I |
Unit I – Introduction |
Meaning- definition – features and importance of advertising – types of advertising. |
Unit II- Advertising media |
Meaning – selection – Factors influencing selection of media – Display advertising. |
Unit III – Press advertising |
Newspapers, Foreign papers, magazines – magazine circulation. |
Unit IV Outdoor advertising |
Features – Forms of outdoor advertising – merits & Demerits -indoor vs outdoor |
Unit V – Electronic media |
Radio Advertising – Television advertising – Film advertising – Internet – Audio – visual cassettes – screen slides – Electronic signs. |
Press Here For Manonmaniam Sundaranar University Syllabus For BA Economics
How To Download Manonmaniam Sundaranar University New Syllabus?
- First of all applicants need to log on the official site of the university that is www.msuniv.ac.in
- On the home page of the official site you need to hit on the “Centre for academic Affiars” link under the “Academic” section.
- Then select the “Revised syllabus” which is available under the drop down list.
- After that you have to select the Semesters I & II Syllabus- UG & PG – Affiliated Colleges link.
- Now you need to choose the suitable link as per the course which you have studied.
- Students need to check the Manonmaniam Sundaranar University UG/PG Syllabus and download it for preparation of the exam.
Get Manonmaniam Sundaranar University Distance Education Syllabus PDF
For BA | |
Criminology & Police Administration | Download Here |
History | Download Here |
Journalism & Mass Communication | Download Here |
Sociology | Download Here |
Public Administration | Download Here |
For B.Sc. | |
Bio Chemistry | Download Here |
Biotechnology | Download Here |
Bioinformatics | Download Here |
Botany | Download Here |
Chemistry | Download Here |
Microbiology | Download Here |
Nutrition & Dietetics | Download Here |
Physics | Download Here |
Physical Education | Download Here |
For M.A | |
History | Download Here |
Human Resource Development | Download Here |
For MBA | |
Master of Business Administration | Download Here |
Master of Social Work | Download Here |
Master of Tourism Management | Download Here |
For M.Sc. | |
Physics | Download Here |
Zoology | Download Here |
For Manonmaniam Sundaranar University BCOM Syllabus | |
B.Com | Download Here |
For Manonmaniam Sundaranar University BCA Syllabus | |
For B.C.A | Download Here |
Press Here for Manonmaniam Sundaranar University Syllabus Official Link
Important Note:
On this web page we are provided Manonmaniam Sundaranar University Syllabus 2018 on this web page.
Candidates who want to get more details about Manonmaniam Sundaranar University Syllabus for Distance Education they are advised to keep in touch with this www.recruitmentinboxx.com page. For upcoming details you can bookmark this web portal by pressing ctrl+d.