University : Bharathiar University
Degree : BCA
Subject : Integrated Logistics Management
Announcement : Syllabus
Website : https://b-u.ac.in/
Download Syllabus : http://www.syllabus.gen.in/uploads/1035-Logis-mgmt.pdf
Integrated Logistics Management Syllabus :
Core 1-Computing Fundamentals And C Programming :
UNIT – I :
Fundamentals of Computers : Introduction – History of Computers-Generations of Computers- Classification of Computers-Basic Anatomy of a Computer System-Input Devices-Processor
Related : Bharathiar University B.Sc Occupational Health & Safety Management Syllabus : www.syllabus.gen.in/1032.html
Output Devices-Memory Management – Types of Software- Overview of Operating System- Programming Languages-Translator Programs-Problem Solving Techniques – Overview of C.
UNIT – II :
Overview of C – Introduction – Character set – C tokens – keyword & Identifiers – Constants – Variables – Data types – Declaration of variables – Assigning values to variables – Defining Symbolic Constants – Arithmetic, Relational, Logical, Assignment, Conditional, Bitwise, Special
Increment and Decrement operators – Arithmetic Expressions – Evaluation of expression – precedence of arithmetic operators – Type conversion in expression – operator precedence & associativity – Mathematical functions – Reading & Writing a character – Formatted input and output.
UNIT – III :
Decision Making and Branching : Introduction – If , If….Else, nesting of If …Else statements- Else If ladder – The Switch statement, The ?: Operator – The Goto Statement.
Decision Making and Looping : Introduction- The While statement- the do statement – the for statement-jumps in loops. Arrays – Character Arrays and Strings
UNIT – IV :
User-Defined Functions : Introduction – Need and Elements of User-Defined Functions- Definition-Return Values and their types – Function Calls – Declarations – Category of Functions- Nesting of Functions – Recursion – Passing Arrays and Strings to Functions – The Scope, Visibility and Lifetime of Variables- Multi file Programs . Structures and Unions
UNIT V :
Pointers: Introduction-Understanding pointers-Accessing the address of a variableDeclaration and Initialization of pointer Variable – Accessing a variable through its pointerChain of pointers
Pointer Expressions – Pointer Increments and Scale factor- Pointers and Arrays- Pointers and Strings – Array of pointers – Pointers as Function Arguments- Functions returning pointers – Pointers to Functions – Pointers and Structures. File Management in C.