Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 28

Web page editors works on a ____ principle.

(A) WWW

(B) HTML

(C) WYSIWYG

(D) WYGWYSI
View Answer

Question: 2

Which program is used by web clients to view the web


pages?
(A) Web browser

(B) Protocol

(C) Web server

(D) Search Engine


View Answer

Question: 3

What is the name of the location address of the hypertext


documents?
(A) Uniform Resource Locator

(B) Web server

(C) File

(D) Web address


View Answer
Question: 4

What are shared on the Internet and are called as Web


pages?
(A) Programs

(B) Cables

(C) Hypertext documents

(D) None
View Answer

Question: 5

How many colour names are used by the browsers?


(A) 8

(B) 10

(C) 12

(D) 16

Which tag is used to display text in title bar of a web document?


(A) Body tag

(B) Meta tag

(C) Title tag

(D) Comment tag


View Answer
Ans: C
Title tag

Question: 7

The ____ attribute is used to identify the values of variables.


(A) text

(B) http-equiv

(C) content

(D) name
View Answer

Question: 8

The language that instructs the browser on how to display the


hypertext, and adds pictures to the document is __
(A) C

(B) COBOL

(C) HTML

(D) BASIC
View Answer

Question: 9

Which tag is used to identify the keywords describing the site?


(A) Comment tag

(B) Title tag

(C) Meta tag

(D) Anchor tag


View Answer

Question: 10

Which are used with a tag to modify its function?


(A) Files

(B) Functions

(C) Attributes

(D) Documents
View Answer

Question 2 : To make your website mobile friendly, you can make your
website
a) Responsive

b) Reactive

c) Fast Loading

d) Light

Answer : a (Responsive)
Question 3 : What does CSS stand for
a) Current Style Sheets

b) Current Sheets Style

c) Cascading Style Sheets

d) Cascading Sheets Style

Answer : c (Cascading Style Sheets)


Question 4 : Which of the following statements is false
a) You can make a website without using HTML
b) You can make a website without using PHP

c) You can make a website without using CSS

d) You can make a website without using Javascript

Answer : a (You can make a website without using HTML)


Question 5 : What is WordPress
a) It is a software used to press text

b) It is a text formatting software

c) It is a CMS (Content Management System)

d) It is mail service

Answer : c (It is a CMS)


Question 6 : SQL stands for 
a) Structured Query Language

b) Statistical Query Language

c ) Superior Questions Lot

d ) Standard Query Lot

Answer : a (Structured Query Language)


Question 8 : Which of the following is true 
a) You need a server to host your website files

b) You don’t need a server to host your website files

c) You can create a website without using HTML

d) You can’t create a website without a CMS

Answer : a (You need a server to host your website files)


Question 9 : Which of the following softwares could be used to build a
website
a) Power Point
b) Excel

c) Dream Weaver

d) ERP

Question 13 : Which of the following statements is true


a) The web designer shouldn’t just be concerned about the looks but also about
user interface

b) Usability is very important in web design

c) a and b

d) None of the above

Answer : c ( a & b)

1) Interpret this statement: <strong>Michelle</strong>


a) It makes Michelle strong
b) It highlights Michelle as being strong
c) It will print out Michelle in bold font –
Ans: C

2) Tables can be nested (table inside another table).


a) True –
b) False
Ans: a

3) Which is correct?
a) <b>Click Here<b>
b) <strong>Click Here<strong>
c) <b>Click Here</b> –
d) </strong>Click Here</strong>
Ans: c
4) Which of the following is a two-sided tag?
a) DT
b) LI
c) DD
d) DL –
Ans: d

5) The Browser applies the feature of a tag until it encounters_____tag.


a) Quit
b) Closing –
c) Exit
d) Anti
e) Deactivate
Ans: b

6) _______are the HTML codes that control the appearance of the document
contents
a) Tags –
b) Codas
c) Slashes
d) Properties
e) Code
Ans: a

7) What is the general syntax for the inline image?


a) src=img
b) src=image
c) img=file
d) img src=file –
e) image src=file
Ans: d

8) An HTML_____takes text in one format and changes it to HTML code.


a) Browser
b) Editor
c) Converter –
d) Processor
e) Parser
Ans: c

9) To create a link to an anchor, you use the______property in A tag.


a) Name
b) Tag
c) Link
d) Href –
Ans: d

10) HTML Tags are case sensitive.


a) True
b) False –
Ans: b

11) Relative path make your hypertext links______.


a) Portable –
b) Discrete
c) Uniform
Ans: a

12) A_____structure starts with a general topic that includes the link to more
specific topics.
a) Hierarchical –
b) Linear
c) Mixed
Ans: a

13) Which of the following path is supported by HTML?


