CYSE 250

Basic Cybersecurity Programming and Networking

There are both programming assignments for all different types of programming languages and hands-on labs for cybersecurity and operations. Within this course, I have been working to learn python language and how to write program to execute simple commands as well as other more difficult ones such as being able to communicate from multiple different servers that were established. Below are some examples of code written that display some examples of interactive programs written by me to produce simple outcomes such as math algorithms and name printing, as well as indexing and lists that were created.

The programming assignments shown below are as follows:

  1. Write a program that evaluates the users inputted age 
  2. Write a program that evaluates dimensions of a rectangle and a triangle given numbers by the user
Calculating the area of both a triangle and rectangle
In this assignment I was to create a program that when inserting the dimensions for the objects the program would be able to calculate an accurate area using formulas that were imported.
Calculating Age over a given Time
This program was written to learn how to use simple functions of addition to add 5 years to the users inputted age. As seen below I input 22 for the user whos name is printed in green, and the program calculates how old my age will be given 5 more years.