ASU CSE 548 Advanced Computer Network Security
Week 6 Graded Quiz
1 The Gene data is considered as . . . data.
• sequential ✔
• non-sequential
• time series
• visual
2 The attacker’s behavior can be captured from the network traffic as well
as the . . . data.
• home directory
• log ✔
• tmp
3 Which of the following formulas is used to calculate the specificity?
• TP/(TN+FP)
• TN/(TN+FN)
• TN/(TN+FP) ✔
4 Which of the following machine learning algorithm is generally/most
commonly used as an unsupervised learning algorithm?
• Feed Forward Neural Networks
• KNN Classification
• K-means Clustering ✔
5 Assume a simple MLP with 3 neurons in hidden layer(A,B,C).
The weights of A is 4, and input to it is 1.
The weights of B is 5, and input to it is 2.
The weights of C is 6, and input to it is 3.
Assume the activation function is a linear function y=3x. What will the
output be?
• 48
• 643
• 32
• 96 ✔
1
Week 6 Graded Quiz
1 The Gene data is considered as . . . data.
• sequential ✔
• non-sequential
• time series
• visual
2 The attacker’s behavior can be captured from the network traffic as well
as the . . . data.
• home directory
• log ✔
• tmp
3 Which of the following formulas is used to calculate the specificity?
• TP/(TN+FP)
• TN/(TN+FN)
• TN/(TN+FP) ✔
4 Which of the following machine learning algorithm is generally/most
commonly used as an unsupervised learning algorithm?
• Feed Forward Neural Networks
• KNN Classification
• K-means Clustering ✔
5 Assume a simple MLP with 3 neurons in hidden layer(A,B,C).
The weights of A is 4, and input to it is 1.
The weights of B is 5, and input to it is 2.
The weights of C is 6, and input to it is 3.
Assume the activation function is a linear function y=3x. What will the
output be?
• 48
• 643
• 32
• 96 ✔
1