English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Related to C++

2007-06-13 20:01:56 · 4 answers · asked by sunitha a 1 in Computers & Internet Programming & Design

4 answers

Building a program in huge long pieces of code that jump back and forth doing all the tasks the program requires. Many early languages (FORTRAN, COBOL, BASIC, C) required or allowed one huge workspace with labelled areas that did specific tasks but were not isolated.
Compare to an open classroom or library where teams of people are working at various tables and it is possible to send a request for a complex operation to one specific table by going to the head of the table and handing it over. But nothing prevents going to one of the side seats because you know that person does exactly what you want, not the broader stuff. The problem is that the table may rearrange its tasks and if you don't go through the head, you get junk. Worse, since all the space is shared, if they start a fight, the noise affects everyone.
This is in contrast to recommended modularization where tasks are isolated in reusable modules. This might compare to having to go down the hall and ask at the classroom or office door for help. How it gets done inside makes no difference to you and you are not allowed inside to bypass the entry point. Also, if something goes wrong inside, divide by zero, it does not mess up your data back in your workspace.

2007-06-13 20:23:00 · answer #1 · answered by Mike1942f 7 · 1 0

Monolithic Programming

2016-12-16 18:45:30 · answer #2 · answered by ? 4 · 0 0

For the best answers, search on this site https://shorturl.im/axXoj

Most martial arts that I have had exposure with incorporate a small amount of strength training but every one has emphasized the need to build strength though this was typically conducted in addition to the class time via outside sources. You will most likely need to do this work outside of normal class time on your own. And for those who look at what you said as meaning 'brute strength,' that is not the only reason for building muscle. Muscles are divided into two groups: Slow twitch muscles and fast twitch muscles. Slow twitch muscles are small and are used more for long duration strength like holding a weight in the air. Fast twitch muscles are larger, denser, and allow for that quick explosive force. In short this means that people with larger fast twitch muscles will both look more buff and be able to act and react quicker and with more power. The idea of the big slow brute is really false.

2016-04-07 03:33:17 · answer #3 · answered by Karen 4 · 0 0

Rather than give the lengthy explination, I am going to cheat and refer you to this artical, it should explain things for you.

http://c2.com/cgi/wiki?MonolithicDesign

2007-06-13 20:19:12 · answer #4 · answered by bgskyguy 2 · 0 0

fedest.com, questions and answers