SlideShare a Scribd company logo
1 of 8
當數學遇見 micro:bit
數學+程式
題型1:數列
• 下列三角形由黑白棋間隔排列至第50 層,則黑棋的個數
總共有多少個?
第1層
第2層
第6層
第50層
• 你可以使用公式解或程式解
• (1)公式解: 如果你一眼就看出這是等差數列
且你知道這是有公式可以代
• (2) 程式解: 我沒有學過等差數列也不知道
公式或是忘記公式,但我能觀察並找出它
的關係
解法1: 使用數學代數求解
• 黑棋的個數=1+3+5+…+49=625
• 此為等差數列求和, 故代入公式
𝑆𝑛 =
𝑎1 + 𝑎𝑛 𝑛
2
= 𝑛𝑎1 +
𝑛(𝑛−1)
2
𝑑
證明,
𝑆𝑛 =
𝑎1 + 𝑎𝑛 𝑛
2
=
𝑎1 + 𝑎1 + 𝑛 − 1 𝑑 𝑛
2
= 𝑛𝑎1 +
𝑛(𝑛 − 1)
2
𝑑
, 𝑎𝑛= 𝑎1 + 𝑛 − 1 𝑑
25x1 +
25(25−1)
2
x2 = 25 + 600 = 625
• 觀察後並找出它的關係,則依然可以使用
程式求解
• 知道關係後,就能利用積木程式堆疊出題
意所需的計算, 獲得正確的結果
解法2: 使用程式求解
利用迴圈逐次執行即可完成黑棋總數的計算
結論
• 當然,如果已有數學公式存在的話,則可以
直接代入, 可更快速得到計算結果, 但沒有
公式仍可以藉由程式來完成
25x1 +
25(25−1)
2
x2 = 25 + 600 = 625
總結
• “積木程式”其實就是把寫程式弄得像在堆積
木一樣,而把重點放在觀察、邏輯、推理
的訓練。
• 學程式不是在訓練你記憶程式語法, 而是在
訓練你思考,並把思考有條理的寫出來

More Related Content

What's hot

15.1 solving systems of equations by graphing
15.1 solving systems of equations by graphing15.1 solving systems of equations by graphing
15.1 solving systems of equations by graphingGlenSchlee
 
System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variablesAnirach Ytirahc
 
System of linear equation - SLE
System of linear equation - SLESystem of linear equation - SLE
System of linear equation - SLEImamul Kadir
 
Simultaneous equations
Simultaneous equationsSimultaneous equations
Simultaneous equationsharlie90
 
3.3 solving systems of inequalities
3.3 solving systems of inequalities3.3 solving systems of inequalities
3.3 solving systems of inequalitiesfthrower
 
linear equation system with 2 and 3 variables
linear equation system with 2 and 3 variableslinear equation system with 2 and 3 variables
linear equation system with 2 and 3 variablesWanda Sari
 
Solving of system of linear inequalities
Solving of system of linear inequalitiesSolving of system of linear inequalities
Solving of system of linear inequalitiesRicie Anne Palisoc
 
Evaluating Algebraic Expressions
Evaluating Algebraic ExpressionsEvaluating Algebraic Expressions
Evaluating Algebraic Expressionsbizarregirl
 
Pre Algebra_lessons
Pre Algebra_lessonsPre Algebra_lessons
Pre Algebra_lessonsRalph Weber
 
Expressions powerpoint (1)
Expressions powerpoint (1)Expressions powerpoint (1)
Expressions powerpoint (1)aedesmarais
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesJuan Miguel Palero
 
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Integers powerpoint - a brief introduction
Integers powerpoint - a brief introductionIntegers powerpoint - a brief introduction
Integers powerpoint - a brief introductionMeredith_Haataja
 
Evaluating algebraic expressions
Evaluating algebraic expressionsEvaluating algebraic expressions
Evaluating algebraic expressionsRommel Gabieta
 
Evaluating algebraic expression
Evaluating algebraic expressionEvaluating algebraic expression
Evaluating algebraic expressionMarites Ablay
 
3.3 graph systems of linear inequalities
3.3 graph systems of linear inequalities3.3 graph systems of linear inequalities
3.3 graph systems of linear inequalitiesmorrobea
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notestoni dimella
 
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the SquareSolving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the SquareFree Math Powerpoints
 

What's hot (20)

15.1 solving systems of equations by graphing
15.1 solving systems of equations by graphing15.1 solving systems of equations by graphing
15.1 solving systems of equations by graphing
 
System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variables
 
System of linear equation - SLE
System of linear equation - SLESystem of linear equation - SLE
System of linear equation - SLE
 
Simultaneous equations
Simultaneous equationsSimultaneous equations
Simultaneous equations
 
3.3 solving systems of inequalities
3.3 solving systems of inequalities3.3 solving systems of inequalities
3.3 solving systems of inequalities
 
system of linear equations
system of linear equationssystem of linear equations
system of linear equations
 
linear equation system with 2 and 3 variables
linear equation system with 2 and 3 variableslinear equation system with 2 and 3 variables
linear equation system with 2 and 3 variables
 
Lec
LecLec
Lec
 
Solving of system of linear inequalities
Solving of system of linear inequalitiesSolving of system of linear inequalities
Solving of system of linear inequalities
 
Evaluating Algebraic Expressions
Evaluating Algebraic ExpressionsEvaluating Algebraic Expressions
Evaluating Algebraic Expressions
 
