SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

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
Boyapati Giri
 
Evidence Seizure Ctin Version Draft
Evidence Seizure Ctin Version DraftEvidence Seizure Ctin Version Draft
Evidence Seizure Ctin Version Draft
CTIN
 
Lecture two_january_2012
Lecture  two_january_2012Lecture  two_january_2012
Lecture two_january_2012
Kopapcalvince
 
Important keyword to remember
Important keyword to rememberImportant keyword to remember
Important keyword to remember
Iszamli Jailani
 
Computing - Week 1 - Introduction
Computing - Week 1 - IntroductionComputing - Week 1 - Introduction
Computing - Week 1 - Introduction
Jamie Hutt
 
Comp wk 1 - introduction
Comp   wk 1 - introductionComp   wk 1 - introduction
Comp wk 1 - introduction
guest85dacdf
 

What's hot (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 to 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 1
rjsuthar56
 

Similar to 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
 

Recently uploaded

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
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
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...
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
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...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
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
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
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
 
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
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
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
 

History of Computing

Editor's Notes

  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