Computer science basics for nonit students

Srikanth KS
Srikanth KSSystem Architect at Honeywell Bangalore en Honeywell Safety & Productivity Solutions
For Non IT Students
Srikanth KS
IT professional
Objective
 The Objective of this presentation is to explain the
fundamentals of computer science. The target
audience can be students from Non IT background or
professionals with limited working knowledge of
Programming.
 This presentation will introduce the terms that are
frequently used in IT industry and it will help
familiarise students with the concept of Programming.
 This presentation will not discuss any new topic it will
only reiterate the basic terms and definations
Stone age to IT age
Human Brain and a Computer
 What are the differences between a Human and a
computer?
What is a Computer
A computer is a general purpose device that can be programmed to carry
out a set of arithmetic or logical operations automatically
As it can be seen from the definition a computer will perform the set of tasks
that it has been asked to do. It simply follows the rule set given and does not
think more.
Further a program can only work on numbers even better binary number
system which has only 2 states TRUE (1) or FALSE (0) it does not understand
anything in between this
So in summary a program gives a set of instructions to the computer and tells
the order in which it should be executed.
Group Activity
 Let us play a game team size 2.
 Work with your partner to complete this exercise
 Create a set of instructions to eat an Orange.
 The set of instructions should be so detailed that a
person who has never seen an orange should be able to
eat an orange following your instructions
 Take 5 minutes to list down the instructions
Note to the presenter
Dear Presenter kindly pause
this video for 5 minutes
giving the students time to
write their ideas
How to eat an orange?
 Lucky we have seen an orange before and know how to eat
it. Let us see how many of you got it right
 Prerequisites: An orange is a fruit which is orange in colour.
It has a skin which cannot be eaten. The skin needs to be
removed to then expose the fruit. Seed should not be eaten.
 Step 0: Take an orange from the basket containing fruits
 Step 1: Wash the fruit with water for 10 seconds
 Step 2: With your finger nail pierce the orange skin by
2mm. Note to the students when we say pierce we as
human beings know when to stop a computer does not
know
How to eat an Orange ?
 Step 3: Tear the skin until it cuts no end of the skin is
touching the fruit.
 Step 4: Repeat Step 2 and 3 until there is no skin left
 Step 5: Select one peel of orange (see the red mark in)
 Step 6: Peel it out
 Step 7: Open the inner skin to expose the seed
 Step 8: Remove the seed
 Step 9: Repeat step 5 to 8 until no more peels are
available
 Step 10: Now you can enjoy the fruit……
Eating an orange to Computers
 Algorithm: An algorithm is an outline of how a program
should work.
 Procedure / Method / Function: Different languages use
different words but all mean the same…
A set of instructions for executing a specific task. In
our example peeling an orange skin is a method,
removing each peel is a method and removing the
seeds is a method.
 Event/Interrupt: Is an action or occurrence recognised
by software
 Handler: A routine that handles an event.
Few more terms
 Process: An instance of computer program being
executed.
 Thread: A smallest sequence of program that can be
managed independently by a scheduler
 Signal : A method of Inter process communication
 Memory: The computing resource could be volatile or
Non volatile.
 All this is embedded within an Operating System
What is an operating system?
 An operating system is a set of programs which interact
with the hardware and provide a set of common services for
the program
 Now let us understand what an OS is
 Assume you are moving to a new place what will you look
for?
 A house
 Water supply
 Electricity
 Safety etc…
This can be equated to a set of services provided by an
operating system
What are some common services?
 File system management
 Resource management (Can be memory or a resource
like printer)
 Scheduler
 Provide an interface to the user (Limited control)
What to How
 A program works on the target computer based on a
set of codes called Operational code (Opcode)
 In general there are 4 steps which can be written as
 Fetch
 Decode
 Execute
 Store
8085 architecture
Fetch Cycle
Opcode
Memory Read Cycle
Memory Write Cycle
Where does the Math happen?
 The arithmetic-logic unit is a fundamental part of any
computer, performing addition, subtraction, and logic
operations
ALU Deciphered [1]
Finally the different possible
options
Now lets move one step higher
 So far we learnt about operating system, its functions
and the internal architecture of the 8085
microprocessor.
 Lets quickly go a few steps above and learn about
programming languages, Frameworks, Utilities etc
High level language
 A programming language such as C, FORTRAN, or
Pascal that enables a programmer to write programs
that are more or less independent of a particular type
of computer. Such languages are considered high-
level because they are closer to human languages and
further from machine languages.[2]
Software Framework
 A framework is an infrastructure provided by a
programing language in order for the programmer to
implement his methods.
 In computer systems, a framework is often a layered
structure indicating what kind of programs can or
should be built and how they would interrelate. Some
computer system frameworks also include actual
programs, specify programming interfaces, or offer
programming tools for using the frameworks.[3]
 Example frameworks : .Net, AJAX, Cactus,
Utilities
 A set of methods bundled together
 Example Jquery, Methods that compute scientific
functions like ALGLIB, GNU Octave, Packages like
excel Labview and matlab
Algorithms
 An algorithm (pronounced AL-go-rith-um) is a
procedure or formula for solving a problem. The word
derives from the name of the mathematician,
Mohammed ibn-Musa al-Khwarizmi, who was part of
the royal court in Baghdad and who lived from about
780 to 850.
FLOW CHART SYMBOLS
TERMINAL – the beginning or ending of a
program
INPUT/OUTPUT – where the user of the program is
asked for information (INPUT) or where the program
displays a result (OUTPUT)
PROCESSING – shows any mathematical
operation
CALL – shows any other pieces of the
program that are called upon
DECISION – represents any action where the
computer is making a decision
Summary
 In this presentation we have learnt the different terms
used in computer science.
 We have learnt about an Algorithm what it is and how
we should go about it
 We have learnt about an operating system and its uses
 We have learnt the differences between a framework
and a utility
About the author
Srikanth KS completed his MS from BITS Pilani
specialized in software systems. He works in a multi
national company as a software engineer responsible for
design and development of embedded software.
He has been in this industry since 15 years.
He has been a part of the journey by working with 8051
microcontrollers and is currently working on 32 bit
processors.
He has a passion to teach engineering students and to
provide them the knowledge that they seldom get in their
colleges.
All his posts can be found at
http://www.slideshare.net/SrikanthKS2
Credits
 The Author would like to thank all authors who have
contributed directly or indirectly in the preparation of
this slide show.
 All information has been taken from the public
domain and the author thanks all of them for
providing the information.
References
 Microprocessors – Goankar
 Inside the ALU http://www.righto.com/2013/01/inside-alu-of-8085-
microprocessor.html
 Terms and Definitions
http://www.webopedia.com/TERM/H/high_level_language.html
 whatis.techtarget.com/definition/framework
1 de 31

Recomendados

003 ppt machine learning por
003 ppt machine learning003 ppt machine learning
003 ppt machine learninguniversity of Gujrat, pakistan
99 vistas17 diapositivas
Presentation artificial intelligence por
Presentation artificial intelligencePresentation artificial intelligence
Presentation artificial intelligencehira akram
172 vistas7 diapositivas
Course Contents Template file for Teachers por
Course Contents Template file for TeachersCourse Contents Template file for Teachers
Course Contents Template file for TeachersOsama Yousaf
25 vistas4 diapositivas
Determining The Barriers Faced By Novice Programmers por
Determining The Barriers Faced By Novice ProgrammersDetermining The Barriers Faced By Novice Programmers
Determining The Barriers Faced By Novice ProgrammersWaqas Tariq
234 vistas13 diapositivas
Study techniques of programming in C por
Study techniques of programming in CStudy techniques of programming in C
Study techniques of programming in CTushar B Kute
3.6K vistas14 diapositivas
Cs8383 oop lab manual-2019 por
Cs8383 oop lab manual-2019Cs8383 oop lab manual-2019
Cs8383 oop lab manual-2019Kayathri Devi D
192 vistas122 diapositivas

