SlideShare una empresa de Scribd logo
1 de 185
History of Computing http://www.vigneras.name/pierre Dr. Pierre Vignéras  This work is licensed under a Creative Commons Attribution-Share Alike 2.0 France. See http://creativecommons.org/licenses/by-sa/2.0/fr/   for details
Text Books Books Reference Book: New Perspectives On Computer Concepts Parsons and Oja National Book Foundation The Web:  http://wikipedia.org C- How to program (Third Edition) Introduction C++ and Java Deitel & Deitel Prentice Hall
[object Object]
No exit before the end of the class
Unannounced Quiz ,[object Object]
Fixed timing (you may suffer if you arrive late)
Spread Out (do it quickly to save your time)
Papers that are not strictly  in front of you  will be considered as done
Cheaters will get '-1' mark
Your head should be in front of your paper! Class, Quiz & Exam Rules Rules
Grading Policy ,[object Object]
Mid: 30 %
Final: 50 %
A final average below 50/100 will be assigned a failed mark: F. Grading Policy
Outline (Important points) ,[object Object]
Bits & Bytes
computer components ,[object Object],[object Object]
Moore's Law
[object Object]
Turing Machine, Lambda Calculus & Boolean Algebra
Algorithms (pseudo-code, flowcharts)
Computability and Complexity Theory ,[object Object],[object Object]
Type System
Type checking (static vs dynamic, weak vs strong) Outline (Important points)
[object Object]
Eras (Unix, Apple, IBM PC, Mac, Windows)
Open Source (GNU, Linux) ,[object Object],[object Object]
Network Layers (OSI, TCP/IP)
Network Topology Outline (Important points)
Outline
Computer: definition (http://en.wikipedia.org/wiki/Computer) ,[object Object]
Personal Computers, Laptop
PDA, Cellular Phones, Smart cards I. Basics
Vocabulary (http://en.wikipedia.org/wiki/Digital http://en.wikipedia.org/wiki/Bit) ,[object Object]
Bit = 1 binary digit  ,[object Object]
Used to represent (almost) everything
Physical representation:  ,[object Object]
0 == no electricity  ,[object Object],[object Object],I. Basics
Numeral Bases I. Basics
Personal Computer Architecture ,[object Object]
Motherboard
Processor (CPU)
Memory (RAM)
Extension Cards
Power Supply
Optical disk drive (CD/DVD)
Hard Disk Drive (HDD)
Keyboard
Mouse I. Basics
Memory (http://en.wikipedia.org/wiki/Random_Access_Memory) ,[object Object]
A list of cells ,[object Object],[object Object],[object Object]
“0101” may means:  ,[object Object]
the character 'F',
the instruction: “increase the value of the next cell by one”
The first and third “property” are TRUE, others are FALSE,
Anything else... I. Basics
Central Processing Unit  (Processor) (http://en.wikipedia.org/wiki/CPU) ,[object Object]
comparisons, string manipulations, ... ,[object Object],[object Object]
Performance = Instructions Per Cycle * Frequency ,[object Object]
Intel PIV  ~ 2 IPC
At same clock speed, AMD Athlon performs better than Intel PIV ,[object Object],I. Basics
Input/Output Devices ,[object Object]
Contains a Graphic processor (GPU)
Needs its own memory I. Basics
The 2006 market ,[object Object]
AMD: Athlon 64, Opteron (~ 2 Ghz) ,[object Object]
Hard Drives: [60 – 800 ] GB
Network Cards:  ,[object Object]
Wireless (Wi-Fi): ~ 54 Mb/s ,[object Object]
Screens:  CRT 17' & 19'; TFT 15' & 17' (trend) I. Basics
Internet (http://en.wikipedia.org/wiki/Internet) ,[object Object]
World Wide Web (WWW): ,[object Object]
accessible via the Internet, as are many other services
www != Internet
You need a  client application  (called a web browser) ,[object Object],[object Object]
fish://192.168.1.1/documents (SSH) I. Basics
Searching on the web ,[object Object]
Yahoo:  http://www.yahoo.com ,[object Object],[object Object]
When you enter a keyword, the search engine look in its table for a matching [word, {URLs}]
It then present the set of {URLs} ,[object Object],[object Object],I. Basics
E-Mail ,[object Object]
You need a  client application  ,[object Object]
Can be a dedicated mail reader ,[object Object],[object Object]
See:   http://tools.ietf.org/html/rfc1855  - RFC1855 (standard)   http://www.penmachine.com/techie/emailtrouble_2003-07.html  (short)  I. Basics
Outline
Parallel Worlds ,[object Object]
Languages
Complexity
Computability
Cryptography ,[object Object],Edsger Dijkstra: " Computer science is no more about computers than astronomy is about telescopes.” Using a computer does not make one a computer scientist! II. History
http://www.eingang.org/Lecture/ II. History
Counting ,[object Object]
Religion & ceremonies according to time
etc. ,[object Object]
Some attempts to create counting machines  ,[object Object]
Abacus (China), Pascaline (Blaise Pascal, 1642), The Difference Engine (Charles Babbage, 1812) II. History/Hardware
Cards ,[object Object]
For U.S. Census Bureau
Used until the highly controversial United States presidential election of 2000
Tabulating Machine is a great success: creation of IBM by Herman Hollerith ,[object Object],II. History/Hardware
Cards (http://en.wikipedia.org/wiki/Punch_card) II. History/Hardware
Cards (http://en.wikipedia.org/wiki/Punch_card) II. History/Hardware
Binary Representation ,[object Object]
Uses binary system II. History/Hardware
Engineering Improvements ,[object Object]
Four operations on 23 decimals numbers
Subroutines (logarithm & trigonometric functions)
3 to 5 seconds per multiplication
In use at Harvard until 1959 ,[object Object],[object Object]
“Wire your own“ instruction technique II. History/Hardware
John Von Neumann (http://en.wikipedia.org/wiki/Von_Neumann_Architecture) ,[object Object]
Often used subroutines can be stored in memory
First machine appears in 1947 (EDVAC & UNIVAC) ,[object Object],II. History/Hardware
Von Neumann Architecture II. History/Hardware
Major engineering advances ,[object Object]
collection of tiny transistors which are connected together
only connections were needed to other electronic components ,[object Object],II. History/Hardware
Moore's Law (http://en.wikipedia.org/wiki/Moore's_law) ,[object Object]
Quoted as “[...] doubles every  18 months ”! ,[object Object],[object Object],[object Object],[object Object],II. History/Hardware
Moore's law II. History/Hardware
Moore's Law effect II. History/Hardware
Moore's Law limitation ,[object Object]
New type of technology will replace current integrated-circuit technology, and that Moore's Law will hold true long after 2020.  II. History/Hardware
General Moore's Law II. History/Hardware
2006 Trends (http://en.wikipedia.org/wiki/Multicore_CPU) ,[object Object]
Moore's law is not about doubling performance anyway! ,[object Object],[object Object],[object Object],[object Object]
No need for a new CPU design: less risk ,[object Object],[object Object]
II. History
The Godel Theorem (1931) (http://en.wikipedia.org/wiki/Gödel's_incompleteness_theorems) ,[object Object]
Some mathematical truth are impossible to prove (incompleteness) ,[object Object]
Sketch of the proof:  ,[object Object]
Proposition: “The program 'P' does not reply TRUE to this proposition”. ,[object Object]
And what about us? Is the proposition TRUE? Yes! II. History/Theory
Alan Turing Machine (1936) (http://en.wikipedia.org/wiki/Turing_machine) ,[object Object]
move the tape left and right one cell at a time. ,[object Object],[object Object]
how to move the head
what its new state will be ,[object Object],[object Object],II. History/Theory
Turing Machine  (Abbrev: TM) (http://en.wikipedia.org/wiki/Turing_machine) II. History/Theory
Alan Turing Machine (1936) (http://en.wikipedia.org/wiki/Turing_machine) ,[object Object]
The input form in which the parameters are presented on the tape
The output form in which answers will be represented on the tape when the Turing machine halts
The initial state of the Turing machine
The machine program II. History/Theory
Turing Machine (http://en.wikipedia.org/wiki/Turing_machine) ,[object Object]
Input: A number in base one enclosed by zero 0 10 :0...0 1 0...0  1 10 :0...0 1 10...0 4 10 :0...0 1 11110...0 10 10 :0...0 1 11111111110...0
Output: written in place of the input (same form) 1,>> 0,1 0,>> 1,<< Starting points Starting state II. History/Theory
Turing Machines ,[object Object]
Example: f(x)=x+2 II. History/Theory 1,>> 0,1 0,>> 1,<< 1,>> 0,1 0,>> 1,<<
Turing Machines ,[object Object]
Example: f(x)=x+2 II. History/Theory 1,>> 0,1 0,>> 1,<< 1,>> 0,1 0,>> 1,<< Only one  initial state! Only one  terminal state! Only one  initial state!
Turing Machines ,[object Object]
Example: f(x)=x+2 II. History/Theory 1,>> 0,1 0,>> 1,<< 1,>> 0,1 0,>> 1,<< Relabel states Make the new  link
Turing Machines and Algorithms ,[object Object]
Each step is  simple  and  well defined  so it can be followed by any human using a paper and a pencil ,[object Object],[object Object],[object Object]
Turing Machines are the actual formalisation of what is called  algorithms II. History/Theory
Algorithms (http://en.wikipedia.org/wiki/Algorithm) ,[object Object]
Instructions are usually listed explicitly starting 'from the top' and going 'down to the bottom': this is what is formally called the  flow of control . II. History/Theory
Algorithm Representations ,[object Object]
Other representations include: ,[object Object]
pseudo code (no standard) ,[object Object],[object Object],[object Object]
derived from Turing Machines representation ,[object Object],[object Object],[object Object],II. History/Theory
Algorithm Example: largest number Natural Language ,[object Object]
Output: the index (rank) of the largest number in the list ,[object Object]
Look at each of the remaining items in the list and if it is larger than the largest item so far, make a note of its rank.
The last noted rank is the one of the largest element in the list when the process is complete. ,[object Object],II. History/Theory
max  =  0 for  ( all  i  such that  0<i<|L|)  { if  ( L max < L i ) max  =  i } PRINT  L m ax   Loop Condition Assignment Output Algorithm Example: largest number Pseudo-code (http://en.wikipedia.org/wiki/Pseudo-code) II. History/Theory ,[object Object]
Four basic constructions:  ,[object Object]
conditions
Loops
input/output ,[object Object]
3 + 4 * 2 is an expression
PRINT “Hello” is not.
max  =  0 for  ( all  i  such that  0<i<|L|)  { if  ( L max < L i ) max  =  i } PRINT  L m ax   Loop Condition Assignment Output Algorithm Example: largest number Pseudo-code (http://en.wikipedia.org/wiki/Pseudo-code) II. History/Theory ,[object Object],[object Object],[object Object],[object Object]
Algorithm Example: largest number Pseudo-code (http://en.wikipedia.org/wiki/Pseudo-code) max  =  0 for  ( all  i  such that  0<i<|L|)  { if  ( L max < L i ) max  =  i } PRINT  L m ax   Loop Condition Assignment Output II. History/Theory Condition : two forms If   (boolean expression)   expression_if_true If  (boolean expression)  { expression_if_true }else{ expression_if_false }
Boolean Algebra (http://en.wikipedia.org/wiki/Boolean_algebra) ,[object Object]
Inventor of the Boolean Algebra ,[object Object],II. History/Theory a ∨ (b ∨ c) = (a ∨ b) ∨ c   associativity  a ∧ (b ∧ c)  = (a ∧ b) ∧ c a ∨ b    = b ∨ a   commutativity a ∧ b  = b ∧ a  a ∨ (a ∧ b) = a   absorption a ∧ (a ∨ b)  = a a ∨ (b ∧ c) = (a ∨ b) ∧ (a ∨ c)   distributivity a ∧ (b ∨ c)  = (a ∧ b) ∨ (a ∧ c) a ∨¬ a    = 1   complements a ∧¬ a    = 0
Boolean Algebra and Logic ,[object Object]
Interpretation: ,[object Object]
A statement 'a' and its contrary cannot both be true:  a ∧¬ a = 0 ,[object Object],[object Object],II. History/Theory
Boolean Expressions ,[object Object]
Java: TRUE= true , FALSE= false
LISP: FALSE= '(), TRUE= NOT FALSE, ... ,[object Object],II. History/Theory 3>5 2<3 1 ≤ 1 F T T 1 ≤ 1  AND 2<3 2<3 OR 3>5 NOT 1 ≤ 1 T T F “bye”  ==  “boa” “by” < “bye” NOT “by” F T ? Symbol for  comparison in C Symbol for  NOT in C
Boolean Operators Table II. History/Theory
Algorithm Example: largest number Pseudo-code (http://en.wikipedia.org/wiki/Pseudo-code) II. History/Theory PRINT “Hello” If (person has a PhD) PRINT “Dr.” PRINT name PRINT “Hello” If (person is a male) { PRINT “Mr.” }else{ PRINT “Mrs.” } PRINT name Execution for Dr.Pierre: “Hello Dr. Pierre” Execution for Mrs. Bhutto “Hello Mrs. Bhutto” Indentation and  brackets are  very   important!
Algorithm Example: largest number Pseudo-code (http://en.wikipedia.org/wiki/Pseudo-code) max  =  0 for  ( all  i  such that  0<i<|L|)  { if  ( L max < L i ) max  =  i } PRINT   m ax  Loop Condition Assignment Output II. History/Theory Loop : many forms For   (variable in “a  finite  set of values”)  expression While  (boolean expression) expression Do  {  expression  }  while  (boolean expression)  In all forms, you have a  stop condition

Más contenido relacionado

La actualidad más candente

ACM, Real world everyday applications of computer science. History of Comp...
ACM,    Real world everyday applications of computer science. History of Comp...ACM,    Real world everyday applications of computer science. History of Comp...
ACM, Real world everyday applications of computer science. History of Comp...Faizan Tanoli
 
Ch2 pc-components-features-and-system-design
Ch2 pc-components-features-and-system-designCh2 pc-components-features-and-system-design
Ch2 pc-components-features-and-system-designBoyapati Giri
 
Evidence Seizure Ctin Version Draft
Evidence Seizure Ctin Version DraftEvidence Seizure Ctin Version Draft
Evidence Seizure Ctin Version DraftCTIN
 
Lecture two_january_2012
Lecture  two_january_2012Lecture  two_january_2012
Lecture two_january_2012Kopapcalvince
 
Arduino - A simple Introduction
Arduino - A simple IntroductionArduino - A simple Introduction
Arduino - A simple Introductionannuai
 
Taking the hard out of hardware
Taking the hard out of hardwareTaking the hard out of hardware
Taking the hard out of hardwareRonald McCollam
 
Important keyword to remember
Important keyword to rememberImportant keyword to remember
Important keyword to rememberIszamli Jailani
 
Computing - Week 1 - Introduction
Computing - Week 1 - IntroductionComputing - Week 1 - Introduction
Computing - Week 1 - IntroductionJamie Hutt
 
Comp wk 1 - introduction
Comp   wk 1 - introductionComp   wk 1 - introduction
Comp wk 1 - introductionguest85dacdf
 
Chapter 6 effects of ict on society
Chapter 6   effects of ict on societyChapter 6   effects of ict on society
Chapter 6 effects of ict on societyPratik Gupta
 

La actualidad más candente (11)

ACM, Real world everyday applications of computer science. History of Comp...
ACM,    Real world everyday applications of computer science. History of Comp...ACM,    Real world everyday applications of computer science. History of Comp...
ACM, Real world everyday applications of computer science. History of Comp...
 
Ch2 pc-components-features-and-system-design
Ch2 pc-components-features-and-system-designCh2 pc-components-features-and-system-design
Ch2 pc-components-features-and-system-design
 
Evidence Seizure Ctin Version Draft
Evidence Seizure Ctin Version DraftEvidence Seizure Ctin Version Draft
Evidence Seizure Ctin Version Draft
 
Lecture two_january_2012
Lecture  two_january_2012Lecture  two_january_2012
Lecture two_january_2012
 
Arduino - A simple Introduction
Arduino - A simple IntroductionArduino - A simple Introduction
Arduino - A simple Introduction
 
Taking the hard out of hardware
Taking the hard out of hardwareTaking the hard out of hardware
Taking the hard out of hardware
 
Histrory
HistroryHistrory
Histrory
 
Important keyword to remember
Important keyword to rememberImportant keyword to remember
Important keyword to remember
 
Computing - Week 1 - Introduction
Computing - Week 1 - IntroductionComputing - Week 1 - Introduction
Computing - Week 1 - Introduction
 
Comp wk 1 - introduction
Comp   wk 1 - introductionComp   wk 1 - introduction
Comp wk 1 - introduction
 
Chapter 6 effects of ict on society
Chapter 6   effects of ict on societyChapter 6   effects of ict on society
Chapter 6 effects of ict on society
 

Similar a History of Computing

Ch 1 introduction and 2 computer software 1
Ch 1 introduction  and 2 computer software 1Ch 1 introduction  and 2 computer software 1
Ch 1 introduction and 2 computer software 1rjsuthar56
 
Computer summary
Computer summaryComputer summary
Computer summaryBarira Khan
 
Unit 1 one part introduction to computers
Unit 1 one part introduction to computersUnit 1 one part introduction to computers
Unit 1 one part introduction to computersNeha Kurale
 
Comparison between computers of past and present
Comparison between computers of past and presentComparison between computers of past and present
Comparison between computers of past and presentMuhammad Danish Badar
 
Unit I Foc
Unit I FocUnit I Foc
Unit I FocJAYA
 
Basic course
Basic courseBasic course
Basic courseSirajRock
 
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.ppt
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.pptINTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.ppt
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.pptMozammelHaque53
 
125252.ppt
125252.ppt125252.ppt
125252.pptdivlee1
 
Presentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdfPresentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdfnavikvel
 
Fundamentals of computer system and Programming EC-105
Fundamentals of computer system and Programming EC-105Fundamentals of computer system and Programming EC-105
Fundamentals of computer system and Programming EC-105NUST Stuff
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfMECHANICALENGINEERIN19
 
Overview of Computer Systems
Overview of Computer SystemsOverview of Computer Systems
Overview of Computer SystemsWathsala Godage
 
Computer Based Presentation.pptx
Computer Based Presentation.pptxComputer Based Presentation.pptx
Computer Based Presentation.pptxShivamYadav362790
 
Introduction to ICT - lecture 1
Introduction to ICT - lecture 1Introduction to ICT - lecture 1
Introduction to ICT - lecture 1Mohamed Thawuship
 

Similar a History of Computing (20)

PCT Slide1
PCT Slide1PCT Slide1
PCT Slide1
 
Ch 1 introduction and 2 computer software 1
Ch 1 introduction  and 2 computer software 1Ch 1 introduction  and 2 computer software 1
Ch 1 introduction and 2 computer software 1
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
copa-i.pptx
copa-i.pptxcopa-i.pptx
copa-i.pptx
 
Architecture presentation
Architecture presentationArchitecture presentation
Architecture presentation
 
Computer summary
Computer summaryComputer summary
Computer summary
 
Unit 1 one part introduction to computers
Unit 1 one part introduction to computersUnit 1 one part introduction to computers
Unit 1 one part introduction to computers
 
Comparison between computers of past and present
Comparison between computers of past and presentComparison between computers of past and present
Comparison between computers of past and present
 
Unit I Foc
Unit I FocUnit I Foc
Unit I Foc
 
Basic course
Basic courseBasic course
Basic course
 
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.ppt
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.pptINTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.ppt
INTRODUCTION TO COMPUTER SYSTEMS ARCHITECTURE1_17 December 2023.ppt
 
1 basic computer course
1 basic computer course1 basic computer course
1 basic computer course
 
125252.ppt
125252.ppt125252.ppt
125252.ppt
 
Presentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdfPresentation on Computer Basics and architecture.pdf
Presentation on Computer Basics and architecture.pdf
 
Fundamentals of computer system and Programming EC-105
Fundamentals of computer system and Programming EC-105Fundamentals of computer system and Programming EC-105
Fundamentals of computer system and Programming EC-105
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
 
Overview of Computer Systems
Overview of Computer SystemsOverview of Computer Systems
Overview of Computer Systems
 
Computer Based Presentation.pptx
Computer Based Presentation.pptxComputer Based Presentation.pptx
Computer Based Presentation.pptx
 
Introduction to ICT - lecture 1
Introduction to ICT - lecture 1Introduction to ICT - lecture 1
Introduction to ICT - lecture 1
 
Basic course
Basic courseBasic course
Basic course
 

Último

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
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
 
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
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
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
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
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
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
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
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
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
 

Último (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
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 ...
 
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
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
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
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
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
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
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
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
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
 

History of Computing

Notas del editor

  1. 0101: first bit: you like CS101 second bit: you know CS101 third bit: you want to know CS101 four bit: you will repeat CS101