SlideShare a Scribd company logo
1 of 28
Introduction to Information System
COMPO2
Information System

 Is any combination of information
  Technology and people’s activities using that
  technology to support operations,
  management.
 In other words, IS is frequently used to refer
  to the interaction between people,
  algorithmic processes, data and technology
Components of IS

1. Management Information System
 It is a system that provides information
   needed to manage organizations efficiently
   and effectively.(resources such as technology,
   information and people)
2. Decision Support System
 Is a computer based information system that
   supports business or organizational
   decisional activities.
 DSS serves as the management, operations,
  and planning levels of an organization and
  help to make decisions which may be rapidly
  changing and not easily specified in advance.
 DSS includes knowledge based systems.
(ex. Inventories, Comparative sales, projected
  revenues)
3. Executive Information System
 Is a type of MIS intended to facilitate and
   support information and decision-making
   needs of senior executives.
 Considered as specialized form of DSS.
4. Transaction Processing System
 It collects, stores, modifies and retrieves
   transactions of an organization.
WEB or the WWW

 It is a system of interlinked hypertext
  documents accessed via the internet.
 With a web browser, one can view web pages
  that may contain text, images, videos and
  other multimedia and navigate between
  them via hyperlinks
**hypertext is a text displayed on a computer
  with references to other text that reader can
  immediately access usually by a mouse click
**hyperlink is a reference to a document that
  reader can directly follow or followed
  automatically. It points out the whole
  document or to specific element within a
  document.
(hypertext is a text with hyperlink)
Surfing the Web

 Surfing is the term used to denote the
  navigating around different websites.

1. In order to surf the Web, you need a web
   browser, a software application for retrieving,
   presenting and traversing information
   resources on the WWW.
Popular web Browser

 Internet explorer – 36.3%
 Firefox – 24.1%
 Chrome – 18.2%
 Safari – 10.7%
 Opera – 4.4%
 Android – 1.7%


As of aug. 2011
 Once you have a web browser, you must
  ensure that your internet connection are
  established well.
 Then, you may now launch your web browser
 Type the complete URL address of a site into
  the address bar of your web browser.
 Then navigate it through hyperlinks and
  address bar.
Client VS server

 Client is an application or system that
  accesses a service made available by the
  server whereas
 Server is a computer program running to
  serve request of other programs – the client
 They are connected via a network
 Together they called
Client-server architecture
Website

 A collection of interrelated web pages
  containing images, videos or other assets.
 It is hosted on at least one web server,
  accessible via network such as internet
  through URL.
Components of website

 HTML
- For the content
 CSS
- For the design
 Javascript
- For the interaction
 PHP
- For the dynamic web pages
Web page

 Is a document or information resource that is
  suitable for the WWW and can be accessed
  through a web browser.

 It is composed of an HTML tags
URL

 Uniform Resource Locator
 Universal Resource Locator
 It is a character string that specifies where a
  known resource is available on the internet
  and the mechanism for retrieving it.
Searching the web

 It means the user will try to access their
  needed information through web
 Web gives millions of results in just few
  seconds
 User use different search engines for web
  searching
Popular Search Engine

   Google          150 M
   Yahoo           137 M
   Bing             80 M
   ASK              60 M
   Teotama          9M
   Duck Duck Go     198K
   Entire Web       123K
   Blekko            120K
   Scrub the web      58K
   Gigablast           29K
Some ethical issues in web

 Protection of intellectual property
 Prevention of fraud
 Protection of freedom of expression versus
  problems of defamation
 Protection of privacy
 control of spamming
What is HTML?

 HTML stands for Hyper Text Markup
    Language
   It is a language for describing web pages
   It is not programming language, it is mark up
    language
   Mark up language is a set of mark up tags
   It uses mark up tags to describe web pages
   It is invented by Tim Berners- Lee in 1989
Application needed in
creating HTML
 Internet Browser
 HTML editor
 A graphic program
HTML tags

 These are the keywords surrounded by angle
  brackets like <html>
 Usually tags come in pair like <b> and </b>
 The first tag in a pair is the start tag, the
  second tag is the end
 Start and end tags are also called opening
  tags and closing tags
HTML example

<html>
<head>
<title> hello </title></head>
                                Hello
<body>

Hello

</body>
</html>
Parts of HTML tag

 <html> - tells the web browser on the type of
  the document
 <head> - technical information about the
  document is stated
 <title> - gives the document a name
 <body> - where the actual documents are
  places
