SlideShare a Scribd company logo
Things lab - introduction to programming
INTRODUCTION TO
PROGRAMMING
Things lab - introduction to programming
Things lab - introduction to programming
Things lab - introduction to programming
Algorithm Origin
●
“Algorithm” or “Algorism” in some other writing versions, comes from the name
Al-Khwārizmī (c. 780-850), a Persian mathematician, astronomer, geographer
and a scholar in the House of Wisdom in Baghdad, whose name means “the
native of Kharazm”, a city that was part of the Greater Iran during his era and
now is in modern day Uzbekistan
He wrote a treatise in Arabic language in the 9th century, which was translated
into Latin in the 12th century under the title Algoritmi de numero Indorum. This
title means “Algoritmi on the numbers of the Indians”, where “Algoritmi” was the
translator’s Latinization of Al-Khwarizmi’s name
http://blog.vishupuri.net/2011/01/23/origin-of-the-word-algorithm/
Things lab - introduction to programming
Algorithm nowadays
● In mathematics and
computer science, an
algorithm is a self-
contained step-by-
step set of operations
to be performed.
Algorithms perform
calculation, data
processing, and/or
automated reasoning
tasks.
Before starting...
Structured programming
Structured programming is a programming paradigm aimed at improving the
clarity, quality, and development time of a computer program by making
extensive use of subroutines, block structures, for and while loops—in
contrast to using simple tests and jumps such as the goto statement which
could lead to "spaghetti code" which is difficult both to follow and to maintain.
It emerged in the late 1950s with the appearance of the ALGOL 58 and
ALGOL 60 programming languages,[1] with the latter including support for
block structures. Contributing factors to its popularity and widespread
acceptance, at first in academia and later among practitioners, include the
discovery of what is now known as the structured program theorem in 1966,
[2] and the publication of the influential "Go To Statement Considered
Harmful" open letter in 1968 by Dutch computer scientist Edsger W. Dijkstra,
who coined the term "structured programming".
https://en.wikipedia.org/wiki/Structured_programming
FLOWCHARTS
Type of diagram that
represents an algorithm,
workflow or process, showing
the steps as boxes of various
kinds, and their order by
connecting them with arrows.
This diagrammatic
representation illustrates a
solution model to a given
problem. Flowcharts are
used in analyzing, designing,
documenting or managing a
process or program in
various fields.
COMMON SHAPES
Basic structures of any
programming language
● Variables
● Control structures
● Data structures
● Syntax
Variables
In computer programming, a variable is a
storage location and an associated symbolic
name which contains some known or unknown
quantity or information, a value.
Examples:
PHP -> $test = “This is a variable”;
Python -> lucky = 7
Control Structures
CONTROL STRUCTURES
Sequence
Selection
Iteration
Recursion
Subroutines (functions nowadays)
Blocks
IF... THEN... ELSE...
if ($a > $b) {
echo "a is bigger than b";
} elseif ($a == $b) {
echo "a is equal to b";
} else {
echo "a is smaller than b";
}
FOR... NEXT
for ($i = 1; $i <= 10; $i++)
{
echo $i;
}
WHILE...
$i = 1;
while ($i <= 10) {
echo $i++;
}
DATA STRUCTURES
In computer science, a data structure is a
particular way of storing and organizing
data in a computer so that it can be used
efficiently.
Not all programming languages can use
advanced data structures. E.g. like in
Object Oriented Programming
SYNTAX
In computer science, the syntax of a
programming language is the set of
rules that define the combinations of
symbols that are considered to be
correctly structured programs in that
language.
More info?
Source: https://adastraerrans.com/archivos/use-the-source-luke.png
UTSL: //, n.
[Unix] On-line acronym for ‘Use the Source, Luke’ (a pun
on Obi-Wan Kenobi's “Use the Force, Luke!” in Star
Wars) — analogous to RTFS (sense 1), but more polite.
This is a common way of suggesting that someone would
be better off reading the source code that supports
whatever feature is causing confusion, rather than
making yet another futile pass through the manuals, or
broadcasting questions on Usenet that haven't attracted
wizards to answer them.
http://www.catb.org/jargon/html/U/UTSL.html
Better, first, RTFM (google it!)
Snap4Arduino is a modification of the
Snap visual programming language that
lets you seamlessly interact with almost
all versions of the Arduino electronic
prototyping board.
Things lab - introduction to programming
Resources online
https://studio.code.org/
http://snap.berkeley.edu/
http://php.net/manual/en/index.php
https://snap.berkeley.edu/SnapManual.pdf
https://howtoprogramwithjava.com/programming-101-the-5-basic-
concepts-of-any-programming-language/

