My Master’s Degree

by | Feb 19, 2025 | College class | 0 comments

That is right. After getting my bachelor’s in graphic design at SNHU, I have decided to get a Master’s in information technology with a concentration in security from the same university online. It will take me two years because of the cost, I can afford only one course at a time. I will be 64 years old, and my peeps express concerns of ageism in finding employment. This is not a concern of mine, because first I love learning and second it will optimize my skill set. Plus, I can offer these new services in my present business.

I ordered the first book weeks in advance, and I am reading the whole book before class starts on March 24th 2025. The subjects covered are;

  • Introduction to Systems Analysis and Design
  • Analyzing the Business Case
  • Managing Systems Projects
  • Requirements Modeling
  • Data and Process Modeling
  • Object Modeling
  • Development Strategies
  • User Interface Design
  • Data Design
  • System Architecture
  • Managing Systems Implementation
  • Managing Systems Support and Security
  • Communication Tools
  • CASE Tools
  • Financial Analysis Tools
  • Internet Resource Tools

You May Also want to Read...

Program Documentation with Javadoc

To generate documentation for my program there is a generator called Javadoc. My integrated development environment (IDE), NetBeans, where the code can be tested as if being compiled, I can right click on a package of my program and then click "generate Javadoc." This...

read more

Learning to Code with Java

Java is a widely used object oriented  programming language. Which basically means an object is created from a class( the parent class could be “Animal”), for example a cat object from that class would have  attributes such as age, weight , name etc.. It then has...

read more

Operating System Security

The security status of my operating system Use the command line netstat -np tcp in the shell The entry TCP 127.0.0.1:56663 127.0.0.1:64867 ESTABLISHED shows an active, secure connection occurring on your local computer. Here is a breakdown of what each part means....

read more
alignablev2Tick-tok-logo