11th Computer Applications Public Exam Important Program Question 2023
11th Computer Applications Public Exam Important Program Question
- Hi students we post 11th Computer Applications Public Exam Important Program Question 2023.
- This post is helpful for you to attend the programming questions and to get centum in board exams.
In HTML, JAVA SCRIPT programming questions are covered under the topics,
- HTML
- JAVASCRIPT
- Looping Structure
- Conditional Statement
Model Programs:
Write a JavaScript Program To display any Multiplication table as the user required.
Develop a web page about your school with CSS.
Write an HTML code for a webpage of your school with the following specifications:
- A heading followed by a paragraph about your school in 10 lines using text formatting tags and attributes.
- Include an ordered list with the subjects taught your school.
Write a HTML program to display your school name and address using various Heading level tags.
What will be the output for the following snippet:
for (var n=0; n<10; n+1)
{
if (n==3)
{
break;
}
document write (n+”<br>”);
}
What message will be displayed, if the input for age is given as 20, for the following snippet.
if (age> = 18 )
{
alert (“you are eligible to get Driving licence”}
}
else
alert (“you are not eligible to get driving licence”);
}
<script type = “text / javascript”>
x = 6 + “3”;
document write (x);
<script> what will be the output?
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>
Write the output of the following HTML code:
<HTML>
<BODY>
<OL>
<LI> Keyboard
<LI> Monitor
<LI> Speaker
</OL>
</BODY>
</HTML>
What will be the output for the following snippet?
For (var a=0; a<15; a++)
{
if (a==4)
{
break;
}
document write (a+”<br>”);
}
Write a Java Script program using while statement to display 10 numbers.
Write a program in JavaScript to find the sum of 10 numbers using function.
Write an HTML code to scroll the following message in a web page.
“Welcome to HTML”
The pdf is given below. Kindly download and make it useful.
[pdf-embedder url=”https://csknowledgeopener.com/wp-content/uploads/2023/01/XI-CA-EM-PROGRAM-QUESTION-2022-2023.pdf” title=”XI – CA EM PROGRAM QUESTION 2022-2023″]