- HTML stands for ____________
- WWW stands for ____________
- ISP stands for _______________
- LAN stands for ______________
- MAN stands for _____________
- WAN stands for _____________
- PAN stands for ______________
- URL stands for ______________
- DNS stands for _____________
- OSI stands for ______________
- TCP/IP stands for ___________
- TELNET stands for __________
- HTTP stands for ____________
- FTP stands for ______________
- UDP stands for _____________
- VSAT stands for ____________
- B2B stands for _____________
- C2C stands for _____________
- C2B stands for _____________
- ICT stands for ______________
- IIS stands for ______________
- What is HTML?
- What is Computer Network?
- What is WWW?
- Define LAN
- Define MAN
- Define WAN
- Define PAN
- What is Web page?
- What is Web site?
- What is Web Server?
- List web server name.
- What is Web Browser/Client?
- List web browser name.
- What is Search Engine?
- List Search Engine name.
- List Layers of OSI reference model
- List types of network
- What is Network Topology?
- What is Physical Topology?
- List types of Network Topology
- What is Remote Login?
- What is E-mail?
- What is E-commerce?
- List out Name of E-commerce sites
- What is E-Business?
- What is Mobile Commerce?
- What is Static Web Page/Site?
- What is Dynamic Web Page/Site?
- What is Web Hosting?
- What is Cyber Law?
- What is Cookies?
- Where does Cookie store?
- What is Firewall?
- What is Hacker?
- What is Cracker?
- List different types of Payment
- Who has developed HTML?
- List out OSI upper layer
- What is Intranet?
- First text based search engine is ________
- RWD stands for _________
- EFT stands for ______
- What is the purpose of the
<title>
tag in an HTML document? - Name two attributes that can be used with the
<img>
tag. - What does the
<head>
section of an HTML document typically contain? - Which tag is used to create bold text in HTML?
- How do you create italic text using HTML?
- What tag is used to create an unordered list?
- How can you define a list item in an ordered list?
- Which tag is used to create a hyperlink in HTML?
- What attribute of the
<a>
tag specifies the URL of the linked document? - How can you insert a non-breaking space in HTML?
- Which tag is used to embed an image in an HTML document?
- What attribute is required in the
<audio>
tag to specify the source file? - What is the difference between an ordered list and an unordered list?
- Which tag is used for a description list in HTML?
- What is the purpose of the
<table>
tag? - Which tag is used to define a header cell in a table?
- What is the purpose of the
<frameset>
tag in HTML? - How do you specify the source of a frame?
- OL stands for ______
- UL stands for ______
- What is Class selector?
- What is Id selector?
- CSS stands for _______
- List types of CSS
- What is the purpose of the
<form>
tag? - Which attribute is used to specify the method of form submission?
- What is the doctype declaration for HTML5?
- Which tag is used to define a section in HTML5?
- What is the purpose of the
<header>
tag in HTML5? - How does the
<footer>
tag differ from the<aside>
tag? - What type of input does the
type="email"
attribute in a form field expect? - How does the
type="range"
attribute affect an input element? - Which tag is used to embed a video in HTML5?
- How do you specify multiple source files for an audio element?
- What is the purpose of the
<canvas>
tag in HTML5? - How do you access the 2D rendering context of a canvas?
- _____ history object method loads the previous URL/page in the history list
- _____ history object method loads the next URL/page in the history list
- _____ history object method loads a specific URL/page from the history list
- _____ history object property returns the number of URLs (pages) in the history list
- When an object gets focus, _____ event occurs
- When an object loses focus, ______ event occurs
- What is UDF?
- List any five String functions in JavaScript
- List any five Date functions
- List any five Math functions
- List any five Array functions
- Explain pop(), push(), shift(), unshift()
- List types of dialog boxes
- DOM stands for _______
- What is DOM?