You are on page 1of 1

VEL’S PUBLIC SCHOOL SET-B

SANKARANKOVIL
REVISION EXAMINATION - 5
Grade: XII 065 - INFORMATICS PRACTICES Max. Marks : 40
SECTION-A
1) (a)NSFNet (1)
2) (d)All of these (1)
3) (a) Absolute & Relative (1)
4) (b) Blind Carbon Copy (1)
5) (d) All of the above (1)
6) (c) Secure (1)
7) (d) no extra package required (1)
8) (d) sep (1)
9) (b) to_csv() (1)
10) (a) mysql.connector (1)
15) Web Server (1)
16) Website (1)
17) False (1)
18) True (1)
20) False (1)
SECTION - B
21) A server is a computer or system that provides resources, data, services or programs to other (2)
computers, known as clients over a network. A server may be designed to do a single task such as
mail server, which accepts and store email and then provides it to a requesting client.
22) 1. Webhosting – A space or computer provided by a service provider to store website data (2)
2. Address – A unique URL rendered by the browser when the request sent by the user
3. Homepage – The first page of a website when the website is launched
4. Design – The theme and interface design including the layout of the website
5. Content – The text, images, links, and other media files included in the web page
6. Navigation Structure – A structure that navigates from one page to another
23) www is world wide web and it is the protocol to define the website or web address.e.g. (2)
http://www.google.co.in. This address defines that the website is on the internet.
24) (i) WWW-World Wide Web (2)
(ii) URL - Uniform Resource Locator
(iii) HTML - HyperText Markup Language
(iv) POP - Post Office Protocol
25) IP address is a logical numerical address for a website. It is very difficult to remember numbers for (2)
users. Whereas domain names consist of letters and symbols which are easy to remember for users.
Every domain name can only be resolved to one IP address.
26) FTP or File Transfer Protocol is used to transfer files to the web server for creating web site (2)
27) Mampi will be using the World Wide Web. As she wants to make the details about her handicrafts (2)
available to people across the globe, she should be using www to make her web resource available to
all.
28) Website is a set of related web pages containing content such as text, images, videos, audios etc. A (2)
website is hosted on at least one web server, accessible via a network such as the internet or a private
local area network through an Internet address known as a Uniform Resource Locator. All publicly
accessible websites collectively constitute the world wide web.
29) Book.to_csv(“lib.csv”, columns = [‘bname’,’price’]) (2)
30) Product = pd.read_csv(“c:\inventory\stock.csv”, nrows = 5) (2)

You might also like