From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3092a8c485ee9d0e X-Google-Attributes: gid103376,public From: Ralph Paul Subject: Re: Some Fundamental Questions on Ada???? Date: 1997/09/16 Message-ID: <341F06E7.64D5@ibm.net>#1/1 X-Deja-AN: 273072969 References: <341EAFD4.5D8C@cs.uiuc.edu> Reply-To: repaul@ibm.net Newsgroups: comp.lang.ada Date: 1997-09-16T00:00:00+00:00 List-Id: Vidanelage Sanath D. Jayasena wrote: > > Hello Ada people, > > I do not know Ada; I know C, C++, Pascal... > and am a Computer Science student. > > Could someone pls give clear/brief answers to the following? > I appreciate it very much. > > 1. > > 1.1 What is a 'module' in an Ada (software) system ? > Is it equivalent to functions/procedures in Pascal/C > languages ? > (But I heard that Ada has procedures as well.) > > 1.2 What are 'packages' and 'tasks' ? > How are they related/connected to 'modules'/'procedures' ? > > 2. Can several 'procedures' exist in one 'module' ? > > 3. Can there be inter-module calls (just as we have > inter-procedure calls in other languages) ? > If so, are parameters passed ? > > 4. What about inter-procedure calls ? > Can they be inter-module or should they > always be intra-module ? > > > Thank You ..... > > Sanath Jayasena > jayasena@cs.uiuc.edu If you want to surf a little try http://www.adahome.com Most of your questions should be answered in the tutorials that are offered there. Have fun Ralph Paul