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

Browse D

Alphabetical listing with fast deep pagination.
30085 items • Page 207 / 602

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
Description: The concept of agency is fundamental to all business structures and
Description: The concept of agency is fundamental to all business structures and operations. The relationship between the principal and the agent are clearly defined by law. It is…
Description: The following is an algorithm called DumbSort(A[N]): find the range
Description: The following is an algorithm called DumbSort(A[N]): find the range R of the array A. This can be done by taking the highest number h-lowest number w in A Create an a…
Description: The program you are to write first asks for an odd number from whic
Description: The program you are to write first asks for an odd number from which the program will build a 2D matrix. You should keep prompting until the input number is odd. The …
Description: The purpose of this assignment is to review file processing, strtok
Description: The purpose of this assignment is to review file processing, strtok() and cstrings. In this assignment, you need to create a simple word processor, which reads an inp…
Description: The purpose of this assignment is to review file processing, strtok
Description: The purpose of this assignment is to review file processing, strtok() and cstrings. In this assignment, you need to create a simple word processor, which reads an inp…
Description: The purpose of this exercise is to re-enforce the concepts introduc
Description: The purpose of this exercise is to re-enforce the concepts introduced by your author in chapter 3 and by your instructor in class regarding the operation of TCP and c…
Description: This assignment demonstrates the use of interfaces and how they can
Description: This assignment demonstrates the use of interfaces and how they can be used in combination with inheritance Use the four shapes that you implemented in Assignment Inh…
Description: This assignment demonstrates the use of interfaces and how they can
Description: This assignment demonstrates the use of interfaces and how they can be used in combination with inheritance Use the four shapes that you implemented in Assignment Inh…
Description: This function applies discount percentage on an item price unless t
Description: This function applies discount percentage on an item price unless the item price is less than the whole sale price. For example, a product at $10 with a wholesale pri…
Description: This lab is designed to teach students to find descriptive statisti
Description: This lab is designed to teach students to find descriptive statistics by using Excel. Students are also expected to describe the distribution of the data by interpret…
Description: This program is going to allow you to calculate your grade for the
Description: This program is going to allow you to calculate your grade for the class. In your program, you will ask for the user name (it should be able to include spaces). You w…
Description: This program will perform simple bank functions based on the follow
Description: This program will perform simple bank functions based on the following user input: '+': Add a deposit to the account balance. '-': Subtract a withdrawal from the acco…
Description: This project will expand Project 2 by adding additional functionali
Description: This project will expand Project 2 by adding additional functionality, using pointers, and implementing abstract data types (ADTs) through classes. Pointers must be u…
Description: Threesum. cpp program reads a file of numbers and forms a sequence
Description: Threesum. cpp program reads a file of numbers and forms a sequence of sums of three numbers in the following manner: (1st + 2nd + 3rd), (1st + 2nd + 4th), ...,(1st + …
Description: Typoglycemia refers to the apparent phenomenon that most people are
Description: Typoglycemia refers to the apparent phenomenon that most people are easily able to read a text whose words have two characters flipped, provided the first and last le…
Description: Typoglycemia refers to the apparent phenomenon that most people are
Description: Typoglycemia refers to the apparent phenomenon that most people are easily able to read a text whose words have two characters flipped, provided the first and last le…
Description: Unlike almost every other form of technology we use today, batterie
Description: Unlike almost every other form of technology we use today, batteries have not improved by an exponential amount. In fact, battery lifetime has only  increased by arou…
Description: Update \"YourCar\" and \"YourCarTrip\" such that you use a two-dime
Description: Update "YourCar" and "YourCarTrip" such that you use a two-dimensional array to store each leg. Your application should store all legs for the trip in multiple arrays…
Description: Use C++ to write a program to implement the algorithm for evaluatin
Description: Use C++ to write a program to implement the algorithm for evaluating postfix expressions that involve only single-digit integers and the integer operations +, -, *, a…
Description: Using Visio 2017 C++, Write a menu?driven C++ program for food purc
Description: Using Visio 2017 C++, Write a menu?driven C++ program for food purchases at the baseball stadium’s restaurant. The main program will loop allowing the user to select …
Description: Using Visio 2017 C++, Write a program which calculates and displays
Description: Using Visio 2017 C++, Write a program which calculates and displays a baseball player's batting average and proficiency. There are an unknown number of players. For a…
Description: Vinegar is a solution of acetic acid, CH 3 COOH, which is a weak ac
Description: Vinegar is a solution of acetic acid, CH3COOH, which is a weak acid. In this experiment you will determine the actual amount of acetic acid in commercial vinegar to 4…
Description: We now consider a catchment with a total area of 9.0 km , where the
Description: We now consider a catchment with a total area of 9.0 km , where the runtime principle applies. The area is subdivided in 5 regions (A1 to A5) in such a way that every…
Description: Write a java program interface that utilize from java API (Java Med
Description: Write a java program interface that utilize from java API (Java Media Framework) to built a media player that can Plays a local media files on your computer. Design: …
Description: Write a program called StudentGrades using lists and loops to ask f
Description: Write a program called StudentGrades using lists and loops to ask for student name and 3 test scores. Calculate the average of the test scores and assign a letter sco…
Description: Write a program in which the user can: Read a videogame collection
Description: Write a program in which the user can: Read a videogame collection file. The file is assumed to have the name & console and is tab delimited. Search the contents …
Description: Write a program in which the user can: Read a videogame collection
Description: Write a program in which the user can: Read a videogame collection file. The file is assumed to have the name & console and is tab delimited. Search the contents …
Description: Write a program that can be used to gather statistical data about t
Description: Write a program that can be used to gather statistical data about the number of hours college students spend watching streaming videos on Youtube in one month. Assign…
Description: Write a program that implements a Rock/Paper/Scissors game that all
Description: Write a program that implements a Rock/Paper/Scissors game that allows the user to play the computer (also known as roshambo, possibly originating in 19th century Jap…
Description: Write a program that plays the popular rock-paper-scissor game. If
Description: Write a program that plays the popular rock-paper-scissor game. If you don't know the rules, please look them up. The program will randomly generate a number between …
Description: Write a program that solves relatively simple Sudoku puzzles. Your
Description: Write a program that solves relatively simple Sudoku puzzles. Your implementation needs to consist of a Sudoku class. Input: You should read be able to pass a text fi…
Description: Write a program that will perform a linear regression analysis on a
Description: Write a program that will perform a linear regression analysis on a data set provided by the instructor. The data set will consist of two columns of data separated by…
Description: Write a program to compute the charge for mailing a series of packa
Description: Write a program to compute the charge for mailing a series of packages. The charge for a package is based on its weight (int) and volume (int). There is a charge of $…
Description: Write a shell script (bash or sh) that prints out the following lin
Description: Write a shell script (bash or sh) that prints out the following lines/information: Name: "Your name" Hostname: "The computer's hostname" Host IP: "The computer's IP n…
Description: Write a software for the Registrar\'s office of a university called
Description: Write a software for the Registrar's office of a university called YouOIT to maintain information about students and courses at the university. The registrar office m…
Description: Write and test a MASM program to perform the following tasks: 1. Di
Description: Write and test a MASM program to perform the following tasks: 1. Display your name and program title on the output screen. 2. Display instructions for the user. 3. Pr…
Description: Write and test a MASM program to perform the following tasks: 1. Di
Description: Write and test a MASM program to perform the following tasks: 1. Display the program title and programmer’s name. 2. Get the user’s name, and greet the user. 3. Displ…
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …
Description: XYZ is a website to which qualified individuals are encouraged to c
Description: XYZ is a website to which qualified individuals are encouraged to contribute information about the latest technology trends. Contributors may write original articles …