Which of the following is a technology used for server-side scripting? MCQ with Answer and Explanation

Which of the following is a technology used for server-side scripting?
A. PHP
B. CSS
C. JavaScript (client-side)
D. HTML
Answer: Option A
Solution (By JKSSB Mock Tests)
PHP is a widely-used server-side scripting language for web development, while JavaScript is typically client-side, and CSS/HTML are for presentation and structure.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What does a '429 Too Many Requests' HTTP status code return imply about a client browser's interaction with a web application?
A. The requested URL destination has changed its location permanently.
B. The web server hardware has completely broken down internally.
C. The input security certificate has an expired authorization date.
D. The user has submitted too many requests in a given amount of time, triggering rate-limiting protections on the server.

Correct Answer: Option D


Explanation:
An HTTP 429 status code indicates that the client has exceeded the server's rate limits, protecting the web application from automated scraping or brute-force attacks.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which element in a modern web landscape describes an online structural portal that indexes and categorizes multimedia video contents, allowing users to search, watch, and broadcast video streams globally over real-time internet routes?
A. Outbound email transport routing block
B. Video Sharing Platform (e.g., YouTube, Vimeo)
C. FTP desktop file transfer utility
D. Local history log dashboard

Correct Answer: Option B


Explanation:
Video sharing platforms combine heavy media content storage, cloud transcoding architectures, and globally optimized video delivery networks over the internet.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following options represents an accurate description of the internet mechanism called 'Hypermedia'?
A. An extension of hypertext that allows graphics, audio, video, and plain text to be linked together in an interactive structure
B. The database layout system used to log domain name transfers manually
C. An unencrypted email routing list structure used inside administrative systems
D. The physical processing core speed metrics of modern modems

Correct Answer: Option A


Explanation:
Hypermedia expands on hypertext by incorporating multi-media elements (images, audio, video, animations) alongside traditional text as interactive click destinations.

This question belongs to: Computer Internet and Web Technologies