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: 03/07/2021
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.
Download 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.
What is conditional operator or ternary operator? Explain?
2.
What are the relational or comparison operators used in JavaScript? Explain.
3.
Write a note on important attributes of < script > tag.
4.
Write the rule of operands used in logical expression
5.
Write the syntax of confirm () dialog box.
1.
Conditional Operator (?:)
The 7: is the conditional operator in JavaScript, which requires three operands, hence it is called the ternary operator.
The syntax is:
var variablename=(condition) 7 valuel : value2;
In the syntax condition may be relational expression or logical expression. First condition will be evaluated, if the condition returns true then the value of the left side of the colon is assigned to the variable otherwise the value of the right side of the colon will be assigned the variable. For example,
var result=(10 > 15) ? 100 : 150;
In the above example, since the conditlon returns false the value 150 will be assigned to result.
HTML CODE:
< Html >
< Head >
< Title >Demo Program - To test Conditional
Operator in JavaScript < /Title >
< /Head >
< Body >
< script language="javascript" type="text/
javascript" >
var valuel = 522, value2=150, value3;
value3=(valuel
"+value3);
< /script >
< /Body >
< /Html >
2.
Relational or Comparison Operators:
Relational operators are also called as Comparison operators, they compares two values and the result is true or false. Javascnpt provides a rich set of relational operators including = = (equal to), != (not equal to), < (less than), > (greater than), < = (less than or equal to), and > = (greater than or equal to). Using a relational operator in an expression causes the expression to evaluate as true if the condition holds or false if otherwise.
| Relational (Comparison) Operator | Meaning | Meaning Example | Result |
| = = | Equality | x==y | False |
| ! = | In-equality | x! = y | True |
| < | Less-than | x < y | True |
| > | Greaterthan | x > y | False |
| < = | Less-than or equal to | x < = y | True |
| > = | Greaterthan or equal to | x > = y | False |
HTMLCODE:
< Html >
< Head >
< Title >Demo Program - To test
Relational (Comparison) Operators in JavaScript
< /Title >
< /Head >
< Body >
< script language="javascript" type="text!
javascript" >
var valuel = 522, value2=lO;
document. write(" < br > Data1 :
"+valuel);
document.wrlte("< br >Data2 :
"+value2);
document. write("< br > < br> Whether
Datal = Data2 : "+(valuel==value2));
document. write(" < br > Whether Data1
< Data2 : "+(valuel
> Data2 : "+(valuel > value2));
document. write(" < br > Whether Datal
< = Data2 : "+(valuel < =value2));
document. write(" < br > Whether Data1
> = Data2 : "+(valuel > =value2));
document.write("< br > Whether Datal
!= Data2 : "+(valuel!=value2));
< /script >
< /Body >
< /Html >
3.
The < SCRIPT > tag takes two important attributes -
(i) Language:
This attribute specifies that the scripting language. Typically, its value will be javascript. Although recent versions of HTML (Extensible HyperText Markup Language - XHTML, its successor) have phased out the use of this attribute is optional.
(ii) Type:
This attribute is used to indicate the scripting language and its value should be set to "text / javascript".
4.
The strict rules are as follows:
(i) For && (AND) the result is false if the first operand is false; otherwise, the result is the Boolean value of the second operand.
(ii) For || (OR) the result is true if the first operand is true; otherwise, the result is the Boolean value of the second operand.
(iii) For! (NOT) the result is true if the operand is false; otherwise, the result is true.
5.
The syntax of confirm dialog box is
confirm ("message ");
(or)
window.confirm (" message ");
Example:
confirm (" Hai Do you want to continue: ");
(or)
window.confirm(" Hai Do you want to continue: ");
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