Más contenido relacionado

La actualidad más candente

Anujah Soundararajah por
Anujah SoundararajahAnujah Soundararajah
Anujah SoundararajahAnujah soundararajah
82 vistas2 diapositivas
Santosh Sahu_MTech_CSE por
Santosh Sahu_MTech_CSESantosh Sahu_MTech_CSE
Santosh Sahu_MTech_CSESantosh Sahu
188 vistas3 diapositivas
Parallel and distributed computing.zhang zhiguo.2009w 1 por
Parallel and distributed computing.zhang zhiguo.2009w 1Parallel and distributed computing.zhang zhiguo.2009w 1
Parallel and distributed computing.zhang zhiguo.2009w 1feliugarcia
760 vistas9 diapositivas
Bca por
BcaBca
BcaArulmurugan S
3.4K vistas38 diapositivas
Computer based online written test system "Tao Software" por
Computer based online written test system "Tao Software"Computer based online written test system "Tao Software"
Computer based online written test system "Tao Software"Awais Chaudhary
3.9K vistas22 diapositivas
K to 12_entrep-based_pc_hardware_servicing_learning_module por
K to 12_entrep-based_pc_hardware_servicing_learning_moduleK to 12_entrep-based_pc_hardware_servicing_learning_module
K to 12_entrep-based_pc_hardware_servicing_learning_moduleJohndion Ruloma
7.1K vistas75 diapositivas

La actualidad más candente(20)

Santosh Sahu_MTech_CSE por Santosh Sahu
Santosh Sahu_MTech_CSESantosh Sahu_MTech_CSE
Santosh Sahu_MTech_CSE
Santosh Sahu188 vistas
Parallel and distributed computing.zhang zhiguo.2009w 1 por feliugarcia
Parallel and distributed computing.zhang zhiguo.2009w 1Parallel and distributed computing.zhang zhiguo.2009w 1
Parallel and distributed computing.zhang zhiguo.2009w 1
feliugarcia760 vistas
Computer based online written test system "Tao Software" por Awais Chaudhary
Computer based online written test system "Tao Software"Computer based online written test system "Tao Software"
Computer based online written test system "Tao Software"
Awais Chaudhary 3.9K vistas
K to 12_entrep-based_pc_hardware_servicing_learning_module por Johndion Ruloma
K to 12_entrep-based_pc_hardware_servicing_learning_moduleK to 12_entrep-based_pc_hardware_servicing_learning_module
K to 12_entrep-based_pc_hardware_servicing_learning_module
Johndion Ruloma7.1K vistas
ITeC Training Introduction por iteclearners
ITeC Training IntroductionITeC Training Introduction
ITeC Training Introduction
iteclearners362 vistas
Emotion recognition from facial expression using fuzzy logic por Finalyear Projects
Emotion recognition from facial expression using fuzzy logicEmotion recognition from facial expression using fuzzy logic
Emotion recognition from facial expression using fuzzy logic
Finalyear Projects6.3K vistas
Software engg. pressman_ch-12 por Dhairya Joshi
Software engg. pressman_ch-12Software engg. pressman_ch-12
Software engg. pressman_ch-12
Dhairya Joshi297 vistas
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell... por IRJET Journal
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET Journal11 vistas
Ra Rymill Computer Archeology 101 por R Andrew Rymill
Ra Rymill Computer Archeology 101Ra Rymill Computer Archeology 101
Ra Rymill Computer Archeology 101
R Andrew Rymill283 vistas
Business Visit Report por tikakude
Business Visit ReportBusiness Visit Report
Business Visit Report
tikakude3.1K vistas
Build up and tune PC website(prototype) por Saurabh Sutone
Build up and tune PC website(prototype)Build up and tune PC website(prototype)
Build up and tune PC website(prototype)
Saurabh Sutone551 vistas
Shubham_Saxena_Aigarh_B.TECH_CSE_2015 por Shubham Saxena
Shubham_Saxena_Aigarh_B.TECH_CSE_2015Shubham_Saxena_Aigarh_B.TECH_CSE_2015
Shubham_Saxena_Aigarh_B.TECH_CSE_2015
Shubham Saxena336 vistas
Artificial Intelligence: Expert Systems Components por The Integral Worm
Artificial Intelligence: Expert Systems ComponentsArtificial Intelligence: Expert Systems Components
Artificial Intelligence: Expert Systems Components
The Integral Worm5.9K vistas