More Related Content

Viewers also liked (17)

Presentation1
Presentation1Presentation1
Presentation1
Fouziashah18
 
презентация судакова игоря
презентация судакова игоряпрезентация судакова игоря
презентация судакова игоря
koreanpumpkin
 
своя игра
своя играсвоя игра
своя игра
sspiridonova82
 
IREO_Symposium_Overview
IREO_Symposium_OverviewIREO_Symposium_Overview
IREO_Symposium_Overview
Mark Richard Dagel
 
портфоліо
портфоліопортфоліо
портфоліо
Anastasia11111
 
Fashion 110329203200-phpapp01 (2)
Fashion 110329203200-phpapp01 (2)Fashion 110329203200-phpapp01 (2)
Fashion 110329203200-phpapp01 (2)
Anthony J. Okoye
 
value-capture-roadmap-as-web
value-capture-roadmap-as-webvalue-capture-roadmap-as-web
value-capture-roadmap-as-web
Alexia Lidas
 
Epc slides
Epc slides Epc slides
Epc slides
wzhen77
 
IRS 590
IRS 590IRS 590
IRS 590
Thomas Mastromatto NMLS #145824
 
Разграничение написания слов с ъ и ь
Разграничение написания слов с ъ и ьРазграничение написания слов с ъ и ь
Разграничение написания слов с ъ и ь
annushka218
 
Yhteishakuvanhempainilta
YhteishakuvanhempainiltaYhteishakuvanhempainilta
Yhteishakuvanhempainilta
Alppilan_opo
 
Divorce Choices
Divorce ChoicesDivorce Choices
Divorce Choices
Thomas Mastromatto NMLS #145824
 
How to Structure a Business to Sell
How to Structure a Business to SellHow to Structure a Business to Sell
How to Structure a Business to Sell
Callister Nebeker & McCullough
 
My saifullizan cv 2015 latest march 15 (1)
My saifullizan cv 2015 latest march 15 (1)My saifullizan cv 2015 latest march 15 (1)
My saifullizan cv 2015 latest march 15 (1)
Saifullizan Abdullah
 
anand resume Sep-14
anand resume Sep-14anand resume Sep-14
anand resume Sep-14
Anandhan Varatharajan
 
Бермудын гурвалжин - 2
Бермудын гурвалжин - 2Бермудын гурвалжин - 2
Бермудын гурвалжин - 2
Билэгжаргал Билэгжаргал
 

Similar to Things lab - introduction to programming (20)

Algorithm and Data Structures - Basic of IT Problem Solving
Algorithm and Data Structures - Basic of IT Problem SolvingAlgorithm and Data Structures - Basic of IT Problem Solving
Algorithm and Data Structures - Basic of IT Problem Solving
coolpie
 
Data Structure.pptx
Data Structure.pptxData Structure.pptx
Data Structure.pptx
SajalFayyaz
 
Algorithms and Data Structures
Algorithms and Data StructuresAlgorithms and Data Structures
Algorithms and Data Structures
sonykhan3
 
lecture1-220221114413Algorithims and data structures.pptx
lecture1-220221114413Algorithims and data structures.pptxlecture1-220221114413Algorithims and data structures.pptx
lecture1-220221114413Algorithims and data structures.pptx
smartashammari
 
