Week 1
Week 1
FALL 2024
Week #1
First Quotes
2
Preferences for participation
- Raising hands and waiting to be called better than jumping in the
discussion
3
PC&A class policy
1 2 3 4 5
No Mobile Be prepared
Computer Lab rules and
regulations
• Focus on the speaker, not your computer screen.
• Refrain from accessing unauthorized websites.
• Keep the laboratory clean and organized.
• No eating or drinking in the lab (only water is allowed).
• Before leaving the lab, make sure to:
Shut down your computer.
Dispose of waste and clean your workspace.
Align chairs properly in their designated spots.
5
Programming Concept
& Algorithms Syllabus
6
What Is Sutainable
Development?
• The 2030 Agenda for Sustainable Development, adopted by all
United Nations members in 2015, created 17 world Sustainable
Development Goals (SDGs).
Share your thoughts on which specific goal you can impact and how
your skills can help achieve it.?
10
Group Disscution
Work in pairs and complete the following tasks:
11
What is a computer?
A computer is an electronic device that stores and processes data.
Hardware
Software.
12
Introduction
• Did you ever think about the logic behind computer programming and how
it started?
Software developers create software with the help of powerful tools called
programming languages.
14
Seasoned programmers try to master as many different programming
languages as they can, giving them access to a vast arsenal of software-
development tools.
Step 2:
Step 3:
Step 5:
Step 6:
Step 7:
the algorithm for buying a book
from Amazon
• 1. Start
• 2. Input the value of radius R
• 3. Let PI=3.14
• 4. Calculate area=PI*R*R
• 5. Print area
• 6.End
Class activity
• How to calculate the following
equation y = X2 + 5
• Think about the problem
• Break it down
• Set the input
• Set the output
• Solve this problem by using the
algorithm
Lab diary – week 1
24