Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662f053a70bb3a2a154993c0.md

latest1.0 KB
Original Source

--description--

An extension is a software component that adds specific capabilities to a larger software application. Extensions can provide new functionality or enhance existing features.

For example, a browser extension can add special functionality to your web browser, like blocking ads or managing passwords.

--questions--

--text--

What does extension mean in a programming context?

--answers--

It is a command used to end a program.

--feedback--

An extension is not a command but a software add-on that enhances functionality.


It is a software add-on that enhances the capabilities of an existing program.


It refers to the extra time given to complete a project.

--feedback--

While extension can mean additional time in other contexts, in programming, it specifically refers to a software component.


It is a type of data format used for storage.

--feedback--

An extension enhances software functionality; it does not refer to a data storage format.

--video-solution--

2