Christ University Syllabus
Christ University has released UG/PG courses Syllabus so
that applies may start your preparation. Students, who are Pursuing study
for
any disciplines course they are advised to download their ChU Syllabus using
given links and process. Christ University B.SC/ BCA/ MCA/ MBA/ B.Tech/ M. Phil
Syllabus in PDF format is available for all students. You can also go through
the guidelines uttered below to get directly Christ University Syllabus from
the official portal. Christ University provides Under Graduate and Post
Graduate Courses and it conducts exam twice in a year to check the knowledge of
candidates.
Students who are willing to appear in their studied course
exam they need to be aware about exam pattern and actual syllabus so that they would
be able to prepare subject wise by giving proper time. In this article all
courses syllabus PDF file link is also given so that required assistance may be
provide to capable appliers. The main motive of university to provide education
to every student, that is why authorities of University provides many courses,
so candidates can choose the subject according to their interest.
Other details in association with Christ University Syllabus
are given below for all the visitors of the portal.
Syllabus for Bachelor of Computer Application,
Semester I
Creative English:
Unit-1 (Poetry)
|
If : Rudyard Kipling
I know why the caged bird sings: Maya Angelou
The Hill: Nissim Ezekiel
|
Unit-2 (Short Stories)
|
The Story of an Hour: Kate Chopin
Beyond the Wall: Ambrose Bierce
The Mountain Trail: Anil Chandra
|
Unit-3 (Essays)
|
Earth is only a Front Yard: Arthur Brisbane
Three visions of India: A Speech by A PJ Abdul Kalam
Facebook – An article from Times of India
|
Unit-4 (Writing Skills: Paragraph Writing)
|
Paragraph writing – what is a paragraph – the main features of a
paragraph – how to write a good paragraph – exercises in paragraph writing to
be given – the exercises can be on varied topics like personal experiences,
social responsibilities, current topics, computer related topics
|
Unit-5 (Writing skills: Paraphrasing and Creative writing)
|
Paraphrasing, note making, abstracting
Creative writing: situational conversations
|
Foundational Mathematics:
Unit-1 (Logic)
|
Propositional Logic, Applications of Propositional Logic,
Propositional Equivalences, Predicates and Quantifiers.
|
Unit-2 (Methods of Proof)
|
Nested Quantifiers, Rules of Inference, Introduction to Proofs, Proof
Methods and Strategy.
|
Unit-3 (Counting)
|
Mathematical Induction (Pg.311-333), The Basics of Counting, The
Pigeonhole Principle, Permutations and Combinations, Binomial Coefficients
and Identities
|
Statistics – I:
Unit-1 (Introduction)
|
Importance of Statistics, Primary and secondary data, data collection
methods. Presentation of numerical and categorical data.
|
Unit-2 (Concepts of central tendency and dispersion)
|
Mean, median, mode and partition values-quartiles for grouped and
ungrouped data. Range, quartile deviation, standard deviation and coefficient
of variation for grouped data
|
Unit-3 (Probability)
|
Random Experiment- Sample space and events. Probability. rules.
Conditional probability and Bayes theorm.
|
Unit-4 (Random variable)
|
Definition, types of random variables, probability functions,
expectations and variance.
|
Unit-5 (Index Number)
|
Laspeyres’, Paasches’, Fishers price and quantity index numbers. Time
reversal and factor reversal tests.
|
Syllabus for Bachelor of Science in Computer Science,
Mathematics, Statistics, Semester I
Digital Computer Fundamentals And Programming Using C:
Unit-1 (Introduction to Computers & Number systems)
|
Different number system sand their conversions (Decimal, Binary,
Octaland Hexadecimal) Binaryarithmetic-Addition, subtraction,
multiplication and division of binary numbers, 1’sand 2’s complement,
Floating point numbers, Coding – BCD, Gray, ASCII and EBCDIC
|
Unit-2 (Boolean Algebra)
|
Boolean operations and expressions, Laws and rules of Boolean
algebra, Demorgan’s Theorem, Boolean expressions, Simplification of Boolean
expression.
|
Unit-3 (Logic Gates)
|
AND gate, OR gate, NOT gate, NAND gate, NOR gate, X-OR gate, X-NOR
gate, The universal property of NAND gate and NOR gate, Karnaughmap (SOP).
|
Unit-4 (Combinational logic)
|
Adders (HalfandFull), Decoder, Encoder, Multiplexer, De-Multiplexer
(Introductory Concepts Only).
|
Unit-5 (Flip-flops)
|
Flip-flops-SRflip-flop, Dflip-flop, JK flip-flop, Positive edge
triggered flip flops, Masterslave JK flip-flop, Introduction to
Registers and Counters
|
Unit-6 (Introduction to Programming)
|
Types of Programming, Languages, Structured Programming, Algorithms
and Flowcharts with Examples.
Self Learning: Introduction to computers- Characteristics of
computers, Block diagram of a digital computer.
|
Unit-7 (Introduction to C)
|
History of C- Character set - Structure of a C program – Data types,
constants, variables and keywords. Expressions – Statements – Operators –
Arithmetic, Unary, Relational and logical, Assignment, Conditional. Library
functions. Data Input and output – Single character input, getchar, getch,–
Single character output - putchar, Formatted I/O (scanf, printf), gets and
puts function.
|
Unit-8 (Control Structures And Arrays)
|
Branching: if, if … else , if…else ladder, switch. Looping: while,
do…while, for, nested control structures, break, continue statement, goto
statement.
Arrays: definition, processing, types - One and Two dimensional
arrays. String, string operations
(strlen(),strrev(),strcpy(),strcat(),strcmp()strstr()), arrays of strings.
Self Learning: String Library functions.
|
Unit-9 (Functions)
|
Functions: Definition, Accessing and
prototyping, types of functions, passing arguments
to functions, recursion, passing arrays to functions
|
Unit-10 (Pointers And Structure)
|
Introduction to Union, Pointers: Fundamentals, Declaration,
Operations on Pointers, Passing pointers to a function. Structures :
Definition, Processing a structure.
|
English:
Unit-1 (Poetry)
|
Grandmother’s House – Kamala Das
Love at First Sight – Wislawa Symborska
|
Unit-2 (Short Story)
|
Lajwanti – Rajinder Singh Bedi
Childhood – Ismat Chugtai
Umpiring – Moti Nandi
|
Unit-3 (Prose)
|
South Indian Filter Coffee with Amma – Julie Sahani
A Scientific Religion - V Raghunathan
|
Unit-4 (Novella)
|
Pedaro Peramo – Juan Rulfo
|
Unit-5 (Audio-Visual Text)
|
Documentary: Nero’s Guests
|
Unit-6 (Grammar and Composition)
|
Sub-verb agreement
Common Errors
Tenses – both active and passive
Cohesive devices
Paragraph and Essay Writing
|
Syllabus for Master of Computer Applications, Semester
I
Programming Using C:
Unit-1 (Introduction to C Language)
|
Applications of C – Language Features – Identifiers - Data Types –
Typecasting- variables –
constants. Operators - I/O Statements : Formatted- Unformatted.
Control Structures.
|
Unit-2 (Functions, Storage Types, Arrays)
|
Functions
User-defined functions – Standard library functions (Header files) -
Function prototypes –
Call-by-Value – Command Line Arguments, Concept of variable number of
arguments.
Storage Types:
Introduction to Storage Types – Static, Auto, Register, Extern
Arrays:
Introduction to Arrays – Limitations of Arrays – Types – Strings- I/O
functions – String
|
Unit-3 (Pointers, Derived Types, Macro Processor)
|
Pointers:
Definition – Pointer variables – Accessing variables through pointers
– pointer declaration
and definition – Initialization - Pointers and Functions – Pointer
topointers –- Pointer
Applications - - Introduction to Dynamic memory allocation functions
(malloc, calloc, free,
realloc) - Array of pointers
Derived Types:
Type definition (typedef) – Enumerated type – Structures – Accessing
– Complex structure –
Array of structures – structures & functions – Union - Use of
pointers to Structures and
Unions
Macro Processor:
Specialty of macro processing – Declaration, Conditional, Include
directives
|
Unit-4 (External storage)
|
Text files: Concept of Files – Files and Streams – Standard library
I/O functions – Character I/O functions.
Binary files: Operations – Standard library functions –
Converting file type – Examples
|
Unit-5 (Operations on Bits)
|
Introduction to Bit-Fields – Operators – showbits( ) function -C
under windows Features – Graphics– Initialization Lines – Images – Patterns –
Regular and non regular shapes – palettes – colors – text – justification of
text – animation.
|
Reminder:
Dear students check below link to get syllabus for Shivaji University:
Take a Look on Below Table
0 comments:
Post a Comment