Similar a Computer science basics for nonit students

Introduction to Programming.docx por
Introduction to Programming.docxIntroduction to Programming.docx
Introduction to Programming.docxJohnBrianCatedrilla1
24 vistas4 diapositivas
lecture1422486950.pdf por
lecture1422486950.pdflecture1422486950.pdf
lecture1422486950.pdftomsmith160
5 vistas197 diapositivas
Programming & Data Structure Lecture Notes por
Programming & Data Structure Lecture NotesProgramming & Data Structure Lecture Notes
Programming & Data Structure Lecture NotesFellowBuddy.com
981 vistas197 diapositivas
Introduction.pptx por
Introduction.pptxIntroduction.pptx
Introduction.pptxssusera8c91a
8 vistas23 diapositivas
Python_Module_1.pdf por
Python_Module_1.pdfPython_Module_1.pdf
Python_Module_1.pdfR.K.College of engg & Tech
8 vistas34 diapositivas
Beekman5 std ppt_13 por
Beekman5 std ppt_13Beekman5 std ppt_13
Beekman5 std ppt_13Department of Education - Philippines
769 vistas41 diapositivas

Similar a Computer science basics for nonit students(20)

lecture1422486950.pdf por tomsmith160
lecture1422486950.pdflecture1422486950.pdf
lecture1422486950.pdf
tomsmith1605 vistas
Programming & Data Structure Lecture Notes por FellowBuddy.com
Programming & Data Structure Lecture NotesProgramming & Data Structure Lecture Notes
Programming & Data Structure Lecture Notes
FellowBuddy.com981 vistas
Computer and Programming por Mahsa Ch
Computer and Programming Computer and Programming
Computer and Programming
Mahsa Ch385 vistas
4818467 complete workbook_guide_for_laptop_maintenance_and_repair por JaicoDictaan1
4818467 complete workbook_guide_for_laptop_maintenance_and_repair4818467 complete workbook_guide_for_laptop_maintenance_and_repair
4818467 complete workbook_guide_for_laptop_maintenance_and_repair
JaicoDictaan1115 vistas
L1. Basic Programming Concepts.pdf por MMRF2
L1. Basic Programming Concepts.pdfL1. Basic Programming Concepts.pdf
L1. Basic Programming Concepts.pdf
MMRF29 vistas
Operating System Structure Of A Single Large Executable... por Jennifer Lopez
Operating System Structure Of A Single Large Executable...Operating System Structure Of A Single Large Executable...
Operating System Structure Of A Single Large Executable...
Jennifer Lopez3 vistas
Chapter 09 design and analysis of algorithms por praveenjigajinni
Chapter 09  design and analysis of algorithmsChapter 09  design and analysis of algorithms
Chapter 09 design and analysis of algorithms
praveenjigajinni8K vistas
Hrms industrial training report por Nitesh Dubey
Hrms industrial training reportHrms industrial training report
Hrms industrial training report
Nitesh Dubey336 vistas
Intro. to prog. c++ por KurdGul
Intro. to prog. c++Intro. to prog. c++
Intro. to prog. c++
KurdGul16.7K vistas
PDLC.pptx por marysj3
PDLC.pptxPDLC.pptx
PDLC.pptx
marysj33 vistas
In 2014 Almost Everyone Has Some Kind Of Computer, Whether... por Katie Parker
In 2014 Almost Everyone Has Some Kind Of Computer, Whether...In 2014 Almost Everyone Has Some Kind Of Computer, Whether...
In 2014 Almost Everyone Has Some Kind Of Computer, Whether...
Katie Parker2 vistas
Lesson 1 - Introduction to Computer Programming.pptx por Neil Mutia
Lesson 1 - Introduction to Computer Programming.pptxLesson 1 - Introduction to Computer Programming.pptx
Lesson 1 - Introduction to Computer Programming.pptx
Neil Mutia36 vistas

