10Adv-Revision CP2-T1-2023-2024
10Adv-Revision CP2-T1-2023-2024
Revision
CCDI – Term 1
For Checkpoint 2
(45 marks)
Tahira Atif
CCDI teacher
Al Shefa Bint Abdullah
Revision
2023-2024
Education Mobile devices and laptops help teachers and students to access any information
on the internet.
CCDI – Term 1
Healthcare A patient’s medical history can be easily saved and shared with doctors from all
over the world.
Agriculture Automated farm machinery, internet of things sensors for measuring soil
humidity are helping the farming business.
Energy sector All digital technologies work on electricity. Solar technology is emerging now.
Logistics, goods shipment services, bullet trains are now very efficient and
Transportation
quick.
Impacts of technologies on society:
Negative effects of technology:
2023-2024
2023-2024
Ethics Morals
• Ethics are the guiding principles • Morals may differ from society to
CCDI – Term 1
2023-2024
• The code of responsible behavior on the internet.
• How to act responsibly in the cyber world
CCDI – Term 1
Cyberethics
What is Artificial Intelligence ?
Technology that is used to create intelligent machines which can behave
2023-2024
like a human.
CCDI – Term 1
2023-2024 1. Data exploitation : People are unaware of the amount of data generated, processed, and
shared by their software and devices, the potential for data misuse will grow.
CCDI – Term 1
2. Identification and tracking: AI can de-anonymize your anonymous personal data based on
inferences from other devices.
3. Voice and facial recognition: Use facial recognition and voice recognition to locate
individuals who may have no probable cause or doubt to locate.
5. Profiling: AI gathers and uses the information to sort, score, order, evaluate, and rank
people and perform information-gathering tasks.
Chapter 3: Impacts of computing
2023-2024
Section 3: Algorithms in a range of disciplines
CCDI – Term 1
What is meaning of Algorithm ?
2023-2024
• Algorithms are a series of steps used to solve a problem.
• Algorithms are used in multiple disciplines to solve global problems.
CCDI – Term 1
Multiple disciplines:
Encryption
Decryption
Chapter 4: Algorithms in a range of disciplines
Write the Used for decisions and branching: Used for keeping
program in- If (one condition) the program
order, line-by- If/else (two conditions) running until the
line execution If/elif/else (more than 2 conditions condition is false.
Types of Control structure:
Sequential Selection Iteration
2023-2024
CCDI – Term 1
2023-2024
CCDI – Term 1
Types of Control structure: 1.Sequential
2023-2024
Write the program in-order, line-
by-line execution
CCDI – Term 1
Run
Output
Types of Control structure: 2.Selection
Run
Output
Run
Output
2023-2024 Enter 19
CCDI – Term 1
19
Is 19 >= 18? True
print
Run
Output
Types of Control structure: 2.Selection
2023-2024
Enter 17
CCDI – Term 1
17
Is 17 >= 18? False
print
Run
Output
Types of Control structure: 2.Selection
2023-2024
Enter 18
CCDI – Term 1
18
Is 18 >= 18? True
print
Run 18
Output
Types of Control structure: 2.Selection
2023-2024
How many conditions in each example?
CCDI – Term 1
2023-2024