a) Relative
b) Defererenced
c) Absolute and Relative –
Ans: c

14) You cannot designate an inline image as a hypertext link.


a) True
b) False –
Ans: b

15) Because each computer differs in terms of what fonts it can display,
each individual browser determines how text is to be displayed.
a) True –
b) False
Ans: a

16) You do not have to connect to the internet to verify changes to a Web
page on your computer.
a) True –
b) False
Ans: a

17) You can combine structures e.g, linear and hierarchical.


a) True –
b) False
Ans: a

18) What is HTML stands for?


a) Hypertext Mailing List
b) Hypertext Mark Language
c) Hypertext Markup Language
Ans: c

19) What is the tag for an inline frame?


a) Iframe
b) Inframe
c) frame
d) inline frame
Ans: a

20) Within the MAP tag, you use the AREA tag to specify the areas of the
image that will act as a hotspot.
a) True
b) False
Ans: a

21) Can you create an e-mail form with autoresponder using form action
method=mailto:youdomainname.com?
a) Yes
b) No
Ans: b

22) What is the most widely used e-mail form script?


a) ASP
b) PHP
c) Perl CGI
d) JSP
Ans: c

23) There are_____color names recognized by all version of HTML.


a) 6
b) 8
c) 256
d) 16
Ans: d

24) Software programs, like your Web browser, use a mathematical


approach to define a color.
a) True
b) False
Ans: a

25) If you want to increase the font size by 2 relative to the surrounding
text, you enter +2 in the tag.
a) True
b) False
Ans: a

26) What operator makes converts 00110011 into 11001100?


a) ~
b)!
c) &
d) |
Ans: a

27) The default statement of a switch is always executed.


a) True
b) False
Ans: b

28) H1 is the smallest header tag.


a) True
b) False
Ans: b

29) The page title is inside the____tag.


a) Body
b) Head
c) Division
d) Table
Ans: b

30) _____refers to the way the GIF file is saved by the graphics software.
a) Dithering
b) Interlacing
c) Balancing
Ans: b

31. With regards to e-mail addresses:


A. they must always contain an @ symbol
B. they can never contain spaces
C. they are case-insensitive
D. all of the above
Ans: D

32. A homepage is __________


A. an index of encyclopedia articles
B. where all Internet data is stored
C. required for access to the Internet
D. the first page of a website
Ans: D

33. Which of the following is used to explore the Internet?


A. Browser
B. Spreadsheet
C. Clipboard
D. Draw
Ans: A

34. What is Internet Explorer?


A. An Icon
B. A File Manager
C. A Browser
D. The Internet
Ans: C

35. What do I need to get onto the Internet?


A. Computer
B. Modem
C. Browser
D. All of the above
Ans: D

36. What is an ISP?


A. Internet System Protocol
B. Internal System Program
C. Internet Service Provider
D. None of the above
Ans: C

37. Which of the following is valid IP address?


A. 984.12.787.76
B. 192.168.321.10
C. 1.888.234.3456
D. 192.168.56.115
Ans: D

38. Which is not a domain name extension


A. .mil
B. .org
C. .int
D. .com
Ans: C

39. What is a FTP program used for?


A. Transfer files to and from an Internet Server
B. Designing a website
C. Connecting to the internet
D. None of the above
Ans: A

40. Which of the following are commonly found on web pages?


A. internet
B. hyperlinks
C. intranet
D. all of the above
Ans: B

41. <TITLE> … </TITLE> tag must be within ________


A. Title
B. Form
C. Header
D. Body
Ans: C

42. Text within <EM> … </EM> tag is displayed as ________


A. bold
B. italic
C. list
D. indented
Ans: B
43. Text within <STRONG> … </STRONG> tag is displayed as ________
A. bold
B. italic
C. list
D. indented
Ans: A

44. <UL> … </UL> tag is used to ________


A. display the numbered list
B. underline the text
C. display the bulleted list
D. bold the text
Ans: C

45. Which tag is used to display the numbered list?


A. <OL></OL>
B. <DL></DL>
C. <UL></UL>
D. <LI></LI>
Ans: A

46. Which tag is used to display the large font size?


A. <LARGE></LARGE>
B. <BIG></BIG>
C. < SIZE ></SIZE>
D. <FONT></FONT>
Ans: B

47. <SCRIPT> … </SCRIPT> tag can be placed within ________


A. Header
B. Body
C. both A and B
D. none of the above
Ans: C

48. using <P> tag will


A. start a new paragraph
B. break the line
C. end the current paragraph
D. none of the above
Ans: A

49. <TD> … </TD> tag is used for ________


A. Table Heading
B. Table Records
C. Table row
D. none of the above
Ans: B

50. Which is true to change the text color to red?


