Multiple choice perl

CGI is a programming language.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CGI (Common Gateway Interface) is NOT a programming language - it's a protocol or standard for web servers to execute external programs and generate dynamic web content. CGI programs can be written in Perl, Python, C, or any other language that the server supports. The interface itself is language-agnostic.