Skip to main content

Posts

Showing posts from January, 2017

ENVIRONMENT AND ROAD SAFETY EDUCATION

SEMESTER – II Note:  The syllabus has 15 topics to be covered in 25-hour lectures in total, with 2 lectures in each topic from 2 to 11 and one each for the topics 1 and 12 to 15 . 1. Environment Concept: Introduction, the concept of biosphere – lithosphere, hydrosphere, atmosphere; Natural resources – their need and types; Principles and scope of Ecology; concepts of the ecosystem, population, community, biotic interactions, biomes, ecological succession. 2. Atmosphere: Parts of atmosphere, components of air; pollution, pollutants, their sources, permissible limits, risks and possible control measures. 3. Hydrosphere: Types of aquatic systems; Major sources (including ground water) and uses of water, problems of the hydrosphere, fresh water shortage; pollution and pollutants of water, permissible limits, risks and possible control measures. 4. Lithosphere: Earth crust, soil – a life support system, its texture, types, components, pollution and pollutants, reasons of soil

OBJECT ORIENTED PROGRAMMING USING C++

2ND SEMESTER- SECTION-A  Principles of Object Oriented Programming(OOP); Introduction to OOP, Difference between OOP and Procedure Oriented Programming; Concepts: Object, Class, Encapsulation, Abstraction, Polymorphism and Inheritance, Applications of OOP. Special operators: scope resolution operator, Member Dereferencing operators, Memory management operators, Manipulators and Type cast operator Structure of a C++ Program. Classes and Objects : Class Declaration : Data Members, Member Functions, Private and Public members, Creating Objects, Accessing class data members, Accessing member functions; Class Function Definition: Member Function definition inside the class declaration and outside the class declaration.   SECTION-B   Friend function, inline function, Static members, Function Overloading, Arrays within a class. Arrays of Objects; Objects as function arguments: Pass by value, Pass by reference, Pointers to Objects. Constructors: Declaration and Definition, Types

FUNDAMENTALS OF WEB PROGRAMMING

2ND SEMESTER: SECTION – A  Basic terminology : Web Server; Web Client/Browser, Understanding how a Browser communicates with a Web Server, Website, Webpage, Static Website, Dynamic Website, Internet, Intranet, Extranet, WWW, URL  HTML : Structure of an HTML program, Paragraph Breaks, Line Breaks; Emphasizing Material in a Web Page (Heading Styles, Drawing Lines); Text Styles (Bold, Italics, Underline); Other Text Effects (Centering (Text, Images etc.) Lists : Unordered List, Ordered Lists, Definition lists Adding Graphics to HTML Documents using the Border, Width, Height, Align, ALT Attributes  Tables : Caption Tag, Width, Border, Cell padding, Cell spacing, BGCOLOR, COLSPAN and ROWSPAN Attributes. SECTION – B   Linking Documents : Anchor tag, External Document References, Internal Document References and Image Maps  Frames : Introduction to Frames: The<FRAMESET> tag, The <FRAME>tag, Targeting Named Frames

COMPUTER ORGANISATION (2ND SEMESTER)

SECTION-A Computer Organisation : Evolution of Computers, Von Neumann Architecture, Combinatorial Blocks : Gates, Half Adder, Full Adder, Multiplexers, Decoders, Encoders; Sequential Building blocks : Flip Flops, Registers, Counters, Information representation: codes, fixed and floating point representation Arithmetic: Addition and subtraction for sign magnitude and 2's complement numbers, integer multiplication using Booth's algorithms. SECTION-B Architecture of a Simple Processor : Architecture of 8086/8088 microprocessor, instruction set, Addressing Modes. Instruction: Microinstructions: Register Transfer, Arithmetic, Logical and Shift, Types of Instructions, Instruction Cycle. Interrupt : Types, Interrupt Cycle I/O organization: Strobe based and Handshake based communication, DMA based data transfer;

ENGLISH 2ND SEMESTER SYLLABUS

Semester II  Book Prescribed:  Colour of Expression by Harbhajan Singh published by Publication Bureau, Panjab University, Chandigarh  Section A  1) Short Stories ( 3-5) One essay type question on summary/Character/Incident (one out of two with internal choice)                                                   -15 marks  2) Prose ( 4-5) Long essay type question on Summary/Theme (one out of two with internal choice)                                                                           -15 marks  3) Poetry (7-11)                                                                                   -15marks  Summary (one out of two with internal choice)                                -5 marks  Short Questions ( ( two out of three)                                                 -5 marks  Reference to the Context(one out of two with internal choice)         -5 marks 

PROJECT MANAGEMENT AND SYSTEM DEVELOPMENT

SECTION-A    1. Concept of a Project, Project Life Cycle Phases, Tools & Techniques of Project Management, Roles & Responsibilities of a Project Manager, Feasibility Report, Types of Feasibility, Financing Arrangements, Preparation of Cost Estimates, Project Implementation Schedule, Evaluation of Project Profitability. SECTION-B  2. Working & Design of Systems, System Design & Execution Plan, Work Breakdown Structure, Project Procedure Manual, Planning, Scheduling & Monitoring, Project Direction & Co- ordination, Communications in a Project, Project Control-Progress, Performance, Schedule & Cost Control, Performance Indicators & Performance Improvement, Project Management Environment.

BCA- LA ORIENTATION

I am Obaidullah “ Zaland ”, The name will definitely be stranger to most of you reading this. I hope you could know more about me while reading this short glimpse of a short period of my life. I am from Afghanistan and I am studying in GGDSD (Goswami Ganesh Dutta Sanathan Dharma) college, a name familiar to most of you and one of the finest colleges in Chandigarh affiliated to Punjab University. I came here in 2015, and started BCA the same year. My spoken English was good, and my spoken Hindi wasn’t bad either, though I didn’t know a single word to write in Hindi, interacting with people who can speak any of three languages (English, Hindi and Punjabi ) wasn’t difficult for me and in a short span of time I couldn’t think of myself being a stranger here anymore.

CONSTRUCTOR OVERLOADING

Constructor Overloading ********************************************************************************