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: 27/09/2019
Introduction to Javascript
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 the use of typeof operator?
2.
Give the syntax of write ( ) statement with an example.
3.
What is variable in JavaScript code?
4.
What is the use of JavaScript dialog boxes?
5.
List the type of value returned by type of operand
6.
Write the three types of expressions in JavaScript
7.
What is meant by JavaScript expression?
8.
Define variable? How variable declared in JavaScript?
9.
What does lexical structure specifies?
10.
What does CGI provides?
11.
What are the comments in Java Script?
12.
What is conditional operator give suitable example?
13.
How many Literals in Javascript and mention its types.
14.
Write a notes to type casting in JavaScript
15.
What is scope of variables and types of scope variable?
1.
Type of Operator:
The type of operator is used to get the data type (returns a string) of its operand. The operand can be either a literal or a data structure such as a variable, a function, or an object. The operator returns the data type.
Syntax:
typeof operand or type of(operand)
typeof returns: boolean, function, number, strinq, and undefined. The following table summarizes possible values returned by the type of operator.
| Type of Operand | Result |
| Number | "number" |
| Boolean | "Boolean" |
| String | "string" |
| Functions | "function" |
| Undefined | "undefined" |
2.
Write statement general syntax:
document write ("string" + var);
Ex: document write ("The Sum of Data1 and Data2 : "+sum);
3.
Variable is a memory location where value can be stored. Variable is a symbolic name for a value. Variables are declared with the var keyword in JavaScript. Every variable has a name, called identifier.
Ex: var nl = 522; Here nl is a variable. 522 is a value stored on it.
4.
JavaScript supports three important types of dialog boxes. Dialog boxes are also called as Popup Boxes These dialog boxes can be used to raise an alert, or to get confirmation on any input or to have a kind of input from the users.
5.
| Type of Operand |
|---|
| Number |
| Boolean |
| String |
| Functions |
| Undefined |
6.
There are three types of expressions as follows,
(i) Arithmetic expressions
(ii) Relational expressions
(iii) Logical expressions
7.
An expression is a phrase of JavaScript that a JavaScript interpreter can evaluate to produce a value. The data types are used directly as literals or within variables in combination with simple operators, such as addition, subtraction, and so on, to create an expressions.
8.
Variable is a memory location where value can be stored. Variable is a symbolic name for a value Variables are declared with the var keyword in JavaScript. Every variable has a name, called identifier.
9.
The Lexical structure specifies variable names, the delimiter characters for comments, and how one program statement is separated from the next.
10.
It provides a common scripting language for Web developers to design, test and deploy Internet Applications.
11.
There are two types of comments, Single line and Multiple line comments. Single-line comments begin with a double slash (//), causing the interpreter to ignore everything from that point to the end of the line. Multiple line comments begins with /* and ends with */.
12.
The?: is the conditional operator in JavaScript, which requires three operands, hence it is called the ternary operator. The syntax is
var variablename=(condition) ?value 1: value2;
Example :var result=(10>15)?100 :150;
13.
There are 5 type of literals in JavaScript. They are Integer, Floating Point, Character, String and Boolean.
14.
Type casting is the act of converting one data type into a different data type which is also called as casting. In JavaScript there are two type of casting,
(i) Implicit casting and
(ii) Explicit casting
Implicit casting occurs automatically in JavaScript when you change the data stored in a variable:
15.
The scope of a variable is the life time of a variable of source code in which it is defined.
A global variable has global scope; it can be defined everywhere in the JavaScript code.
Variables declared within a function are defined only within the body of the function. They are local variables and have local scope.
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