Subscribe For Free Updates!

We'll not spam mate! We promise.

You may also like

Showing posts with label BCA. Show all posts
Showing posts with label BCA. Show all posts

Wednesday, July 31, 2013

Distributed Computing Notes

Distributed Computing Notes

Distributed Computing PPT

Notes on Distributed Computing 

Topics covered in this notes are:
  • Introduction
  • Motivations – Advantages
  • System Architecture types
  • Distributed operating System – DOS
  • Issues in Distributed operating System

Tuesday, July 30, 2013

TCP/IP notes

TCP/IP notes

TCP/IP notes ppt

Notes on TCP/IP

Topics covered in this notes:

  • Introduction to Internet
  • TCP/IP Internet
  • Internet protocols and standardization
  • Network Technologies
  • Network Hardware Addresses
  • Internetworking Concepts and Architecture
  • Application level internet services
  • Internet architect board Internet Protocol 
  • Internet Protocol and Routing IP datagram and more.....


Monday, July 29, 2013

C++ loops and decision notes

C++ loops and decision notes

Basic programming language



Topics covered in this notes are as follows:

  • For loop
  • While loop
  • Do loop
  • The Initialization Expression
  • The Test Expression
  • The Increment Expression
  • The while Loop
  • The do Loop
  • When to Use Which Loop
  • Control statements
  • The break Statement
  • The continue Statement
  • The go to Statement


Wednesday, July 24, 2013

Operating system and file system notes

Operating system notes

Operating system and notes












In this notes topics covered are:
  • Introduction to OS and File System
  • Batch rocessing System:
  • Multi programmed System:
  • Multiprocessor Systems
  • Symmetric  multiprocessing  (SMP)
  • Distributed Systems
  • Real Time Operating System (RTOS)
  • What are the various OS components?
  • Process Management
  • File Management
  • Networking

C++ notes and TextBook

C++ notes

C++ pdf Textbook


In this notes topics covered are:
  • What are constructors and destructors in C++
  • Default Constructors  in C++
  • Parameterized Constructors  in C++
  • Multiple Constructors In A Class  in C++
  • Function overloading  in C++
  • Operator overloading  in C++
  • Overloading Of Binary Operators  in C++
  • Overloading Of Unary Operators  in C++
  • Rules for overloading operators  in C++
  • Inheritance  in C++
  • Types Of Inheritance  in C++
  • Single Inheritance  in C++
  • Types Of Derivation  in C++
  • Public Inheritance  in C++
  • Private Inheritance  in C++
  • Protected Inheritance  in C++
  • Protected  Members  in C++
  • Types Of Base Classes  in C++
  • Direct Base Classes  in C++
  • Indirect  base classes  in C++
  •  Multiple Inheritance  in C++
  • Access Control  in C++
  • Virtual base class  in C++