Browse O
Alphabetical listing with fast deep pagination.
21210 items • Page 345 / 425
Overview For this assignment you need to make a database backed website that fea
Overview For this assignment you need to make a database backed website that features Ajax interaction. At the end of this description you will find code which will create a handl…
Overview For this assignment you will be creating a multi-file project in which
Overview For this assignment you will be creating a multi-file project in which you implement your own templated linked list and use it to create a simple list of composers. When …
Overview For this assignment you will create a complex submit form that uses sev
Overview For this assignment you will create a complex submit form that uses several javascript features. Development and Requirements Almost every web application has a submit fo…
Overview For this assignment, design a class that can be used to represent a par
Overview For this assignment, design a class that can be used to represent a parabola. The Parabola class Use the following class definition: class Parabola { public: Parabola( do…
Overview For this assignment, expand on the CSCI 240 grade calculator from progr
Overview For this assignment, expand on the CSCI 240 grade calculator from program 1. Instead of asking the user to enter the test average, this program will calculate that averag…
Overview For this assignment, expand on the CSCI 240 grade calculator from progr
Overview For this assignment, expand on the CSCI 240 grade calculator from program 1. Instead of asking the user to enter the test average, this program will calculate that averag…
Overview For this assignment, fill in the blanks of a pre-written program with c
Overview For this assignment, fill in the blanks of a pre-written program with calls to various functions. Program Description The pre-written program can be found here: http://fa…
Overview For this assignment, implement a class called Matrix that will be used
Overview For this assignment, implement a class called Matrix that will be used to represent a matrix of values. This class will have the ability to add, subtract, and multiply tw…
Overview For this assignment, implement a class called Matrix that will be used
Overview For this assignment, implement a class called Matrix that will be used to represent a matrix of values. This class will have the ability to add, subtract, and multiply tw…
Overview For this assignment, implement and use the methods for a class called C
Overview For this assignment, implement and use the methods for a class called Coin. Coin class The class will represent a two-sided coin with a specified monetary value. Data Mem…
Overview For this assignment, implement and use the methods for a class called R
Overview For this assignment, implement and use the methods for a class called Rectangle. Rectangle class This class represents a simple rectangle shape. Data Members The data mem…
Overview For this assignment, implement and use the methods for a class called S
Overview For this assignment, implement and use the methods for a class called Student. Student class This class will represent a single student in the CSCI 240 class. Data Member…
Overview For this assignment, implement and use the methods for a class called S
Overview For this assignment, implement and use the methods for a class called Student. Student class This class will represent a single student in the CSCI 240 class. Data Member…
Overview For this assignment, implement and use the methods for a class called m
Overview For this assignment, implement and use the methods for a class called myInt. myInt class The myInt class is used to represent a non-negative integer and some tasks that c…
Overview For this assignment, implement and use the methods for a class called m
Overview For this assignment, implement and use the methods for a class called myInt. myInt class The myInt class is used to represent a non-negative integer and some tasks that c…
Overview For this assignment, modify the Seller class from program 9 and modify
Overview For this assignment, modify the Seller class from program 9 and modify some of the code from program 8 so that it will work with an array of class objects rather than an …
Overview For this assignment, write a program that will calculate weekly pay for
Overview For this assignment, write a program that will calculate weekly pay for an employee of XYZ Distributors. The program will run as long as the user enters ‘y’ or ‘Y’ when t…
Overview For this assignment, write a program that will calculate weekly pay for
Overview For this assignment, write a program that will calculate weekly pay for an employee of XYZ Distributors. The program will run as long as the user enters ‘y’ or ‘Y’ when t…
Overview For this assignment, write a program that will perform various arithmet
Overview For this assignment, write a program that will perform various arithmetic operations. The program should be able to: add two integer values subtract two integer values mu…
Overview For this assignment, write a program that will perform various mathemat
Overview For this assignment, write a program that will perform various mathematical operations. The program should be able to: add two integer numbers subtract two integer number…
Overview For this assignment, write a program that will process two sets of rand
Overview For this assignment, write a program that will process two sets of random numeric information. The information will be needed for later processing, so it will be stored i…
Overview For this assignment, write a program that will process two sets of rand
Overview For this assignment, write a program that will process two sets of random numeric information. The information will be needed for later processing, so it will be stored i…
Overview For this assignment, write a program that will simulate a lottery. Proc
Overview For this assignment, write a program that will simulate a lottery. Processing The main function for this program is pretty basic. It should start by creating two arrays t…
Overview For this assignment, write a program to decode an encoded text message
Overview For this assignment, write a program to decode an encoded text message and count the different types of characters. Processing The encoded text message will be processed …
Overview For this assignment, write a set of functions that will be used by a pr
Overview For this assignment, write a set of functions that will be used by a program that displays information about parabolas. The program calculates the X and Y-coordinates for…
Overview For this assignment, write a set of functions that will be used by a pr
Overview For this assignment, write a set of functions that will be used by a program that displays information about parabolas. The program calculates the X and Y-coordinates for…
Overview For this assignment, you will be designing a class that represent a Ban
Overview For this assignment, you will be designing a class that represent a Bank Account object and banking activities. Each Bank Account object has only 3 instance variables: an…
Overview For this assignment, you will be designing a class that represent a Ban
Overview For this assignment, you will be designing a class that represent a Bank Account object and banking activities. Each Bank Account object has only 3 instance variables: an…
Overview For this assignment, you will be writing a survey, collecting data, fin
Overview For this assignment, you will be writing a survey, collecting data, finding summary statistics and making graphs. The purpose is to apply all the previous statistical con…
Overview For this assignment, you will complete searching/sorting tasks and effi
Overview For this assignment, you will complete searching/sorting tasks and efficiency analysis. No code is to be written for this assignment. Write your answers in the file assig…
Overview For this assignment, you will develop Java programs to solve several pr
Overview For this assignment, you will develop Java programs to solve several problems. You will also write test cases with which to test those programs. It is very important that…
Overview For this assignment, you will work alone to write a program to process
Overview For this assignment, you will work alone to write a program to process weather station data. This is a substantial program that uses loops and conditions. It will take ti…
Overview For this assignment, you will write a C++ program that will draw two co
Overview For this assignment, you will write a C++ program that will draw two copies of a simple rocket. The first rocket will be a rocket made of (‘*’)s. The second rocket will b…
Overview For this homework we will be creating a SortedLinkedList class to pract
Overview For this homework we will be creating a SortedLinkedList class to practice pointer manipulation. To simplify our problem, we will only store string values in our linked l…
Overview For this homework we will be creating a digital planner that can track
Overview For this homework we will be creating a digital planner that can track contact details. The planner will only support a few entries. Contact Classes Create the following …
Overview For this lab, you will input and store a set of student records. For ea
Overview For this lab, you will input and store a set of student records. For each student, you will keep track of their student id (sid), their name, and a list of course grades.…
Overview For this project you will implement a basic linked and a sorted linked
Overview For this project you will implement a basic linked and a sorted linked list. Notice that no public tests are part of this project as all tests are either release or secre…
Overview For this semester, you will be doing a number of labs and projects usin
Overview For this semester, you will be doing a number of labs and projects using the same class over and over again. You’ll be using it for labs/projects like a linked list of ob…
Overview For today\'s lab you will create a well-commented java project that wil
Overview For today's lab you will create a well-commented java project that will contain a class called Lab 01 ArrayUtilities with the following two static methods: buildIntArray …
Overview For your final project, imagine you are a network engineer who has been
Overview For your final project, imagine you are a network engineer who has been hired to design a network for a small company consisting…
Overview How we account for and present debt and equity investments on the finan
Overview How we account for and present debt and equity investments on the financial statements is an important part of U.S. GAAP as we move towards an asset/liability approach as…
Overview I am working on a client-server application. The client is written in C
Overview I am working on a client-server application. The client is written in C++ (working on Windows, planning to support Linux) and the server is a .NET RESTful service. I need…
Overview I need to build on top of the code that I written in C, called smash.c.
Overview I need to build on top of the code that I written in C, called smash.c. Here is that code: #include <stdlib.h> #include <stdio.h> #include <string.h> #i…
Overview In response to the variable effects of conservation efforts and loss of
Overview In response to the variable effects of conservation efforts and loss of biodiversity, zoos began to turn their attention to the conservation of endangered species and wil…
Overview In the previous assignment, you became familiar with git, tar, make, an
Overview In the previous assignment, you became familiar with git, tar, make, and gdb. This project extends lessons learned in the previous assignment by adding functionality to y…
Overview In this assignment we will implement three different algorithms that so
Overview In this assignment we will implement three different algorithms that solve the same problem, analyze each algorithm, and then verify the analysis by collecting and graphi…
Overview In this assignment you are required to implement binary code comparator
Overview In this assignment you are required to implement binary code comparator using Xilinx that it is compatible with the MXK Seven Segment Displays. You will draw your digital…
Overview In this assignment you will be implementing and testing all three sort
Overview In this assignment you will be implementing and testing all three sort algorithms: Bubble Sort , Selection Sort , and Insertion Sort . In additions, you will also be writ…
Overview In this assignment you will be implementing and testing all three sort
Overview In this assignment you will be implementing and testing all three sort algorithms: Bubble Sort , Selection Sort , and Insertion Sort . In additions, you will also be writ…
Overview In this assignment you will be implementing and testing all three sort
Overview In this assignment you will be implementing and testing all three sort algorithms: Bubble Sort , Selection Sort , and Insertion Sort . In additions, you will also be writ…