What kind of web client technology uses pre-compiled component blocks called 'Plugins' (such as Adobe Flash or Silverlight historically) to run complex media blocks inside older browsers? MCQ with Answer and Explanation

What kind of web client technology uses pre-compiled component blocks called 'Plugins' (such as Adobe Flash or Silverlight historically) to run complex media blocks inside older browsers?
A. DNS Routing Rulesets
B. Native HTML5 Elements
C. Browser Plugins / Add-ons
D. Server-side Framework engines
Answer: Option C
Solution (By JKExamLibrary)
Plugins were external software modules that browser apps could load to run specialized media streams, though modern standards have replaced them with native HTML5 tags.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a type of web-based attack that involves injecting SQL queries into input fields?
A. Cross-Site Scripting
B. Session Hijacking
C. Cross-Site Request Forgery
D. SQL Injection

Correct Answer: Option D


Explanation:
SQL Injection is an attack where malicious SQL statements are inserted into input fields to manipulate the database.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What type of program code logic runs directly on a remote internet server host machine to calculate custom dashboard outputs before compiling them into standard HTML to return to a browser?
A. Client-side Scripting
B. Browser Extension Core
C. Server-side Scripting
D. CSS Layout Matrix

Correct Answer: Option C


Explanation:
Server-side scripting (using languages like PHP, Python, or Node.js) executes on the hosting server to build dynamic web content before transmitting flat HTML back to the client.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a method for securing web applications against Cross-Site Request Forgery (CSRF)?
A. Using anti-CSRF tokens
B. Using HTTPS
C. Output encoding
D. Input validation

Correct Answer: Option A


Explanation:
Anti-CSRF tokens are a common defense, where a unique token is included in forms and validated on the server to ensure the request originates from the legitimate user.

This question belongs to: Computer Internet and Web Technologies