It is essential as a cybersecurity professional to have a complete understanding of how a compliance audit is conducted and documented because organizational sustainability often depends on the adequate assessment of information security and privacy management.Using the GCU Virtualization Environment, build either a Windows or Linux server. Then, search the web for technical controls related […]
Archive for the ‘Computer science and IT assignments’ Category
Cisco Packet Tracer Network Setup
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Create a network with a starting IP address of 192.168.18.0. All parts must be labeled and and layout must look like attached picture. Attached also was a demonstration and example of the layout of the network with all parts labeled and IP address ranges displayed.
Functional Programming
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
The program should include pure functional (i.e. non-I/O) code that performs the followingitems of functionality:i. return a list of the names of all the placesii. return the average rainfall (as a float) for a place given its nameiii. return all place names and their 7-day rainfall figures as a single string which, whenoutput using putStr, […]
MIPS practice (3 questions on PART ONE ONLY)
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
For either Q2 or Q3, we’d like both the correct sequence of MIPS instructions as well as a detailed explanation of what’s going on. Think of this as though you are trying to explain this to yourself at the start of the semester, i.e., you are coming up with your own worked examples. You might […]
Java Homework
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Complete the following Java problems. Write the solutions at the bottom of each problem, take as much space as you need. If that does not suit you, you can make a different document for the solutions. If this goes well I may have another order for you to do! Thanks.
Typing Speed program
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Create a C++ program that logs the person’s typing speed from user input and shows it to them. The program must include all of the following methods:OOP formatinheritance(derived classes)file handling classes( open(), read(), write() from #include <fstream> )user interaction(cout/cin), arrays and data objects (Linked Lists, Binary Trees(struct Node*). Make the program as simple as possible […]
C++ class STL Queue
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Design a class, ShoppingBasket. Each ShoppingBasket contains a count of the number of items in each of three categories, produce, meats, others. You will populate the counts of items in each category with the rand() function. Produce with a range of 1 -10, meats with a range of 0 – 3 and other with a […]
1 program
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Question Set 1 (10 part class modification):1. Simple Linked List ClassUsing an appropriate definition of ListNode, design a simple linked list class with onlytwo member functions and a default constructor: void add(double x);boolean isMember(double x);Linkedlist ( ) ; The add function adds a new node containing x to the front (head ) of the list, […]
3 program sets
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Question Set 1 (10 part class modification):1. Simple Linked List ClassUsing an appropriate definition of ListNode, design a simple linked list class with onlytwo member functions and a default constructor: void add(double x);boolean isMember(double x);Linkedlist ( ) ; The add function adds a new node containing x to the front (head ) of the list, […]
12.10 Code Refactor 2: Tic Tac Toe
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Please note that there was an error with the original code template that was corrected at 7:50 on 4/22/2020. The arrays in the conditional statements for the fw and sp methods are supposed to all be the same.This code works but there are some problems that need to be corrected. Your task is to complete […]