lecture1-2202211144eeeee24444444413.pptx
lecture1-2202211144eeeee24444444413.pptxlecture1-2202211144eeeee24444444413.pptx
lecture1-2202211144eeeee24444444413.pptx
smartashammari
 
8.unit-1-fds-2022-23.pptx
8.unit-1-fds-2022-23.pptx8.unit-1-fds-2022-23.pptx
8.unit-1-fds-2022-23.pptx
RavishankarBhaganaga
 
Basics of Programming.pptx
Basics of Programming.pptxBasics of Programming.pptx
Basics of Programming.pptx
SoumitraChakraborty28
 
Full Basic Programming in c material ppt
Full Basic Programming in c material pptFull Basic Programming in c material ppt
Full Basic Programming in c material ppt
Rajendra400540
 
Intro to DSAA.ppt
Intro to DSAA.pptIntro to DSAA.ppt
Intro to DSAA.ppt
jumar dimas
 
Session1
Session1Session1
Session1
Bruce Drummond
 
Data Structure and Algorithms –Introduction.pptx
Data Structure and Algorithms –Introduction.pptxData Structure and Algorithms –Introduction.pptx
Data Structure and Algorithms –Introduction.pptx
R S Anu Prabha
 
Introduction to Programming (well, kind of.)
Introduction to Programming (well, kind of.)Introduction to Programming (well, kind of.)
Introduction to Programming (well, kind of.)
Julie Meloni
 
lect 1-ds algo(final)_2.pdf
lect 1-ds  algo(final)_2.pdflect 1-ds  algo(final)_2.pdf
lect 1-ds algo(final)_2.pdf
MuhammadUmerIhtisham
 
A Brief History of Programming Languages.pdf
A Brief History of Programming Languages.pdfA Brief History of Programming Languages.pdf
A Brief History of Programming Languages.pdf
EdFeranil
 
CSE 1201: Structured Programming Language
CSE 1201: Structured Programming LanguageCSE 1201: Structured Programming Language
CSE 1201: Structured Programming Language
Zubayer Farazi
 
Programming for Problem Solving
Programming for Problem SolvingProgramming for Problem Solving
Programming for Problem Solving
Kathirvel Ayyaswamy
 
Session 1
Session 1Session 1
Session 1
pham vu
 
Session 1
Session 1Session 1
Session 1
pham vu
 
Paradigms
ParadigmsParadigms
Paradigms
Edward Blurock
 
Chapter 2.2 data structures
Chapter 2.2 data structuresChapter 2.2 data structures
Chapter 2.2 data structures
sshhzap
 
Algorithm and Data Structures - Basic of IT Problem Solving
Algorithm and Data Structures - Basic of IT Problem SolvingAlgorithm and Data Structures - Basic of IT Problem Solving
Algorithm and Data Structures - Basic of IT Problem Solving
coolpie
 
Data Structure.pptx
Data Structure.pptxData Structure.pptx
Data Structure.pptx
SajalFayyaz
 
Algorithms and Data Structures
Algorithms and Data StructuresAlgorithms and Data Structures
Algorithms and Data Structures
sonykhan3
 
lecture1-220221114413Algorithims and data structures.pptx
lecture1-220221114413Algorithims and data structures.pptxlecture1-220221114413Algorithims and data structures.pptx
lecture1-220221114413Algorithims and data structures.pptx
smartashammari
 
lecture1-2202211144eeeee24444444413.pptx
lecture1-2202211144eeeee24444444413.pptxlecture1-2202211144eeeee24444444413.pptx
lecture1-2202211144eeeee24444444413.pptx
smartashammari
 
Full Basic Programming in c material ppt
Full Basic Programming in c material pptFull Basic Programming in c material ppt
Full Basic Programming in c material ppt
Rajendra400540
 
