ICT II 4th Quarter Computational Thinking.pptx

Grade8Computer 65 views 36 slides Aug 12, 2024
Slide 1
Slide 1 of 36
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36

About This Presentation

Computer Science


Slide Content

COMPUTER SCIENCE II PRESENTED BY: JERIC C. CALLEJA WEEK 7

OBJECTIVE describe how computational thinking supports the development of computer applications and problem solving across all disciplines SSP_TLE-CT8CP-IIa-c-1.1

Identify the following, choose your answer below. 1. A series of instruction on how to accomplish a task. Programmer Debugging Function Codes Algorithm

Programmer Debugging Function Codes Algorithm 2. Someone who writes instructions for a computer to follow.

Programmer Debugging Function Codes Algorithm 3. A piece of code that can be called over and over.

Programmer Debugging Function Codes Algorithm 4. Finding and fixing issues in a code .

Programmer Debugging Function Codes Algorithm 5. Transforming actions into symbolic language.

A PROGRAMMER analyses the problem, create an algorithm and then codes the solution A CODER just codes the solution, the algorithm could be created by someone.

COMPUTATIONAL THINKING refers to the thought processes involved in defining a problem and providing a solution.

Education Science and Research Math Everyday Life Healthcare Music Law Social Sciences How is computational thinking applied in various fields? APPLICATION OF COMPUTATIONAL THINKING IN VARIOUS FIELD

TRUE or FALSE 1. Computational thinking is only relevant for computer scientists

TRUE or FALSE 2. Computational thinking helps students develop skills that are attractive for future employment opportunities.

TRUE or FALSE 3. Computational thinking is a process of formulating and solving problems by breaking them down into simple steps.

TRUE or FALSE 4. Computational thinking is a powerful problem-solving technique that equips us to solve complex problems in the modern world.

TRUE or FALSE 5. Computational thinking is a step that comes before programming and can be used to solve problems in any subject area and in life

TRUE or FALSE 1. Pattern recognition involves filtering out the data you need and what you don't need

TRUE or FALSE 2. Abstraction is the process of breaking a problem down into smaller parts

TRUE or FALSE 3. Pattern recognition involves identifying patterns or connections between different parts of the problem

TRUE or FALSE 4. Algorithmic thinking involves developing a step-by-step process to solve a problem that can be replicated by humans or computer

TRUE or FALSE 5. Computational thinking is only useful for computer scientists

ELEMENTSOF COMPUTATIONAL THINKING Abstraction Algorithm Pattern Recognition Decom- position

DECOMPOSITION Breaking complex problem into small and manageable parts.

PATTERN RECOGNITION identifying patterns in a data set to categorize, process and resolve the information more effectively.

ABSTRACTION the process of filtering out unnecessary information

ALGORITHM developing a step-by-step solution to the problem, or the rules to follow to solve the problem.

METHODS ON MAKING PLAN PSEUDOCODE is an outline of a program written in a way that can be easily converted into a computer programming language.

METHODS ON MAKING PLAN A FLOWCHART is a diagram that represents a set of instructions. Flowcharts normally use standard symbols to represent the different instructions.

PSEUDOCODE AND FLOWCHART 1. Start program 2. Enter Name 3. Add Hello before the name 4.Print ouput 5. End program start Enter Name Add Hello Before the name Print Output End

PSEUDOCODE AND FLOWCHART The flowchart is a graphical representation of an algorithm. However, the pseudocode is the text-based representation of the algorithm.

IDENTIFY THE FOLLOWING STATEMENT 1. Creating a general representation for a set of objects or concepts. 2. Developing a step-by-step plan or set of instructions to solve a problem.

IDENTIFY THE FOLLOWING STATEMENT 3. Breaking down a complex problem into smaller, manageable parts. 4. Identifying similarities and repeating patterns in data or problems.

Thank You

Sum up all of the numbers between 1 & 200
Tags