MCQ
Which operator represents logical AND in JavaScript?
Unit-3 Programming Fundamentals
A
||
B
&&
C
!
D
&
Explanation
The && operator performs a logical AND between two conditions.
Related MCQs
How many total times will the body of these nested loops execute: for (i = 1; i <= 3; i++) { for (j = 1; j <= 2; j++) { } }
Unit-3 Programming Fundamentals
View
Which heading tag displays the smallest text?
Unit-3 Programming Fundamentals
View
Which tag defines a data cell in an HTML table?
Unit-3 Programming Fundamentals
View
Which CSS property is used to change the font size of text?
Unit-3 Programming Fundamentals
View
If an ordered list is written as <ol type="A">, what will the items be marked with?
Unit-3 Programming Fundamentals
View
Which tag is used to connect an external CSS file to an HTML document?
Unit-3 Programming Fundamentals
View