INTERNET & WEB TECHNOLOGY
IWT MCQ MOST IMPORTANT
QUESTIONS
- Total Questions: 100
- Duration: 40 minutes
- Type: Objective-type multiple choice questions
(MCQs)
- For all type of competitive
examination
- Questions Level: Engineering/Diploma level in Computer Science
Topics Covered:
|
·
Internet ·
Protocols ·
www ·
applications ·
Links & Navigation ·
Images, Audio & Video ·
Tables ·
Forms ·
Frames ·
HTML ·
CSS ·
Javascript |
1.
Internet was started in India on:
a)
9th
August 1996
b)
12th
August 2002
c)
15th August 1995
d)
8th
August 2000
2.
What is the URL?
a)
A web browser
b)
Searching
engines
c)
Address of the
web page displayed on the internet
d)
A computer
software
3.
What is the full form of the internet?
a)
Interconnected
network
b)
Internal
network
c)
interconnected computer
d)
International
network
4.
What is the full form of icann?
a)
The Internet
corporation for Active Names and Numbers
b)
The nternet
corporation for Assigned Names and Numbers
c)
The Internet
corporation for archive names and numbers
d)
The Internet
corporation for advanced names and numbers
5.
What does the term HTTPS mean?
a)
Hyper text
transfer protocol secure
b)
Hyper text
translation protocol service
c)
Hyper text
translation protocol secure
d)
Hyper text
transfer protocol service
6.
Gmail is the example of ______?
a)
Email service
b)
Database
software
c)
Application
software
d)
Accounting
software
7.
Which of the following is not country code top-level domains
a)
.in
b)
.cn
c)
.de
d)
.cat
8.
A small text file created by a website that is stored in the user’s
computer temporarily
for that session is called___.
a) bug
a)
Cache
b)
Cookie
c)
Malware
9.
In a web browser, which of the following is used to secure the website?
a)
History
b)
Task manager
c)
Favorite
d)
Save as
10.
Storage area for e-mail messages is called
a)
Folder
b)
File
c)
Mail box
d)
Directory
11.
Internet uses:
a.
Packet
switching
b.
Circuit
switching
c.
Telephone
switching
d.
Telex switching
12.
Apple safari was released in ___ year
a)
2006
b)
2005
c)
2008
d)
2003
13.
In internet technology what does dns stand for?
a)
Domain name
system
b)
Divided name
system
c)
Distribute name
system
d)
Dynamic name
system
14.
A stored link to a web page, in order to have a quick and easy access to is
later is called
a)
W-P Link
b)
Bookmark
c)
Field
d)
Length
15.
Which of the following fodders is commonly used to store any deleted
emails?
a)
Junk
b)
Draft
c)
Sent
d)
Trash
16.
____allows users to send a file with email.
a)
Draft
b)
Inbox
c)
Spam
d)
Attachments
17.
In a web browser, which of the following is used t save frequently visited websites?
a)
History
b)
Task manager
c)
Favorites
d)
save as
18.
What is the transfer of files from the internet to your computer called?
a.
Downloading
b.
Uploading
c.
FTP
d.
JPEG
19.
The______ model defines how devices should transmit data between them and enables communication over networks
and large distances.
a)
TCP/IP
b)
HTTP/IP
c)
SMTP/IP
d)
UTP/IP
20.
A website is collection of
a)
graphics
b)
programs
c)
algorithms
d)
webpages
21.
Which of the following is the symbol that must be used in an email address?
a)
#
b)
@
c)
%
d)
$
22.
The introductory page f a website, typically serving as a table fo contents
for the site is
known as the __
a)
Tool page
b)
Home page
c)
Title page
d)
Desk page
23.
FTP can transfer files between any computers that have an internet
connection. Here, FTP
stands for
a)
file transfer
protocol
b)
fast text
processing
c)
file
transmission program
d)
fast
transmission processor
24.
What does the acronym ISP stand for.
a)
internal
service provider
b)
international
service provider
c)
internet
service provider
d)
internet
service providing
25.
Which of the following must be contained in a URL?
a)
A protocol
identifier
b)
The letters,
www
c)
The unique
registered domain name
d)
A protocol
identifier, www and the unique registered domain name
26.
A reference to data that reader can directly follow by selecting or
hovering is .
a)
Hypertext
b)
Hyperlink
c)
Hypermedia
d)
Hypermarkup
27. What is web technology?
a) A collection of tools and techniques used to create and deliver content on the World Wide Web
b) A type of software that enables users to access and interact with information on the internet
c) A network of interconnected computers that share information and services
d) A system for storing and retrieving information on the internet
28. Which HTML tag is used to create a hyperlink?
a) <link>
b) <href>
c) <a>
d) <hyperlink>
29. Attribute needed to link one web page to another webpage is______________
a) href
b) fref
c) icon
d) accept
30. Which attribute describes about the link the user would use?
a) href
b) async
c) title
d) autofocus
31. A folder on a website can be termed as ___________
a) domain
b) server
c) directory
d) database
32. How to link with images?
a) Including the name of the file
b) Including the name of the file following with correct suffix( jpg, gif)
c) Including the path name
d) Including the id of the image
33. What are tables in web programming?
a) Display information in rows and columns used to display all manner of data that fits in a grid
b) To only store data to be accessed later by the user
c) Containing more number of rows than columns
d) Display information which are already accessed by the user
34. Is a table similar to spreadsheet?
a) Yes, it is equivalent to the spreadsheet
b) Yes, they are similar to each other
c) No, they are made up of rows and columns
d) No, they are opposite to each other
35. What does <tr> stand for?
a) Table rearrangement
b) Table row
c) Table retrieve
d) Table root
36. What does <td> stand for?
a) Table directory
b) Table direct row
c) Table database
d) Table data
37. What are Forms in web programming?
a) They are used to create Table data and its information
b) They allow you to enter data which can be processed to servers
c) They are matrices on web page
d) They are the information filled by the server-side
38. How does a browser send data to the server regarding forms?
a) name/value pairs
b) key/id pairs
c) Just names as data
d) Values as data
39. Which of the following is not a control of Form on a webpage?
a) A text input
b) Submit buttons
c) Checkboxes
d) XML format
40. When do you use GET?
a) It is used to mention a specific method in which the form attributes must be included
b) It is the method which the user chooses when submitting a form
c) It is the default method while submitting a form
d) GET method is used to get the values from the Form
41. <input type=”radio”> statement is used to create?
a) A radio form
b) A radio button
c) It is the name of the form
d) Checkbox
42. What is the default width of text field?
a) 10 characters
b) 20 characters
c) 30 characters
d) 40 characters
43. A <form> element cannot contain which element?
a) Paragraph
b) Heading
c) Form
d) Body
44. A form element should contain how many attributes at least?
a) 0
b) 2
c) 4
d) 6
45. Which of the following is not a type of Form control?
a) Text input controls
b) Checkboxes and radio buttons
c) Circular buttons
d) Hidden controls
46. How many types of Text Inputs are possible?
a) Many
b) Only one
c) Two
d) Three
47. Which is not a possible value for wrap?
a) off
b) virtual
c) physical
d) on
48. The value which doesn’t belong to the Button is?
a) modify
b) submit
c) reset
d) button
49. What are Select Boxes?
a) Another name for Radio Buttons
b) Another name for Check Boxes
c) It is a drop down with select boxes present in it
d) Simple select boxes which are available in the form
50. What are Frames?
a) They divide the browser into two or more pieces or panes
b) They divide a webpage
c) They are the type of borders used for a webpage
d) They are the type of borders used by web browsers
51. The frameset element carries which attributes?
a) Height and Width
b) Rows and Cols
c) Key and Value pairs
d) Rows and Columns
52. What is the default value of rows attribute?
a) 0%
b) 100%
c) 50%
d) No default value exists
53. Which feature was already introduced before HTML5?
a) Canvas/SVG
b) Video
c) Geolocation
d) Frames
54. Which tag is used with JavaScript?
a) <canvas>
b) <table>
c) <article>
d) <footer>
55. What application can one create even before the introduction of HTML5?
a) Web applications
b) Mobile applications
c) Forms
d) Browser based games
56. What is the correct syntax of doctype in HTML5?
a) <!doctype html>
b) <doctype html!>
c) <doctype html>
d) </doctype html>
57. Which of the following is not semantic element for text in HTML5?
a) <mark>
b) <time>
c) <wbr>
d) <article>
58. Which tag supports Non-English language?
a) <input>
b) <audio>
c) <embed>
d) <bdo>
59. Which element was not removed by HTML5?
a) <strike>
b) <center>
c) <small>
d) <big>
60. CSS stands for __________
a) Color Style Sheets
b) Cascade Sheets Style
c) Cascade Style Sheet
d) Cascading Style Sheets
61. In CSS, h1 can be called as _______
a) Selector
b) Attribute
c) Value
d) Tag
62. In css, “color:red” can be called as _____________.
a) Selector
b) Rule
c) Declaration
d) Value
63. Which of the following attributes is used to specify elements to bind style rules to?
a) id
b) class
c) tag
d) all of the mentioned
64. Which selector is used to specify a rule to bind a particular unique element?
a) id
b) class
c) tag
d) both class and tag
65. In CSS, “font-size” can be called as ________.
a) Selector
b) Rule
c) Property
d) Property-Name
66. Which of the following tag is used to embed css in html page?
a) <script>
b) <style>
c) <css>
d) <!DOCTYPE html>
67. __________ has introduced text, list, box, margin, border, color, and background properties.
A) CSS
B) HTML
C) AJAX
D) PHP
68.
In which year world wide web invented?
a)
1889
b)
1987
c)
1986
d)
1888
69.
Many emails systems use____ protocol to
send messages from one server to another server
70.
SMTP
71.
ARP
72.
ICMP
73.
HTTP
70. The origin of the internet was developed
from the concept of
a)
Microsoft
b)
IBM
c)
Arpanet
d)
Oracle
71. Which of the following is not a browser?
a)
Netscape
b)
Mozilla
c)
Safari
d)
Outlook
72. Alta bista is the search engine of ____
a)
Yahoo
b)
Google
c)
Microsoft
d)
All of those
73.
Which of the following is the top level
domain?
a)
.edu
b)
.org
c)
.net
d)
All of the above
74.
____ is not a video conferencing app.
a)
Rediffmail
b)
Webex
c)
Zoom
d)
Gotomeeting
75.
What is the full form of VoIP?
a)
Voice of Internet Power
b)
Voice over internet protocol
c)
Voice on internet protocol
d)
Very optimized internet protocol
76.
A host on the internet finds another
host by its .
a)
Postal address
b)
Electronic address
c)
Ip address
d)
Name
77.
A cookie .
a)
Stores information about the user’s web
activity
b)
Stores software developed by the user
c)
Stores the password of the user
d)
Stores the commands used by the use
78.
Which among the following term means/refers
to web address of a page?
a)
SMTP
b)
IP
c)
HTTP
d)
URL
79.
Internet was developed in the___ .
a)
1950s
b)
1960s
c)
1970s
d)
1980s
80.
Who invented the world wide web(www).
a)
Robert E. con
b)
Linos torweld
c)
Tim burners lee
d)
Ted nelson
81.
In a web address the domain indicator (suffix)
‘.cn’ stands for .
a)
Canada
b)
Country
c)
China
d)
Chile
82.
_______is the process that encodes a
message or file so that it can only be read by certain people.
a)
Encryption
b)
Decryption
c)
Both
d)
None
83.
Facebook was started during which year?
a)
2002
b)
2004
c)
2008
d)
2009
84.
Which of the following is not a micro
blogging site?
a)
Pinterest
b)
Twitter
c)
Mouse
d)
Tumbir
85.
____is collection of web pages and
_____is the very first page that we seen on opening of
websites.
a)
Home page, web page
b)
Website, home page
c)
Web page, home page
d)
Web page, website
86.
The www is made up of the set of
interconnected _____ that are linked together over the internet.
a)
Electronic documents
b)
Web pages
c)
Files
d)
All of those
87.
Telnet is a _____ based computer
protocol.
a)
Sound
b)
Text
c)
Image
d)
Animation
88.
Which of the following website is not
related to Education?
a)
Learnineasyway.com
b)
Google.com
c)
Ncert.nic.com
d)
Khangs.com
89.
What is the full form of ARPANET?
a)
Advanced Research Projects Agency Network
b)
Accepted Research Projects Agency Network
c)
Archived Research Projects Agency Network
d)
Assigned Research Projects Agency Network
90.
____ chat is a text-based chat system
for instant messaging.
a)
Internet relay
b)
Network relay
c)
Device relay
d)
Data relay
91.
Ethernet card is a network adaptor used
to set up a wired network. It is also known as:
a)
Wi-fi card
b)
Fiber optics
c)
Bluetooth card
d)
Network interface card
92.
What does the term URL mean?
a)
Unique reference line
b)
Universal resource lie
c)
Unidentified resource location
d)
Uniform
resource locator
93.
The first part of the email address is
_____.
a)
Domain name
b)
System name
c)
Mail server
d)
User name
94.
Which of the following is required to
create an html document?
a)
Browser
b)
Internet
c)
Text editor
d)
Search engine
95.
Which of the following is not a webmail
provider?
a)
Outlook
b)
Gmail
c)
Yahoo
d)
Byjus
96.
Trojan horse is a form of:
a)
Virus attack
b)
Service attack
c)
Slammer worm
d)
Melissa worm
97.
Which protocol is used for communication
on the internet?
a)
DNS
b)
TCP/IP
c)
SNMP
d)
DMZ
98.
Which is the world’s oldest web browser?
a)
World wide web
b)
Mosaic
c)
Opera
d)
Netscape
99.
______ is a communication protocol.
a)
HTTP
b)
CP
c)
HTP
d)
TP
100. The
web server on the internet is also known as .
a)
switch
b)
host
c)
gateway
d)
repeater
101. What
is the full form of ‘cc’ with reference to composing an email?
a)
Carbon copy
b)
Carbon core
c)
Copy copy
d)
Core copy
THANK YOU FOR WATCHING THIS
VIDEO
WRITE DOWN NEXT TOPICS IN
COMMENT BOX
LIKE, SHARE AND SUBSCRIBE
TO US @LEARNINEASYWAY
SEE YOU IN NEXT VIDEO!
Comments
Post a Comment