You are on page 1of 1

VEL’S PUBLIC SCHOOL SET-A

SANKARANKOVIL
REVISION EXAMINATION - 5
Grade: XII 065 - INFORMATICS PRACTICES Max. Marks : 40
SECTION-A
1) (c )ARPANET (1)
2) (a).edu (1)
3) (c)Web Hosting (1)
4) (a) Google Chrome (1)
5) (a) Internet Protocol (1)
6) (b) Text Chat (1)
7) (d) all of these (1)
8) (d) <DF> = pandas.read_csv(<files>) (1)
9) (b) Delimiter (1)
10) (b) index_col (1)
15) E-mail (1)
16) Webpage (1)
17) True (1)
18) True (1)
20) False (1)
SECTION - B
21) The software that are installed with the browser for better performance and utility are called the (2)
Plug-in or Add On
22) http: is the normal HyperText Transfer Protocol but https: is the Secure HyperText Transfer Protocol. (2)
23) Email has used id and the domain name in its complete address cbse@exam.gov.in where cbse is (2)
used id and exam.gov.in is domain name
24) (i) POP3: Post Office Protocol (2)
(ii) SMTP: Simple Mail Transfer Protocol
(iii) VoIP: Voice Over Internet Protocol
(iv) HTTP: HyperText Transfer Protocol
25) A cookie generally contains 2 bits of data: ID for every user, and a website name. (2)
Cookies alter websites to retrieve this information after you return them, in order that they’ll keep in
mind you and your preferences and tailor page content for you supported this information.
26) The most common services provided by the web portal are web hosting and business website (2)
developments
27) ● The Internet is a huge network of computers all connected together. (2)
● WWW or web is the actual content found in this huge network, which is stored in the form of
numerous interlinked web pages.
● The Internet existed much before www.
28) The URL Contains 4 parts as : (2)
The type of service that the resource is served by HTTP, FTP etc
(1) The domain name of the site
(2) The internal port number of the service
(3) The location of the resource in the directory structure of the server
(4) http://www.cbse.nic.in : 123/index
29) df.to_csv(“C:\temp.csv”, index = False) (2)
30) Std = pd.read_csv(“C:\student.csv”, sep = ‘;’, names = [‘rollno’,’name’,’percent’]) (2)

You might also like