CS 11th Class Notes

Computer Organization

A computer is an electronic device that can be programmed to accept data (input), process it and generate result (output). A computer system primarily...

Getting started with python

Python is one of the programming language developed by “Guido van Rossum” in 1991. It is based on ABC language and was inspired by...

List

The data type list is an ordered sequence which is mutable and made up of one or more elements.A list can have elements of...

Filters