CBSE Class 11 Computer Science Functions Notes Set B

   Function: A function is a named unit of a group of statements that can be invoked from other parts of the program. The advantages of using functions are: • Functions enable us to break a program down into a number of smaller and smaller and simpler units.…

CBSE Class 11 Computer Science Structures Notes

CBSE Class XI Computer Science Structures. Learning the important concepts is very important for every student to get better marks in examinations. The concepts should be clear which will help in faster learning. The attached concepts made as per NCERT and CBSE pattern will…

CBSE Class 11 Computer Science Functions Notes Set A

  CBSE Class XI Computer Science Functions. Learning the important concepts is very important for every student to get better marks in examinations. The concepts should be clear which will help in faster learning. The attached concepts made as per NCERT and CBSE pattern…

CBSE Class 11 Computer Science Using C++ Constructs Notes

Please click the link below to download pdf file for CBSE Class XI Computer Science Using C++ onstructs.

CBSE Class 11 Computer Science Computer Fundamentals Notes

Computer Fundamentals Objective: • To impart in-depth knowledge of computer related basic terminologies. • To inculcate the skills of implementation of basic theory in troubleshooting the software & hardware problems. What is Computer? Computer is an advanced electronic…

CBSE Class 11 Computer Science Structured Data Types Arrays And Structures Notes

Structured Data Types : Arrays and Structures. Objectives : • to understand the meaning of structure datatypes and its availability in C++. • To appreciate the use and importance of Arrays in C++ • to differentiate between the use and implementation of different types of…

CBSE Class 11 Computer Science Programming Methodology Notes

PROGRAMMING METHODOLOGY Stylistic Guidelines: Writing good program is a skill. This can be developed by using the following guidelines . 1. Meaningful Names for identifiers: A programmer to give the meaningful names to each section of the program so that it can help him to…

CBSE Class 11 Computer Science Programming In C++ Notes

Programming in C++ Investigation of Programming Construct in C++. OBJECTIVES : • to emphasize the programming construct available in C++ • to investigate each and every programming construct emphasizing the situation where they can be used perfectly. • to demonstrate few…

CBSE Class 11 Computer Science Introduction To C++ Notes

Introduction to C++ C++ CHARACTER SET Character set is asset of valid characters that a language can recognize . A character can represents any letter, digit, or any other sign . Following are some of the C++ character set. LETTERS                                 A to Z and a…

CBSE Class 11 Computer Science Functions In C++ Notes

Functions in C++ Objectives : • to analyze how modularity is implemented in a program at its lowest level. •  To appreciate the use and importance of function in C++ •  to program different types of functions and implement them practically. •  To understand difference…