Intro to DSAA.ppt
Intro to DSAA.pptIntro to DSAA.ppt
Intro to DSAA.ppt
jumar dimas
 
Data Structure and Algorithms –Introduction.pptx
Data Structure and Algorithms –Introduction.pptxData Structure and Algorithms –Introduction.pptx
Data Structure and Algorithms –Introduction.pptx
R S Anu Prabha
 
Introduction to Programming (well, kind of.)
Introduction to Programming (well, kind of.)Introduction to Programming (well, kind of.)
Introduction to Programming (well, kind of.)
Julie Meloni
 
A Brief History of Programming Languages.pdf
A Brief History of Programming Languages.pdfA Brief History of Programming Languages.pdf
A Brief History of Programming Languages.pdf
EdFeranil
 
CSE 1201: Structured Programming Language
CSE 1201: Structured Programming LanguageCSE 1201: Structured Programming Language
CSE 1201: Structured Programming Language
Zubayer Farazi
 
Session 1
Session 1Session 1
Session 1
pham vu
 
Session 1
Session 1Session 1
Session 1
pham vu
 
Chapter 2.2 data structures
Chapter 2.2 data structuresChapter 2.2 data structures
Chapter 2.2 data structures
sshhzap
 
Ad

More from Things Lab (14)

3D Printer Workshop - From your idea to a real object
3D Printer Workshop - From your idea to a real object3D Printer Workshop - From your idea to a real object
3D Printer Workshop - From your idea to a real object
Things Lab
 
Things lab - Intro fritzing
Things lab - Intro fritzingThings lab - Intro fritzing
Things lab - Intro fritzing
Things Lab
 
Real world Webapp
Real world WebappReal world Webapp
Real world Webapp
Things Lab
 
Rapid Prototyping
Rapid PrototypingRapid Prototyping
Rapid Prototyping
Things Lab
 
Website with HTML CSS
Website with HTML CSSWebsite with HTML CSS
Website with HTML CSS
Things Lab
 
(Not so) big data with Chart.js
(Not so) big data with Chart.js(Not so) big data with Chart.js
(Not so) big data with Chart.js
Things Lab
 
Arduino
ArduinoArduino
Arduino
Things Lab
 
Cryptanalysis - basic ciphers and a bit more
Cryptanalysis - basic ciphers and a bit moreCryptanalysis - basic ciphers and a bit more
Cryptanalysis - basic ciphers and a bit more
Things Lab
 
PHP and Databases
PHP and DatabasesPHP and Databases
PHP and Databases
Things Lab
 
PHP Programming: Intro
PHP Programming: IntroPHP Programming: Intro
PHP Programming: Intro
Things Lab
 
Source Code Management with Git
Source Code Management with GitSource Code Management with Git
Source Code Management with Git
Things Lab
 
Some hours of python
Some hours of pythonSome hours of python
Some hours of python
Things Lab
 
An Hour of Arduino and Ardublock
An Hour of Arduino and ArdublockAn Hour of Arduino and Ardublock
An Hour of Arduino and Ardublock
Things Lab
 
Databases and MySQL
Databases and MySQLDatabases and MySQL
Databases and MySQL
Things Lab
 
3D Printer Workshop - From your idea to a real object
3D Printer Workshop - From your idea to a real object3D Printer Workshop - From your idea to a real object
3D Printer Workshop - From your idea to a real object
Things Lab
 
Things lab - Intro fritzing
Things lab - Intro fritzingThings lab - Intro fritzing
Things lab - Intro fritzing
Things Lab
 
Real world Webapp
Real world WebappReal world Webapp
Real world Webapp
Things Lab
 
Rapid Prototyping
Rapid PrototypingRapid Prototyping
Rapid Prototyping
Things Lab
 
Website with HTML CSS
Website with HTML CSSWebsite with HTML CSS
Website with HTML CSS
Things Lab
 
