موقع حكومي رسمي تابع لحكومة المملكة العربية السعودية
روابط المواقع الالكترونية الرسمية السعودية تنتهي بـ edu.sa

جميع روابط المواقع الرسمية التعليمية في المملكة العربية السعودية تنتهي بـ sch.sa أو edu.sa

المواقع الالكترونية الحكومية تستخدم بروتوكول HTTPS للتشفير و الأمان.

المواقع الالكترونية الآمنة في المملكة العربية السعودية تستخدم بروتوكول HTTPS للتشفير.

مسجل لدى هيئة الحكومة الرقمية برقم:

20250417892
برمجة الحاسب بلغة جافا

برمجة الحاسب بلغة جافا

CS1701 3 ساعات

برمجة الحاسب بلغة جافا

This course introduces the fundamentals of computer programming with computational thinking concepts including algorithms, decomposition and abstraction. Students will use Java programming language to learn the fundamentals of computer programming skills including how to write, compile, and run programs using relevant tools for program development.



Topics include concept of algorithms for solving simple problems, variables and data types, methods, console input/output, control structures, coding styles, and the mechanics of running, testing, and debugging.



Furthermore, students will carry out practical assignments that involve subsets of coding tasks in the lab alongside traditional lectures.
• Concept of algorithms for solving simple problems
• Introduction to Java programming languages (general background, programming errors, coding styles, and how to edit, compile, and run programs in relevant IDE)
• Techniques of decomposition and abstraction
• Testing, and debugging
• Variables, primitive data types, assignment statements, constants, data type conversions, arithmetic expressions, and the String type
• Basic input/output
• Documentation and program style
• Control statements and Boolean expressions
• Loops and repetition structures
• Methods and using parameters
• Arrays and Vectors