A. <BODY BGCOLOR=RED>
B. <BODY TEXT=RED>
C. <BODY COLOR=RED>
D. none of the above
Ans: B

WEB DESIGNING Objective Questions Pdf Free


Download::
51. What is the full form of HTML?
A. Hypertext markup language
B. Hyphenation text markup language
C. hyphenation test marking language
D. hypertext marking language
Ans: A

52. What is the full form of HTTP?


A. Hypertext transfer protocol
B. Hypertext transfer package
C. Hyphenation text test program
D. none of the above
Ans: A
53. What is a search engine?
A. a program that searches engines
B. a web site that searches anything
C. a hardware component
D. a machinery engine that search data
Ans: B

54. What is the full form of TCP/IP?


A. transmission control protocol/internet protocol
B. telephone call protocol / international protocol
C. transport control protocol/internet protocol
D. none of the above
Ans: A

55. HTML document start and end with which tag pairs?
A. <HEAD<….</HEAD>
B. <BODY>…..</BODY>
C. <HTML>……</HTML>
D. <WEB>……</WEB>
Ans: C

56. Which tag is used to create body text in HTML?


A. <HEAD>
B. <TEXT>
C. <TITLE>
D. <BODY>
Ans: D

57. “Yahoo”, “Infoseek” and “Lycos” are _________?


A. Search Engines
B. Browsers
C. Newsgroups
D. None of the above
Ans: A

58. What does the .com domain represent?


A. Education domain
B. Commercial domain
C. Network
D. None of the above
Ans: B

59. In Satellite-based communication, VSAT stands for?


A. Very Small Aperture Terminal
B. Varying Size Aperture Terminal
C. Very Small Analog Terminal
D. None of the above
Ans: A

60. Outlook Express is a _________


A. E-Mail Client
B. Browser
C. Search Engine
D. None of the above
Ans: D

61. The spelling dialog box can be involved by choosing to spell from ________
menu.
A. Insert
B. File
C. Tools
D. View
Ans: C

62. Which key do you press to check to spell?


A. F3
B. F5
C. F7
D. F9
Ans: C

63. Which PowerPoint feature allows the user to create a simple presentation
without having to spend too much time on it?
A. AutoContent Wizard
B. Animation
C. Color Schemes
D. Chart Wizard
Ans: A

64. Which PowerPoint feature adds special effects to modify the appearance of
the slides and the timing between each slide?
A. Color Schemes
B. Animation
C. Transition Settings
D. Handouts
Ans: C

65. Slide sorter of PowerPoint is available on _____ menu.


A. Insert
B. File
C. View
D. Edit
Ans: C

66. To print the PowerPoint presentation, press


A. Ctrl + T
B. Ctrl + E
C. Ctrl + S
D. Ctrl + P
Ans: D

67. What is a slide transition?


A. Overheads
B. Letters
C. A special effect used to introduce a slide in a slide show
D. The way one slide looks
Ans: C

68. What does “apply design template” do?


A. Changes the content of the slide
B. Adds functionality to the slide
C. Changes the look of the slide without changing the content
D. None of the above
Ans: C

69. How can you stop a slide show?


A. Press the right arrow
B. Press Escape
C. Press the left arrow
D. Press the down arrow
Ans: B

70. What do you do to start the slide show?


A. Click on Go
B. Turn on transition
C. Click on the Slide Show icon
D. All of the above
Ans: C

71. Which object is used to create a form?


A. Tables and Queries
B. Tables only
C. Tables and reports
D. Queries and reports
Ans: B

72. What determines a table’s sort of order?


A. AutoNumber field
B. Index field
C. Field order
D. Primary key
Ans: A

73. What is the intersection of a row and a column?


A. Form
B. Cursor
C. Cell
D. Record
Ans: C

74. Which tool do you use to create a query object?


A. Database wizard
B. Simple filter wizard
C. Simple query wizard
D. Table query wizard
Ans: C

75. Which of the following is not a view for interacting with a form object?
A. Datasheet view
B. Design view
C. Form view
D. Layout view
Ans: D

76. What is the purpose of indexing?


A. To reduce table size
B. To speed up data search
C. both A and B
D. none of the above
Ans: B

77. Which is the valid data type in Access?


A. Number
B. Text
C. Currency
D. All of the above
Ans: D

78. How many relations may exist between two tables in databases?
A. 4
B. 3
C. 2
D. 1
Ans: B
79. What is the full form of SQL?
A. Sophisticated Question List
B. Structured Question List
C. Structured Query Language
D. Small Query Length
Ans: C

80. Which data type is better to use for storing phone number in the following
format “977-1-1234567”?
A. Text
B. AutoNumber
C. Number
D. Currency
Ans: A

81. Which is not a view for displaying a report object?