Basic formatting tags

 <b> bold</b> - to make the text bold
 <strong> </strong> - also for bold
 <u> </u> - for underline
 <i> </i> - for italic
 <em> </em> - also for emphasis
 <strike> </strike> - for strike through
 <center> </center> - to align text in center
 <tt> </tt> - for teletype text
 <h1> </h1> to <h6> </h6>-
for heading
 <br>
for breaking lines
 <pre> </pre>
preformatted text
Preserves spacing
 <sub></sub>
 subscript

 <sup></sup>
superscript
HTML elements

 Html elements starts with a start tag /
  opening tag
 Html elements starts with a end tag and
  closing tag
 The element content is everything between
  the start and end tag
 Some html elements have empty content
HTML comments

 It makes html codes to make it more readable
  and understandable
 It is ignored by the browser and are not
  displayed
 <!---this is a comments ----->
Paragraph tags

 HTML documents are divided into
  paragraphs
 This is defined with <p> and </p>
 it has one attribute which is align


Example : <p align = “right/center/left”> sample
  paragraph</p>

More Related Content

What's hot

introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technologyvikram singh
 
Vskills angular js sample material
Vskills angular js sample materialVskills angular js sample material
Vskills angular js sample materialVskills
 
Introduction to Web Technology
Introduction to Web TechnologyIntroduction to Web Technology
Introduction to Web TechnologyRob Bertholf
 
Hour 01
Hour 01Hour 01
Hour 01dpd
 
Internet workshop
Internet workshopInternet workshop
Internet workshopmaria9102
 
Web Architecture - Mechanism and Threats
Web Architecture - Mechanism and ThreatsWeb Architecture - Mechanism and Threats
Web Architecture - Mechanism and ThreatsSumedt Jitpukdebodin
 
MINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERMINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERAsish Verma
 
Internet programming notes
Internet programming notesInternet programming notes
Internet programming notesDurgadevi palani
 
Ncp computer appls web tech asish
Ncp computer appls  web tech asishNcp computer appls  web tech asish
Ncp computer appls web tech asishNCP
 
Types of websites
Types of websitesTypes of websites
Types of websitesSidrah Noor
 
Semantic Web: Intro
Semantic Web: IntroSemantic Web: Intro
Semantic Web: IntroFariz Darari
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic WebHatem Mahmoud
 
Jarrar: The Next Generation of the Web 3.0: The Semantic Web
Jarrar: The Next Generation of the Web 3.0: The Semantic WebJarrar: The Next Generation of the Web 3.0: The Semantic Web
Jarrar: The Next Generation of the Web 3.0: The Semantic WebMustafa Jarrar
 
PHP Training In Ambala! BATRA COMPUTER CENTRE
PHP Training In Ambala! BATRA COMPUTER CENTREPHP Training In Ambala! BATRA COMPUTER CENTRE
PHP Training In Ambala! BATRA COMPUTER CENTREjatin batra
 
იოსებ ძმანაშვილი - The Web APIs
იოსებ ძმანაშვილი - The Web APIsიოსებ ძმანაშვილი - The Web APIs
იოსებ ძმანაშვილი - The Web APIsunihack
 
uniform resource locator
uniform resource locatoruniform resource locator
uniform resource locatorrajshreemuthiah
 

What's hot (20)

introduction to web technology
introduction to web technologyintroduction to web technology
introduction to web technology
 
Vskills angular js sample material
Vskills angular js sample materialVskills angular js sample material
Vskills angular js sample material
 
Introduction to Web Technology
Introduction to Web TechnologyIntroduction to Web Technology
Introduction to Web Technology
 
Hour 01
Hour 01Hour 01
Hour 01
 
Internet workshop
Internet workshopInternet workshop
Internet workshop
 
Web+html
Web+htmlWeb+html
Web+html
 
Web Architecture - Mechanism and Threats
Web Architecture - Mechanism and ThreatsWeb Architecture - Mechanism and Threats
Web Architecture - Mechanism and Threats
 
MINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVERMINOR PROZECT REPORT on WINDOWS SERVER
MINOR PROZECT REPORT on WINDOWS SERVER
 
Url
UrlUrl
Url
 
Internet programming notes
Internet programming notesInternet programming notes
Internet programming notes
 
Php
PhpPhp
Php
 
Ncp computer appls web tech asish
Ncp computer appls  web tech asishNcp computer appls  web tech asish
Ncp computer appls web tech asish
 