Pre Algebra_lessons
Pre Algebra_lessonsPre Algebra_lessons
Pre Algebra_lessons
 
Expressions powerpoint (1)
Expressions powerpoint (1)Expressions powerpoint (1)
Expressions powerpoint (1)
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Integers powerpoint - a brief introduction
Integers powerpoint - a brief introductionIntegers powerpoint - a brief introduction
Integers powerpoint - a brief introduction
 
Evaluating algebraic expressions
Evaluating algebraic expressionsEvaluating algebraic expressions
Evaluating algebraic expressions
 
Evaluating algebraic expression
Evaluating algebraic expressionEvaluating algebraic expression
Evaluating algebraic expression
 
3.3 graph systems of linear inequalities
3.3 graph systems of linear inequalities3.3 graph systems of linear inequalities
3.3 graph systems of linear inequalities
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notes
 
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the SquareSolving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
 

More from 台灣程式教育協進會(TCEA)

Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0
Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0
Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0台灣程式教育協進會(TCEA)
 
(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3
(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3
(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3台灣程式教育協進會(TCEA)
 
(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2
(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2
(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2台灣程式教育協進會(TCEA)
 
(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊
(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊
(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊台灣程式教育協進會(TCEA)
 
(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手台灣程式教育協進會(TCEA)
 
(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手台灣程式教育協進會(TCEA)
 
(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊
(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊
(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊台灣程式教育協進會(TCEA)
 
(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)
(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)
(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)台灣程式教育協進會(TCEA)
 

More from 台灣程式教育協進會(TCEA) (20)

Nexus bot assembly manual
Nexus bot assembly manualNexus bot assembly manual
Nexus bot assembly manual
 
Nexus:bit User Manual v0.1 (English)
Nexus:bit User Manual v0.1 (English)Nexus:bit User Manual v0.1 (English)
Nexus:bit User Manual v0.1 (English)
 
Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0
Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0
Thunder:bit v2.0 與 v1.0 比較 / comparison of Thunder:bit v2.0 and v1.0
 
NexusBot Assembly and Control Manual v0.1 (English)
NexusBot Assembly and Control Manual v0.1 (English)NexusBot Assembly and Control Manual v0.1 (English)
NexusBot Assembly and Control Manual v0.1 (English)
 
Nexus:bit 擴充板 for BBC micro:bit 使用手冊 v0.1
Nexus:bit 擴充板 for BBC micro:bit 使用手冊 v0.1Nexus:bit 擴充板 for BBC micro:bit 使用手冊 v0.1
Nexus:bit 擴充板 for BBC micro:bit 使用手冊 v0.1
 
NexusBot 變形機器人組裝 與基本控制手冊 v0.1
NexusBot 變形機器人組裝與基本控制手冊 v0.1NexusBot 變形機器人組裝與基本控制手冊 v0.1
NexusBot 變形機器人組裝 與基本控制手冊 v0.1
 
五下數學-生活中的大單位
五下數學-生活中的大單位五下數學-生活中的大單位
五下數學-生活中的大單位
 
Introduction to Thunder:bit
Introduction to Thunder:bitIntroduction to Thunder:bit
Introduction to Thunder:bit
 
(最新版) micro:bit 廣播遙控車組裝手冊 v0.3
(最新版) micro:bit 廣播遙控車組裝手冊 v0.3(最新版) micro:bit 廣播遙控車組裝手冊 v0.3
(最新版) micro:bit 廣播遙控車組裝手冊 v0.3
 
(最新版) micro:bit 紅外線循跡車組裝手冊 v0.3
(最新版) micro:bit 紅外線循跡車組裝手冊 v0.3(最新版) micro:bit 紅外線循跡車組裝手冊 v0.3
(最新版) micro:bit 紅外線循跡車組裝手冊 v0.3
 
(最新版) micro:bit 超音波避障車組裝手冊 v0.3
(最新版) micro:bit 超音波避障車組裝手冊 v0.3(最新版) micro:bit 超音波避障車組裝手冊 v0.3
(最新版) micro:bit 超音波避障車組裝手冊 v0.3
 
(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3
(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3
(最新版) Thunder:bit for micro:bit擴充板使用手冊 v0.3
 
(最新版) micro:bit MeArm機械手臂組裝手冊 v0.2
(最新版) micro:bit MeArm機械手臂組裝手冊 v0.2(最新版) micro:bit MeArm機械手臂組裝手冊 v0.2
(最新版) micro:bit MeArm機械手臂組裝手冊 v0.2
 
(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2
(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2
(舊版 請點協會帳號參閱 v0.3 新版) micro:bit 超音波避障車組裝手冊 v0.2
 
國小四年級數學--四邊形
國小四年級數學--四邊形國小四年級數學--四邊形
國小四年級數學--四邊形
 
(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊
(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊
(舊版 請點協會帳號參閱v0.3新版) micro:bit 超音波避障車組裝手冊
 
(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 廣播遙控車組裝手
 
(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手
(舊版 請點協會帳號參閱v0.3新版) micro:bit 紅外線循跡車組裝手
 
(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊
(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊
(舊版 請點協會帳號參閱v0.2新版) micro:bit MeArm 機械手臂組裝手冊
 
(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)
(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)
(舊版 請點協會帳號參閱v0.3新版) Thunder:bit 擴充版使用手冊 (Thunder:bit manual)
 

Recently uploaded

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 

When math meets microbit