Connect Me

twitterfacebookgoogle plus email

  Instagram View Biwas Bhattarai's profile on LinkedIn

QBASIC Modular Programming

  • modular programming is breaking down the design of a program into individual components (modules) that can be programmed and tested independently.
  • sub procedures is a block of statements that carries out a well-defined task.
  • function procedure is a type of procedure that returns a value whenever it is called.
  • Arguments are the parameters passed to the procedure.
  • Recursion is a programming technique that allows the programmer to express operations in terms of themselves.
  • global variable is declared inside a procedure, and is not accessible outside the procedure.
  • local variable is declared outside all procedures and is accessible in its scope.
Ą
https://www.flickr.com/photos/spklg/15211044551/