(Not so) big data with Chart.js
(Not so) big data with Chart.js(Not so) big data with Chart.js
(Not so) big data with Chart.js
Things Lab
 
Cryptanalysis - basic ciphers and a bit more
Cryptanalysis - basic ciphers and a bit moreCryptanalysis - basic ciphers and a bit more
Cryptanalysis - basic ciphers and a bit more
Things Lab
 
PHP and Databases
PHP and DatabasesPHP and Databases
PHP and Databases
Things Lab
 
PHP Programming: Intro
PHP Programming: IntroPHP Programming: Intro
PHP Programming: Intro
Things Lab
 
Source Code Management with Git
Source Code Management with GitSource Code Management with Git
Source Code Management with Git
Things Lab
 
Some hours of python
Some hours of pythonSome hours of python
Some hours of python
Things Lab
 
An Hour of Arduino and Ardublock
An Hour of Arduino and ArdublockAn Hour of Arduino and Ardublock
An Hour of Arduino and Ardublock
Things Lab
 
Databases and MySQL
Databases and MySQLDatabases and MySQL
Databases and MySQL
Things Lab
 
Ad

Recently uploaded (20)

IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...
IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...
IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...
SweetytamannaMohapat
 
LDMMIA Bonus GUEST GRAD Student Check-in
LDMMIA Bonus GUEST GRAD Student Check-inLDMMIA Bonus GUEST GRAD Student Check-in
LDMMIA Bonus GUEST GRAD Student Check-in
LDM & Mia eStudios
 
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based EducatorDiana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda
 
Coleoptera: The Largest Insect Order.pptx
Coleoptera: The Largest Insect Order.pptxColeoptera: The Largest Insect Order.pptx
Coleoptera: The Largest Insect Order.pptx
Arshad Shaikh
 
WRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptx
WRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptxWRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptx
WRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptx
Sourav Kr Podder
 
EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025
EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025
EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025
Quiz Club of PSG College of Arts & Science
 
Cloud Computing ..PPT ( Faizan ALTAF )..
Cloud Computing ..PPT ( Faizan ALTAF )..Cloud Computing ..PPT ( Faizan ALTAF )..
Cloud Computing ..PPT ( Faizan ALTAF )..
faizanaltaf231
 
Pragya Champion's Chalice 2025 Set , General Quiz
Pragya Champion's Chalice 2025 Set , General QuizPragya Champion's Chalice 2025 Set , General Quiz
Pragya Champion's Chalice 2025 Set , General Quiz
Pragya - UEM Kolkata Quiz Club
 
প্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdf
প্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdfপ্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdf
প্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdf
Pragya - UEM Kolkata Quiz Club
 
Rai dyansty Chach or Brahamn dynasty, History of Dahir History of Sindh NEP.pptx
Rai dyansty Chach or Brahamn dynasty, History of Dahir History of Sindh NEP.pptxRai dyansty Chach or Brahamn dynasty, History of Dahir History of Sindh NEP.pptx
Rai dyansty Chach or Brahamn dynasty, History of Dahir History of Sindh NEP.pptx
Dr. Ravi Shankar Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...
AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...
AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...
Mani Sasidharan
 
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
GeorgeDiamandis11
 
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
EduSkills OECD
 
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGYHUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
DHARMENDRA SAHU
 
Hemiptera & Neuroptera: Insect Diversity.pptx
Hemiptera & Neuroptera: Insect Diversity.pptxHemiptera & Neuroptera: Insect Diversity.pptx
Hemiptera & Neuroptera: Insect Diversity.pptx
Arshad Shaikh
 
State institute of educational technology
State institute of educational technologyState institute of educational technology
State institute of educational technology
vp5806484
 
Semisolid_Dosage_Forms.pptx
Semisolid_Dosage_Forms.pptxSemisolid_Dosage_Forms.pptx
Semisolid_Dosage_Forms.pptx
Shantanu Ranjan
 