Types of websites
Types of websitesTypes of websites
Types of websites
 
L017447590
L017447590L017447590
L017447590
 
Semantic Web: Intro
Semantic Web: IntroSemantic Web: Intro
Semantic Web: Intro
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic Web
 
Jarrar: The Next Generation of the Web 3.0: The Semantic Web
Jarrar: The Next Generation of the Web 3.0: The Semantic WebJarrar: The Next Generation of the Web 3.0: The Semantic Web
Jarrar: The Next Generation of the Web 3.0: The Semantic Web
 
PHP Training In Ambala! BATRA COMPUTER CENTRE
PHP Training In Ambala! BATRA COMPUTER CENTREPHP Training In Ambala! BATRA COMPUTER CENTRE
PHP Training In Ambala! BATRA COMPUTER CENTRE
 
იოსებ ძმანაშვილი - The Web APIs
იოსებ ძმანაშვილი - The Web APIsიოსებ ძმანაშვილი - The Web APIs
იოსებ ძმანაშვილი - The Web APIs
 
uniform resource locator
uniform resource locatoruniform resource locator
uniform resource locator
 

Viewers also liked

Rtg Rica Fall Forum Richelle Elberg
Rtg Rica Fall Forum Richelle ElbergRtg Rica Fall Forum Richelle Elberg
Rtg Rica Fall Forum Richelle Elbergrelberg11
 
My funlife presentation_turkish
My funlife presentation_turkishMy funlife presentation_turkish
My funlife presentation_turkishavianton
 
Broadbandplan
BroadbandplanBroadbandplan
BroadbandplanUdit Bali
 
My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)avianton
 
My funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chineseMy funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chineseavianton
 
AdBOOST.sk Case Study Comic Con 2014
AdBOOST.sk Case Study Comic Con 2014AdBOOST.sk Case Study Comic Con 2014
AdBOOST.sk Case Study Comic Con 2014Vladimir Vanek
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odichecksekhar
 
My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)avianton
 
Cae practice tests oxford university press
Cae practice tests   oxford university pressCae practice tests   oxford university press
Cae practice tests oxford university pressPham Van van Dinh
 
Current Trends in Libraries
Current Trends in LibrariesCurrent Trends in Libraries
Current Trends in LibrariesVSNegi
 

Viewers also liked (19)

Rtg Rica Fall Forum Richelle Elberg
Rtg Rica Fall Forum Richelle ElbergRtg Rica Fall Forum Richelle Elberg
Rtg Rica Fall Forum Richelle Elberg
 
Cells
Cells Cells
Cells
 
My funlife presentation_turkish
My funlife presentation_turkishMy funlife presentation_turkish
My funlife presentation_turkish
 
Broadbandplan
BroadbandplanBroadbandplan
Broadbandplan
 
Diapositiva tic
Diapositiva ticDiapositiva tic
Diapositiva tic
 
My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)My funlife italia_presentazione_06202013 (1)
My funlife italia_presentazione_06202013 (1)
 
Cell structure
Cell structureCell structure
Cell structure
 
My funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chineseMy funlife power-point1-05112013_chinese
My funlife power-point1-05112013_chinese
 
Sel volta
Sel voltaSel volta
Sel volta
 
AdBOOST.sk Case Study Comic Con 2014
AdBOOST.sk Case Study Comic Con 2014AdBOOST.sk Case Study Comic Con 2014
AdBOOST.sk Case Study Comic Con 2014
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
 
Rút xô nhóm 5
Rút xô   nhóm 5Rút xô   nhóm 5
Rút xô nhóm 5
 
Tatabahasa
TatabahasaTatabahasa
Tatabahasa
 
My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)My funlife power-point1-hindi_click_thru (1)
My funlife power-point1-hindi_click_thru (1)
 
Chuong 8web
Chuong 8webChuong 8web
Chuong 8web
 
Cae practice tests oxford university press
Cae practice tests   oxford university pressCae practice tests   oxford university press
Cae practice tests oxford university press
 
Current Trends in Libraries
Current Trends in LibrariesCurrent Trends in Libraries
Current Trends in Libraries
 
Week 9 the complex sentence
Week 9   the complex sentenceWeek 9   the complex sentence
Week 9 the complex sentence
 
Week 1 morphemes and words
Week 1 morphemes and wordsWeek 1 morphemes and words
Week 1 morphemes and words
 

Similar to Compo2 prelim

