Answer:
Written in Python:
num1 = 10
num2 = 15
print(num1)
print(num2)
print(num1 * num2)
Explanation:
The programs requires that two number be assumed and multiplied.
The program uses num1 and num2 to represent the two numbers (line 1 and line2)
These numbers were then initialized to 10 and 15, respectively (note that, you can replace these numbers with any number of your choice)
The next two lines then print num1 and num2
The last line prints the result of their multiplication
However, line by line explanation is as follows:
<em>This line initializes num1 to 10</em>
num1 = 10
<em>This line initializes num2 to 15</em>
num2 = 15
<em>This line prints num1</em>
print(num1)
<em>This line prints num2</em>
print(num2)
<em>This line prints the product of num1 and num2</em>
print(num1 * num2)
Answer:
01001001?01110111?01100001?01111001?00100000?01101001?01101011?01100101?01101100?01100001?01111001?00100000?01110101?01101110?01100001?01101100?01100001?01111001?00101110
NSTISSI NO 4011 has become a widely accepted evaluation standard for training and education related to the security of information system. The standard is directed at information security professionals who are experts in identifying system vulnerabilities, investigating system security, documenting, analyzing and evaluating system security technology policies.<span />
<span>Use 8-bit resolution when recording human speech in an audio file.
</span><span>The </span>resolution<span> of </span>8 bits<span> can encode an analog input to one in 256 different levels. The reason why 256 levels is because 2^8</span><span> = 256.
</span>The analog to digital converter (ADC) <span> represents the analog input as a digital word.</span>
Answer:
The certification developed by the SANS is GIAC certification .In this there are 3 certification GSEC,GISF and GCED .The description of these certification is given below .
Explanation:
The GIAC certification course is providing the knowledge of the security like cryptography ,networkig knowledge etc .
GSEC:The GSEC Certification is the certification of the security.It simply means this certification certified about the security risk in the computer system .
GISF: This certification gives the knowledge of the networking as well as the security in the computer system also it gives the knowledge of the cryptography.
GCED :This certification is also providing the knowledge of security as well as networking.
Difference between GIAC and InfoSec certifications is given below
- The SANS certification is giving the knowledge about the security risk as well as cryptography by the professional where as the InfoSec certifications providing the knowledge of the hacking by the professional .
- The SANS is including the certification of GIAC certification where as the InfoSec certifications is including the CISSP and SSCP certification .