Premium Essay

Pt1420 Lab 5.5

In:

Submitted By stoop
Words 255
Pages 2
1. Sub Main() 2. Dim testScore As Integer = 0 3. Dim category As String = " " 4. Dim interview As String = " " 5. 6. getScore(testScore) 7. employCat(testScore, category) 8. interviewPoss(testScore, interview) 9. displayInfo(testScore, category, interview) 10. 11. Console.WriteLine("Please hit enter to exit...") 12. Console.ReadLine() 13. 'Daniel Merritt (17486170) 14. End Sub 15. 16. Private Sub getScore(ByRef testScore As Integer) 17. Console.WriteLine("Enter the score: ") 18. testScore = Console.ReadLine() 19. End Sub 20. 21. Private Sub employCat(ByVal testScore As Integer, ByRef category As String) 22. If testScore <= 59 Then 23. category = "No" 24. ElseIf testScore <= 69 And testScore >= 60 Then 25. category = "Maybe" 26. ElseIf testScore <= 84 And testScore >= 70 Then 27. category = "Likely" 28. ElseIf testScore >= 85 Then 29. category = "Definite" 30. End If 31. End Sub 32. Private Sub interviewPoss(ByVal testScore As Integer, ByRef interview As String) 33. If testScore <= 59 Then 34. interview = "No" 35. ElseIf testScore <= 69 And testScore >= 60 Then 36. interview = "Yes" 37. ElseIf testScore <= 84 And testScore >= 70 Then 38. interview = "Yes" 39. ElseIf testScore >= 85 Then 40. interview = "Yes" 41. End If 42. End Sub 43. Private Sub displayInfo(ByVal testscore As Integer, ByRef category As String, ByRef interview As String) 44.

Similar Documents

Premium Essay

Nt1210 Introduction to Networking Onsite Course

...Onsite Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s): Prerequisites: NT1110 Computer Structure and Logic or equivalent Course Description: This course serves as a foundation for the study of computer networking technologies. Concepts in data communications, such as signaling, coding and decoding, multiplexing, circuit switching and packet switching, OSI and TCP/IP models, LAN/WAN protocols, network devices and their functions, topologies and capabilities are discussed. Industry standards and the development of networking technologies are surveyed in conjunction with a basic awareness of software and hardware components used in typical networking and internetworking environments Introduction to Networking Syllabus Where Does This Course Belong? This course is required for the associate program in Network System Administration and the associate program in Electrical Engineering Technology. The following diagrams demonstrate how this course fits in each program. Associate Program in Network Systems Administration NT2799 NSA Capstone Project NT2580 Introduction to Information Security NT2670 Email and Web Services NT2640 IP Networking PT2520 Database Concepts NT1330 Client-Server Networking II NT1230 Client-Server Networking I NT1430 Linux Networking PT1420 Introduction to Programming NT1110 Computer Structure and Logic NT1210 Introduction to Networking ...

Words: 4400 - Pages: 18

Premium Essay

Nt 1210

...Onsite Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s): Prerequisites: NT1110 Computer Structure and Logic or equivalent Course Description: This course serves as a foundation for the study of computer networking technologies. Concepts in data communications, such as signaling, coding and decoding, multiplexing, circuit switching and packet switching, OSI and TCP/IP models, LAN/WAN protocols, network devices and their functions, topologies and capabilities are discussed. Industry standards and the development of networking technologies are surveyed in conjunction with a basic awareness of software and hardware components used in typical networking and internetworking environments Introduction to Networking Syllabus Where Does This Course Belong? This course is required for the associate program in Network System Administration and the associate program in Electrical Engineering Technology. The following diagrams demonstrate how this course fits in each program. Associate Program in Network Systems Administration NT2799 NSA Capstone Project NT2580 Introduction to Information Security NT2670 Email and Web Services NT2640 IP Networking PT2520 Database Concepts NT1330 Client-Server Networking II NT1230 Client-Server Networking I NT1430 Linux Networking PT1420 Introduction to Programming NT1110 Computer Structure and Logic NT1210 Introduction to Networking ...

Words: 4400 - Pages: 18