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

Browse P

Alphabetical listing with fast deep pagination.
81033 items • Page 1370 / 1621

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
Project 1: Cloud computing has become a viable and competitive option to the cli
Project 1: Cloud computing has become a viable and competitive option to the client/server networking model due to its lower cost, scalability, and agility. A local business in yo…
Project 1: Compute the frequencies of characters in a given input file. (Ignore
Project 1: Compute the frequencies of characters in a given input file. (Ignore all tabs, spaces and line returns) I. Input: a txt file (use argv[]) II. Output: a txt file (use ar…
Project 1: Computers-R-US Create a C++ program which calculates the cost of vari
Project 1: Computers-R-US Create a C++ program which calculates the cost of various computer electronic equipment purchases from the new online store, Computers-R-US. IN ORDER TO …
Project 1: Computers-R-Us! Create a C++ program which calculates the cost of var
Project 1: Computers-R-Us! Create a C++ program which calculates the cost of various computer electronic equipment purchases from the new online store, Computers-R-US. IN ORDER TO…
Project 1: Conduct a brief literature search on the Internet about John Van Neum
Project 1: Conduct a brief literature search on the Internet about John Van Neumann, who is the Father of Computer Science. In paragraph format, summarize and describe his contrib…
Project 1: CorsairBurger Calculator Write a C++ program that calculates costs fo
Project 1: CorsairBurger Calculator Write a C++ program that calculates costs for a new food service provider, CorsairBurger. Meal prices are based on the type of burger ordered (…
Project 1: Create an application that displays payroll information by: a. Drawin
Project 1: Create an application that displays payroll information by: a. Drawing the flowchart for this application. b. Write the code by using Visual Basic programming language.…
Project 1: Elevator Following the class diagram shown below, create the Elevator
Project 1: Elevator Following the class diagram shown below, create the Elevator class. An elevator represents a movable carriage that lifts its passengers between floors. As the …
Project 1: Exception/Namespace TrashCan The purpose of this assignment is to wor
Project 1: Exception/Namespace TrashCan The purpose of this assignment is to work with exceptions. As you may recall, I have provided you with a sample class named TrashCan which …
Project 1: Fuller TrashCan Using TrashCan.cpp (.NET 2012 XCode ), enhance the Tr
Project 1: Fuller TrashCan Using TrashCan.cpp (.NET 2012 XCode ), enhance the TrashCan class so that it supports the operators +, -, < and >. A sample pile of driver code is…
Project 1: Implement a city database using unordered lists Each database record
Project 1: Implement a city database using unordered lists Each database record contains the name of the city (a string of arbit coordinates of the city expressed as x and y coord…
Project 1: In this project we will learn MIPS assembly language to implement the
Project 1: In this project we will learn MIPS assembly language to implement the following HLL: void merge(int a[], int low, int high, int mid){ int i, j, k; i = low; k = low; j =…
Project 1: Inherited FlashDrive The purpose of this assignment is to work with e
Project 1: Inherited FlashDrive The purpose of this assignment is to work with exceptions and inheritance. Enhance the FlashDrive class so that the operators and other functions o…
Project 1: Inherited TrashCan Using the TrashCan class provided earlier, upgrade
Project 1: Inherited TrashCan Using the TrashCan class provided earlier, upgrade the class so that it throws subclasses of the exception class std::logic_error when the user does …
Project 1: Language Identification and Validation Your task for Project 1 is to
Project 1: Language Identification and Validation Your task for Project 1 is to create a language that will allow a user to manage, store, and query user data for a corporation. Y…
Project 1: Matrix manipulation implementing overloaded operators using arrays Wr
Project 1: Matrix manipulation implementing overloaded operators using arrays Write a C++ program to declare a class called Matrix. The private data of the class are Row, Column, …
Project 1: Merge Sort Objective: In this project, you are expected to implement
Project 1: Merge Sort Objective: In this project, you are expected to implement a merge sort algorithm in MIPS assembly language. A C implementation for merge sort is as follows i…
Project 1: Merge Sort Objective: In this project, you are expected to implement
Project 1: Merge Sort Objective: In this project, you are expected to implement a merge sort algorithm in MIPS assembly language. A C++ implementation for merge sort is as follows…
Project 1: Odometer Define a class called Odometer that will be used to track fu
Project 1: Odometer Define a class called Odometer that will be used to track fuel and mileage for an automobile. The class should have instance variables to track the miles drive…
Project 1: Pattern Printing Write a MIPS program to print out a matrix of patter
Project 1: Pattern Printing Write a MIPS program to print out a matrix of pattern, based on the user’s input n. a b c d e f g b c d * f g a c d * * * a b d * * * * * c e f * * * c…
Project 1: Pattern Printing Write a MIPS program to print out a matrix of patter
Project 1: Pattern Printing Write a MIPS program to print out a matrix of pattern, based on the user’s input n. a b c d e f g b c d * f g a c d * * * a b d * * * * * c e f * * * c…
Project 1: Pi Rather than putting all your code in main() , use functions to per
Project 1: Pi Rather than putting all your code in main(), use functions to perform the calculation.  Embed your program in a loop so that the calculation can be repeated multiple…
Project 1: Powerball! Recently, we experienced national hysteria over the Powerb
Project 1: Powerball! Recently, we experienced national hysteria over the Powerball lottery. On January 13, 2016, after 20 consecutive unsuccessful drawings, the Powerball lottery…
Project 1: Qualities of a Programmer Prepare a short, one-page (300-500 words) w
Project 1: Qualities of a Programmer Prepare a short, one-page (300-500 words) written essay response to the questions: What qualities of being a programmer do you feel you posses…
Project 1: Rock, Paper, Scissor (Courtesy Phillip Witkin) Use 0 means rock, l me
Project 1: Rock, Paper, Scissor (Courtesy Phillip Witkin) Use 0 means rock, l means paper, 2 means scissor. We use integers to represent these options since it is easy for compute…
Project 1: SMC Student Fees Create a C++ program which calculates student fees f
Project 1: SMC Student Fees Create a C++ program which calculates student fees for those attending Santa Monica College. IN ORDER TO RECEIVE FULL CREDIT, YOU MUST CREATE FUNCTIONS…
Project 1: Shoe Size (Chapters 2 & Due: Thursday, November 10, 2016 A shoe manuf
Project 1: Shoe Size (Chapters 2 & Due: Thursday, November 10, 2016 A shoe manufacturer is attempting to cut costs by selling online. To that end, they would like to automate …
Project 1: String Histogram A Histogram is a visual way of representing frequenc
Project 1: String Histogram A Histogram is a visual way of representing frequency counts. Most computer programs that produce histograms show the output horizontally rather than v…
Project 1: Tetris Think of three classes that would be used in an Tetris game. A
Project 1: Tetris Think of three classes that would be used in an Tetris game. At least one of these classes must have multiple instances in the game. For each of these classes, d…
Project 1: We assume that the standard input contains a sequence of non-zero int
Project 1: We assume that the standard input contains a sequence of non-zero integers between - 121 and 121, which ends with 0. This sequence will be given by the user. 1. Write a…
Project 1: Write a program that uses a 2-D array to store the highest and lowest
Project 1: Write a program that uses a 2-D array to store the highest and lowest temperatures for each month of the year. The program should output the average high, average low, …
Project 2 - Magic Squares design2.txt - due 12/7 before 11:59 PM project2 - due
Project 2 - Magic Squares design2.txt - due 12/7 before 11:59 PM project2 - due 12/13, before 11:59 PM Orginally by Sue Evans Hit the space bar for next page The Objectives The pu…
Project 2 -Linked List 1. Design a java interface called IDedobject which has fo
Project 2 -Linked List 1. Design a java interface called IDedobject which has following abstract functions. int getID() //Returns the ID of the object //Prints the details of the …
Project 2 0.06878278822396722 1510702552403 Project 2: Review of Merchandising C
Project 2 0.06878278822396722 1510702552403 Project 2: Review of Merchandising Cycle The following information applies to the questions displayed below Waly's Widget Company (WWC)…
Project 2 50 points Building upon your project 1, the park will be a Star Wars t
Project 2 50 points Building upon your project 1, the park will be a Star Wars themed park. You must design additional parts of the database and create the following SQL Script. S…
Project 2 Case 1 Nordic Company is a merchandising company that distributes hiki
Project 2 Case 1 Nordic Company is a merchandising company that distributes hiking backpacks to retailers. Nordic prepares its master budget on a quarterly basis. The following da…
Project 2 Description: In this project, you are asked to write a program which c
Project 2 Description: In this project, you are asked to write a program which can open a text file, read its content and count the number of each alphabetic character regardless …
Project 2 Expectations Please review General Programming Expectations document l
Project 2 Expectations Please review General Programming Expectations document located in Week 2 under Week 2 Checklist. OBTAINING DATA FOR ASSIGNMENT 2 For Project 2, the assignm…
Project 2 Let consider the intervals I1 = [-, ], I2 = [5, 99], and I3 = ]-50, -4
Project 2 Let consider the intervals I1 = [-, ], I2 = [5, 99], and I3 = ]-50, -4[. ( [, ] for inclusive and ], [ for excusive) Write a C++ script to perform the following: 1) Defi…
Project 2 Math 142 Due 2/15/18 NAME: STUDY BUDDY: Q: Why am I doing this project
Project 2 Math 142 Due 2/15/18 NAME: STUDY BUDDY: Q: Why am I doing this project? A: These projects are designed to make you think about what you are learning in a slightly differ…
Project 2 Project 2 is a continuation of the calculator graphical user interface
Project 2 Project 2 is a continuation of the calculator graphical user interface program that you wrote in project 1. Enhance the calculator program to accomplish the following 4 …
Project 2 The second project involves completing and extending the C++ program t
Project 2 The second project involves completing and extending the C++ program that evaluates statements of an expression language contained in the module 3 case study. The statem…
Project 2 Write an interactive Java program. The program should prompt the user
Project 2 Write an interactive Java program. The program should prompt the user to enter their first, and last name separately. Then prompt the user for a radius and height. Final…
Project 2 will consist of an application of the theory of comparative advantage
Project 2 will consist of an application of the theory of comparative advantage as augmented by endowment theory. In your report, consider the economic inventory of the USA and us…
Project 2(C++) Due: 10 March 2018 by 11:55 PM Progam needs to be in C++ In Proje
Project 2(C++) Due: 10 March 2018 by 11:55 PM Progam needs to be in C++ In Project 1 we laid the foundation of what will become a simple network packet transmission simulation. Th…
Project 2, Program Design 1. Write a C program that will calculate the voltage f
Project 2, Program Design 1. Write a C program that will calculate the voltage for an experiment that will be carried out repeated using an ac voltage signal. The signal is to hav…
Project 2-4Chapters 8-13) Patterson, Inc. has provided details of its actual cos
Project 2-4Chapters 8-13) Patterson, Inc. has provided details of its actual cost data for the month. The Controlter has asked you to t compute the bac vanances and e variances on…
Project 2-Using Microsoft Visual C# This project will use the program from proje
Project 2-Using Microsoft Visual C# This project will use the program from project one. Two methods will be added in this project to the program. The class for the first name, las…
Project 2. (60 points). Submit by 0ct 6. Recognize the role of the polarity of w
Project 2. (60 points). Submit by 0ct 6. Recognize the role of the polarity of water molecule by conducting simple experiments. A) 14 pts. Experiment 1. Take picture of 1/8 tables…
Project 2. Assume that you are working on a big project contained in the directo
Project 2. Assume that you are working on a big project contained in the directory Bigproiect. under this directory there are several subdirectories with names "lib", "include", "…