Skip to main content

Posts

Showing posts from March, 2019

Class 10 - Foundation of Information Technology 2019 Question Paper

Foundation of Information Technology 2019 Question Paper

Foundation of Information Technology FIT- 165 CBSE Class 10

Important  Links   Last Years Question Paper Class 10 Foundation of Information Technology (165) Question Paper FIT- 165 2019 Important Notes Class 10 Foundation of Information Technology (165) Chapter - 1 (INTERNET BASICS ) Chapter - 2 (INTERNET SERVICES AND MOBILE TECHNOLOGIES) Chapter - 3 ( HTML- 1: BASIC HTML ELEMENTS ) Chapter - 4 ( IMAGES, LINKS AND TABLE ) Chapter - 5 (CASCADING STYLE SHEETS (CSS) Chapter - 6 ( CYBER ETHICS ) Chapter - 7 ( SCRATCH PROGRAMMING – II ) Chapter - 8 ( PYTHON REVISION )

CHAPTER-1 INTERNET BASICS (Question Answer)

CHAPTER-1 INTERNET BASICS Question  Answer WHAT IS INTERNET? Internet is a computer based worldwide communication network, which is composed of large number of smaller interconnected networks. WHAT IS WORLD WIDE WEB (WWW)? The World Wide Web is a set of programs, standards and protocols that allows the multimedia and hypertext files to be created, displayed and linked to the internet. WHAT IS WEB SERVER? A web server is a www server that stores web documents and responds to the request made by web browsers. WHAT ARE WEBSITES? A website or a site is a group of related web pages hosted on a web server and are linked together and share a common interface and design. DEFINE HYPERTEXT. Hypertext refers to the combination of text graphic, images, audio and video tracks and hyperlink. A hyperlink refers to a dynamic link upon clicking at which a new web page or programs opens. WHAT IS A WEB BROWSER? A web browser is a program that lets yo...

CHAPTER-2, INTERNET SERVICES AND MOBILE TECHNOLOGIES

CHAPTER - 2 INTERNET SERVICES AND MOBILE TECHNOLOGIES WEB SERVICES- Web services are the software based services that take place when two electronic devices connected via network, communicate over WWW’s HTTP. NET SURFING- Exploring the web is known as Net Surfing. DOWNLOADING- Making the copy of requested web page or file or document on your local computer is called DOWNLOADING. E-MAIL- Stands for Electronic Mail. It is the most widely used tool to send messages electronically ( i.e. through computers) on a network. ADVANTAGES OF EMAIL v Low Cost v Speed v Waste Reduction v Ease Of Use v Record Maintenance v Patience      LIMITATIONS OF EMAIL v Hardware Requirement v Impermanent v A Hasty Medium v Hard To Convey Emotion INBOX - Inbox is the name of folder that stores your received mail. SEARCH ENGINE - A Search Engine is a program that searches through a database of web pages for particular information. ...

CHAPTER – 3, HTML- 1: BASIC HTML ELEMENTS

CHAPTER – 3 HTML- 1: BASIC HTML ELEMENTS TAG & ATTRIBUTE- A Tag is a coded html command that indicates how part of web pages should be displayed. An Attribute is a special word used inside tag to specify additional information to tag such as color, alignment. CONTAINER ELEMENTS - HTML Container Elements require a starting as well as ending tag whereas Empty Element requires just a starting tag not an ending tag. VLINK REFERS TO VISITED LINK AND ALINK REFERS TO ACTIVE LINK. DIFFERENCE BETWEEN Base FONT AND FONT elements- v The <BASEFONT>tag takes the same attribute as <FONT> but affects all the text that follows it until a new tag affecting that is uncounted. Thus, it should be used default setting of the text. v <FONT> only affects text up to closing i.e. </FONT>. UNORDERED LIST - Unordered List (or Unnumbered) list intented list with a special bullet symbol in front of each item. ORDERED LIST- Ordered (or Numbered) list a...