11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 13/05/2022
QB365 provides detailed and simple solution for every Creative Questions in class 11 Computer Applications Subject. It will helps to get more idea about question pattern in every Creative questions with solution.
latest Creative QuestionsDownload Tamil Nadu 11th Standard Computer Applications question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Applications Test

1.
Write a JavaScript to create on-line quiz.
2.
Write a program in JavaScript for adding two numbers using function.
3.
Write a JavaScript to find the given value is a number or not Using functions and form.
4.
Write a JavaScript to find sum of two numbers using function.
5.
Explain the followingfunctions with an example.
(i) touppercase ( )
(ii) tolowercase ( )
(iii) length()
(iv) parselnt()
(v) parseFloat()
1.
HTML CODE
< html >
< head >
< title >On-line Qulze-c/title >
< script type="text/JavaScript":;'\
function checkAnswer ( )
{
var myQuiz = document.getElementByld
("myQuiz'') ;
if . ( document.getElementById("myQuiz'').
elements[O] .checked)
alert("Congratulations, Your Answer is correct'');
else
alert("Your Answer is incorrect, Pleasetry Again'');
}
< /script >
< /head >
< body >
< form id="myQuiz" action="JavaScript:check
Answert ( )" >
< p > Which is not a Programming
Language:. < br >
< input type="radio" name="radiobutton"
value=''Word'' / >
< label > MS-Word< /Iabel >
< input type="radio" name="radiobutton"
value="Cobol" / >
< label > COBOL< /Iabel >
< input type="radio" name="radiobutton"
value="CPP" / >
2.
HTML CODE
< htm l>
< head >
< title >Function Example</title >
< script type = "textjJavaScript ">
< !--
var input1 = window.promptC'Enter valuer :': "0'');
var input2 = window.promptC'Enter Value2 :': "0'');
var vi = parselnt(inputl);
var v2 = parselnt(input2);
var s = sum(v1,v2);
document. writelru" < br > < h4 > < u >Example for
Function</u> < /h4 >'');
document.writelnC'First No :" + vi + " <br>
Second No :" + v2 + "<br> The Sum > " + s);
function sum(x, Y)
{
var s=x+v;
return s;
}
//=>
< /scrip t>
< /head >
< body >
< /body >
< /html >

3.
< html >
< title >Example Program to test isNan( ) Function< /title >
< head > < /head >
< body >
< h4 >< u >Example Program to test isNan() Function
< /u >< /h4 >
< script language=" JavaScript" >
function checknum( )
{
var n=document.form 1.text1.value;
if(isNaN(n)=true)
{
document.form1.text2.value="Not a Number:"+n;
}
else
{
document.forml.text2.value="It is Number: "+n;
}
}
< /script >
< form name="forml" >
Enter a Number1:
< input type="text" name=rtext1" size=3 >
< br >< br >
< input type=t'button" value="Click to Check" onClick="checknum( )" >
< input type="text" name="text2" size=30 >
< br >
< /form >
< /body >
< /html >
4.
< html >
< head >
< title > Function Example < /title >
< script type = "text/JavaScript'' >
var input 1 = window.prompt("Enter Valuel :", "0");
var input2=Window.prompuEnter Value2:","0");
var v1=parselnt(input1);
var v2=parselnt(input2);
var s=sum(v1,v2);
document. writeln(" < br > < h4 >< u > Example for
Function< /u >< /h4 >");
document. writeln("First No: "+v 1+< br > Second
No:"+ v2+"< br >The Sum = " + s);
function sum(x, y)
{
var s=x+y;
return s;
}
< /script >
< /head >
< body >
< /body >
< /html >
5.
| Function | Description | Example | Result |
| toUpperCase() | Used to convert given string into uppercase | x="java" x.toUpperCase(); |
JAVA |
| toLowerCase() | Used to convert given string into lowercase | x="JAVA" x.toLowerCase(); |
java |
| length | Used to find length of the given string | x="JAVA" x.length(); |
4 |
| parselnt() | Used to convert the given float value into an integer | parselnt(34.234); | 34 |
| parseFloat() | Used to convert the given string into a integer | parseInt("34.23"); | 34.23 |
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards