Single-feature commands that manipulate objects within PowerShell and are native to the PowerShell stack are called _______.

  1. Pipelines

  2. Line commands

  3. Cmdlets

  4. Scriptlets


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of PowerShell commands. Let's go through each option to understand why it is correct or incorrect:

Option A) Pipelines - This option is incorrect because pipelines in PowerShell are used to pass objects from one command to another, but they are not native to the PowerShell stack.

Option B) Line commands - This option is incorrect because line commands are not a specific term used in PowerShell to describe single-feature commands that manipulate objects.

Option C) Cmdlets - This option is correct. Cmdlets are single-feature commands in PowerShell that are native to the PowerShell stack. They are designed to perform specific tasks and manipulate objects within the PowerShell environment.

Option D) Scriptlets - This option is incorrect. Scriptlets are small script fragments that can be embedded within HTML documents, but they are not specific to PowerShell.

The correct answer is C) Cmdlets. This option is correct because cmdlets are the native single-feature commands that manipulate objects within PowerShell.

Find more quizzes: