Please select a subject first
Advertisements
Advertisements
<script type=“text/javascript”>
x = 6 + “3”;
document.write(x);
</script>
what will be the output?
Concept: undefined >> undefined
What are the different types of control statement used in JavaScript?
Concept: undefined >> undefined
Advertisements
What is meant by conditional statements in JavaScript?
Concept: undefined >> undefined
List out the various branching statements in JavaScript?
Concept: undefined >> undefined
Write the general syntax for switch statement.
Concept: undefined >> undefined
Differentiate the break and continue statement.
Concept: undefined >> undefined
What is if statement and write its types.
Concept: undefined >> undefined
Write the syntax for else-if statement.
Concept: undefined >> undefined
What message will be displayed, if the input for age is given as 20, for the following snippet?
Concept: undefined >> undefined
Explain switch case statement with example.
Concept: undefined >> undefined
Write the output for the following program.
<Html>
<Head>
<Title> for statement</title>
<Head>
<Body>
<script language= "java Script" type = "text / javaScript")
var no1= prompt ("please enter table you want:", "0" );
document write ("<h2> multiplication for your need </h2>")
for (Var no2= 0; no2<=10; no2++)
{
document write (no1+ "x" + no2+ "=" + no1+no2+ "<br>);
}
</script>
</body>
</Html>Concept: undefined >> undefined
Which of the following is a set of moral principles that regulate the use of computers?
Concept: undefined >> undefined
First generation computers used ______
Concept: undefined >> undefined
Which generation of computers used IC’s?
Concept: undefined >> undefined
Discuss the various generations of computers.
Concept: undefined >> undefined
The Operating system is a ______.
Concept: undefined >> undefined
Identify the usage of Operating Systems.
Concept: undefined >> undefined
List out any two uses of the Operating System?
Concept: undefined >> undefined
List out the key features of the Operating system?
Concept: undefined >> undefined
