Get all Your Education Homework help from Tutorslite.com
COM546 Advanced Penetration Testing
Module 6 Exam 3
Question 1 The print command for Perl is almost identical to the print command used in which of the following programming languages?
Question 1 options:
Java
C
PHP
Smalltalk
Question 2 Which of the following is a backdoor initiated from inside the target’s network that makes it possible to take control of the target even when it’s behind a firewall?
Question 2 options:
reverse port
back shell
reverse shell
reverse door
Question 3 You must always add “//” at the end of comment text when using C language.
Question 3 options:
True
False
Question 4 In the Perl programming language, variables begin with which of the following characters?
Question 4 options:
%
!
*
$
Question 5 In the C programming language, which of the following show where a block of code begins and ends?
Question 5 options:
braces
parenthesis
brackets
dashes
Question 6 Bugs are worse than syntax errors because a program can run successfully with a bug, but the output might be incorrect or inconsistent.
Question 6 options:
True
False
Question 7 In HTML, each tag has a matching closing tag that is written with which of the following characters?
Question 7 options:
forward slash (/)
backward slash ()
bang (!)
ampersand (&)
Question 8 UNIX was first written in assembly language. However, it was soon rewritten in what programming language?
Question 8 options:
Smalltalk
Perl
Python
C
Question 9 Which of the following special characters is used with the printf() function in the C programming language to indicate a new line?
Question 9 options:
t