Web programming by Najeeb ullahAzad(1)
Web programming by Najeeb ullahAzad(1)Web programming by Najeeb ullahAzad(1)
Web programming by Najeeb ullahAzad(1)azadmcs
 
web services8 (1).pdf for computer science
web services8 (1).pdf for computer scienceweb services8 (1).pdf for computer science
web services8 (1).pdf for computer scienceoptimusnotch44
 
introduction_to_web_technology.pdf
introduction_to_web_technology.pdfintroduction_to_web_technology.pdf
introduction_to_web_technology.pdfVishwanathBurkpalli
 
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptDavid319172
 
Ch2 presenting the internet.
Ch2 presenting the internet.Ch2 presenting the internet.
Ch2 presenting the internet.cs001
 
Hyper Text Markup Language, Cascading Style Sheet
Hyper Text Markup Language, Cascading Style SheetHyper Text Markup Language, Cascading Style Sheet
Hyper Text Markup Language, Cascading Style SheetNitinShelake4
 
The Factors For The Website
The Factors For The WebsiteThe Factors For The Website
The Factors For The WebsiteJulie May
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about InternetAadil Khan
 
9 Chap 1 Introduction to internet.pptx
9 Chap 1 Introduction  to internet.pptx9 Chap 1 Introduction  to internet.pptx
9 Chap 1 Introduction to internet.pptxAmirthaa736414
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhiCss Founder
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internetYusuf Brima
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report c-tac
 
Internet &amp; www
Internet &amp; wwwInternet &amp; www
Internet &amp; wwwMozaSaid
 

Similar to Compo2 prelim (20)

Web engineering
Web engineeringWeb engineering
Web engineering
 
Web programming by Najeeb ullahAzad(1)
Web programming by Najeeb ullahAzad(1)Web programming by Najeeb ullahAzad(1)
Web programming by Najeeb ullahAzad(1)
 
internet workshop
internet workshopinternet workshop
internet workshop
 
web services8 (1).pdf for computer science
web services8 (1).pdf for computer scienceweb services8 (1).pdf for computer science
web services8 (1).pdf for computer science
 
introduction_to_web_technology.pdf
introduction_to_web_technology.pdfintroduction_to_web_technology.pdf
introduction_to_web_technology.pdf
 
INTERNET
INTERNETINTERNET
INTERNET
 
Internet
InternetInternet
Internet
 
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.pptabdelwahab alsammak_Chapter 1-Internet concepts.ppt
abdelwahab alsammak_Chapter 1-Internet concepts.ppt
 
Ch2 presenting the internet.
Ch2 presenting the internet.Ch2 presenting the internet.
Ch2 presenting the internet.
 
World Wide Web
World Wide WebWorld Wide Web
World Wide Web
 
Hyper Text Markup Language, Cascading Style Sheet
Hyper Text Markup Language, Cascading Style SheetHyper Text Markup Language, Cascading Style Sheet
Hyper Text Markup Language, Cascading Style Sheet
 
The Factors For The Website
The Factors For The WebsiteThe Factors For The Website
The Factors For The Website
 
Introduction about Internet
Introduction about InternetIntroduction about Internet
Introduction about Internet
 
Internet
InternetInternet
Internet
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
9 Chap 1 Introduction to internet.pptx
9 Chap 1 Introduction  to internet.pptx9 Chap 1 Introduction  to internet.pptx
9 Chap 1 Introduction to internet.pptx
 
Internet website designing_company_in_delhi
Internet website designing_company_in_delhiInternet website designing_company_in_delhi
Internet website designing_company_in_delhi
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
 
Internet &amp; www
Internet &amp; wwwInternet &amp; www
Internet &amp; www
 

