Web Tech Quizzes
Web Tech Quizzes
Quiz review
Started on Friday, 19 January 2024, 3:39 PM
State Finished
Completed on Friday, 19 January 2024, 3:42 PM
Time taken 2 mins 48 secs
Marks 4.00/4.00
Grade 100.00 out of 100.00
Feedback Congratulations!! You have passed by securing more than 80%
Question 1
Correct
Hot Mail
45573
The correct answer is: Hyper Text Markup Language
Question 2
Correct
An application that lets you search and see material on the internet is
Select one:
Webpage
Browser
Homepage
45573
Website
Question 3
Correct
Browser automatically provide space before and after the tag <p>
The correct answers are: Performs Client-Side validation, Supports offline Storage
Question 4
Correct
45573
Mark 1.00 out of 1.00
Which element is a container for all the head elements, and may include the document title, scripts, styles, meta information, and more?
Select one:
<head></head>
<br></br>
<body></body>
<title></title> 45573
Your answer is correct.
The correct answer is: <head></head>
Jump to...
Dashboard / Primer 2.0 - App Dev / Stage 1 / Web Technologies / HTML
Quiz review
Started on Friday, 19 January 2024, 11:45 PM
State Finished
Completed on Friday, 19 January 2024, 11:47 PM
Time taken 2 mins 15 secs
Marks 5.00/5.00
Grade 100.00 out of 100.00
Feedback Congratulations!! You have passed by securing more than 80%
Question 1
Correct
45573
Ram has designed a portal that fetches the citizens' feedback regarding the voting process in India. The portal allows the end user to
choose either 'like' image or 'unlike' image, so that it gets redirected to a page : "thanks.html".
Select one:
<form action="thanks.html">
</form>
<form action="thanks.html">
45573
<input type="image" src="unlike.jpg" alt="submit"/>
</form>
<form action="thanks.html">
<input type="submit">
<img src="like.jpg"/>
<img src="unlike.jpg"/>
</input>
</form>
<form action="thanks.html">
<img href="like.jpg" value="submit"/>
Question 2
Correct
Select one:
<datalist id="holidays">
<option label="Republic Day">2017-01-26</option>
45573
<option label="May Day">2017-05-01</option>
</datalist>
<select id="holidays">
</select>
<select type="date">
45573
<option label="Republic Day">2017-01-26</option>
</select>
Question 3
Correct
If the phone number should accept only 10 digit numbers, which of the following options will suit?
Select one:
Question 4
Correct
45573
Mark 1.00 out of 1.00
PANNO text
Email-id email
MobileNo
Webaddress
tel
45573
URL
The correct answer is: Loan tenure → range, PANNO → text, Email-id → email, MobileNo → tel, Webaddress → URL, Marital Status → radio
45573
Question 5
Correct
In the web page, we have a field called phoneno and inside this textbox field, the text : "Only numbers are allowed" must appear. This
should get disappeared automatically once we type the phoneno into it. Which of the below options will suit the given scenario?
45573
The correct answers are: <input type="text" placeholder="Only numbers are allowed">, <input type="tel" placeholder="Only numbers are allowed">
Jump to...
45573
45573
Dashboard / Primer 2.0 - App Dev / Stage 1 / Web Technologies / JavaScript
Quiz review
Started on Friday, 19 January 2024, 11:48 PM
State Finished
Completed on Friday, 19 January 2024, 11:49 PM
Time taken 1 min 10 secs
Marks 5.00/6.00
Grade 83.33 out of 100.00
Feedback
Congratulations!! You have passed by securing more than 80%
Question 1
Incorrect
Select one:
// this is a comment
// this is a comment //
/* this is a comment */
Question 2
Correct
Which of the below java script code helps to change the content of the paragraph tag dynamically?
Select one:
45573
document.getElementByName("p").innerHTML = "Never give up!!";
David, a beginner in web development trying to perform one particular operation using client side JavaScript. Choose the correct
option(s) that he can't be done with client-side JavaScript?
Select one:
Send a form's contents by email
Validate a form
Question 4
45573
Correct
When you want to enclose; some JavaScript statements to an HTML file, which is the correct tag you have to use?
Select one:
<BODY>
<STYLE>
<SCRIPT>
<HEAD>
45573
Your answer is correct.
The correct answer is: <SCRIPT>
Question 5
Correct
45573
Sita wishes to greet the user when the user clicks on "Greet Me" button. In which event does she need to write the JavaScript code for
greeting the user?
Select one:
onmouseover
onchange
onclick
onmouseclick
When a user views a page containing a JavaScript program, which machine actually executes the script?
Select one:
Database Server
The correct answer is: The User's machine running a Web browser
Javascript_Module1 ►
45573
45573
Dashboard / Primer 2.0 - App Dev / Stage 1 / Web Technologies / JavaScript
Quiz review
Started on Saturday, 20 January 2024, 10:45 AM
State Finished
Completed on Saturday, 20 January 2024, 10:50 AM
Time taken 5 mins 4 secs
Marks 7.00/7.00
Grade 100.00 out of 100.00
Feedback
Congratulations!! You have passed by securing more than 80%
Question 1
Correct
Select one:
if (amt = 5000)
if (amt == 5000)
45573
Question 2
Correct
<html>
<head>
<script>
document.write(res);
</script>
</head>
45573
</html>
Select one:
7,0,%,3,0,%
7,0,%, ,3,0,%
7,0,3,0
<script type="text/javascript">
amt=55+"55";
document.write(amt);
</script> 45573
Select one:
Error, No Output.
5555
110
Polson is allocated with the task of email validation in java script. He needs to extract character by character
and check for email validation like looking for @ . etc. Which method is best suited to extract every character from the text?
Select one:
characterAt()
getCharAt()
charAt()
Question 5
45573
Correct
Choose the correct JavaScript statement which helps you to write "World of JavaScript" in a web page?
Select one:
System.out.println("World of JavaScript")
45573
response.write("World of JavaScript")
document.write("World of JavaScript")
45573
Question 6
Correct
Ram is the developer of Allen Software company. He is designing the website for the banking application. There is a button called 'check
interest rates'. When that button is clicked, the user has to be redirected to a seperate page to show the domestic interest rates. Help
Ram in accomplishing this task using the javascript.
Select one:
page.location
window.location
window. reload
url.newlocation
45573
The correct answer is: window.location
Question 7
Correct
The parseInt() method converts the string to a integer. Before applying this function, Ram wants to know the type of the argument that is
passed to the function. Which operator in javascript would support this ?
45573
Select one:
instanceof
getType
typeof
isofType
Quiz review
Started on Monday, 29 January 2024, 4:47 PM
State Finished
Completed on Monday, 29 January 2024, 4:49 PM
Time taken 2 mins 26 secs
Marks 5.00/5.00
Grade 100.00 out of 100.00
Feedback
Congratulations!! You have passed by securing more than 80%
Question 1
Correct
Select one:
<span></span>
<div></div>
<group></group>
<section></section>
When referencing an HTML element using jQuery preceded by a ‘ # ‘ , what JavaScript function is this equivalent to?
Select one:
45573
getElementByClassName
getElementByTagName
getElement
getElementById
If you want to change the color of a link to red when moving mouse pointer on top of it, which CSS property you need to change?
Select one:
a:moved{color: red; }
a{ color: red; }
45573
Question 4
Correct
Browser does not throw any error even if we have mistaken in the HTML syntax
Question 5
Correct
The following elements are the new elements in HTML 5. These elements are called _____________
Select one:
Multimedia elements
45573
Graphic elements
Control elements
Semantic elements
JQuery_Mod_1 ►
45573
45573
45573
Dashboard / Primer 2.0 - App Dev / Stage 1 / Web Technologies / JQuery
Quiz review
Started on Saturday, 20 January 2024, 11:03 AM
State Finished
Completed on Saturday, 20 January 2024, 11:04 AM
Time taken 1 min 28 secs
Marks 8.00/8.00
Grade 100.00 out of 100.00
Feedback
Congratulations!! You have passed by securing more than 80%
Question 1
Correct
Select one:
Question 2
Correct
John wants to animate (moving effect) an element in the webpage he designed. For this, he set its CSS position property to its default
45573
value and applied the animations. If there is no syntax error in the code, what would be output he gets?
Animation failed because the CSS position property set to default value
Select one:
True
False
Question 4
Correct
45573
$("#name").remove(); This will remove the text field when you click on the button. State true or false.
Select one:
True
Fasle
45573
45573
Question 5
Correct
Kiran wants to remove all the child nodes from the given div element. Help him to select the correct option to remove all the child node
from the div element.
<body>
<div>
<h2>Good morning</h2>
</div>
</body>
Select one:
remove( expr )
45573
delete()
empty()
Question 6
45573
Correct
Rhita wants to replace a jQuery code '$(document).ready(fun)' using another equivalent method. Help her to find the correct method
from the given options.
Select one:
$(fun)
45573
jQury(fun)
#(fun)
Select one:
.blur()
.blurOn()
.focus()
.blurElement()
Question 8
45573
Correct
Raju wants to remove an event handler that was attached with on() function.Help him to select the correct option.
Select one:
delete()
empty()
change()
45573
off()
Jump to...
45573
JQuery Events Log - Code Debugging ►