Knowledge in Computer Science

Problem solving and python programming notes

This file posses cut short explanations for the important questions for university examinations. This covers topics like list,tuples,dictionaries and control flow structures. Each and every topic is explained in a short way along with an example.

python programming loops

This file has all the loops in python language. for loop, if structures, break and continue. Along with this each and every case has examples like Fibonacci series and factorial of numbers. This comes handy for students preparing for university examinations.

Computer Organization and Architecture

Some hand written notes, powerpoint presentations and documents of Computer Organization and Architecture

computer language

Are you aiming to become a software engineer one day? Do you also want to develop a mobile application that people all over the world would love to use? Are you passionate enough to take the big step to enter the world of programming? Then you are in the right place because through this article you will get a brief introduction to programming. Now before we understand what programming is, you must know what is a computer. A computer is a device that can accept human instruction, processes it and responds to it or a computer is a computational device which is used to process the data under the control of a computer program. Program is a sequence of instruction along with data. The basic components of a computer are: Input unit Central Processing Unit(CPU) Output unit

Notes on microprocessor.

This file contains notes on micro processors .There is a detailed introduction on this topic and the required basics on this topic.

Notes on stack

This word file contains notes on stack and its various processes and its steps.

Design and Analysis of Algorithms Part - 01

This core course covers good principles of algorithm design, elementary analysis of algorithms, and fundamental data structures. The emphasis is on choosing appropriate data structures and designing correct and efficient algorithms to operate on these data structures.

Design and Analysis of Algorithms Part - 03

This core course covers good principles of algorithm design, elementary analysis of algorithms, and fundamental data structures. The emphasis is on choosing appropriate data structures and designing correct and efficient algorithms to operate on these data structures.

Design and Analysis of Algorithms Part - 04

This core course covers good principles of algorithm design, elementary analysis of algorithms, and fundamental data structures. The emphasis is on choosing appropriate data structures and designing correct and efficient algorithms to operate on these data structures.

Object Oriented Programming Through Java Part -1 (Introduction)

OBJECT ORIENTED PROGRAMMING (OOP) is a programming concept that works on the principles of abstraction, encapsulation, inheritance, and polymorphism. ... The basic concept of OOPs is to create objects, re-use them throughout the program, and manipulate these objects to get results. This is a ppt consisting of Introduction in Object Oriented Programming Through Java

Object Oriented Programming Through Java Part -1 (Introduction) Hand Written Notes

OBJECT ORIENTED PROGRAMMING (OOP) is a programming concept that works on the principles of abstraction, encapsulation, inheritance, and polymorphism. ... The basic concept of OOPs is to create objects, re-use them throughout the program, and manipulate these objects to get results. This is a ppt consisting of Introduction in Object Oriented Programming Through Java