Hsslive.co.in: Kerala Higher Secondary News, Plus Two Notes, Plus One Notes, Plus two study material, Higher Secondary Question Paper.

Monday, March 18, 2024

MBSE Class 12th Computer Science Syllabus 2024-2025 PDF:- Download Online

MBSE Class 12th Computer Science Syllabus 2024 PDF Download - Mizoram Board has released the syllabus of MBSE Class 12th Computer Science Syllabus 2024 along with the official notification on the official website - mbose.in. The MBSE Class 12th Computer Science 2024 Syllabus pdf comprises the subject-wise topics which will be asked in the class 12 Computer Science exam. Students of Mizoram State Board Class 12th Computer Science can download the syllabus PDF from this page.


Mizoram Board Class 12 Computer Science Syllabus 2024-2025 PDF

Using the MBSE Class 12th Computer Science Syllabus 2024 PDF, students can prepare their study schedule and exam preparation strategy. As the MBSE exam date has been released, candidates can plan their schedule according to it, therefore, they can prepare their syllabus of MBSE Class 12th Computer Science Exam 2024 accordingly. Along with the MBSE Class 12th Computer Science 2024 syllabus, candidates can also check the official Mizoram Board exam pattern and the previous year's Mizoram Board Class 12th Computer Science question papers.


Mizoram State Board Class 12th Computer Science Syllabus 2024 PDF Online

Name of the Board

MBSE

Name of the Grade

12

Subjects

Computer Science

Year

2024-2025

Format

PDF/DOC

Provider

hsslive.co.in

Official Website

mbose.in


How To Download Mizoram State Board Class 12th Computer Science Syllabus 2024 PDF Online?

Follow the steps as under to download MBSE Class 12 Computer Science Syllabus 2024 PDF:

  1. Visit the official website - mbose.in.
  2. Look for Mizoram Board Class 12th Computer Science Syllabus 2023.
  3. Now check for MBSE Class 12 Computer Science Syllabus 2024 PDF.
  4. Download and save them for future references.

MBSE Class 12th Computer Science Syllabus 2024-2025 PDF

Students of download the MBSE Class 12th Computer Science Syllabus 2024-2025 PDF online using the links provided below:

Unit Topic
Unit 1: Programming in C++
  • REVIEW: C++ covered in Class – XI
  • Object Oriented in Programming: Concept of object Oriented Programming-Data hiding, Data encapsulation, Class and Object, Abstract class and Concrete class, polymorphism (implementation of polymorphism using Function overloading as an example in C++); Inheritance, Advantage of Object Oriented Programming over earlier programming methodologies.
  • Implementation of Object Oriented Programming concepts in C++: Definition of a class, Members of a class – Data Members and Member Functions (methods, using Private and Public visibility modes, default visibility modes (private); Member function definition: inside of objects as instances of a class; accessing members from object(s), Array of a type class, Objects as function arguments-pass by value and pass by reference;
  • Constructor and Destructor: Constructor: Special Characteristic, Declaration, and Definition of a constructor, Default Constructor, Overloaded Constructors, Copy Constructor, Constructor with default arguments; Destructor: Special Characteristics, Declaration, and definition of destructor;
  • Inheritance (Extending Classes): Concept of inheritance, Base Class, Derived Class, Defining derived classes, protected visibility mode; Single level inheritance, Multilevel inheritance and Multiple inheritance, Privately derived, Publicly derived and Protected derived class, accessibility of members from objects and within the derived class(es);
  • Data File Handling: Need for a data file, Types of data files- Text file and Binary file; Text file: Basic file operations on text file: Creating/ Writing text file into a file, Reading and manipulation of text from an already existing text File (accessing sequentially)
  • Binary File: Creation of file, Writing data into a file, Searching for required data from a file, Appending data to a file, Insertion of data in the sorted file, Deletion of data from a file, Modification of data in a file; Implementation of above-mentioned data file handling C++; Components of C++ to be used with file handling: Header file fstream.h;ifstream, ofstream, fstream classes; Opening in text file in in, out and app modes; Using cascading operators for writing text to the file and reading text from the file; open(), get(), put(),getting() and close () functions; Detecting end-of-file (with or without using eof() function); Opening a binary file using in, out and app modes; open(), read(), write() and close() functions; Detecting end-of-files (with or without eof() function); tellg(), tellp(), seekg(), seekp() functions.
  • Pointers: Declaration and Initialization of Pointers; Dynamics memory allocation, deallocation operators: new, delete; Pointers and Arrays: Arrays of Pointers, Pointer to an array (1-dimensional array), Function returning a pointer. Reference variables and use of alias; Function call by reference. Pointer to structures: Dereference operator *,->; self-referential structures;
Unit 2: Data Structures
  • Arrays: One and two Dimensional arrays: Sequential allocation and address calculation; One Dimensional array: Traversal, Searching (Linear, Binary Search ), Insertion of an element in an array, deletion of an element from an array, sorting (Insertion, Selection, Bubble sort), concatenation of two linear arrays, merging of two sorted arrays; Two Dimensional arrays: Traversal, Finding sum/difference of two NxM arrays containing numerical values, Interchanging Row and Column elements in two-dimensional array;
  • Stack (Array and Linked implementation of stack): Operations on stack (PUSH and POP) its implementation in C++, Converting expressions from INFIX to POSTFIX notation and evaluation of Postfix expression.
  • Queue: (Circular Array and Linked Implementation) Operation on queue (Inserted and Delete) and its Implementation in C++.
Unit 3: Database and SQL
  • Database Concepts: Relational Data model: Concept of domain, tuple, reaction, key, primary Key, alternate Key, candidate key; Relational algebra: Selection, Projection, Union and Cartesian Product;
  • Structured Query Language: General Concepts: Advantage of using SQL, Data Definition Language and Data Manipulation Language Data Types: NUMBER, CHARACTER, DATE; SQL commands CREATE TABLE, DROP TABLE, ALERT TABLE, UPDATE..SET.., INSERT, DELETE; SELECT, DISTINCT, FROM, WHERE, IN, BETWEEN, GROUP BY, HAVING, ORDER BY; SQL functions: SUM, AVG, COUNT, MAX and MIN;
  • Note: Implementation of the above mentioned commands could be done on any SQL supported software on one or two tables.
Unit 4: Boolean Algebra
  • Binary-Valued Quantities, Boolean Variable, Boolean Constant and Boolean Operators; AND, OR, NOT; Truth Tables; Closure Property, Commutative Law, Associative Law, Identity Law, Inverse Law, Principle of Duality, Idempotent Law, Distributive Law, Absorption Law, Involution Law, DeMorgan’s Law and their applications.
Unit 5: Communication and Open Source Concepts
  • Evolution of Networking ARPANET, Internet, Interspace; Different ways of sending data across the network with reference to switching techniques;
  • Data Communication terminologies: Concept of Channel, Baud, Bandwidth (Hz, kHz, MHz) and data transfer rate (bps, kbps, Mbps, Gbps, Tbps);
  • Transmission Media: Twisted pair cable, coaxial cable, optical fibre, infrared, radio link, microwave link, and satellite link)
  • Network Devices: Modem, RJ45 connector, Ethernet Card, Hub, Switch, Gateway;
  • Network Topologies and Types: Bus, Star, Tree; Concepts of LAN, WAN, MAN.
  • Network Protocol: TCP/IP, File Transfer Protocol (FTP), PPP, Level-Remote Login (Telnet), Internet, Wireless/Mobile Communication, GSM, CDMA, WLL,3G, SMS, Voice Mail, Application Electronic Mail, Chat, Video Conferencing;
  • Network Security Concepts: Threats and prevention from Viruses, Worms, Trojan horse, Spams Use of Cookies, Protection using firewall; India IT Act, Cyber Law, Cyber Crimes, IPR issues, Hacking.
  • Web Servers: Hyper Text Markup Language (HTML), Extensible Markup Language (XML); HyperText Transfer Protocol (HTTP), Domain Names; URL; Protocol Address; Website, Web Browser, Web Servers; Web Hosting, Web Scripting-Client side (VB script, Javascript, PHP) and Server-side (ASP, JSP, PHP)
  • Open Source Terminologies: Open Source Software, Freeware, Shareware, Proprietary software, FLOSS, GNU, FSF, OSI.

MBSE Class 12 Syllabus PDF


Key Benefits Of Solving MBSE Class 12th Computer Science Syllabus 2024-2025 PDF

There are several benefits of MBSE Class 12th Computer Science Syllabus 2024 PDF

  • It enhances the speed of solving questions and time management skills.
  • It helps candidates to gain insight into the Mizoram Board Class 12th Computer Science Syllabus 2024 PDF.
  • Understand the type of questions and marking scheme.
  • Helps in analyzing the preparation level.
  • Gives an idea about the real exam scenario.
  • Enhances exam temperament and boosts confidence.
  • Gives an idea about the topics important for examination point of view.
  • Mizoram State Board Class 12th Computer Science Syllabus 2024 PDF helps in understanding the Exam pattern and its level of difficulty.