Recently uploaded

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Recently uploaded (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Compo2 prelim

  • 2. Information System  Is any combination of information Technology and people’s activities using that technology to support operations, management.  In other words, IS is frequently used to refer to the interaction between people, algorithmic processes, data and technology
  • 3. Components of IS 1. Management Information System  It is a system that provides information needed to manage organizations efficiently and effectively.(resources such as technology, information and people) 2. Decision Support System  Is a computer based information system that supports business or organizational decisional activities.
  • 4.  DSS serves as the management, operations, and planning levels of an organization and help to make decisions which may be rapidly changing and not easily specified in advance.  DSS includes knowledge based systems. (ex. Inventories, Comparative sales, projected revenues) 3. Executive Information System  Is a type of MIS intended to facilitate and support information and decision-making needs of senior executives.  Considered as specialized form of DSS.
  • 5. 4. Transaction Processing System  It collects, stores, modifies and retrieves transactions of an organization.
  • 6. WEB or the WWW  It is a system of interlinked hypertext documents accessed via the internet.  With a web browser, one can view web pages that may contain text, images, videos and other multimedia and navigate between them via hyperlinks **hypertext is a text displayed on a computer with references to other text that reader can immediately access usually by a mouse click
  • 7. **hyperlink is a reference to a document that reader can directly follow or followed automatically. It points out the whole document or to specific element within a document. (hypertext is a text with hyperlink)
  • 8. Surfing the Web  Surfing is the term used to denote the navigating around different websites. 1. In order to surf the Web, you need a web browser, a software application for retrieving, presenting and traversing information resources on the WWW.
  • 9. Popular web Browser  Internet explorer – 36.3%  Firefox – 24.1%  Chrome – 18.2%  Safari – 10.7%  Opera – 4.4%  Android – 1.7% As of aug. 2011
  • 10.  Once you have a web browser, you must ensure that your internet connection are established well.  Then, you may now launch your web browser  Type the complete URL address of a site into the address bar of your web browser.  Then navigate it through hyperlinks and address bar.
  • 11. Client VS server  Client is an application or system that accesses a service made available by the server whereas  Server is a computer program running to serve request of other programs – the client  They are connected via a network  Together they called Client-server architecture
  • 12. Website  A collection of interrelated web pages containing images, videos or other assets.  It is hosted on at least one web server, accessible via network such as internet through URL.
  • 13. Components of website  HTML - For the content  CSS - For the design  Javascript - For the interaction  PHP - For the dynamic web pages
  • 14. Web page  Is a document or information resource that is suitable for the WWW and can be accessed through a web browser.  It is composed of an HTML tags
  • 15. URL  Uniform Resource Locator  Universal Resource Locator  It is a character string that specifies where a known resource is available on the internet and the mechanism for retrieving it.
  • 16. Searching the web  It means the user will try to access their needed information through web  Web gives millions of results in just few seconds  User use different search engines for web searching
  • 17. Popular Search Engine  Google 150 M  Yahoo 137 M  Bing 80 M  ASK 60 M  Teotama 9M  Duck Duck Go 198K  Entire Web 123K  Blekko 120K  Scrub the web 58K  Gigablast 29K
  • 18. Some ethical issues in web  Protection of intellectual property  Prevention of fraud  Protection of freedom of expression versus problems of defamation  Protection of privacy  control of spamming
  • 19. What is HTML?  HTML stands for Hyper Text Markup Language  It is a language for describing web pages  It is not programming language, it is mark up language  Mark up language is a set of mark up tags  It uses mark up tags to describe web pages  It is invented by Tim Berners- Lee in 1989
  • 20. Application needed in creating HTML  Internet Browser  HTML editor  A graphic program
  • 21. HTML tags  These are the keywords surrounded by angle brackets like <html>  Usually tags come in pair like <b> and </b>  The first tag in a pair is the start tag, the second tag is the end  Start and end tags are also called opening tags and closing tags
  • 22. HTML example <html> <head> <title> hello </title></head> Hello <body> Hello </body> </html>
  • 23. Parts of HTML tag  <html> - tells the web browser on the type of the document  <head> - technical information about the document is stated  <title> - gives the document a name  <body> - where the actual documents are places
  • 24. Basic formatting tags  <b> bold</b> - to make the text bold  <strong> </strong> - also for bold  <u> </u> - for underline  <i> </i> - for italic  <em> </em> - also for emphasis  <strike> </strike> - for strike through  <center> </center> - to align text in center  <tt> </tt> - for teletype text
  • 25.  <h1> </h1> to <h6> </h6>- for heading  <br> for breaking lines  <pre> </pre> preformatted text Preserves spacing  <sub></sub>  subscript  <sup></sup> superscript
  • 26. HTML elements  Html elements starts with a start tag / opening tag  Html elements starts with a end tag and closing tag  The element content is everything between the start and end tag  Some html elements have empty content
  • 27. HTML comments  It makes html codes to make it more readable and understandable  It is ignored by the browser and are not displayed  <!---this is a comments ----->
  • 28. Paragraph tags  HTML documents are divided into paragraphs  This is defined with <p> and </p>  it has one attribute which is align Example : <p align = “right/center/left”> sample paragraph</p>