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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3092a8c485ee9d0e,start X-Google-Attributes: gid103376,public From: "Vidanelage Sanath D. Jayasena" Subject: Some Fundamental Questions on Ada???? Date: 1997/09/16 Message-ID: <341EAFD4.5D8C@cs.uiuc.edu>#1/1 X-Deja-AN: 272992637 Organization: Dept of Computer Science, Univ of Illinois Newsgroups: comp.lang.ada Date: 1997-09-16T00:00:00+00:00 List-Id: 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