ᴋʜɪᴀᴛ'ꜱ ᴜɴʀᴇʟᴇᴀꜱᴇᴅ
28 subscribers
155 photos
10 videos
12 links
The goals of making this:

• To motivate myself to do things.
• To document my journey as an IT student.
• To advise restaurants, cafes, and places.
• To cover important visits and events as much as possible.
• And more...

https://linktr.ee/KHYA6
Download Telegram
Day #6 in Sharqiah

📍 Ithra, Dhahran

#Daily
🔥1
Tried Wahmy Burger 😃
Since I came it was really crowded and waited for like an hour to receive my order. I've ordered The special burger meal and costs 35 SAR, it comes with fries, corn, and drink. The burger itself contains kinda everything, bacon, chese, sauce, onion rings, mozzarella cheese. First time I got full of a meal and have not finished it yet 😂.

Here's the ratings:
The burger: 7/10
The fries: 6/10
The corn: 7.5/10

Is the crowd deserves the taste? No
Will you come again? Maybe for Truffle burger, but anything else No.
Will advise to try this? If it's not crowded, try it for a time.
👍3
Channel name was changed to «ᴋʜɪᴀᴛ'ꜱ ᴜɴʀᴇʟᴇᴀꜱᴇᴅ»
Finally, I tried Sign!
Since I heard that will open in Jeddah and I thought that will be my new addiction 😂
I chose to claim by drive thru, and waited more than 2 hours!!
The menu is really simple, they just have beef burger and chicken burger, the chicken has spicy option. The meal that contains Burger, fries and drink costs 24 SAR. I also ordered their signature sauce, so the total is 27 SAR.

Beef burger 8/10
Chicken burger 7.5/10 (I ordered spicy and I don't really feel the spice)
Fries 7/10

Really like the package, and the employees are kind and helpful. I may come back again because its price compared with quality, but if it's not crowded 👀.

#Places #Daily
1
Projects incoming 🔥
🔥2
CPIT240 Project: Database
The idea of this project is to design the database structure of our system and use SQL to apply it. The project is one of the projects that I enjoyed doing and well planned. The project is done in 3 phases, which means you submit a process at a time and the final phase includes everything.

Our topic is about: Summer Activity Center

What did we do for the project:
- We explained the project scenario and what operations we apply.
- We designed a schema, which defines the entities and attributes to apply them in the SQL.
- We designed an ER diagram, which defines the relationships of each entity with others.
- We did normalization of the relations to minimize redundancy and dependency of the inserted data.
- We created tables based on our schema and inserted data and included the codes in the report.
- We did queries that will help to represent data and represented the queries as SQL and relational algebra methods.

#Projects
👍1
Alhamdulillah, I officially finished all exams in this semester, so new posts incoming 🔥🫡
1👏1
CPIT260 Project: Operating System
The idea of the project is to select any application that we studied in the course and code a program that will achieve the selected application goals. My teammates and I decided to make a 'Process Scheduling' application and coded two algorithms. The idea of the topic is to simulate how the operating system selects a process from the ready process to get the processor and run.

What did we do in the project:
- We did the abstract and introduction about what is Process Scheduling and what it does.
- We used Java programming language and implemented two algorithm codes, which are First Come First Serve (FCFS), and Round Robin (RR).
- We included the number of processes, CPU burst, and arrival time of each process as inputs for the two algorithms, the program will calculate turnaround time, response time, and waiting time for each process, including the average turnaround time and waiting time.
- We took screenshots of the implemented code and the output that resulted in the console interface and then included them in the report.
- We explained every class and what they do.
- We discussed with the instructor about our program and tried some cases and everything worked well.

#Projects