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

Browse I

Alphabetical listing with fast deep pagination.
87858 items • Page 1378 / 1758

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
In this project, you will create a web page about your favorite movie (The Weddi
In this project, you will create a web page about your favorite movie (The Wedding Ringer), and see how the page changes when a different style sheet is applied. 3. Create a web p…
In this project, you will design a new network infrastructure for a five-hundred
In this project, you will design a new network infrastructure for a five-hundred-employee law firm. The design of the network should incorporate several elements that demonstrate …
In this project, you will design a program to perform the following task: Design
In this project, you will design a program to perform the following task: Design a program for a cafe that will allow a user to gather some customer market research data. When a c…
In this project, you will design and implement an algorithm to determine the nex
In this project, you will design and implement an algorithm to determine the next greater element of an element in an array in (n) time, where 'n' is the number of elements in the…
In this project, you will design various classes and write a program to computer
In this project, you will design various classes and write a program to computerize the billing system of a hospital. a. Design the class doctorType, inherited from the class pers…
In this project, you will develop a program that receives infix expressions, con
In this project, you will develop a program that receives infix expressions, convert them to postfix expressions, and then evaluate the produced post expressions. Use a stack and …
In this project, you will develop a program that receives infix expressions, con
In this project, you will develop a program that receives infix expressions, convert them to postfix expressions, and then evaluate the produced post expressions. Use a stack and …
In this project, you will employ bitwise operations and bit masks for manipulati
In this project, you will employ bitwise operations and bit masks for manipulating bits of an integer. The goal is to understand their significance in saving memory costs. This wi…
In this project, you will implement a Tic Tac Toe Simulator. Display a frame tha
In this project, you will implement a Tic Tac Toe Simulator. Display a frame that contains ten labels. Nine large labels display Xs and Os. What to display on these nine large lab…
In this project, you will implement a number of functions that deal with date ob
In this project, you will implement a number of functions that deal with date objects, which are structs with three integer fields: month, day, year. The specifications for the fu…
In this project, you will implement a simple game of hangman (https://en.wikiped
In this project, you will implement a simple game of hangman (https://en.wikipedia.org/wiki/Hangman (game) using socket programming in Python or Any other language you choose to s…
In this project, you will implement a simple lexical analyzer to scan a small se
In this project, you will implement a simple lexical analyzer to scan a small set of expressions. This set of expressions has the following tokens: identifier, integer constant, l…
In this project, you will implement a simple lexical analyzer to scan a small se
In this project, you will implement a simple lexical analyzer to scan a small set of expressions. This set of expressions has the following tokens: identifier, integer constant, l…
In this project, you will implement operations to input and output multi-digit n
In this project, you will implement operations to input and output multi-digit numbers. Since the LC-3 is a 16-bit word computer, the range of integers handled will be -215 to (21…
In this project, you will implement the Queue data structure and use it to creat
In this project, you will implement the Queue data structure and use it to create a player for Rotisserie Nim. Since we are only going to implement very basic Queue operations, we…
In this project, you will implement the dynamic programming-based solution to fi
In this project, you will implement the dynamic programming-based solution to find the longest common subsequence (LCS) of two sequences. **Code in Python please** In this project…
In this project, you will input student data from a file create student objects
In this project, you will input student data from a file create student objects add student objects to an array write the student object data to standard output. Download the inpu…
In this project, you will need to build a computer from scratch. You will have $
In this project, you will need to build a computer from scratch. You will have $2000 budget and you will need to buy: (1) Monitor (2) Keyboard (3) Mouse (4) Computer Case (if any)…
In this project, you will perform calculations with triangles. A triangle is def
In this project, you will perform calculations with triangles. A triangle is defined by the x- and y-coordinates of its three corner points. Your job is to compute the following p…
In this project, you will process AWI data. Example data for 2014 and 2015 is pr
In this project, you will process AWI data. Example data for 2014 and 2015 is provided in the files year2014.txt and year2015.txt (2015 is the most recent year of complete data—th…
In this project, you will program C++ code to open an existing data file to read
In this project, you will program C++ code to open an existing data file to read the number of two arrays, each of them contains 10 elements. The corresponding element in those tw…
In this project, you will provide a proof, different from that in the text or Pr
In this project, you will provide a proof, different from that in the text or Project 1.5, of the fact that every Cauchy sequence is convergent. In the process, you will give anot…
In this project, you will read in a directory name and walk through the director
In this project, you will read in a directory name and walk through the directory structure to find all .csv files. There may be multiple levels of directories that you will need …
In this project, you will sort envelopes as they arrive at the post office. Your
In this project, you will sort envelopes as they arrive at the post office. Your program should sort the envelopes by Zip code and assign them to one of the four mail carrier. Zip…
In this project, you will use your programming skills to write a program that do
In this project, you will use your programming skills to write a program that does the following: 1. Reads the contents of a file called "taxdata.txt" 2. Create a class called Tax…
In this project, you will write Java programs to implement recursive definitions
In this project, you will write Java programs to implement recursive definitions of the following languages. Your main() function should read in one command-line value and then in…
In this project, you will write a MATLAB program that computes weekly employee e
In this project, you will write a MATLAB program that computes weekly employee earnings assuming a 40-hour work week and pay by the hour. An employee will earn an overtime rate of…
In this project, you will write a complete program that allows the user to play
In this project, you will write a complete program that allows the user to play a game of Mastermind against the computer. A Mastermind game has the following steps: 1. The codebr…
In this project, you will write a complete program that allows the user to play
In this project, you will write a complete program that allows the user to play a game of Mastermind against the computer. A Mastermind game has the following steps: 1. The codebr…
In this project, you will write a complete program that allows the user to play
In this project, you will write a complete program that allows the user to play a game of Mastermind against the computer. A Mastermind game has the following steps: 1. The codebr…
In this project, you will write a complete program that allows the user to play
In this project, you will write a complete program that allows the user to play a game of Mastermind against the computer. A Mastermind game has the following steps: 1. The codebr…
In this project, you will write a menu-driven application that performs conversi
In this project, you will write a menu-driven application that performs conversions among numbers of di?erent bases. To simplify things, your program will only be able to do conve…
In this project, you will write a program that analyzes a text file and counts t
In this project, you will write a program that analyzes a text file and counts the number of times a word appears (a.k.a. the word’s frequency). When the program completes, it dum…
In this project, you will write a program that helps a player select players in
In this project, you will write a program that helps a player select players in Fantasy Premier League game. You have £100 to get 15 players, distributed as follows: £10 to get 2 …
In this project, you will write a program that simulates a standard deck of card
In this project, you will write a program that simulates a standard deck of cards. Background - What is a standard deck of cards? A standard deck of playing cards contains a total…
In this project, you will write a program that utilizes your knowledge of inheri
In this project, you will write a program that utilizes your knowledge of inheritance in Java. To start, consider a company (“Fuzzy Logic Radio”) that has a number of radio statio…
In this project, you will write a program to decode the Morse code and translate
In this project, you will write a program to decode the Morse code and translate it into plain text. Instruction In this project, you will write a program to translate the Morse c…
In this project, you will write a “craps” dice program in Java. First, you will
In this project, you will write a “craps” dice program in Java. First, you will need to know the rules of the game: -The player roles two dice, with a resulting score between 2-12…
In this project, you will write a “craps” dice program. (History, from Wikipedia
In this project, you will write a “craps” dice program. (History, from Wikipedia: Craps developed from a simplification of the Old English game hazard. Its origins are complex and…
In this project, you will: - Complete the code to solve a maze - Discuss related
In this project, you will: - Complete the code to solve a maze - Discuss related data structures topics Programming ---------------------------------------------------------------…
In this project, you write a MIPS code to 1) allow users to input a sequence of
In this project, you write a MIPS code to 1) allow users to input a sequence of integers. 2) output the median of these integers. The number of input integers is between 1 and 10.…
In this project, you write a MIPS code to 1) allow users to input a sequence of
In this project, you write a MIPS code to 1) allow users to input a sequence of float point numbers (single precision number). 2) output the max, min, and median of these numbers.…
In this project, you\'ll be building a static website with one HTML file and a s
In this project, you'll be building a static website with one HTML file and a stylesheet (.css file). The purpose of your webpage is to allow users to 'buy'--or rather pretend to …
In this project, you\'ll begin to write a simple calendar application. In the fi
In this project, you'll begin to write a simple calendar application. In the first stage of the project, your goal is just to take a date (year, month, day of the month) and deter…
In this project, you\'re going to create a Java application called project1.java
In this project, you're going to create a Java application called project1.java in which the user will be pass in multiple integers separated by spaces at the command line followe…
In this project, your goal is to program the game TIC-TAC-TOE using what you hav
In this project, your goal is to program the game TIC-TAC-TOE using what you have used in C as well as what you have learned so far in C++. The game is not a hard one to play, but…
In this project, your teams are consulting companies advising corporations on th
In this project, your teams are consulting companies advising corporations on the substance and public perception of their corporate social responsibility efforts. Teams should ch…
In this project, you’ll be working with a Class A private network. Each of the q
In this project, you’ll be working with a Class A private network. Each of the questions is based on the following scenario and should be answered as a whole. Scenario: Starting I…
In this project, you’ll create a JavaScript that calculates the Celsius equivale
In this project, you’ll create a JavaScript that calculates the Celsius equivalent of a Fahrenheit temperature. Note that your results should work on all modern browsers, but it w…
In this project, you’ll create a security infrastructure design document for a f
In this project, you’ll create a security infrastructure design document for a fictional organization. The security services and tools you describe in the document must be able to…