ᴋʜɪᴀᴛ'ꜱ ᴜɴʀᴇʟᴇᴀꜱᴇᴅ pinned «To make searching of the content easy, I made a guide tool to find what you need, here you go! #Daily - Daily things that I'd like to share. #IT , #KAU - All posts that are related to IT & KAU. #Places - Places that I visit them (Including restaurants, cafes).…»
I'm going to post all the courses that I've done already in my FCIT plan (even if I'm late), so consider I started from zero 🙂.
In the first semester in FCIT I enrolled 3 courses [14 hours total]:
CPCS202 • Programming 1
In this course I learned:
- The basics of programming (using Java).
- Types of primitive datatypes.
- Types of conditions.
- Types of loops.
- Using methods and arrays.
▪︎ This course is kinda similar to "CPIT110 course", but this course have more applications and some new basics that you will use them as primary things in the future.
CPIT201 • Introduction of Computing
In this course I learned:
- How the computer works.
- Numbering systems.
- Computer organisation.
- Networks.
- Operating system.
- Algorithms.
- Software Engineering.
▪︎ Take an overview of computer fields because most of these topics will be studied in separate courses.
STAT210 • Theory of Probability
In this course I learned:
- Combinatorial analysis.
- Types of probability.
- Discrete and Continuous probability distribution.
▪︎ This course is an extension of "STAT110", but in probabilities section.
#Courses
CPCS202 • Programming 1
In this course I learned:
- The basics of programming (using Java).
- Types of primitive datatypes.
- Types of conditions.
- Types of loops.
- Using methods and arrays.
▪︎ This course is kinda similar to "CPIT110 course", but this course have more applications and some new basics that you will use them as primary things in the future.
CPIT201 • Introduction of Computing
In this course I learned:
- How the computer works.
- Numbering systems.
- Computer organisation.
- Networks.
- Operating system.
- Algorithms.
- Software Engineering.
▪︎ Take an overview of computer fields because most of these topics will be studied in separate courses.
STAT210 • Theory of Probability
In this course I learned:
- Combinatorial analysis.
- Types of probability.
- Discrete and Continuous probability distribution.
▪︎ This course is an extension of "STAT110", but in probabilities section.
#Courses
In the second semester in FCIT, I enrolled 4 courses [16 hours total]:
CPCS203 • Programming 2
In this course I learned:
- Principles of Object-oriented programming.
- 2D & Multi-dimensional arrays.
- Import & export data from a file.
- Dealing with Objects & Classes and understanding the relations between them (Aggregation, Composition, Association).
- Type of classes, interfaces and their functionality.
- Apply inheritance and polymorphism.
- Catch specific types of errors and throw exceptions.
▪︎ This course is completely different from "CPCS202", you will learn new programming skills and its applications are closer to realistic problems.
CPIT221 • Technical Writing
In this course I learned:
- Writing formal and informal messages.
- Summarize a text.
- Make a professional CV.
- Using LinkedIn.
- Writing a proposal with group members.
- Advertise a product or a service in a video (Make me buy).
- Make a presentation for future projects.
- Writing a report.
▪︎ This course might be closer to a regular English course, but this one benefits you in the next courses or on the job.
CPCS222 • Discrete Structures
In this course I learned:
- Mathematical logic and proofs.
- Playing with the truth values and tables (True or False).
- Dealing with basic structures (Sets, Sequence, and Matrices).
- Counting with its rules.
▪︎ This course doesn't focus on your final solutions, it needs to show how you reached out to the solutions, for example you have to write every step and what rule is used.
ISLS101 • Islamic Culture 1
In this course I learned:
- Arkan Al-Iman in details.
- The worship and its fact.
▪︎ This course is general, not related to the FCIT, but must everyone finishes it.
#Courses
CPCS203 • Programming 2
In this course I learned:
- Principles of Object-oriented programming.
- 2D & Multi-dimensional arrays.
- Import & export data from a file.
- Dealing with Objects & Classes and understanding the relations between them (Aggregation, Composition, Association).
- Type of classes, interfaces and their functionality.
- Apply inheritance and polymorphism.
- Catch specific types of errors and throw exceptions.
▪︎ This course is completely different from "CPCS202", you will learn new programming skills and its applications are closer to realistic problems.
CPIT221 • Technical Writing
In this course I learned:
- Writing formal and informal messages.
- Summarize a text.
- Make a professional CV.
- Using LinkedIn.
- Writing a proposal with group members.
- Advertise a product or a service in a video (Make me buy).
- Make a presentation for future projects.
- Writing a report.
▪︎ This course might be closer to a regular English course, but this one benefits you in the next courses or on the job.
CPCS222 • Discrete Structures
In this course I learned:
- Mathematical logic and proofs.
- Playing with the truth values and tables (True or False).
- Dealing with basic structures (Sets, Sequence, and Matrices).
- Counting with its rules.
▪︎ This course doesn't focus on your final solutions, it needs to show how you reached out to the solutions, for example you have to write every step and what rule is used.
ISLS101 • Islamic Culture 1
In this course I learned:
- Arkan Al-Iman in details.
- The worship and its fact.
▪︎ This course is general, not related to the FCIT, but must everyone finishes it.
#Courses
This Tuesday, #KAU speaking club has hosted a simple diwanyah of speaking. It has many events to make sure that everyone spoke in front of the audience.
One of these events, which I came because of this, is about "impromptu speech", they gave me a random topic and I started to talk, the challenges I've met:
- I didn't prepare for this topic (which is the goal), the presenter gave me 20 seconds to prepare but I ignored it 😂.
- I don't have any experience about the topic.
Alhumdulillah, as the first time of beings in front of the audience for a very long time, everyone in the diwanyah has motivated me to speak well. Thanks to everyone who organized this event, and I liked the place environment so I hope the club hosts more events like this 🩵.
#Events
One of these events, which I came because of this, is about "impromptu speech", they gave me a random topic and I started to talk, the challenges I've met:
- I didn't prepare for this topic (which is the goal), the presenter gave me 20 seconds to prepare but I ignored it 😂.
- I don't have any experience about the topic.
Alhumdulillah, as the first time of beings in front of the audience for a very long time, everyone in the diwanyah has motivated me to speak well. Thanks to everyone who organized this event, and I liked the place environment so I hope the club hosts more events like this 🩵.
#Events
In the third semester, I became an Information systems (IS) student, which led me to enrol in two courses from its plan. However, I enrolled 4 courses [19 hours total]:
CPCS204 • Data Structures
In this course I learned:
- Different representations of a set of data (LinkedList, Stack, Queue, Binary Tree, Heap, Graph) with their operations and implementations.
- Differences between LinkedList and fixed array.
- Different type of loops used by methods (Recursion).
- Algorithm analysis.
- Types of sorting and their implementations.
- Definition of Hash.
▪︎ This course focuses on data, the coding part is less than "CPCS203".
CPIS220 • Principles of Information Systems
In this course I learned:
- Topics that are related to information systems.
- Information systems in organizations.
- Software, Hardware components and I/O devices.
- Database management and Data for intelligence business.
- Telecommunications, Internet and the web with their applications and how they work.
- Electronic commerce and enterprise systems.
- Knowledge management.
- Definitions of system development.
- The personal and social impact of computers.
▪︎ This course makes you understand what an IS student can do and how can be a complement of the other computer majors.
BUS232 • Organisations Management
In this course I learned:
- Manager and management in the workplace.
- History module of management.
- Decision making.
- Planning and Goal setting.
- Human resource management and diversity.
- Controlling organizational processes.
▪︎ The course has more topics that are not mentioned here because I lost them in my mind 🫣.
▪︎ Note that the course is combined with two courses in the plan so that's why it is heavy to study.
ARAB101 • Arabic Language 1
In this course I learned:
- نشأة اللغة العربية.
- المهارات اللغوية مع طرق تنميتها.
- التحليل اللغوي والبياني من النصوص.
- علوم النحو والبلاغة.
- القضايا اللغوية.
▪︎ بحكم انه المادة عن اللغة العربية فحبيت الموضوعات تكون بالعربي 🌚.
#Courses
CPCS204 • Data Structures
In this course I learned:
- Different representations of a set of data (LinkedList, Stack, Queue, Binary Tree, Heap, Graph) with their operations and implementations.
- Differences between LinkedList and fixed array.
- Different type of loops used by methods (Recursion).
- Algorithm analysis.
- Types of sorting and their implementations.
- Definition of Hash.
▪︎ This course focuses on data, the coding part is less than "CPCS203".
CPIS220 • Principles of Information Systems
In this course I learned:
- Topics that are related to information systems.
- Information systems in organizations.
- Software, Hardware components and I/O devices.
- Database management and Data for intelligence business.
- Telecommunications, Internet and the web with their applications and how they work.
- Electronic commerce and enterprise systems.
- Knowledge management.
- Definitions of system development.
- The personal and social impact of computers.
▪︎ This course makes you understand what an IS student can do and how can be a complement of the other computer majors.
BUS232 • Organisations Management
In this course I learned:
- Manager and management in the workplace.
- History module of management.
- Decision making.
- Planning and Goal setting.
- Human resource management and diversity.
- Controlling organizational processes.
▪︎ The course has more topics that are not mentioned here because I lost them in my mind 🫣.
▪︎ Note that the course is combined with two courses in the plan so that's why it is heavy to study.
ARAB101 • Arabic Language 1
In this course I learned:
- نشأة اللغة العربية.
- المهارات اللغوية مع طرق تنميتها.
- التحليل اللغوي والبياني من النصوص.
- علوم النحو والبلاغة.
- القضايا اللغوية.
▪︎ بحكم انه المادة عن اللغة العربية فحبيت الموضوعات تكون بالعربي 🌚.
#Courses
After that semester, I was thinking about enrolling in the summer semester, but I have decided to enrol an online course only [4 hours total]:
ARAB201 • Arabic Language 2
In this course I learned:
- عناصر بناء النص (الكلمة، الفقرة، النص).
- الإملاء وعلامات الترقيم واستخداماتها.
- الأساليب العربية (الأمر، النهي، الخ...).
- أنواع الكتابة (الوظيفية والعلمية والإبداعية) ومكوناتها واستخدامها.
▪︎ المادة تعتمد على الكتابة بشكل أساسي، وبالنسبة لي اعتبره أمتع وأفضل وأسهل من المستوى الأول، مع العلم انه آخر مستوى راح تدرسه.
#Courses
ARAB201 • Arabic Language 2
In this course I learned:
- عناصر بناء النص (الكلمة، الفقرة، النص).
- الإملاء وعلامات الترقيم واستخداماتها.
- الأساليب العربية (الأمر، النهي، الخ...).
- أنواع الكتابة (الوظيفية والعلمية والإبداعية) ومكوناتها واستخدامها.
▪︎ المادة تعتمد على الكتابة بشكل أساسي، وبالنسبة لي اعتبره أمتع وأفضل وأسهل من المستوى الأول، مع العلم انه آخر مستوى راح تدرسه.
#Courses
Note that the total hours above have been calculated according to the three terms decision. The next semesters will be counted according to the two terms a year👍.
Tried some desserts from B-Laban, to be honest, you should try them at least once. This try deserves to be repeated 💪
Lotus Gashtutah (6/10)
Mango Gashtuzah (9/10)
Pecan Gashtuzah (8.5/10)
📍 B-Laban in Jeddah
I will post this in my Instagram so make sure that you follow me there 😃:
https://instagram.com/alb1ssa?igshid=NzZlODBkYWE4Ng==
#Places
Lotus Gashtutah (6/10)
Mango Gashtuzah (9/10)
Pecan Gashtuzah (8.5/10)
📍 B-Laban in Jeddah
I will post this in my Instagram so make sure that you follow me there 😃:
https://instagram.com/alb1ssa?igshid=NzZlODBkYWE4Ng==
#Places