Canvas Questions Flashcards

1
Q

What is OWASP?

A

Open Web Application Security Project.

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

What is TelNet Used for?

A

Issuing commands to a remote computer

SSH- Secure Socket

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

Which tool will this script use to alter file permissions?

A

icacls

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

Which SQL command is used to query a relational database?

A

SELECT

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

Which HTTP command is used when sending data from back to the server?

A

POST

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

Which is used to update information in an SQL database?

A

UPDATE

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

Which utilities can be used to schedule automate tasks in both Windows and Linux?

A

Task Scheduler + Cron

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

What is the correct syntax for searching files in Linux for a particular string

A

grep

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

What is the default output device for scripts in PowerShell?

A

Terminal

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

What number base is used in MIME?

A

64

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

If. Else if and else are examples of which type of programming construct?

A

Selection

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

What command will list all the processes running on a Linux machine?

A

ps-aux

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

What software development methodologies involves creation of a rough copy for customer approval prior to full development work occurring?

A

Prototyping

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

Which command is used to locate a particular file

A

find

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

Which Linux command is used to copy files?

A

cp

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

Which of the following is an example of Octal in use in a computer system

A

Linux file permissions

17
Q

The allocation of too much of which computer resource results in a stack overflow?

A

RAM

18
Q

What is the BEST command that can display the required information

A

netstat-ab

19
Q

Which of the following remote access types is the least secure?

A

Telnet

20
Q

What HTTP commands is used to add a new document or file to the web server?

A

PUT

21
Q

For, While and Do are examples of which type of programming construct?

A

Iteration