• Welcome to your new Gnomio site

    Now, you are in control!

    Moodle is an open-source Learning Management System (LMS) that provides educators with the tools and features to create and manage online courses. It allows educators to organize course materials, create quizzes and assignments, host discussion forums, and track student progress. Moodle is highly flexible and can be customized to meet the specific needs of different institutions and learning environments.

    Moodle supports both synchronous and asynchronous learning environments, enabling educators to host live webinars, video conferences, and chat sessions, as well as providing a variety of tools that support self-paced learning, including videos, interactive quizzes, and discussion forums. The platform also integrates with other tools and systems, such as Google Apps and plagiarism detection software, to provide a seamless learning experience.

    Moodle is widely used in educational institutions, including universities, K-12 schools, and corporate training programs. It is well-suited to online and blended learning environments and distance education programs. Additionally, Moodle's accessibility features make it a popular choice for learners with disabilities, ensuring that courses are inclusive and accessible to all learners.

    The Moodle community is an active group of users, developers, and educators who contribute to the platform's development and improvement. The community provides support, resources, and documentation for users, as well as a forum for sharing ideas and best practices. Moodle releases regular updates and improvements, ensuring that the platform remains up-to-date with the latest technologies and best practices.

    Links of interest:

    (You can edit or remove this text)

Available courses

ü Name of the Paper/Course: Introduction to C++

ü Name of the Teacher: Dr. Puja M. Dadhe

ü Duration: 3 Months

ü Semester: BCA Semester I

ü Mode of teaching: Hybrid mode

ü Credits: - 4 Credits

ü Type of course: Foundation

ü Brief description about the course

Unit 1: Basics of C++ and Programming Fundamentals

  • Introduction to C++ Programming Language
  • Structure of a C++ Program
  • Basic Syntax, Data Types, Variables, Constants
  • Input/Output Operations
  • Operators: Arithmetic, Relational, Logical, Assignment
  • Control Structures: if, if-else, switch-case
  • Loops: for, while, do-while

Unit 2: Functions and Arrays

  • Functions in C++: Function Definition, Declaration, and Calling
  • Function Overloading
  • Recursion
  • Introduction to Arrays: One-Dimensional and Multi-Dimensional Arrays
  • Passing Arrays to Functions
  • String Handling in C++

Unit 3: Object-Oriented Programming (OOP) Concepts

  • Introduction to OOP: Classes and Objects
  • Access Modifiers: Public, Private, Protected
  • Constructors and Destructors
  • Inheritance: Types of Inheritance, Function Overriding
  • Polymorphism: Compile-Time and Run-Time
  • Operator Overloading

Unit 4: Advanced Concepts in C++

  • Pointers and Dynamic Memory Allocation
  • File Handling in C++: Reading/Writing Files
  • Exception Handling
  • Standard Template Library (STL): Vectors, Lists, Maps
  • Introduction to Templates

Assessment: Assignment, Seminar,Test

Evaluation:

  1. Assignment: 20 marks
  2. Seminar: 20 marks
  3. Class Test: 30 marks
  4. Practical: 10 marks
  5. Attendance: 20 marks
    Total Marks: 100 marks

Recommended Books:

  1. "C++ Programming Language" by Bjarne Stroustrup
    A comprehensive guide by the creator of C++, this book is essential for mastering both basic and advanced concepts in C++.
  2. "Programming: Principles and Practice Using C++" by Bjarne Stroustrup
    This book is ideal for beginners, offering a solid foundation in C++ programming with practical examples and exercises.