Stewart Butler - OECD - How to design and deliver higher technical education ...
Stewart Butler - OECD - How to design and deliver higher technical education ...Stewart Butler - OECD - How to design and deliver higher technical education ...
Stewart Butler - OECD - How to design and deliver higher technical education ...
EduSkills OECD
 
LDMMIA Reiki Yoga S8 Free Workshop Grad Level
LDMMIA Reiki Yoga S8 Free Workshop Grad LevelLDMMIA Reiki Yoga S8 Free Workshop Grad Level
LDMMIA Reiki Yoga S8 Free Workshop Grad Level
LDM & Mia eStudios
 
How to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 WebsiteHow to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 Website
Celine George
 
IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...
IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...
IDSP(INTEGRATED DISEASE SURVEILLANCE PROGRAMME...
SweetytamannaMohapat
 
LDMMIA Bonus GUEST GRAD Student Check-in
LDMMIA Bonus GUEST GRAD Student Check-inLDMMIA Bonus GUEST GRAD Student Check-in
LDMMIA Bonus GUEST GRAD Student Check-in
LDM & Mia eStudios
 
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based EducatorDiana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda - A Wauconda-Based Educator
Diana Enriquez Wauconda
 
Coleoptera: The Largest Insect Order.pptx
Coleoptera: The Largest Insect Order.pptxColeoptera: The Largest Insect Order.pptx
Coleoptera: The Largest Insect Order.pptx
Arshad Shaikh
 
WRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptx
WRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptxWRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptx
WRITTEN THEME ROUND- OPEN GENERAL QUIZ.pptx
Sourav Kr Podder
 
Cloud Computing ..PPT ( Faizan ALTAF )..
Cloud Computing ..PPT ( Faizan ALTAF )..Cloud Computing ..PPT ( Faizan ALTAF )..
Cloud Computing ..PPT ( Faizan ALTAF )..
faizanaltaf231
 
প্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdf
প্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdfপ্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdf
প্রত্যুৎপন্নমতিত্ব - Prottutponnomotittwa 2025.pdf
Pragya - UEM Kolkata Quiz Club
 
AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...
AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...
AR3201 WORLD ARCHITECTURE AND URBANISM EARLY CIVILISATIONS TO RENAISSANCE QUE...
Mani Sasidharan
 
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
GeorgeDiamandis11
 
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
EduSkills OECD
 
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGYHUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
HUMAN SKELETAL SYSTEM ANATAMY AND PHYSIOLOGY
DHARMENDRA SAHU
 
Hemiptera & Neuroptera: Insect Diversity.pptx
Hemiptera & Neuroptera: Insect Diversity.pptxHemiptera & Neuroptera: Insect Diversity.pptx
Hemiptera & Neuroptera: Insect Diversity.pptx
Arshad Shaikh
 
State institute of educational technology
State institute of educational technologyState institute of educational technology
State institute of educational technology
vp5806484
 
Semisolid_Dosage_Forms.pptx
Semisolid_Dosage_Forms.pptxSemisolid_Dosage_Forms.pptx
Semisolid_Dosage_Forms.pptx
Shantanu Ranjan
 
Stewart Butler - OECD - How to design and deliver higher technical education ...
Stewart Butler - OECD - How to design and deliver higher technical education ...Stewart Butler - OECD - How to design and deliver higher technical education ...
Stewart Butler - OECD - How to design and deliver higher technical education ...
EduSkills OECD
 
LDMMIA Reiki Yoga S8 Free Workshop Grad Level
LDMMIA Reiki Yoga S8 Free Workshop Grad LevelLDMMIA Reiki Yoga S8 Free Workshop Grad Level
LDMMIA Reiki Yoga S8 Free Workshop Grad Level
LDM & Mia eStudios
 
How to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 WebsiteHow to Configure Add to Cart in Odoo 18 Website
How to Configure Add to Cart in Odoo 18 Website
Celine George
 

Things lab - introduction to programming