1. Home
  2. /
  3. CBSE
  4. /
  5. Class 11
  6. /
  7. Programming Methodology class 11...

Programming Methodology class 11 Notes Computer Science

myCBSEguide App

myCBSEguide App

Download the app to get CBSE Sample Papers 2023-24, NCERT Solutions (Revised), Most Important Questions, Previous Year Question Bank, Mock Tests, and Detailed Notes.

Install Now

CBSE Programming Methodology class 11 Notes Computer Science in PDF are available for free download in myCBSEguide mobile app. The best app for CBSE students now provides Programming Methodology class 11 Notes Computer Science latest chapter wise notes for quick preparation of CBSE exams and school based annual examinations. Class 11 Computer Science notes on Chapter 3 Programming Methodology class 11 Notes Computer Science are also available for download in CBSE Guide website.

CBSE Guide Programming Methodology class 11 Notes Computer Science

CBSE guide notes are the comprehensive notes which covers the latest syllabus of CBSE and NCERT. It includes all the topics given in NCERT class 11 Computer Science text book. Users can download CBSE guide quick revision notes from myCBSEguide mobile app and my CBSE guide website.

11 Computer Science notes Chapter 3 Programming Methodology

Download CBSE class 11th revision notes for chapter 3 Programming Methodology in PDF format for free. Download revision notes for Programming Methodology class 11 Notes and score high in exams. These are the Programming Methodology class 11 Notes Computer Science prepared by team of expert teachers. The revision notes help you revise the whole chapter 3 in minutes. Revision notes in exam days is one of the best tips recommended by teachers during exam days.

Download Revision Notes as PDF

CBSE Class 11 Computer Science
Revision Notes
Chapter -3
Programming Methodology class 11 Notes Computer Science

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 identify the variable used for specific purpose. This helps him to execute the right elements during the complex run of a program.

2. Ensure clarity of expression: Expression carry out the specified action. Thus they must be clearly understood by the users. There should not be any compromise with the clarity of expression.

3. Use of comments and indentations: Comments generally are used as the internal documentation of a program. If comments are used in the program they will guide the program while debugging and checking. While indentation is the proper way of writing to avoid the confusion regarding the flow of program. These highlights nesting of groups of control statements.

4. Insert blank lines and blank spaces: Blank lines should be used to separate long, logically related blocks of code. Specifically Normally in programming the standard for the use of spaces is to follow normal rules. This means that: Most basic symbols in C++ (e.g., “=”, “+”, etc.) should have at least one space before and one space after them.

5. Statements: Each statement should appear in a separate line. The opening brace following a control statement such as if or while should appear on the line after the if or while, lined up with the left of the control statement, and the closing brace should appear on its own line, lined up with the left of the control statement. As an example, see the for loop in Figure 1. The opening and closing braces for a function should be lined up in the same way. The statements within a {________} pair are indented relative to the braces.

Characteristics of a Good Program:

Following are the characteristics of a good program.

1. Effective and efficient: The program produces correct results and is faster, taking into account the memory constraints.

2. User friendly: The program should be user friendly. The user should not be confused during the program execution. The user should get correct direction and alerts when he is going through the program.

3. Self documenting code: A good program must have self documenting code. This code will help the programmer to identify the part of the source code and clarify their meaning in the program.

4. Reliable: The good program should be able to cope up from any unexpected situations like wrong data or no data.

5. Portable: The program should be able to run on any platform, this property eases the use of program in different situations.

Stages of Program Development Process:
A program development process is the step by step process in converting the inputs into outputs.
1. Analysis: this is the important phase where all the requirements of the program are gathered and the problem is cracked down. An algorithm is formulated which gives the solution for the problem.
2. Design: In this phase of design a Model is developed . This phase gives the face to the program. Outputs are designed in this phase.
3. Coding: In this stage the algorithm is translated into the program called source code using some programming language.
4. Compile the program: Issue a compile command against source, and fix any compile errors that arise.
5. Execute the program: An error free program after compilation is put to run to produce the output. This phase is called run-time, the phase of program execution during which program instructions are carried out.