Más de Srikanth KS

Early childhoodintervension awareness por
Early childhoodintervension awarenessEarly childhoodintervension awareness
Early childhoodintervension awarenessSrikanth KS
163 vistas43 diapositivas
Anatomical positions and examples por
Anatomical positions and examplesAnatomical positions and examples
Anatomical positions and examplesSrikanth KS
380 vistas6 diapositivas
Blood supply brain por
Blood supply brainBlood supply brain
Blood supply brainSrikanth KS
371 vistas14 diapositivas
How to check if your multiplication is correct por
How to check if your multiplication is correctHow to check if your multiplication is correct
How to check if your multiplication is correctSrikanth KS
312 vistas3 diapositivas
IGNOU assignment generic template por
IGNOU assignment generic templateIGNOU assignment generic template
IGNOU assignment generic templateSrikanth KS
602 vistas2 diapositivas
Complete list of medical books por
Complete list of medical booksComplete list of medical books
Complete list of medical booksSrikanth KS
874 vistas2 diapositivas

Más de Srikanth KS(20)

Early childhoodintervension awareness por Srikanth KS
Early childhoodintervension awarenessEarly childhoodintervension awareness
Early childhoodintervension awareness
Srikanth KS163 vistas
Anatomical positions and examples por Srikanth KS
Anatomical positions and examplesAnatomical positions and examples
Anatomical positions and examples
Srikanth KS380 vistas
Blood supply brain por Srikanth KS
Blood supply brainBlood supply brain
Blood supply brain
Srikanth KS371 vistas
How to check if your multiplication is correct por Srikanth KS
How to check if your multiplication is correctHow to check if your multiplication is correct
How to check if your multiplication is correct
Srikanth KS312 vistas
IGNOU assignment generic template por Srikanth KS
IGNOU assignment generic templateIGNOU assignment generic template
IGNOU assignment generic template
Srikanth KS602 vistas
Complete list of medical books por Srikanth KS
Complete list of medical booksComplete list of medical books
Complete list of medical books
Srikanth KS874 vistas
PUC2017_BoardQuestion_paperscience por Srikanth KS
PUC2017_BoardQuestion_papersciencePUC2017_BoardQuestion_paperscience
PUC2017_BoardQuestion_paperscience
Srikanth KS2.2K vistas
Biology chapter wise important questions por Srikanth KS
Biology chapter wise important questionsBiology chapter wise important questions
Biology chapter wise important questions
Srikanth KS33.5K vistas
Maths chapter wise Important questions por Srikanth KS
Maths chapter wise Important questionsMaths chapter wise Important questions
Maths chapter wise Important questions
Srikanth KS18.1K vistas
Chemistry chapter wise important questions por Srikanth KS
Chemistry chapter wise important  questionsChemistry chapter wise important  questions
Chemistry chapter wise important questions
Srikanth KS14.4K vistas
Physics Chapter wise important questions II PUC por Srikanth KS
Physics Chapter wise important questions II PUCPhysics Chapter wise important questions II PUC
Physics Chapter wise important questions II PUC
Srikanth KS80.3K vistas
Chemistry equations for ICSE Class 10 por Srikanth KS
Chemistry equations for ICSE Class 10Chemistry equations for ICSE Class 10
Chemistry equations for ICSE Class 10
Srikanth KS35.3K vistas
Puc admission guidelines por Srikanth KS
Puc admission guidelinesPuc admission guidelines
Puc admission guidelines
Srikanth KS1.4K vistas
What is Blood pressure por Srikanth KS
What is Blood pressureWhat is Blood pressure
What is Blood pressure
Srikanth KS4.6K vistas
Karnataka PUC Question Papers por Srikanth KS
Karnataka PUC Question PapersKarnataka PUC Question Papers
Karnataka PUC Question Papers
Srikanth KS102.4K vistas
Pre university board First Year Karnataka Old papers por Srikanth KS
Pre university board First Year Karnataka Old papersPre university board First Year Karnataka Old papers
Pre university board First Year Karnataka Old papers
Srikanth KS14.5K vistas
Embedded systems The Past Present and the Future por Srikanth KS
Embedded systems The Past Present and the FutureEmbedded systems The Past Present and the Future
Embedded systems The Past Present and the Future
Srikanth KS4.8K vistas
NCERT solutions for class 11th chemistry por Srikanth KS
NCERT solutions for class 11th chemistryNCERT solutions for class 11th chemistry
NCERT solutions for class 11th chemistry
Srikanth KS6K vistas
Physics formula ICSE_Standard 10 por Srikanth KS
Physics formula ICSE_Standard 10Physics formula ICSE_Standard 10
Physics formula ICSE_Standard 10
Srikanth KS49.7K vistas
NCERT Class 12 Physics solution Manual por Srikanth KS
NCERT Class 12 Physics solution ManualNCERT Class 12 Physics solution Manual
NCERT Class 12 Physics solution Manual
Srikanth KS4.1K vistas

