Basic Cybersecurity Programming and Networking
This course introduces the cybersecurity-centric programming and networking concepts. Students will develop problem solving skills by using low-level programming languages (including C and assembly) and learn fundamentals of network protocols. This course is the technical base for students to take cybersecurity major courses. No prior knowledge of programming and networking is assumed.
Course Work:
Write a program in python to read integer n and then find the sum of the series
[x- x^3 + x^5 + ……]
Write a program to count the number of vowels and consonants in a given string.
Ex.: string =“Python is fun”
Consonants:8
Vowels: 3
Final Project: