SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Computer Programming &
Coding
A WebQuest
MS207
The Basic Building Blocks of the WWW
• JavaScript (JS)
• HyperText Markup
Language (HTML)
• Cascading Style Sheets
(CSS)
HTML
• You use HTML to create
the actual content of
the page, this means in
HTML you define the
basic structure and the
contents of a website.
CSS
• CSS is responsible for
the Design of the
Webpage, how every
thing looks, and where
it is on the page.
Javascript
• Javascript is responsible
for everything that has
to change or get
animated after the
website loaded, for
example, you can create
a button that makes
text disappear when
you click on it.
JavaScript
• Created by Brendan
Eich in 1995
• Worked for Mozilla
• Hired to create a new
language for the Mozilla
NetScape Browser
• ECMAScript 6 (released
in June 2015) is the
latest official version of
JavaScript
Fundamentals of Computer
Programming
• Loops
• Functions & Variables
• Conditional Statements (IF/ELSE)
How are algorithms used in coding?
• Algorithms are a list of steps that you can
follow to finish a task.
How do you create a program?
• Program – an algorithm that has been coded
into something that can be run by a machine.
What does binary mean?
• A way of representing
information using only
two options.
• 8 binary digits or bits = 1
byte
• In mathematics and
digital electronics, a
binary number is a
number expressed in the
binary numeral system or
base-2 numeral system
which represents numeric
values using two different
symbols: typically 0 (zero)
and 1 (one).
What is a Pixel?
• RGB values are between
0-255.
• Each color (Red, Green,
Blue) is represented by
binary digits.
• 8 bits = 1 byte
• The pixel (a word
invented from "picture
element") is the basic unit
of programmable color on
a computer display or in a
computer image.
Who invented Blockly?
• Neil Fraser started the
project with Quynh
Neutron, Ellen Spertus
and Mark Friedman as
contributors.
• The first public release
was at Maker Faire in May
2012.
• Blockly uses blocks that
link together to make
writing code easier, and
can generate JavaScript.
Why Paired Programming?
• One, the driver, writes code while the other,
the navigator, reviews each line of code as it
is typed in. The two programmers switch roles
frequently.
• “Two heads are better than one”.
• Pairs think of more design options than
programmers working alone.
• Pairs are more likely to catch errors earlier

Weitere ähnliche Inhalte

Was ist angesagt?

Implementing DDD Concepts in PHP
Implementing DDD Concepts in PHPImplementing DDD Concepts in PHP
Implementing DDD Concepts in PHPSteve Rhoades
 
Demo Neo4j - Big Data Paris
Demo Neo4j - Big Data ParisDemo Neo4j - Big Data Paris
Demo Neo4j - Big Data ParisNeo4j
 
Thing to love in Clojure
Thing to love in ClojureThing to love in Clojure
Thing to love in ClojureJiří Knesl
 
JSON as a SQL Datatype
JSON as a SQL DatatypeJSON as a SQL Datatype
JSON as a SQL DatatypeRobert Sell
 
JSON Part 2: Working with Ajax
JSON Part 2: Working with AjaxJSON Part 2: Working with Ajax
JSON Part 2: Working with AjaxJeff Fox
 
IWMW 2001: “XML and XSLT report
IWMW 2001: “XML and XSLT reportIWMW 2001: “XML and XSLT report
IWMW 2001: “XML and XSLT reportIWMW
 
The XML Forms Architecture
The XML Forms ArchitectureThe XML Forms Architecture
The XML Forms ArchitectureiText Group nv
 
CSS Frameworks for Rapid Site Designs
CSS Frameworks for Rapid Site DesignsCSS Frameworks for Rapid Site Designs
CSS Frameworks for Rapid Site DesignsBen MacNeill
 

Was ist angesagt? (8)

Implementing DDD Concepts in PHP
Implementing DDD Concepts in PHPImplementing DDD Concepts in PHP
Implementing DDD Concepts in PHP
 
Demo Neo4j - Big Data Paris
Demo Neo4j - Big Data ParisDemo Neo4j - Big Data Paris
Demo Neo4j - Big Data Paris
 
Thing to love in Clojure
Thing to love in ClojureThing to love in Clojure
Thing to love in Clojure
 
JSON as a SQL Datatype
JSON as a SQL DatatypeJSON as a SQL Datatype
JSON as a SQL Datatype
 
JSON Part 2: Working with Ajax
JSON Part 2: Working with AjaxJSON Part 2: Working with Ajax
JSON Part 2: Working with Ajax
 
IWMW 2001: “XML and XSLT report
IWMW 2001: “XML and XSLT reportIWMW 2001: “XML and XSLT report
IWMW 2001: “XML and XSLT report
 
The XML Forms Architecture
The XML Forms ArchitectureThe XML Forms Architecture
The XML Forms Architecture
 
CSS Frameworks for Rapid Site Designs
CSS Frameworks for Rapid Site DesignsCSS Frameworks for Rapid Site Designs
CSS Frameworks for Rapid Site Designs
 

Andere mochten auch (20)

Danielsondomain1
Danielsondomain1Danielsondomain1
Danielsondomain1
 
Curriculum mapping edpc605
Curriculum mapping edpc605Curriculum mapping edpc605
Curriculum mapping edpc605
 
Codesters
CodestersCodesters
Codesters
 
Digital literacy
Digital literacyDigital literacy
Digital literacy
 
Edpc605 11&12
Edpc605 11&12Edpc605 11&12
Edpc605 11&12
 
Supporting literacy
Supporting literacySupporting literacy
Supporting literacy
 
Star logonova webquest
Star logonova webquestStar logonova webquest
Star logonova webquest
 
Curriculum21 3&4
Curriculum21 3&4Curriculum21 3&4
Curriculum21 3&4
 
Wikispaces in education edla615
Wikispaces in education edla615Wikispaces in education edla615
Wikispaces in education edla615
 
Edpc605 9&10
Edpc605 9&10Edpc605 9&10
Edpc605 9&10
 
Blogs edla615
Blogs edla615Blogs edla615
Blogs edla615
 
Edpc605 chapter 3&4
Edpc605 chapter 3&4Edpc605 chapter 3&4
Edpc605 chapter 3&4
 
Python
PythonPython
Python
 
Edpc605 chapter 1 2
Edpc605 chapter 1 2Edpc605 chapter 1 2
Edpc605 chapter 1 2
 
Ub d chapter 13
Ub d chapter 13Ub d chapter 13
Ub d chapter 13
 
Problem solving
Problem solvingProblem solving
Problem solving
 
Final%20 trp what%20is%20design2012-2013
Final%20 trp what%20is%20design2012-2013Final%20 trp what%20is%20design2012-2013
Final%20 trp what%20is%20design2012-2013
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Podcasting
PodcastingPodcasting
Podcasting
 
EDPC605_7&8
EDPC605_7&8EDPC605_7&8
EDPC605_7&8
 

Ähnlich wie Programming&coding

Demystifying software development
Demystifying software developmentDemystifying software development
Demystifying software developmentDina Neishtadt
 
Entity Framework Core 1.0
Entity Framework Core 1.0Entity Framework Core 1.0
Entity Framework Core 1.0Senthil Kumar
 
Class[3][5th jun] [three js]
Class[3][5th jun] [three js]Class[3][5th jun] [three js]
Class[3][5th jun] [three js]Saajid Akram
 
Highlights from MS build\\2016 Conference
Highlights from MS build\\2016 ConferenceHighlights from MS build\\2016 Conference
Highlights from MS build\\2016 ConferenceEastBanc Tachnologies
 
.NET per la Data Science e oltre
.NET per la Data Science e oltre.NET per la Data Science e oltre
.NET per la Data Science e oltreMarco Parenzan
 
Citizen Developer Tools - session at SPS New England 10/20/2018
Citizen Developer Tools - session at SPS New England 10/20/2018Citizen Developer Tools - session at SPS New England 10/20/2018
Citizen Developer Tools - session at SPS New England 10/20/2018Antti Koskela
 
Gettings started with Web development
Gettings started with Web developmentGettings started with Web development
Gettings started with Web developmentUjjwal Ojha
 
Training presentation.pptx
Training presentation.pptxTraining presentation.pptx
Training presentation.pptxNishchaiyaBayla1
 
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxLearn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxGaytriMate
 
MWLUG 2015 - An Introduction to MVC
MWLUG 2015 - An Introduction to MVCMWLUG 2015 - An Introduction to MVC
MWLUG 2015 - An Introduction to MVCUlrich Krause
 
Electronic Design Automation
Electronic Design AutomationElectronic Design Automation
Electronic Design AutomationCADD Centre
 
Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Thinkful
 
Web browser architecture
Web browser architectureWeb browser architecture
Web browser architectureNguyen Quang
 
HTML5 Is the Future of Book Authorship
HTML5 Is the Future of Book AuthorshipHTML5 Is the Future of Book Authorship
HTML5 Is the Future of Book AuthorshipSanders Kleinfeld
 
An Introduction To Model  View  Controller In XPages
An Introduction To Model  View  Controller In XPagesAn Introduction To Model  View  Controller In XPages
An Introduction To Model  View  Controller In XPagesUlrich Krause
 
Citizen Developer Tools are not just for Citizen Developers (session at Share...
Citizen Developer Tools are not just for Citizen Developers (session at Share...Citizen Developer Tools are not just for Citizen Developers (session at Share...
Citizen Developer Tools are not just for Citizen Developers (session at Share...Antti Koskela
 

Ähnlich wie Programming&coding (20)

Demystifying software development
Demystifying software developmentDemystifying software development
Demystifying software development
 
Entity Framework Core 1.0
Entity Framework Core 1.0Entity Framework Core 1.0
Entity Framework Core 1.0
 
Class[3][5th jun] [three js]
Class[3][5th jun] [three js]Class[3][5th jun] [three js]
Class[3][5th jun] [three js]
 
Highlights from MS build\\2016 Conference
Highlights from MS build\\2016 ConferenceHighlights from MS build\\2016 Conference
Highlights from MS build\\2016 Conference
 
1_Intro_toHTML.ppt
1_Intro_toHTML.ppt1_Intro_toHTML.ppt
1_Intro_toHTML.ppt
 
.NET per la Data Science e oltre
.NET per la Data Science e oltre.NET per la Data Science e oltre
.NET per la Data Science e oltre
 
Citizen Developer Tools - session at SPS New England 10/20/2018
Citizen Developer Tools - session at SPS New England 10/20/2018Citizen Developer Tools - session at SPS New England 10/20/2018
Citizen Developer Tools - session at SPS New England 10/20/2018
 
Gettings started with Web development
Gettings started with Web developmentGettings started with Web development
Gettings started with Web development
 
Training presentation.pptx
Training presentation.pptxTraining presentation.pptx
Training presentation.pptx
 
David buksbaum a-briefintroductiontocsharp
David buksbaum a-briefintroductiontocsharpDavid buksbaum a-briefintroductiontocsharp
David buksbaum a-briefintroductiontocsharp
 
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxLearn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
 
Adv programming languages
Adv programming languagesAdv programming languages
Adv programming languages
 
MWLUG 2015 - An Introduction to MVC
MWLUG 2015 - An Introduction to MVCMWLUG 2015 - An Introduction to MVC
MWLUG 2015 - An Introduction to MVC
 
Electronic Design Automation
Electronic Design AutomationElectronic Design Automation
Electronic Design Automation
 
Build a game with javascript (april 2017)
Build a game with javascript (april 2017)Build a game with javascript (april 2017)
Build a game with javascript (april 2017)
 
untitled
untitleduntitled
untitled
 
Web browser architecture
Web browser architectureWeb browser architecture
Web browser architecture
 
HTML5 Is the Future of Book Authorship
HTML5 Is the Future of Book AuthorshipHTML5 Is the Future of Book Authorship
HTML5 Is the Future of Book Authorship
 
An Introduction To Model  View  Controller In XPages
An Introduction To Model  View  Controller In XPagesAn Introduction To Model  View  Controller In XPages
An Introduction To Model  View  Controller In XPages
 
Citizen Developer Tools are not just for Citizen Developers (session at Share...
Citizen Developer Tools are not just for Citizen Developers (session at Share...Citizen Developer Tools are not just for Citizen Developers (session at Share...
Citizen Developer Tools are not just for Citizen Developers (session at Share...
 

Mehr von Barbara M. King (20)

Dia de los muertos 2019
Dia de los muertos 2019Dia de los muertos 2019
Dia de los muertos 2019
 
Chavez web quest
Chavez web questChavez web quest
Chavez web quest
 
Pancho villa
Pancho villaPancho villa
Pancho villa
 
Spain's royal family
Spain's royal familySpain's royal family
Spain's royal family
 
Adverbios
AdverbiosAdverbios
Adverbios
 
Stem changing verbs final
Stem changing verbs finalStem changing verbs final
Stem changing verbs final
 
Everyday expressions
Everyday expressionsEveryday expressions
Everyday expressions
 
Me gusta task
Me gusta taskMe gusta task
Me gusta task
 
Codesters word wall
Codesters word wallCodesters word wall
Codesters word wall
 
Dia de los muertos
Dia de los muertosDia de los muertos
Dia de los muertos
 
Bullfighting
BullfightingBullfighting
Bullfighting
 
Robotics
RoboticsRobotics
Robotics
 
Scratch
ScratchScratch
Scratch
 
Scratch
ScratchScratch
Scratch
 
Do now
Do nowDo now
Do now
 
Social media
Social mediaSocial media
Social media
 
Diadelosmuertos 2016
Diadelosmuertos 2016Diadelosmuertos 2016
Diadelosmuertos 2016
 
Facebook & vr
Facebook & vrFacebook & vr
Facebook & vr
 
Primary vs secondary sources
Primary vs secondary sourcesPrimary vs secondary sources
Primary vs secondary sources
 
Primary source examples
Primary source examplesPrimary source examples
Primary source examples
 

Kürzlich hochgeladen

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 

Kürzlich hochgeladen (20)

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 

Programming&coding

  • 2. The Basic Building Blocks of the WWW • JavaScript (JS) • HyperText Markup Language (HTML) • Cascading Style Sheets (CSS)
  • 3. HTML • You use HTML to create the actual content of the page, this means in HTML you define the basic structure and the contents of a website.
  • 4. CSS • CSS is responsible for the Design of the Webpage, how every thing looks, and where it is on the page.
  • 5. Javascript • Javascript is responsible for everything that has to change or get animated after the website loaded, for example, you can create a button that makes text disappear when you click on it.
  • 6. JavaScript • Created by Brendan Eich in 1995 • Worked for Mozilla • Hired to create a new language for the Mozilla NetScape Browser • ECMAScript 6 (released in June 2015) is the latest official version of JavaScript
  • 7. Fundamentals of Computer Programming • Loops • Functions & Variables • Conditional Statements (IF/ELSE)
  • 8. How are algorithms used in coding? • Algorithms are a list of steps that you can follow to finish a task.
  • 9. How do you create a program? • Program – an algorithm that has been coded into something that can be run by a machine.
  • 10. What does binary mean? • A way of representing information using only two options. • 8 binary digits or bits = 1 byte • In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one).
  • 11. What is a Pixel? • RGB values are between 0-255. • Each color (Red, Green, Blue) is represented by binary digits. • 8 bits = 1 byte • The pixel (a word invented from "picture element") is the basic unit of programmable color on a computer display or in a computer image.
  • 12. Who invented Blockly? • Neil Fraser started the project with Quynh Neutron, Ellen Spertus and Mark Friedman as contributors. • The first public release was at Maker Faire in May 2012. • Blockly uses blocks that link together to make writing code easier, and can generate JavaScript.
  • 13. Why Paired Programming? • One, the driver, writes code while the other, the navigator, reviews each line of code as it is typed in. The two programmers switch roles frequently. • “Two heads are better than one”. • Pairs think of more design options than programmers working alone. • Pairs are more likely to catch errors earlier