Empowering Students with AI-Powered Assessments & Intelligent Learning
Chapter Exam

Chapter 14: Introduction to Javascript — Online MCQ Test

COMPUTER APPLICATIONS · CLASS 11th · Tamil Nadu State Board

Practice Chapter 14: Introduction to Javascript with a free chapter-wise online MCQ test for Tamil Nadu State Board CLASS 11th COMPUTER APPLICATIONS. This chapter covers: This chapter introduces client-side web scripting using JavaScript syntax data types variables and operators. Students integrate scripts with HTML documents for dynamic web page be.... AI-generated questions from basic to board-exam level, with instant results and explanations.

10
Questions
20m
Time Limit
3
Attempts Left
  • 10 random questions from this chapter (mixed difficulty)
  • Questions you've seen before won't repeat until the pool resets
  • You have 20 minutes — exam auto-submits when time is up
  • Maximum 3 attempts per chapter
  • Results and explanations shown immediately after submission
Login to Start This Exam →

New here? Register free — includes 3 free chapter exams.

Chapter 14: Introduction to Javascript — Important Questions & Answers (FAQ)

Frequently asked questions from Tamil Nadu State Board CLASS 11th COMPUTER APPLICATIONS — Chapter 14: Introduction to Javascript, with answers and explanations. These are sample questions; the exam has its own separate question set.

Which tag is used to embed JavaScript code in an HTML document?
  • A. <script> ✓
  • B. <javascript>
  • C. <js>
  • D. <codeScript>
Answer: A. <script>
The <script> tag is the standard HTML tag used to define client-side scripts like JavaScript.
Which of the following is the correct way to write a comment in JavaScript?
  • A. <!-- Comment -->
  • B. /* Comment */ ✓
  • C. ' Comment
  • D. ?? Comment
Answer: B. /* Comment */
/* ... */ is used for multi-line comments, while // is used for single-line comments in JavaScript.
Which keyword is used to declare a variable in JavaScript?
  • A. var ✓
  • B. dim
  • C. int
  • D. def
Answer: A. var
The 'var' keyword is the standard way to declare variables in JavaScript.
What is the result of the expression: 5 + '5'?
  • A. 10
  • B. 55 ✓
  • C. Error
  • D. undefined
Answer: B. 55
JavaScript performs string concatenation when a number is added to a string.
What is the return type of the typeof operator when used on a null value?
  • A. null
  • B. object ✓
  • C. undefined
  • D. string
Answer: B. object
In JavaScript, typeof null returns 'object', which is a well-known historical bug in the language.

Choose Your Plan & Start Practising

All plans cover every subject and chapter of your registered grade.

Free
₹0
3 exams · 1 year
Start Free →
Active
₹350
12 exams · 1 year
Get Active →
Pro
₹899
Unlimited exams · 1 year
Get Pro →

Compare all plans in detail →