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 1355 / 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
Programming Assignment #6- Match Brackets using a Stack: Given a text file, your
Programming Assignment #6- Match Brackets using a Stack: Given a text file, your program will determine if all the parentheses, braces, and square brackets match, and are nested a…
Programming Assignment #6- Match Brackets using a Stack: Given a text file, your
Programming Assignment #6- Match Brackets using a Stack: Given a text file, your program will determine if all the parentheses, braces, and square brackets match, and are nested a…
Programming Assignment #7 (Recursion) This assignment is to write some methods t
Programming Assignment #7 (Recursion) This assignment is to write some methods that perform simple array operations recursively. For this assignment you will write the bodies for …
Programming Assignment #8 (ArrayLists) A banking institution offers certificates
Programming Assignment #8 (ArrayLists) A banking institution offers certificates of deposit (CD's) with a variety of interest rates, and maturities of 1, 3, 5, and 10 years. Inter…
Programming Assignment #8-Automobile In this assignment, we will have 3 java cla
Programming Assignment #8-Automobile In this assignment, we will have 3 java class files. CarModeljava, Automobile java, AutomobileDemojava Step 1: Design an enum (chp 6.12) calle…
Programming Assignment #9 (The ArrayList Class) The Problem A banking institutio
Programming Assignment #9 (The ArrayList Class)   The Problem A banking institution offers certificates of deposit (CD's) with a variety of interest rates, and maturities of 1, 3,…
Programming Assignment #9-CarSales Write a Carsales class (Carsales java file) t
Programming Assignment #9-CarSales Write a Carsales class (Carsales java file) that: has 2 attributes: o sales. (private) which is an amay ofintegers. Each element in the array re…
Programming Assignment (50 points) You are given a partially completed program h
Programming Assignment (50 points) You are given a partially completed program hw06.c. Your job is to follow the instructions given in the program to complete the functions so tha…
Programming Assignment (50 points) You are given a partially completed program h
Programming Assignment (50 points) You are given a partially completed program hw06.c. Your job is to follow the instructions given in the program to complete the functions so tha…
Programming Assignment (50 points) You are given a partially completed program h
Programming Assignment (50 points) You are given a partially completed program hw06.c. Your job is to follow the instructions given in the program to complete the functions so tha…
Programming Assignment -part one Programming Assignment part one Before you even
Programming Assignment -part one Programming Assignment part one Before you even start on this program, you need to know that C++ programs that use both cin and getline have probl…
Programming Assignment 01 Overview This assignment is essentially a review of to
Programming Assignment 01 Overview This assignment is essentially a review of topics and techniques you learned in IS 2033. You will create a Class (Customer.java) and complete co…
Programming Assignment 02 Overview We are building on the start made in PA01 to
Programming Assignment 02 Overview We are building on the start made in PA01 to continue building the reporting system for our investment management company. In this assignment, y…
Programming Assignment 1 (40 points) For this assignment you will be creating a
Programming Assignment 1 (40 points) For this assignment you will be creating a menu that gives the choice of two “magic” math formulas. You will be declaring variables, using whi…
Programming Assignment 1 Data structure Java Implement Shellsort for a linked li
Programming Assignment 1 Data structure Java Implement Shellsort for a linked list, based on a variant of bubble sort. The rather severe constraints imposed by the singly-linked l…
Programming Assignment 1 Hospital Billing System Purpose This assignment is desi
Programming Assignment 1 Hospital Billing System Purpose This assignment is designed to assist students in becoming familiar with topics they will use in doing programming assignm…
Programming Assignment 1 In this project, you will write a program that helps a
Programming Assignment 1 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 …
Programming Assignment 1 You will write, run, and test a C++ program to simulate
Programming Assignment 1 You will write, run, and test a C++ program to simulate the operation of a grocery store checkout system. Your program should first build a data structure…
Programming Assignment 1 You will write, run, and test a C++ program to simulate
Programming Assignment 1 You will write, run, and test a C++ program to simulate the operation of a grocery store checkout system. Your program should first build a data structure…
Programming Assignment 1. Download “pa5.zip”, extract the NetBeans project folde
Programming Assignment 1. Download “pa5.zip”, extract the NetBeans project folder “Pa5” from it, then open it in NetBeans. 2. Examine the class TrueFalseQuestion. Note that it (a)…
Programming Assignment 10 (60 points) Due date: March 23rd, 2018 at 11:59 PM Ove
Programming Assignment 10 (60 points) Due date: March 23rd, 2018 at 11:59 PM Overview This assignment will give you experience with dictionaries and the use of lists, as well as m…
Programming Assignment 14 – Rework Programming Assignment 13, but with the follo
Programming Assignment 14 – Rework Programming Assignment 13, but with the following additions: instead of just one line of input , use three lines of input data as specified belo…
Programming Assignment 1: Game of Life The objective of this programming assignm
Programming Assignment 1: Game of Life The objective of this programming assignment is to design and implement what is known as the “Game of Life”, conceptualized by the British m…
Programming Assignment 1: Game of Life The objective of this programming assignm
Programming Assignment 1: Game of Life The objective of this programming assignment is to design and implement what is known as the “Game of Life”, conceptualized by the British m…
Programming Assignment 1: Percolation Write a program to estimate the value of t
Programming Assignment 1: Percolation Write a program to estimate the value of the percolation threshold via Monte Carlo simulation. Install a Java programming environment. Go to …
Programming Assignment 1: Percolation Write a program to estimate the value of t
Programming Assignment 1: Percolation Write a program to estimate the value of the percolation threshold via Monte Carlo simulation. Percolation. Given a composite systems compris…
Programming Assignment 1: UDP Ping Client and Server Using UDP sockets, you will
Programming Assignment 1: UDP Ping Client and Server Using UDP sockets, you will write a client and server program that enables the client to determine the round-trip time (RTT) t…
Programming Assignment 2 - Mini Twitter Problem Description In this programming
Programming Assignment 2 - Mini Twitter Problem Description In this programming assignment, you will build a Java-based Mini Twitter with graphical user interface (GUI) using Java…
Programming Assignment 2 In this project, you will write a program that takes as
Programming Assignment 2 In this project, you will write a program that takes as input an arithmetic expression and should do the following: Check that the expression is well form…
Programming Assignment 2 Objective: The objective of this assignment is to famil
Programming Assignment 2 Objective: The objective of this assignment is to familiarize yourself with the notion of a process and the system call fork( ) used to create a new proce…
Programming Assignment 2 Your assignment is to write a program for a computer da
Programming Assignment 2 Your assignment is to write a program for a computer dating service. Each client gives you his or her name, phone number, and a list of interests. It is y…
Programming Assignment 2 Your assignment is to write a program for a computer da
Programming Assignment 2 Your assignment is to write a program for a computer dating service. Each client gives you his or her name, phone number, and a list of interests. It is y…
Programming Assignment 2 Your assignment is to write a program for a computer da
Programming Assignment 2 Your assignment is to write a program for a computer dating service. Each client gives you his or her name, phone number, and a list of interests. It is y…
Programming Assignment 2 Your assignment is to write a program for a computer da
Programming Assignment 2 Your assignment is to write a program for a computer dating service. Each client gives you his or her name, phone number, and a list of interests. It is y…
Programming Assignment 2 utilizes Cascading Style Sheets (CSS) for implementing
Programming Assignment 2 utilizes Cascading Style Sheets (CSS) for implementing the home page (index.html) for the Nunavut Tribal Society. A suggested implementation for the homep…
Programming Assignment 2: Find the zeros of a polynomial. Background: The zeros
Programming Assignment 2: Find the zeros of a polynomial. Background: The zeros of a polynomial f(x) are the values of x for which f(x) = 0. In an interval (xlow, xhigh), a monoto…
Programming Assignment 2: Randomized Queues and Deques Write a generic data type
Programming Assignment 2: Randomized Queues and Deques Write a generic data type for a deque and a randomized queue. The goal of this assignment is to implement elementary data st…
Programming Assignment 3 Functional Decomposition This assignment is an EXTENSIO
Programming Assignment 3 Functional Decomposition This assignment is an EXTENSION of Programming Assignment 2 The basic requirements of this assignment are to create functions as …
Programming Assignment 3 Sum of two numbers Naively we can try for every element
Programming Assignment 3 Sum of two numbers Naively we can try for every element z in the array look at the other elements in the array and check if one of them is u 2. This algor…
Programming Assignment 3 The local medical clinic has decided to automate its sc
Programming Assignment 3 The local medical clinic has decided to automate its scheduling services. You have been assigned to design the initial version of the schedules. The basic…
Programming Assignment 3 This assignment will test your knowledge arrays and fun
Programming Assignment 3 This assignment will test your knowledge arrays and functions in MIPS. For this assignment, you will be asked to implement the bubble sorting algorithm fo…
Programming Assignment 3- Rock, Paper Scissors CSCI 251-Spring 2018 Rock, Paper,
Programming Assignment 3- Rock, Paper Scissors CSCI 251-Spring 2018 Rock, Paper, Scissors, Lizard, Spock the BiG BANG THEORY Its Simple spock smashes scissors scissors cuts paper …
Programming Assignment 3: Implement 2 functions, int min(TNode *) and int max(TN
Programming Assignment 3: Implement 2 functions, int min(TNode *) and int max(TNode *) that take a pointer to a TNode and return the smallest (min) and largest (max) node in the B…
Programming Assignment 5 Java Keyword Identifier Note: When you turn in an assig
Programming Assignment 5 Java Keyword Identifier Note: When you turn in an assignment to be graded in this class, you are making the claim that you neither gave nor received assis…
Programming Assignment 5a -Design Ballistic Table Program Your assignment is to
Programming Assignment 5a -Design Ballistic Table Program Your assignment is to design a program that computes and displays five (5) ballistic tables. This is the first of a two-p…
Programming Assignment 5a- Design Ballistic Table Program Your assignment is to
Programming Assignment 5a- Design Ballistic Table Program Your assignment is to design a program that computes and displays five (5) ballistic tables. This 1s the first of a two-p…
Programming Assignment 6 CSCI 251 For program 6, we will revisit program 3, and
Programming Assignment 6 CSCI 251 For program 6, we will revisit program 3, and rewrite it using two functions instead. On Blackboard, download the program unction.m You must use …
Programming Assignment 6 Implement a BST class that keeps a pointer to the TNode
Programming Assignment 6 Implement a BST class that keeps a pointer to the TNode that is the root of the BST. Implement two constructors, a no parameters constructor and a copy co…
Programming Assignment 7 Implement a function named fibo that will get a 20 elem
Programming Assignment 7 Implement a function named fibo that will get a 20 element initialized an array of zeros from the main function. It will set the array to the Fibonacci se…
Programming Assignment AT-File WritelRead- While-Loop Write a main program FileD
Programming Assignment AT-File WritelRead- While-Loop Write a main program FileDemo that will Part 1 Enter values on keyboard and write them to a file (DO NOT ADD THEM HERE): Firs…