SHAKEELA_7
SHAKEELA_7
setTimeout(function(){console.
setTimeout(function(){console.
setTimeout(function(){console.
setTimeout(function(){console.
setTimeout(function(){console.
0 Second
1 Second
3 Second
5 Second
Question 1
Question 2
Sprint review
Velocity Chart
Question 3
Question 4
:after
.class
:before
#id
Question 5
overflow
justify-content
block
space
Question 6
Question 7
Question 8
id
Fallback content
Closing tag
None of These
Question 9
Only A
Only B
Both A & B
Neither A nor B
Question 10
Self-service
Chargeback
Secure multi-tenancy
Virtualization
Question 11
Question 12
<style>
@media only screen and (max-width: 900p
}
</style>
Question 13
hidden
transparent
unreachable
Question 14
Hypervisor
Memory Manager
Process Scheduler
Network Stack
Question 15
Question 16
hybrid
virtual
physical
Question 17
Firewall as a Service
Firmware as a Service
Function as a Service
Flag as a Service
Question 18
Public
Private
Protected
Question 19
None of these
Question 20
document.login.uname.value
document.getElementById("p_name").value
document.getElementByName("name").value
Question 21
Question 22
Expected Output:
<ul>
<li>Coffee</li>
<li>Tea</li>
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
<li>USA</li>
<li>Africa</li>
</ul>
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea
<ul>
<li>USA</li>
<li>Africa</li>
</ul>
</li>
</ul>
</li>
</ul>
<ul>
<li>Coffee</li>
<li>Tea
<li>Black tea</li>
<li>Green tea
<li>USA</li>
<li>Africa
</ul>
</li>
</li>
</li>
<ul>
<li>Coffee</li>
<li>Tea</li>
</ul>
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
<ul>
<li>USA</li>
<li>Africa</li>
</ul>
Question 23
<!DOCTYPE html>
<html>
<h2>HTML Links</h2>
<a href="tut.html">This is a link</a>
</html>
<!DOCTYPE html>
<html>
<body>
<h2>HTML Links</h2>
<a href="tut.html">This is a link</a>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h2>HTML Links</h2>
<link="tut.html">This is a link</link>
</body>
</html>
<!DOCTYPE html>
<body>
<h2>HTML Links</h2>
<link="tut.html">This is a link</link>
</body>
</html>
Question 24
<hL>
<h1>
<header>
Question 25
OS
Networking
Servers
Deployments
Question 26
makeVal(8, 9);
3 6
9 6
9 Undefined
8 Undefined
Question 27
Scrum Team
Product Owner
Development Team
Scrum Master
Question 28
Question 29
HTML Code
<p lang="en">Good</p>
<p lang="fr">Afternoon</p>
<p lang="no">Evening</p>
<p lang="en-us">Morning</p>
CSS Code
p[lang|="en"] {
background: orange;
}
Question 30
Question 31
$('<p></p>').replaceAll('span');
$('<span>').replaceAll('p');
$('<span></span>').replaceAll('p');
$('span').replaceAll('p');
Question 32
<script>
$(document).ready(function() {
$("#12").remove();
});
</script>
<script>
$(document).ready(function() {
$("12").remove();
});
</script>
<script>
$(document).ready(function() {
("#12").remove();
});
</script>
<script>
$(document).ready(function() {
$(".12").remove();
});
</script>
Question 33
Problem Statement:
In this problem, you need to create a
Feedback form. Check the sample view for
a better understanding. CSS is pre-written,
you need to write HTML codes only.
HTML Behaviour:
There is a main div with the
class "container".
Inside the "container", there is a div with
the class "heading" and another div with
the class "inputs".
Inside the class "heading", it contains a
heading h1 tag with the text "Feedback
Form".
Inside the class "inputs", it contains
another div with the class "input-fields".
Inside the class "input-fields", it contains
three input field tags with type "text" and
placeholders as "Email
Id", "Name", "College" and ids
as "email", "name", "college"
respectively, a label tag for textarea
with id feedback with the text "Your
Feedback:" and then a textarea tag with
the id "textarea", cols=25 and rows= 10,
and a button with the class "submit" and
has the text "Submit".
Sample View:
Question 34
Question 35
Application
Storage
Data
Both 1 and 2
Question 36
12
17
15
Error
Question 37
Availability of application
development environment which
saves users a lot of time and
money.
Question 38
<body style="background-color:
Inline styles
Question 39
Question 40
Question 41
Question 42
Question 43
Question 44
Question 45
Implementing fixed-duration
iterations or sprints to structure
work and ensure regular delivery
cycles.
Question 46
Question 47
Question 48
Question 49
Question 50
Question 51
Question 52
Question 53
Daily Scrum
Sprint Planning
Sprint Retrospective
Sprint Review
Question 54
Question 55
Question 56
Question 57
Question 58
Facilitate a discussion to
understand why the team member has
a different estimation and
encourage the team to consider
potential overlooked complexities.
Question 59
Question 60
Question 61