Which of the following is a popular JavaScript library for building user interfaces? MCQ with Answer and Explanation

Which of the following is a popular JavaScript library for building user interfaces?
A. Angular
B. React
C. All of the above
D. Vue.js
Answer: Option C
Solution (By JKSSB Mock Tests)
React, Angular, and Vue.js are all popular JavaScript frameworks/libraries for building front-end user interfaces.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
What is the role of the 'alt' attribute in an HTML img tag?
A. To define image dimensions
B. To specify alternative text for accessibility and when image fails to load
C. To add a tooltip
D. To set the image source

Correct Answer: Option B


Explanation:
The alt attribute provides a text alternative for an image, improving accessibility and providing fallback content if the image cannot be displayed.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific protocol operates inside email infrastructures to provide secure, encrypted message transfers between independent mail servers over port 465 or 587?
A. SMTPS / Secure SMTP
B. IMAP protocol loops
C. POP3 server frameworks
D. HTTP unencrypted standards

Correct Answer: Option A


Explanation:
Secure SMTP variants utilize cryptographic SSL/TLS layers to encrypt email transmissions between mail servers, preventing eavesdropping and data tampering.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the function of a DNS server?
A. To manage email routing
B. To translate domain names to IP addresses
C. To store web pages
D. To encrypt data

Correct Answer: Option B


Explanation:
DNS (Domain Name System) servers resolve human-readable domain names (e.g., www.example.com) to numerical IP addresses (e.g., 192.0.2.1) required for network routing.

This question belongs to: Computer Internet and Web Technologies