Último

JQUERY.pdf por
JQUERY.pdfJQUERY.pdf
JQUERY.pdfArthyR3
103 vistas22 diapositivas
Retail Store Scavenger Hunt.pptx por
Retail Store Scavenger Hunt.pptxRetail Store Scavenger Hunt.pptx
Retail Store Scavenger Hunt.pptxjmurphy154
52 vistas10 diapositivas
Narration lesson plan por
Narration lesson planNarration lesson plan
Narration lesson planTARIQ KHAN
69 vistas11 diapositivas
STRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdf por
STRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdfSTRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdf
STRATEGIC MANAGEMENT MODULE 1_UNIT1 _UNIT2.pdfDr Vijay Vishwakarma
90 vistas68 diapositivas
Gross Anatomy of the Liver por
Gross Anatomy of the LiverGross Anatomy of the Liver
Gross Anatomy of the Liverobaje godwin sunday
74 vistas12 diapositivas
Volf work.pdf por
Volf work.pdfVolf work.pdf
Volf work.pdfMariaKenney3
75 vistas43 diapositivas

Último(20)

JQUERY.pdf por ArthyR3
JQUERY.pdfJQUERY.pdf
JQUERY.pdf
ArthyR3103 vistas
Retail Store Scavenger Hunt.pptx por jmurphy154
Retail Store Scavenger Hunt.pptxRetail Store Scavenger Hunt.pptx
Retail Store Scavenger Hunt.pptx
jmurphy15452 vistas
Narration lesson plan por TARIQ KHAN
Narration lesson planNarration lesson plan
Narration lesson plan
TARIQ KHAN69 vistas
12.5.23 Poverty and Precarity.pptx por mary850239
12.5.23 Poverty and Precarity.pptx12.5.23 Poverty and Precarity.pptx
12.5.23 Poverty and Precarity.pptx
mary850239162 vistas
NodeJS and ExpressJS.pdf por ArthyR3
NodeJS and ExpressJS.pdfNodeJS and ExpressJS.pdf
NodeJS and ExpressJS.pdf
ArthyR347 vistas
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice por Taste
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a ChoiceCreative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice
Creative Restart 2023: Atila Martins - Craft: A Necessity, Not a Choice
Taste41 vistas
Class 9 lesson plans por TARIQ KHAN
Class 9 lesson plansClass 9 lesson plans
Class 9 lesson plans
TARIQ KHAN68 vistas
Monthly Information Session for MV Asterix (November) por Esquimalt MFRC
Monthly Information Session for MV Asterix (November)Monthly Information Session for MV Asterix (November)
Monthly Information Session for MV Asterix (November)
Esquimalt MFRC98 vistas
Six Sigma Concept by Sahil Srivastava.pptx por Sahil Srivastava
Six Sigma Concept by Sahil Srivastava.pptxSix Sigma Concept by Sahil Srivastava.pptx
Six Sigma Concept by Sahil Srivastava.pptx
Sahil Srivastava40 vistas
Create a Structure in VBNet.pptx por Breach_P
Create a Structure in VBNet.pptxCreate a Structure in VBNet.pptx
Create a Structure in VBNet.pptx
Breach_P82 vistas
ANGULARJS.pdf por ArthyR3
ANGULARJS.pdfANGULARJS.pdf
ANGULARJS.pdf
ArthyR349 vistas
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (FRIE... por Nguyen Thanh Tu Collection
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (FRIE...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (FRIE...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (FRIE...
11.28.23 Social Capital and Social Exclusion.pptx por mary850239
11.28.23 Social Capital and Social Exclusion.pptx11.28.23 Social Capital and Social Exclusion.pptx
11.28.23 Social Capital and Social Exclusion.pptx
mary850239409 vistas

Computer science basics for nonit students

  • 1. For Non IT Students Srikanth KS IT professional
  • 2. Objective  The Objective of this presentation is to explain the fundamentals of computer science. The target audience can be students from Non IT background or professionals with limited working knowledge of Programming.  This presentation will introduce the terms that are frequently used in IT industry and it will help familiarise students with the concept of Programming.  This presentation will not discuss any new topic it will only reiterate the basic terms and definations
  • 3. Stone age to IT age
  • 4. Human Brain and a Computer  What are the differences between a Human and a computer?
  • 5. What is a Computer A computer is a general purpose device that can be programmed to carry out a set of arithmetic or logical operations automatically As it can be seen from the definition a computer will perform the set of tasks that it has been asked to do. It simply follows the rule set given and does not think more. Further a program can only work on numbers even better binary number system which has only 2 states TRUE (1) or FALSE (0) it does not understand anything in between this So in summary a program gives a set of instructions to the computer and tells the order in which it should be executed.
  • 6. Group Activity  Let us play a game team size 2.  Work with your partner to complete this exercise  Create a set of instructions to eat an Orange.  The set of instructions should be so detailed that a person who has never seen an orange should be able to eat an orange following your instructions  Take 5 minutes to list down the instructions
  • 7. Note to the presenter Dear Presenter kindly pause this video for 5 minutes giving the students time to write their ideas
  • 8. How to eat an orange?  Lucky we have seen an orange before and know how to eat it. Let us see how many of you got it right  Prerequisites: An orange is a fruit which is orange in colour. It has a skin which cannot be eaten. The skin needs to be removed to then expose the fruit. Seed should not be eaten.  Step 0: Take an orange from the basket containing fruits  Step 1: Wash the fruit with water for 10 seconds  Step 2: With your finger nail pierce the orange skin by 2mm. Note to the students when we say pierce we as human beings know when to stop a computer does not know
  • 9. How to eat an Orange ?  Step 3: Tear the skin until it cuts no end of the skin is touching the fruit.  Step 4: Repeat Step 2 and 3 until there is no skin left  Step 5: Select one peel of orange (see the red mark in)  Step 6: Peel it out  Step 7: Open the inner skin to expose the seed  Step 8: Remove the seed  Step 9: Repeat step 5 to 8 until no more peels are available  Step 10: Now you can enjoy the fruit……
  • 10. Eating an orange to Computers  Algorithm: An algorithm is an outline of how a program should work.  Procedure / Method / Function: Different languages use different words but all mean the same… A set of instructions for executing a specific task. In our example peeling an orange skin is a method, removing each peel is a method and removing the seeds is a method.  Event/Interrupt: Is an action or occurrence recognised by software  Handler: A routine that handles an event.
  • 11. Few more terms  Process: An instance of computer program being executed.  Thread: A smallest sequence of program that can be managed independently by a scheduler  Signal : A method of Inter process communication  Memory: The computing resource could be volatile or Non volatile.  All this is embedded within an Operating System
  • 12. What is an operating system?  An operating system is a set of programs which interact with the hardware and provide a set of common services for the program  Now let us understand what an OS is  Assume you are moving to a new place what will you look for?  A house  Water supply  Electricity  Safety etc… This can be equated to a set of services provided by an operating system
  • 13. What are some common services?  File system management  Resource management (Can be memory or a resource like printer)  Scheduler  Provide an interface to the user (Limited control)
  • 14. What to How  A program works on the target computer based on a set of codes called Operational code (Opcode)  In general there are 4 steps which can be written as  Fetch  Decode  Execute  Store
  • 19. Where does the Math happen?  The arithmetic-logic unit is a fundamental part of any computer, performing addition, subtraction, and logic operations
  • 21. Finally the different possible options
  • 22. Now lets move one step higher  So far we learnt about operating system, its functions and the internal architecture of the 8085 microprocessor.  Lets quickly go a few steps above and learn about programming languages, Frameworks, Utilities etc
  • 23. High level language  A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high- level because they are closer to human languages and further from machine languages.[2]
  • 24. Software Framework  A framework is an infrastructure provided by a programing language in order for the programmer to implement his methods.  In computer systems, a framework is often a layered structure indicating what kind of programs can or should be built and how they would interrelate. Some computer system frameworks also include actual programs, specify programming interfaces, or offer programming tools for using the frameworks.[3]  Example frameworks : .Net, AJAX, Cactus,
  • 25. Utilities  A set of methods bundled together  Example Jquery, Methods that compute scientific functions like ALGLIB, GNU Octave, Packages like excel Labview and matlab
  • 26. Algorithms  An algorithm (pronounced AL-go-rith-um) is a procedure or formula for solving a problem. The word derives from the name of the mathematician, Mohammed ibn-Musa al-Khwarizmi, who was part of the royal court in Baghdad and who lived from about 780 to 850.
  • 27. FLOW CHART SYMBOLS TERMINAL – the beginning or ending of a program INPUT/OUTPUT – where the user of the program is asked for information (INPUT) or where the program displays a result (OUTPUT) PROCESSING – shows any mathematical operation CALL – shows any other pieces of the program that are called upon DECISION – represents any action where the computer is making a decision
  • 28. Summary  In this presentation we have learnt the different terms used in computer science.  We have learnt about an Algorithm what it is and how we should go about it  We have learnt about an operating system and its uses  We have learnt the differences between a framework and a utility
  • 29. About the author Srikanth KS completed his MS from BITS Pilani specialized in software systems. He works in a multi national company as a software engineer responsible for design and development of embedded software. He has been in this industry since 15 years. He has been a part of the journey by working with 8051 microcontrollers and is currently working on 32 bit processors. He has a passion to teach engineering students and to provide them the knowledge that they seldom get in their colleges. All his posts can be found at http://www.slideshare.net/SrikanthKS2
  • 30. Credits  The Author would like to thank all authors who have contributed directly or indirectly in the preparation of this slide show.  All information has been taken from the public domain and the author thanks all of them for providing the information.
  • 31. References  Microprocessors – Goankar  Inside the ALU http://www.righto.com/2013/01/inside-alu-of-8085- microprocessor.html  Terms and Definitions http://www.webopedia.com/TERM/H/high_level_language.html  whatis.techtarget.com/definition/framework