0% found this document useful (0 votes)
136 views28 pages

10Adv-Revision CP2-T1-2023-2024

This document provides a revision guide for a Grade 10 Computing Creative Design and Innovation checkpoint covering chapters 3 and 4. Chapter 3 discusses the impacts of computing, including the positive and negative effects of technology on society. It also covers privacy concerns related to data and artificial intelligence. Chapter 4 discusses algorithms and their use in multiple disciplines to solve problems. It also defines control structures like sequence, selection, and iteration that are used to control program flow. The document provides learning objectives, key concepts, and questions for each section to help with revision.

Uploaded by

bdalzyzb960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views28 pages

10Adv-Revision CP2-T1-2023-2024

This document provides a revision guide for a Grade 10 Computing Creative Design and Innovation checkpoint covering chapters 3 and 4. Chapter 3 discusses the impacts of computing, including the positive and negative effects of technology on society. It also covers privacy concerns related to data and artificial intelligence. Chapter 4 discusses algorithms and their use in multiple disciplines to solve problems. It also defines control structures like sequence, selection, and iteration that are used to control program flow. The document provides learning objectives, key concepts, and questions for each section to help with revision.

Uploaded by

bdalzyzb960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 28

Computing Creative Design and Innovation

Grade 10 – Adv. – Term 1


2023-2024

Revision
CCDI – Term 1

For Checkpoint 2
(45 marks)
Tahira Atif
CCDI teacher
Al Shefa Bint Abdullah
Revision
2023-2024

Chapter 3: Impacts of computing


CCDI – Term 1

Section 1: Impacts of technologies


Section 2: Privacy Concerns and Implications
Section 4: Algorithms in a range of disciplines

Chapter 4: Algorithms in a range of disciplines


Section 1: Control structures
Chapter 3: Impacts of computing
2023-2024

Section 1: Impacts of technologies


CCDI – Term 1
 Impacts of technologies on society:
Positive effects of technology:
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

Health issues 1. Affecting on sleep cycle and vision.


2. Suffering from back pains.
CCDI – Term 1

3. Detaching from family and friends.


4. Causing emotional problems such as stress and anxiety.

Nature 1. Consuming more energy.


2. Causing pollution when devices are not disposed of properly.
3. Deforestation or loss of trees in forest areas.

Cybersecurity 1. Misusing data.


2. Designing malicious software.
3. Cyberattack raises a serious alarm over the years.
4. Ransomware have an equal social and financial impact on any
business.
 The difference between ethics and morals

2023-2024
Ethics Morals
• Ethics are the guiding principles • Morals may differ from society to
CCDI – Term 1

that help individuals or groups society and culture to culture.


decide what is good or bad. • Morals are expressed in the form of
• Ethics are generally uniform. general rules and statements.
Ethics are abstract. • Morals give no freedom to think.
• Ethics gives you the freedom to
think.

The rules that a social systems provides us with


Ethics that help to decide what is good or bad.

Morals Are our own principles or beliefs to what is right


or wrong.
 What is Cyberethics?

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

 Positive and negative impacts of artificial intelligence

Positive impacts Negative impacts


1. Reduce operating costs and save 1. Accelerated hacking through AI
money in medical organizations. applications
2. Used to support humans in fighting 2. AI systems favor one group, person,
against the COVID19 pandemic or thing over another like on job
3. Autonomous transportation search website.
4. Uncover criminal activity and solve 3. Jobs where machines like robots
crimes. might take over.
Chapter 3: Impacts of computing
2023-2024

Section 2: Privacy Concerns and Implications


CCDI – Term 1
 What is Data Privacy?

2023-2024 Defines who can access the data or information protection.


CCDI – Term 1

 Ways to protect data privacy?

 Using known networks


 Open-source web browsers like Firefox.
 Selecting the right smartphone platforms.
 AI enable to affect privacy in the following ways:

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.

4. Prediction: AI can infer or predict sensitive information from non-sensitive forms of


data. like keyboard typing patterns can be utilized to deduce their emotional states.

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:

Multidisciplinary course STREAM curriculum Interdisciplinary combinations


(study one subject) (skills) (more than one branch of knowledge)

• Scriptwriting, technology, art,


• Math • problem-solving
medicine, ecology, marketing,
• Science • critical thinking
engineering, philosophy, social science,
• English • Collaboration
biology, astronomy, religion studies,
• History • innovation
chemistry and ethics
 ROT13 cryptographic algorithm
Cryptography is the practice and study of techniques for secure
2023-2024 communication. It uses two methods, namely, encryption and decryption,
for securing the communication exchange between two clients.
CCDI – Term 1

Encryption

Decryption
Chapter 4: Algorithms in a range of disciplines

Section 1: Control structures


2023-2024
CCDI – Term 1
 What is control structures?
• The control structures control the flow of a program (code).
2023-2024
CCDI – Term 1
 Types of control structures:

2023-2024 Sequence Selection Iteration


loop
CCDI – Term 1

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

This diagram that shows the steps of the process


is called __________.
Flow chart
Flow chart is a picture of the separate steps of a process in
sequential order.

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

2023-2024  For options, decisions and branching:


 If (one condition)
 If/else (two conditions)
CCDI – Term 1

Run
Output

Run
Output

One condition Nothing/Skip


 Types of Control structure: 2.Selection

2023-2024  For options, decisions and branching:


 If (one condition)
 If/else (two conditions)
CCDI – Term 1

Two condition Run Run


Output
 Types of Control structure: 2.Selection

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

2 conditions 3 conditions More than 10


4 conditions conditions
Correct Stop Cloudy A+,A,A-,B+,B,B
Wrong Wait Sunny -, C+,C,C-,….
Drive Cold/Snowy
Rainy
 Types of Control structure: 2.Selection
In coding if there:
2023-2024

( one condition)  Use if


CCDI – Term 1

( two conditions)  Use if / else


( three conditions)  Use if / elif / else
( four conditions)  Use if / elif / elif / else
.
.
.
CCDI – Term 1

2023-2024

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy