📖 generic · 12th TN - English Medium · COMPUTER SCIENCE · Page 6poem

Table of Contents

Chapter 9: Front Matter · COMPUTER SCIENCE

Table of Contents Computer Science-II Year UNIT NO. CHAPTER COMPUTER SCIENCE PAGE NO MONTH UNIT- I Problem Solving Techniques Function June Data Abstraction June Scoping June Algorithmic Strategies June UNIT- II Core Python Python -Variables and Operators July Control Structures July Python functions July Strings and String manipulation Aug UNIT-III Modularity and OOPS Lists, Tuples, Sets and Dictionary Aug Python Classes and objects Aug UNIT-IV Database concepts and MySql Database Concepts Oct Structured Query Language (SQL) Oct Python and CSV files Oct UNIT-V Integrating Python with MySql and C++ Importing C++ programs in Python. Oct Data manipulation through SQL Nov Data visualization using pyplot: line chart, pie chart and bar chart Nov Glossary Annexure List of Python functions Practical Exercises 12th Std - CS EM Introduction - - Learning Objectives After the completion of this chapter, the student will be able to: • Understand Function Specification. • Parameters (and arguments). • Interface Vs Implementation. • Pure functions. • Side - effects (impure functions). Introduction . The most important criteria in writing and evaluating the algorithm is the time it takes to complete a task. The duration of computation time must be independent of the programming language, compiler, and computer used. As you aware that algorithms are expressed using statements of a programming language. If a bulk of statements to be repeated for many numbers of times then subroutines are used to finish the task. Subroutines are the basic building blocks of computer programs. Subroutines are small sections of code that are used to perform a particular task that can be used repeatedly. In Programming languages these subroutines are called as Functions.

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →