MCQ
In JavaScript, what data type is the value 25?
Unit-3 Programming Fundamentals
A
string
B
boolean
C
number
D
character
Explanation
A numeric value like 25 is stored as the number data type in JavaScript.
Related MCQs
Which loop condition correctly prints the numbers 1 to 10 using a for loop?
Unit-3 Programming Fundamentals
View
Which attribute specifies the source file of an image in the <img> tag?
Unit-3 Programming Fundamentals
View
Which tag is used to write or include JavaScript in an HTML page?
Unit-3 Programming Fundamentals
View
Which statement about the <br> tag is correct?
Unit-3 Programming Fundamentals
View
Which keyword is used to declare a constant value that cannot be changed in JavaScript?
Unit-3 Programming Fundamentals
View
What is the process of finding and fixing errors in a program called?
Unit-3 Programming Fundamentals
View