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 1375 / 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 programming assignment, you will write a client ping program in Python.
In this programming assignment, you will write a client ping program in Python. Your client will send a simple ping message to a server, receive a corresponding pong message back …
In this programming assignment, you will write a program that takes in input a t
In this programming assignment, you will write a program that takes in input a textual tcpdump trace of traffic generated by Traceroute. You specify each router address on the pat…
In this programming assignment, you’ll identify the number of potential customer
In this programming assignment, you’ll identify the number of potential customers for a business. The starter program outputs the number of potential customers in a user­entered a…
In this programming assignment, you’ll identify the number of potential customer
In this programming assignment, you’ll identify the number of potential customers for a business. The starter program outputs the number of potential customers in a user­entered a…
In this programming assignment, you’ll identify the number of potential customer
In this programming assignment, you’ll identify the number of potential customers for a business. The starter program outputs the number of potential customers in a user­entered a…
In this programming challenge you will create a simple trivia game for two playe
In this programming challenge you will create a simple trivia game for two players. The program will work like this: *Starting with player 1, each player gets a turn at answering …
In this programming challenge you will create a simple trivia game for two playe
In this programming challenge you will create a simple trivia game for two players. The program will work like this: *Starting with player 1, each player gets a turn at answering …
In this programming challenge, you will simulate a cash register. The client pro
In this programming challenge, you will simulate a cash register. The client program will work like this: You will use an array or ArrayList to stimulate a shopping cart. You will…
In this programming exercise you will perform an empirical analysis of the Quick
In this programming exercise you will perform an empirical analysis of the QuickSort algorithm to study the actual average case behavior and compare it to the mathematically predi…
In this programming exercise, you will create and use a linked list to process u
In this programming exercise, you will create and use a linked list to process user input. 1. The user will input a set of numbers terminated by a newline character. Each number i…
In this programming problem assignment from CHAPTER 7, PROGRAMMING PROBLEM NUMBE
In this programming problem assignment from CHAPTER 7, PROGRAMMING PROBLEM NUMBER 5 from the STARTING OUT WITH VISUAL C# textbook, I'm to create an application that displays the c…
In this programming project you will be required to design, develop, test and do
In this programming project you will be required to design, develop, test and document a Java application that takes in four arguments from the command line, reads data from an in…
In this programming project, you will be implementing the data structure min-hea
In this programming project, you will be implementing the data structure min-heap. You should use the C++ programming language, not any other programming language. Also, your prog…
In this programming project, you will implement a hierarchy of classes as descri
In this programming project, you will implement a hierarchy of classes as described and, utilizing polymorphism, objects of the classes are exercised in a client program. Design a…
In this programming project, you will implement a hierarchy of classes as descri
In this programming project, you will implement a hierarchy of classes as described and, utilizing polymorphism, objects of the classes are exercised in a client program. Design a…
In this programming question, you have the following classes: Hero.java and Hero
In this programming question, you have the following classes: Hero.java and HeroTester.java. Hero.java is as follows: package question2; import java.util.ArrayList; import java.ut…
In this programming question, you have the following classes: Hero.java and Hero
In this programming question, you have the following classes: Hero.java and HeroTester.java. Hero.java is as follows: package question2; import java.util.ArrayList; import java.ut…
In this programming question, you have the following classes: Hero.java and Hero
In this programming question, you have the following classes: Hero.java and HeroTester.java. Hero.java is as follows: package question2; import java.util.ArrayList; import java.ut…
In this project I need to create a solution designed to play Blackjack. Only use
In this project I need to create a solution designed to play Blackjack. Only use simple rules of the game. Assume there exists a player and a dealer. The winner of the game is the…
In this project I need to create a solution designed to play Blackjack. Only use
In this project I need to create a solution designed to play Blackjack. Only use simple rules of the game. Assume there exists a player and a dealer. The winner of the game is the…
In this project I would like you to write a Java class to play a variant of Rock
In this project I would like you to write a Java class to play a variant of Rock-Paper-Scissors called Hunter-Bear-Ninja against the computer. This game works similarly to Rock-Pa…
In this project VENDO. We are going to use Structs and maybe Enums that we learn
In this project VENDO. We are going to use Structs and maybe Enums that we learned about today. Your job is to write code to simulate a vending machine with at least ten products …
In this project for Intro to Computer Architecture, you are asked to do followin
In this project for Intro to Computer Architecture, you are asked to do following: 1) Download Mars -- a MIPS simulator - to your laptop or desktop and learn to use it, including …
In this project we are asked to complete a 2017 joint tax return for Gary and Je
In this project we are asked to complete a 2017 joint tax return for Gary and Jennifer Smith whose information is provided below. Most people today use tax return software to prep…
In this project we are going to develop a multithread chatroom in Java. Developi
In this project we are going to develop a multithread chatroom in Java. Developing tools: NetBeans in Windows, or Java JDK and in Ubuntu (You will need the permission from help de…
In this project we are meant to be taking control line arguments and then input
In this project we are meant to be taking control line arguments and then input and outputting the translation (in either pigLatin english or rot13). Here is the code I have so fa…
In this project we will create a base class to represent animals of various kind
In this project we will create a base class to represent animals of various kinds. Class Animal Then we will create derived classes to represent specific kinds of animals. Dog Cat…
In this project we will implement the Minesweeper game. Minesweeper is played on
In this project we will implement the Minesweeper game. Minesweeper is played on a rectangle grid. When the game starts, a number of bombs are hidden on random positions on the fi…
In this project we will improve our personal lending library tool by (1) adding
In this project we will improve our personal lending library tool by (1) adding the ability to delete items from the library, (2) creating a graphical user interface that shows th…
In this project we will use Matlab to visualize the EM fields within a waveguide
In this project we will use Matlab to visualize the EM fields within a waveguide. Considera rectangul hollow metal waveguide as shown in the figure below. Let a 32 cm, b 1 cm and …
In this project we would like to write a C program that manages students\' recor
In this project we would like to write a C program that manages students' records. A student can be described by the following fields: Student ID Student last name Student last na…
In this project you are asked to implement a simple information system to manipu
In this project you are asked to implement a simple information system to manipulate student records. Using your system, the user will be able to (1) add a new student to the syst…
In this project you are asked to implement the following four sorting algorithms
In this project you are asked to implement the following four sorting algorithms: Insertion Sort, Quick Sort, Merge Sort, and Heap sort. To test your program, generate a file of 2…
In this project you are going to use single dimensional array and a pointer to i
In this project you are going to use single dimensional array and a pointer to implement a stack. A stack is a list which has elements inserted or deleted on the top of the list. …
In this project you are going to use single dimensional array and a pointer to i
In this project you are going to use single dimensional array and a pointer to implement a stack. A stack is a list which has elements inserted or deleted on the top of the list. …
In this project you are to write a Java program similar to the ones used in ATM
In this project you are to write a Java program similar to the ones used in ATM machines. Essentially your program is to handle the following services: Cash withdrawal from either…
In this project you are to write a Java program similar to the ones used in ATM
In this project you are to write a Java program similar to the ones used in ATM machines. Essentially your program is tohandle the following services: - Cash withdrawal from eithe…
In this project you develop an image editor to perform simple operations on inpu
In this project you develop an image editor to perform simple operations on input images, with the following learning outcomes: • Read/Write PPM images • Images will be held in a …
In this project you implement a program such that it simulates the process of re
In this project you implement a program such that it simulates the process of repeated attempts to hit a target with a projectile. The goal is to shoot the projectile within a 1 f…
In this project you need to summarize an array. Summary of an (data) array means
In this project you need to summarize an array. Summary of an (data) array means that printing all the items and quantity of a specific items found in the array. The summary of th…
In this project you will be creating a contact list. The contact list will inclu
In this project you will be creating a contact list. The contact list will include the name of the contact and their 10-digit phone number. 1. Begin by creating a project with a s…
In this project you will be creating a contact list. The contact list will inclu
In this project you will be creating a contact list. The contact list will include the name of the contact and their 10-digit phone number. Begin by creating a project with a sour…
In this project you will be creating a linked list class to store integers. This
In this project you will be creating a linked list class to store integers. This class should be called LinkedList and should be in files LinkedList.cpp and LinkedList.h. This sho…
In this project you will be defining a Template Matrix class in C++ and equip th
In this project you will be defining a Template Matrix class in C++ and equip the class with a few matrix operations. If the code does not compile – no credit is given. The code m…
In this project you will be tasked with writing a tic-tac-toe game in JAVA This
In this project you will be tasked with writing a tic-tac-toe game in JAVA This program should be playable by two humans alternating time at the keyboard. [70] Task: Your program …
In this project you will be tracking the cursor of your computer by 2-d Kalman f
In this project you will be tracking the cursor of your computer by 2-d Kalman filter. Kalman filter is an estimation tool which is used to estimate the state of a system (e.g., t…
In this project you will be tracking the cursor of your computer by 2-d Kalman f
In this project you will be tracking the cursor of your computer by 2-d Kalman filter. Kalman filter is an estimation tool which is used to estimate the state of a system (e.g., t…
In this project you will be working individually to creating a program that conv
In this project you will be working individually to creating a program that converts an ASCII string into a binary value and displays a character on the UART indicating either an …
In this project you will begin to explore the basics of input and output from a
In this project you will begin to explore the basics of input and output from a C program. In order to perform error checking and to provide a robust, interactive program, you wil…
In this project you will calculate the heating and cooling loads for a typical r
In this project you will calculate the heating and cooling loads for a typical residence. The wintertime heating load is all of the heat that flows out of the building when the ou…