FAQ about Mizoram Board Class 12th Computer Science Syllabus 2024 PDF


What is the MBSE Class 12th Computer Science Syllabus 2024-2025??

The MBSE Class 12th Computer Science Syllabus 2024 PDF comprises the subject-wise topics which will be asked in the exam.

Is it necessary to go through the Mizoram Board Class 12th Computer Science Syllabus 2023?

Candidates, if they want to score higher marks and stay ahead in the competition, should not ignore the syllabus. They should read the syllabus thoroughly. This will help in developing a strong preparation strategy and candidates will also gain valuable insights into the exam pattern, important chapters and topics, weightage of marks, objective of the entire course, etc.
Share:

0 Comments:

Post a Comment

Plus Two (+2) Previous Year Question Papers

Plus Two (+2) Previous Year Chapter Wise Question Papers, Plus Two (+2) Physics Previous Year Chapter Wise Question Papers , Plus Two (+2) Chemistry Previous Year Chapter Wise Question Papers, Plus Two (+2) Maths Previous Year Chapter Wise Question Papers, Plus Two (+2) Zoology Previous Year Chapter Wise Question Papers, Plus Two (+2) Botany Previous Year Chapter Wise Question Papers, Plus Two (+2) Computer Science Previous Year Chapter Wise Question Papers, Plus Two (+2) Computer Application Previous Year Chapter Wise Question Papers, Plus Two (+2) Commerce Previous Year Chapter Wise Question Papers , Plus Two (+2) Humanities Previous Year Chapter Wise Question Papers , Plus Two (+2) Economics Previous Year Chapter Wise Question Papers , Plus Two (+2) History Previous Year Chapter Wise Question Papers , Plus Two (+2) Islamic History Previous Year Chapter Wise Question Papers, Plus Two (+2) Psychology Previous Year Chapter Wise Question Papers , Plus Two (+2) Sociology Previous Year Chapter Wise Question Papers , Plus Two (+2) Political Science Previous Year Chapter Wise Question Papers, Plus Two (+2) Geography Previous Year Chapter Wise Question Papers, Plus Two (+2) Accountancy Previous Year Chapter Wise Question Papers, Plus Two (+2) Business Studies Previous Year Chapter Wise Question Papers, Plus Two (+2) English Previous Year Chapter Wise Question Papers , Plus Two (+2) Hindi Previous Year Chapter Wise Question Papers, Plus Two (+2) Arabic Previous Year Chapter Wise Question Papers, Plus Two (+2) Kaithang Previous Year Chapter Wise Question Papers , Plus Two (+2) Malayalam Previous Year Chapter Wise Question Papers

Plus One (+1) Previous Year Question Papers

Plus One (+1) Previous Year Chapter Wise Question Papers, Plus One (+1) Physics Previous Year Chapter Wise Question Papers , Plus One (+1) Chemistry Previous Year Chapter Wise Question Papers, Plus One (+1) Maths Previous Year Chapter Wise Question Papers, Plus One (+1) Zoology Previous Year Chapter Wise Question Papers , Plus One (+1) Botany Previous Year Chapter Wise Question Papers, Plus One (+1) Computer Science Previous Year Chapter Wise Question Papers, Plus One (+1) Computer Application Previous Year Chapter Wise Question Papers, Plus One (+1) Commerce Previous Year Chapter Wise Question Papers , Plus One (+1) Humanities Previous Year Chapter Wise Question Papers , Plus One (+1) Economics Previous Year Chapter Wise Question Papers , Plus One (+1) History Previous Year Chapter Wise Question Papers , Plus One (+1) Islamic History Previous Year Chapter Wise Question Papers, Plus One (+1) Psychology Previous Year Chapter Wise Question Papers , Plus One (+1) Sociology Previous Year Chapter Wise Question Papers , Plus One (+1) Political Science Previous Year Chapter Wise Question Papers, Plus One (+1) Geography Previous Year Chapter Wise Question Papers , Plus One (+1) Accountancy Previous Year Chapter Wise Question Papers, Plus One (+1) Business Studies Previous Year Chapter Wise Question Papers, Plus One (+1) English Previous Year Chapter Wise Question Papers , Plus One (+1) Hindi Previous Year Chapter Wise Question Papers, Plus One (+1) Arabic Previous Year Chapter Wise Question Papers, Plus One (+1) Kaithang Previous Year Chapter Wise Question Papers , Plus One (+1) Malayalam Previous Year Chapter Wise Question Papers
Copyright © HSSlive: Plus One & Plus Two Notes & Solutions for Kerala State Board About | Contact | Privacy Policy