ITF Quiz Part 16

ITF Quiz Part 16

12th Grade

69 Qs

quiz-placeholder

Similar activities

7th standard foxpro

7th standard foxpro

KG - University

70 Qs

python_22

python_22

12th Grade

71 Qs

Python Functions: Userdefined

Python Functions: Userdefined

12th Grade

70 Qs

computer science unit 2

computer science unit 2

9th - 12th Grade

69 Qs

Unit 2 CMU

Unit 2 CMU

10th - 12th Grade

71 Qs

Review for Fall Semester Exam - CTE

Review for Fall Semester Exam - CTE

8th Grade - University

70 Qs

CSP Unit 1-6 Quiz Review

CSP Unit 1-6 Quiz Review

9th - 12th Grade

67 Qs

Grade 11- 12 ICT 4th Q

Grade 11- 12 ICT 4th Q

9th - 12th Grade

70 Qs

ITF Quiz Part 16

ITF Quiz Part 16

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Pat Johnson

FREE Resource

69 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the reason for receiving an error when clicking 'Run' in the Administrator: Windows PowerShell ISE window?

Unsigned scripts are blocked by default.

The script is too long.

The script is missing a semicolon.

The script is already running.

Answer explanation

Unsigned scripts are blocked by default, causing an error when clicking 'Run' in the Administrator: Windows PowerShell ISE window.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command should be typed in the Administrator: Windows PowerShell window to enable scripts without a valid coding certificate to run?

Set-ExecutionPolicy RemoteSigned

Enable-ScriptPolicy RemoteSigned

Set-ScriptPolicy RemoteSigned

Enable-ExecutionPolicy RemoteSigned

Answer explanation

The correct command to enable scripts without a valid coding certificate to run is Set-ExecutionPolicy RemoteSigned.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you type when prompted after entering the command to enable scripts in the Windows PowerShell window?

A

B

Y

N

Answer explanation

Type 'A' when prompted after entering the command to enable scripts in the Windows PowerShell window.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After switching to Windows PowerShell ISE and clicking 'Run', what happens?

Your simple one line script runs.

An error message is displayed.

The window closes automatically.

The script is saved.

Answer explanation

After switching to Windows PowerShell ISE and clicking 'Run', your simple one line script runs.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you type at the prompt in the Windows PowerShell window to run your simple one line script?

Sample.ps1

Script.ps1

Run.ps1

Execute.ps1

Answer explanation

To run a simple one line script in Windows PowerShell, you should type 'Sample.ps1' at the prompt. This is the correct choice for executing the script.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to install the Python development environment according to the provided instructions?

Click the Download Python button

Open a web browser and navigate to www.python.org/downloads

Click the Run button

Click the Install Now button

Answer explanation

Open a web browser and navigate to www.python.org/downloads

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do after clicking the Download Python button?

Click the Install Now button

Click the Run button

Click the Save button

Navigate to www.python.org/downloads

Answer explanation

After clicking the Download Python button, you should click the Save button to save the Python installer file to your computer.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?