Windows PowerShell processes data as text, like Cmd.exe, BASH, and other UNIX shells.

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, you need to understand the fundamental differences between Windows PowerShell and other shells like Cmd.exe, BASH, and other UNIX shells.

Option A) True - This option is incorrect. Windows PowerShell does not process data as text like Cmd.exe, BASH, and other UNIX shells. PowerShell processes data as objects, which allows for more advanced manipulation and automation.

Option B) False - This option is correct. Windows PowerShell processes data as objects, not as text. This means that PowerShell can work with structured data and perform operations on the properties and methods of the objects.

The correct answer is B) False. This option is correct because PowerShell processes data as objects, not as text like other shells.

Find more quizzes: