Computer science and IT assignments Undergraduate

hw2

Before attempting this project, be sure you have completed all of the reading assignments, hands-on labs, discussions, and assignments to date.Design a Java class named Guitar that contains: A private int data field named numStrings that defines the number of strings on the guitar. The default value should be 6. A private double data field …

Continue Reading
Computer science and IT assignments Undergraduate

Create a java class

Provide Java code for a simple class of your choice. Be sure to include at least one constructor, two methods and two fields. The fields should be private. Create a test class to constuct and call the methods of your class. Describe your class and demonstrate your code functions properly. Respond to other student postings …

Continue Reading
Computer science and IT assignments Undergraduate

Shells, Piping, Redirection (C)

In this assignment you shall take an existing implementation of a shell program and add some small improvements to it. Preparation – Downloading, Compiling and Testing a simple Shell ImplementationDownload and un-compress the following file: shell.tgzThe contents of the file are C sources that implement a simple shell. The contentsare: smsh.c – an implementation of …

Continue Reading
Computer science and IT assignments Undergraduate

CCNA Cisco Networking Packet Tracer Assignment

Calculate Subnetting schemes and implement IPv4 addressingConfigure & troubleshoot Ethernet Networks (wired and wireless) via Cisco CLI on Router and Switch platformsDescribe and apply Dynamic Routing, Static Routes and security technologies based on given Network designCreate Virtual Local Area Networks (VLANs) and test inter-VLAN communication across a routerOptimise Network Devices to provide functionality for modern …

Continue Reading
Computer science and IT assignments Undergraduate

Upping Your Game

This is the previous assignment:You have been asked to create a Dungeon and Dragons style game. They have asked you to Design a class called Character that will hold the following information:     Name    Age    Players Name    Level    Gender    Race    Class (i.e. fighter, wizard) Then create a program …

Continue Reading
Computer science and IT assignments Undergraduate

Upping Your Game

This is the previous assignment:You have been asked to create a Dungeon and Dragons style game. They have asked you to Design a class called Character that will hold the following information:     Name    Age    Players Name    Level    Gender    Race    Class (i.e. fighter, wizard) Then create a program …

Continue Reading