Robustness:
Robustness is the ability of the program to bounce back an error and to continue operating within its environment.

Documentation: Documentation referrers to written descriptions specification, design code and comments, internal and external to program which makes more readable and understandable.
Uses of documentation:
1. This becomes an useful interface between a technical personnel and non technical personnel.
2. This is very useful for upkeep and maintenance.
3. Documentation makes ease for any technical emergencies.
4. Very useful in operating for learners and trainers.
5. Enables trouble shooting when the application system breaks down

PROBLEM SOLVING METHODOLOGY AND TECHNIQUES:
To develop an efficient and effective programs we should adopt a proper problem solving methodology and use appropriate techniques. Following are some of the methods and techniques to develop a good program.
1. Understand the problem well: for a good program one should understand the problem well . One should know what exactly is expected from the problem. Knowing the problem well is the half way done.
2. Analyze the program: analyzing the problem involves identifying the program specification and defining each program’s minimum number of inputs required for output and processing components.
3. Code program: This step is the actual implementation of the program. In this program algorithm is translated into programming language. In this it is essential to decide which technique or logical will be more appropriate for coding.
4. Test and Debug program: Once the solution algorithm is coded the next step is to test and debug the program. Testing is the process of finding errors in a program and debugging is of correcting the errors. The developed program is put to test in different conditions and verified at different level for its proper and efficient working.

Types of Errors

An error, sometimes called a ‘bug’ , is anything in the code that prevents a program from compiling and running correctly. There are mainly three types of errors:

Compile time errors, run time errors and logical errors.

Compile time errors

Errors that occure during compile time are called compile time errors. There are two types of compile time errors:Syntax errors and Semantic errors.

Syntax errors: Occurs when rules of a programming language are misused.

Semantic errors : Occurs when statements are not meaningful.

Run time errors :Errors that occure during the execution of a program are called run time errors.

Logical errors: Some times even if you don’t find any error during compile time or runtime, but your program gives you wrong or unexpected output. This is because of the incorrect logic used by the programmer. Such errors are called logical errors.

Algorithm:Step by step instructions to solve a problem is known as an algorithm.

Flowchart : Pictorial representation of an algorithm is known as flowchart.

Programming Methodology class 11 Notes

  • CBSE Revision notes (PDF Download) Free
  • CBSE Revision notes for Class 11 Computer Science PDF
  • CBSE Revision notes Class 11 Computer Science – CBSE
  • CBSE Revisions notes and Key Points Class 11 Computer Science
  • Summary of the NCERT books all chapters in Computer Science class 11
  • Short notes for CBSE class 11th Computer Science
  • Key notes and chapter summary of Computer Science class 11
  • Quick revision notes for CBSE exams

CBSE Class-11 Revision Notes and Key Points

Programming Methodology class 11 Notes Computer Science. CBSE quick revision note for class-11 Mathematics, Physics, Chemistry, Computer Science and other subject are very helpful to revise the whole syllabus during exam days. The revision notes covers all important formulas and concepts given in the chapter. Even if you wish to have an overview of a chapter, quick revision notes are here to do if for you. These notes will certainly save your time during stressful exam days.

To download Programming Methodology class 11 Notes, sample paper for class 11 Chemistry, Physics, Computer Science, History, Political Science, Computer Science, Geography, Computer Science, Home Science, Accountancy, Computer Science and Home Science; do check myCBSEguide app or website. myCBSEguide provides sample papers with solution, test papers for chapter-wise practice, NCERT solutions, NCERT Exemplar solutions, quick revision notes for ready reference, CBSE guess papers and CBSE important question papers. Sample Paper all are made available through the best app for CBSE students and myCBSEguide website.

myCBSEguide App

Test Generator

Create question paper PDF and online tests with your own name & logo in minutes.

Create Now
myCBSEguide App

myCBSEguide

Question Bank, Mock Tests, Exam Papers, NCERT Solutions, Sample Papers, Notes

Install Now

Leave a Comment