Revision 1

 Revision List:

  • Interpreters
  • Inheritance in Object Oriented Languages
  • Procedural Programming
  • Types of Data Structures
  • Test Plans
  • Iterative Design Process
  • Cross Product Vectors
Interpreters:
Interpreters are a computer program that directly execute instructions written in a programming language, with out requiring they previously have been compiled into a machine language program.

Inheritance:
In object oriented programming, inheritance is the mechanism of basing an object or class upon another object or class.

Procedural Programming:
Procedural Programming is a programming paradigm built around the idea that programs are sequences of instructions t be executed. Focus on splitting up programs into named sets of instructions called procedures.

Data Structures:
  • Array
  • Stacks
  • Queues
  • Graphs

Comments

Popular Posts