Multiple choice technology programming languages

Which of the following abbreviations is incorrectly expanded?

  1. GAC- Global Assembly Cache

  2. FCL - Framework Class Library

  3. WF - Window Workflow Foundation

  4. LINQ - Language Integrated Query

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

The correct expansion of WF is 'Windows Workflow Foundation' (with an 's' at the end of Windows), not 'Window Workflow Foundation'. This is a subtle but important distinction - the abbreviation WF represents the workflow technology in .NET Framework 3.0+. The other options are correctly expanded.