مسار بولونيا التعليمي

جامعة ميسان – كلية الهندسة – قسم الهندسة الميكانيكية

المرحلة : الأولى – الفصل الدراسي : الثاني – المادة الدراسية : مبادئ علم الحاسوب والبرمجة

عدد ECTSSemesterCode (رمز المادة)اسم المادة باللغة العربيةModule Name اسم المادة باللغة الانكليزيةNo
4TwoUOM122مبادئ علم الحاسوب والبرمجةPrinciples of Computer Science and Programming1

Module Learning Outcomes:

The main module learning outcomes are:

1.       Introduces the student to the principles of programming language using C++.

2.       Knowing the mechanism of utilizing the input and output instructions while programming.

3.       Students can use and deal with Conditional & Loop Statements such as (a) if statement.  (b) else-if statement. (c) Compound if.  (d) switch-case statement. (e) Conditional Ternary Operator.

4.       Develop students’ programming skills by using Loop statements while writing programs such as (For Statements, Do-While statements, While statements, and Nested loop statements).

5.       Know how to use break and continue orders in the program code. 

6.       Recognize how to deal with Arrays.

7.       Identify the types of matrices.

8.       Know how to read and Print Matrices.

9.       Recognize the arithmetic operations on Matrices.

10.     Create programs using Matrices in C++ programming language.

11.     Explain the benefits of using functions, Main function, and returning values.

12.     Recognize where function written in the program, calling function, factors & media, declaration of functions, examples

13.     Create programs using functions in C++ programming language.