Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse Y

Alphabetical listing with fast deep pagination.
29588 items • Page 442 / 592

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
You will create a compelling single-page design that features a sign-up process
You will create a compelling single-page design that features a sign-up process to get new users to join some type of project, such as an email list, a software beta test, or an o…
You will create a design for an Ethernet network connecting four buildings in an
You will create a design for an Ethernet network connecting four buildings in an industrial park. Hand in a picture showing your network. There will be a core switch in each build…
You will create a function file that produces the Fibonacci spiral to n iteratio
You will create a function file that produces the Fibonacci spiral to n iterations. The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs co…
You will create a function that finds the unique solution to Ax-b equation using
You will create a function that finds the unique solution to Ax-b equation using Gaussian elimination with partial pivoting (using the absolute maximum possible value of the activ…
You will create a function that provides the user with all 4 selections (describ
You will create a function that provides the user with all 4 selections (described below). If you only implement the basic requirements (the first 2) you should still include the …
You will create a function that validates input. It should accept only non-negat
You will create a function that validates input. It should accept only non-negative integers. If the input is incorrect the function should throw an exception. The exception will …
You will create a main application with static user defined methods that will de
You will create a main application with static user defined methods that will determine if an inputted phone number (as a string) is a palindrome or not. You will convert the inpu…
You will create a math game to help people hone their math skills. When the game
You will create a math game to help people hone their math skills. When the game is executed, it will ask the user if they want to practice their addition, subtraction, multiplica…
You will create a new JSFiddle called Array Example. For this example you will c
You will create a new JSFiddle called Array Example. For this example you will create in JavaScript an Array of strings - you will populate it with the first names of each of the …
You will create a new program that simulates the game of Lotto. How does this wo
You will create a new program that simulates the game of Lotto. How does this work? The user will input 6 numbers (integer): ranging from 1 to 59. The computer will randomly pick …
You will create a problem that takes in a board with chess pieces from file. For
You will create a problem that takes in a board with chess pieces from file. For this exercise, the board will only contain pawns and rooks. The dimensions of the board will be so…
You will create a program that accepts as input an array of values as well as a
You will create a program that accepts as input an array of values as well as a search value, and the output of the program will be the index number and the value of the array ent…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that draws ASCII boxes. The user specifies the width a
You will create a program that draws ASCII boxes. The user specifies the width and height of the box. At a minimum, the box has to be two characters wide by two characters tall, a…
You will create a program that helps the user make a difficult decision. You can
You will create a program that helps the user make a difficult decision. You can either choose either: a gift to give based on the month of the year or help them decide a place to…
You will create a program that is composed of five files. The program will have
You will create a program that is composed of five files. The program will have two functions, each with it’s own header file and source code (think .cpp and .hpp) and a main file…
You will create a program that simulates a store\'s inventory. A store carries v
You will create a program that simulates a store's inventory. A store carries varying quantities of five different items (your choice of items and amounts). Five customers repeate…
You will create a publication class that will define a general publication. A pu
You will create a publication class that will define a general publication. A publication properties will consist of: <                    title <                    price &…
You will create a script file for the purpose of user and group management in Li
You will create a script file for the purpose of user and group management in Linux. You will create a script file called myscript using vim. The first line of each of your script…
You will create a script using PowerShell that meets the following requirements:
You will create a script using PowerShell that meets the following requirements: a. contains appropriate comments (see Role of comment which is also located in the course material…
You will create a simple class hierarchy as the basis for a fantasy combat game.
You will create a simple class hierarchy as the basis for a fantasy combat game. You need to create a Creature class. Then you will have a subclass for each of these characters. N…
You will create a simple script for your television commercial following this tw
You will create a simple script for your television commercial following this two column format in which the visual is listed on the left and audio/dialog is listed on the right. …
You will create a single file using Violet for Part 1 and 2 below. Submit the fi
You will create a single file using Violet for Part 1 and 2 below. Submit the file to your instructor for grading using Blackboard. Part 1 (8 pts) Using Violet create a class diag…
You will create a solution containing two projects: the first project will be a
You will create a solution containing two projects: the first project will be a class library (DLL), the other will be a console app. The DLL you create must contain the following…
You will create a superclass, a subclass, and a driver class. In the driver clas
You will create a superclass, a subclass, and a driver class. In the driver class, you will create objects demonstrating polymorphism & dynamic binding. The objects will be ad…
You will create a text file that will consist of expression strings, one express
You will create a text file that will consist of expression strings, one expression string per line. Assume that the file contents are all valid infix expressions follow the rules…
You will create a text-based M-fille named (Rule 1) Project_WXYZ.m WXYZ are as s
You will create a text-based M-fille named (Rule 1) Project_WXYZ.m WXYZ are as specified in Rule 1. Always use semicolons to suppress output; 10 points deducted for every missing …
You will create a very simple two numbers calculator with save options; here is
You will create a very simple two numbers calculator with save options; here is the specifications for the application. Create a form divided vertically in two halves with right a…
You will create a windows VB.Net application that will accept the customer type,
You will create a windows VB.Net application that will accept the customer type, number of blue skateboards needed and the number of yellow skateboards needed. The customer type i…
You will create a windows VB.Net application that will accept the customer type,
You will create a windows VB.Net application that will accept the customer type, number of blue skateboards needed and the number of yellow skateboards needed. The customer type i…
You will create an abstract publication class that will define a general publica
You will create an abstract publication class that will define a general publication. It will be too general for specific publications. A publication properties will consist of: &…
You will create an array manipulation program that allows the user to do pretty
You will create an array manipulation program that allows the user to do pretty much whatever they want to an array. Present the user with a menu, detect their choice, and provide…
You will create the Die, LoadedDie, and Game classes. You will use them in the s
You will create the Die, LoadedDie, and Game classes. You will use them in the simply dice rolling game. • Die class- it requires an integer N that is the number of sides and retu…
You will create the Die, LoadedDie, and Game classes. You will use them in the s
You will create the Die, LoadedDie, and Game classes. You will use them in the simply dice rolling game. • Die class- it requires an integer N that is the number of sides and retu…
You will create the SQL Script to create procedures to insert/ update data and p
You will create the SQL Script to create procedures to insert/ update data and process a project delay - SP_ProcessProjectDelay: Given a project Id, this procedure finds if any ma…
You will create the SQL Scripts to create procedures to insert/ update data. The
You will create the SQL Scripts to create procedures to insert/ update data. The following definitions specify the parameters that can be passed in. The underlined parameters are …
You will create the ShoutBox class for your Virtual World. Your ShoutBox class w
You will create the ShoutBox class for your Virtual World. Your ShoutBox class will have two methods: Method shoutOutCannedMessage() will return type String. The shoutOutCannedMes…
You will create the ShoutBox class for your Virtual World. Your ShoutBox class w
You will create the ShoutBox class for your Virtual World. Your ShoutBox class will have two methods: Method shoutOutCannedMessage() will return type String. The shoutOutCannedMes…
You will create the following 4 triggers: - trgEmployee: Will be placed on the E
You will create the following 4 triggers: - trgEmployee: Will be placed on the Employee table and listens for Inserts, Deletes, and Updates - trgJob: Will be placed on the Job tab…
You will create the pseudo-code and Java Script program which will prompt the us
You will create the pseudo-code and Java Script program which will prompt the user for four (4) numeric grades. Requirements: Use an array to store the grades. Use a looping struc…
You will create the pseudo-code and Java Script program which will prompt the us
You will create the pseudo-code and Java Script program which will prompt the user for four (4) numeric grades. Requirements: • Use an array to store the grades. • Use a looping s…
You will create the pseudo-code and Java Script program which will prompt the us
You will create the pseudo-code and Java Script program which will prompt the user for four (4) numeric grades. Requirements: • Use an array to store the grades. • Use a looping s…
You will create this assignment following the Assignment Detail instructions bel
You will create this assignment following the Assignment Detail instructions below. This assignment will be submitted in the Unit 1 - Submission Assignment lesson in intellipath. …
You will create this assignment following the Assignment Detail instructions bel
You will create this assignment following the Assignment Detail instructions below. This assignment will be submitted in the Unit 2 - Submission Assignment lesson in intellipath. …
You will create three (3) static methods described below, and test each of them
You will create three (3) static methods described below, and test each of them by calling them from main. The three are as follows: sumDigits reverse isPalindrome The description…
You will create two Boolean array search functions. These functions will do a li
You will create two Boolean array search functions. These functions will do a linear search of the array to see if the passed in integer value is present anywhere in an array of i…
You will create two classes to demonstrate inheritance - a Person and a Student
You will create two classes to demonstrate inheritance - a Person and a Student A person class is a simple data class consisting of the following methods Example PrintInfo output:…