Multiple choice technology web technology

Which of the following abbreviations is incorrectly expanded?

  1. CTS - Common Type System

  2. CLS - Common Language Specification

  3. CAS - Component Authorization Specification

  4. FCL - Framework Class Library

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

CAS is incorrectly expanded as 'Component Authorization Specification'. The correct expansion in .NET framework is 'Code Access Security' - a security mechanism that restricts what managed code can do based on permissions. The other options are correct: CTS is Common Type System, CLS is Common Language Specification, and FCL is Framework Class Library.