Purchase Solution

The Concept of Modularization in Computer Programming

Not what you're looking for?

Ask Custom Question

Explain modularization as used in computer programming. How do programmers use modules in computer programming to solve problems? Give an example of using modules to develop a program to track attendance in multiple classes at school.
Looking for original information/thoughts, nothing copied directly from the internet can you help?

Purchase this Solution

Solution Summary

300+ words on the paradigm of using modules to develop a program and track its use.

Solution Preview

Modularization is the programming practice of breaking up the given task into smaller number of manageable tasks, which can be programmed separately by independent programmers at different times and are then finally linked together by the main program. In procedural programming languages like C and Pascal, this is accomplished by writing functions and procedures, whereas in object oriented programming languages like Java, separate classes, sub-classes, and methods are used to accomplish modularization. The benefits ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.