A. Datasheet view
B. Design view
C. Print preview
D. Layout preview
Ans: A

82. The report footer section is most useful for displaying:


A. grand totals
B. Column Headings
C. subtotals
D. page numbers
Ans: A

83. Which function cannot be used for calculated controls in a report?


A. SUM
B. AVG
C. MPT
D. COUNT
Ans: C
84. Which setting you must modify to print a report using letterhead?
A. Group
B. Margin
C. Section
D. Orientation
Ans: B

85. In the datasheet formatting dialogue box, which is not an option in the
border and line styles dropdown list box?
A. datasheet border
B. datasheet underline
C. Column Header underline
D. vertical gridline
Ans: C

86. Which is not an option for customizing a datasheet window?


A. change one row’s height
B. hide one column
C. change one column’s width
D. freeze one column
Ans: A

87. Which is not a command that is selectable from right-click menu of a field
column?
A. Hide columns
B. Unhide columns
C. freeze columns
D. sort descending
Ans: B

88. What do you call the process of restricting the display of records in a table to
those matching a particular criterion?
A. filtering
B. restricting
C. sorting
D. sifting
Ans: A
89. In the relationships window, what does the appearance of symbols, such as 1
and the infinity symbol, at the endpoints of a relationship line mean?
A. Referential integrity is enforced
B. Referential integrity isn’t enforced
C. An inner join is set
D. An outer join is set
Ans: A

90. Which of the following is not an action query?


A. add
B. delete
C. make-table
D. update
Ans: A

HTML is what type of language ?

A.Scripting LanguageB.Markup Language

C.Programming LanguageD.Network Protocol

Answer : Markup Language [Option : B]

Show Answer

Q.

HTML uses

A.User defined tagsB.Pre-specified tags

C.Fixed tags defined by the languageD.Tags only for linking


Answer : Fixed tags defined by the language [Option : C]

Show Answer

Q.

The year in which HTML was first proposed _______.

A.1990B.1980

C.2000D.1995

Answer : 1990 [Option : A]

Show Answer

Q.

Fundamental HTML Block is known as ___________.

A.HTML BodyB.HTML Tag

C.HTML AttributeD.HTML Element

Answer : HTML Tag [Option : B]

Show Answer

Q.

Apart from <b> tag, what other tag makes text bold ?

A.<fat>B.<strong>

C.<black>D.<emp>

Answer : <strong> [Option : B]

Show Answer
What is the full form of HTML?

A.HyperText Markup LanguageB.Hyper Teach Markup Language

C.Hyper Tech Markup LanguageD.None of these

Answer : HyperText Markup Language [Option : A]

Show Answer

Q.

Who is Known as the father of World Wide Web (WWW)?

A.Robert CailliauB.Tim Thompson

C.Charles DarwinD.Tim Berners-Lee

Answer : Tim Berners-Lee [Option : D]

Show Answer

Q.

What should be the first tag in any HTML document?

A.<head>B.<title>

C.<html>D.<document>

Answer : <html> [Option : C]

Show Answer

Q.

How can you make a bulleted list with numbers?

A.<dl>B.<ol>

C.<list>D.<ul>

Answer : <ol> [Option : B]


Show Answer

Q.

What tag is used to display a picture in a HTML page?

A.pictureB.image

C.imgD.src

Answer : img [Option : C]

HTML web pages can be read and rendered by _________.

A.CompilerB.Server

C.Web BrowserD.Interpreter

Answer : Web Browser [Option : C]

Show Answer

Q.

Which of the following is not a browser ?

A.Microsofts BingB.Netscape Navigator

C.Mozilla FirefoxD.Opera

Answer : Microsofts Bing [Option : A]

Show Answer

Q.

Which HTML tag produces the biggest heading?

A.<h7>B.<h9>

C.<h4>D.<h1>

Answer : <h1> [Option : D]


Show Answer

Q.

HTML tags are surrounded by which type of brackets.

A.CurlyB.Round

C.SquartD.Angle

Answer : Angle [Option : D]

Show Answer

Q.

Tags and texts that are not directly displayed on the page are written in _____ section.

A.<head>B.<title>

C.<body>D.<html>

Answer : <head> [Option : A]

Consider the following example HTML code:

<title> My Web Page </title>

Which term describes the text that appears inside the angle brackets, such as <title>?

Element

Value

Attribute

HTML tags
Which HTML attribute should you add to the <img> tag to describe the image
in case a site visitor cannot view the image on your Web page? 
alt
src
href
name

4. Which element surrounds the HTML document content that will display in
the browser window?
<title> </body>
<head> </head>
<table> </table>
<body> </body>
Which term is used to describe the combined use of audio, video, animation
and interactivity?
Compatibility
Pixlr
Multimedia
Web Design

You might also like