Olete.in
Articles
Mock Tests
🧪 AIDA/Web MCQ Quiz Hub
Web Technology MCQ
Choose a topic to test your knowledge and improve your AIDA/Web skills
1. What is the abbreviation of HTTP?
Hypertext tag path
Hyper Text Transfer Protocol
Hypertext transfer path
None
2. The entire web document is contained within ____
Comments
Tags
Web page
HTML element
3. HTML document should begin with the ____
<HEAD> tag
<TITLE> tag
<BODY> tag
<HTML> tag
4. GIF is the abbreviation for ___
Graphics Interchange Format
Graphics Instruction Format
Graphics Item Format
Graphics Information Format
5. The <Font> tag is similar to ____
&lt;BIG&gt;tag
&lt;SMALL&gt;tag
&lt;MARQUEE&gt;tag
&lt;BIG&gt;and&lt;Small&gt; tags
6. The HTML and HTTP standard are defined by ____
Web client
Internet association
WWW consortium
WWW
7. The tag used to add images to the HTML document is ____
&lt;FONT&gt;
&lt;HR&gt;
&lt;HI&gt;
&lt;IMG&gt;
8. The ____ passes the information given by the user to a specified program.
User
Programmer
Web server
Browser
9. ____ is used to store the data within the documents on the server.
XML
HTML
DHTML
CGI
10. A much better approach to establish the base URL is to use__________
HEAD element
BASE element
Both (a) and (b)
None
11. Symbol used at the beginning of the HREF text is_________
&amp;
#
$
^
12. From which tag descriptive list starts?
&lt;DS&gt;
&lt;DD&gt;
&lt;LL&gt;
&lt;DL&gt;
13. Which method of the Component class is used to set the position and size of a component in JSP?
setSize()
setBounds() method
setPosition()
setPositionSize()
14. The tag used to create a hypertext relationship between current document and another URL is___________
&lt;LINK&gt;
&lt;A&gt;
&lt;ISINDEX&gt;
None
15. Which of the following statement is not true regarding JavaScript?
A JavaScript embedded in an HTML document is compiled and executed by the client browser
JavaScript is an object-based language
JavaScript is a loosely typed language
JavaScript is event driven
16. Markup tags tell the web browser___________
How to display the page
How to display message box on page
How to organize the page
None
17. The map definition file is generally stored in____________
BIN
RECYCLE-BIN
CGI-BIN
All of the above
18. The attribute, which define the relationship between current document and HREF’ed URL is
REL
URL
REV
All of the above
19. Correct HTML tag for the largest heading is_______________
&lt;h6&gt;
&lt;heading&gt;
&lt;head&gt;
&lt;h1&gt;
20. Correct HTML to left align the content inside a table cell is____________
&lt;td leftalign&gt;
&lt;td align = “left”&gt;
&lt;td raligh = “left” &gt;
&lt;tdleft&gt;
21. In ASP the function which returns an expression formatted as a date or time is_________
FormatDateOrTime()
FormatTimeDate()
FormatDateTime()
FormatDateAndTime()
22. What method is used to specify a container’s layout in JSP?
setContainerLayout()
Layout()
setLayout()
ContainerLayout()
23. The web standard allows programmers on many different computer platforms to dispersed format and display the information server. These programs are called___________
Internet Explorer
Web Browsers
HTML
None
24. What value does readLine() return when it has reached the end of a file in JSP?
False
Null
EOF
Last character in the file
25. In JSP, the classes that allow primitive types to be accessed as objects are known as________
Object classes
Primitive classes
Wrapper classes
Boxing classes
26. Any part of the graphic that is not included in another hot zone is considered to be part of__________
Point
default
Rect
Polygon
27. The latest HTML standard is___
XML
HTML 4.0
SGML
HTML 5.0
Submit