Scripting and Remote Access Flashcards

1
Q

Interpreted languages that run on top of a runtime environment. Not strongly typed and have bad memory management because of loosely typed variables.

A

Scripting Languages (VB Script, PHP, JavaScript, Python, Ruby, PowerShell)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Languages that require a compiler

A

Programming Languages (Java, C++, C#)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Allows for precision math, also known as decimal math

A

Floating-point variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Allows for True & False values

A

Boolean variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Allows for whole number values

A

Interger variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Allows for text values

A

String variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Environment variables that are inherited

A

System > User > Program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which scripting environment is used for the following statement, $xvar = 2?

A

Powershell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which scripting environment is used for the following statement, xvar = 2?

A

Bash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which scripting environment is used for the following statement, xvar = 2;?

A

JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which scripting environment is used for the following statement, /a xvar=2?

A

Windows batch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which loop has a defined beginning and an end with steps.

A

‘for loop’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A type of ‘while loop’ and only has a defined end.

A

‘do loop’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Loop that only has a defined end

A

‘while loop’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which language uses Component Object Model and not used for cloud services. Developed by Microsoft and is included with Windows desktop

A

VBScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which language uses .NET Framework and used for Microsoft Azure and Office 365

A

PowerShell

17
Q

Which scripting language uses existing applications?

A

Windows batch scripts

18
Q

Primarily used for web browser-based and does not allow for the use of external objects

A

JavaScript

19
Q

Scripting language used in Linux and Unix systems and use existing applications and are used to manage the operating system

A

Bash

20
Q

What command grants execute permissions which allows a script to execute

A

chmod

21
Q

Which scripting language has preinstalled Integrated Scripting Environment (ISE)

A

PowerShell

22
Q

Used to state a comment in JavaScript code

A

//

23
Q

Used to state a comment in VBScript code

A

24
Q

Used to state a comment in Windows batch code

A

REM

25
Q

Used to state a comment in Bash or PowerShell code

A

#

26
Q

Security protocol used in RDP and Quick Assist utility

A

TLS security