راجية الغفران
04-02-2022 - 02:31 pm
السلام عليكم و رحمة لله و بركاته:
الله يجزاكم بالجنة ساعدوني في الترجمة عاجل
You are required to implement a student registration system. The system keeps information about the students including their id, which is an automatic number issued by the system, a name, and current number of courses. It is important to keep the count of courses a student is currently enrolled in since he is only allowed to register for 4 courses at any given point in time. The system should facilitate course registration and dropping through appropriate functions. The system should also keep record of the date in which the student enrolled.
Information about courses is also needed. For each course, the id and number of credits is stored. The id of the course is a single string composed of two parts: a two character code specifying the major (e.g. CS for Computer Science, MA for Mathematics, EC for economics.. etc) and a serial number, which, unlike the code, is generated by the system.
verdana
او
sans serif
)
مطلوب منك ان تنشئي نظام تسجيل الطلاب: هذا النظام يحتفظ بمعلومات عن الطلاب، والتي تشمل: رقم التعريف الخاص به, وهو رقم اتوماتيكي يصدره النظام , ثم الاسم, ثم عدد المواد الحالية : من الضروري الاحتفاظ بعدد المواد التي تسجل بها الطالب حالياً لانه يسمح له بالتسجيل لاربع مواد فقط في فتره زمنيه واحدة,
يجب ان يسهل النظام عملية تسجيل المواد او الانسحاب منها من خلال الدالات المناسبة
يجب ان يحتفظ النظام بتاريخ تسجيل الطالب ايضا
المعلومات عن المواد ضرورية ايضا, ولكل مادة: نخزن رقمها التعريفي و عدد النقاط الخاص بها,
رقم المادة التعريفي هو سلسلة مفردة مؤلفة من قسمين: رمز من حرفين يحدد الاختصاص ( مثال:
CS
ترمز ل
computer science
و
EC
رمز ل
economics
و
MA
ل
mathematics (
ورقم تسلسلي وهو رقم بعكس الرمز يتم توليده من قبل النظام
اختي دعائك لي وللمسلمين
وسؤالي انت اختصاص حاسب الي, واذا صحيح فبأي لغة مطلوب منك البرنامج C++ or VB?