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

Browse O

Alphabetical listing with fast deep pagination.
21210 items • Page 40 / 425

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
Objective: Class Template and STL A) The code sample provided will feature two c
Objective: Class Template and STL A) The code sample provided will feature two classes E1 and E2, and their base class EBase. Two additional classes provided, C1and C2, will wrap …
Objective: Class Template and STL A) The code sample provided will feature two c
Objective: Class Template and STL A) The code sample provided will feature two classes E1 and E2, and their base class EBase. Two additional classes provided, C1and C2, will wrap …
Objective: Compare and contrast common law contracts and the UCC Article 2. 19.
Objective: Compare and contrast common law contracts and the UCC Article 2. 19. UCC rules regarding acceptance of goods and payment regarding installment contracts mandate that Ob…
Objective: Compare execution times of the brute force and the divide-and-conquer
Objective: Compare execution times of the brute force and the divide-and-conquer algorithms when solving the maximum subarray problem for arrays of different sizes. The arrays to …
Objective: Comparison of Sorting Algorithms Write a main java program to read in
Objective: Comparison of Sorting Algorithms Write a main java program to read input file into separate array for Insertion Sort, Merge Sort and Quick Sort. Compare efficiency for …
Objective: Comparison of Sorting Algorithms Write a main java program to read in
Objective: Comparison of Sorting Algorithms Write a main java program to read input file into separate array for Selection Sort, Insertion Sort, Merge Sort and Quick Sort. Compare…
Objective: Comparison of Sorting Algorithms Write a main java program to read in
Objective: Comparison of Sorting Algorithms Write a main java program to read input file into separate array for Insertion Sort, Merge Sort and Quick Sort. Compare efficiency for …
Objective: Comparison of Sorting Algorithms Write a main java program to read in
Objective: Comparison of Sorting Algorithms Write a main java program to read input file into separate array for Selection Sort, Insertion Sort, Merge Sort and Quick Sort. Compare…
Objective: Continue familiarization with basic File I/O and simple func- tions.
Objective: Continue familiarization with basic File I/O and simple func- tions. All input is to be read from a file and all output is to be written to a file. Note: Built-in chara…
Objective: Create a C++ console application that can analyze numeric data contai
Objective: Create a C++ console application that can analyze numeric data contained in an single-dimension array of type integer. Steps: 1. Create a new Visual Studio project and …
Objective: Create a C++ console application that can analyze numeric data contai
Objective: Create a C++ console application that can analyze numeric data contained in a two-dimension array of type integer. ABC Inc monitors the temperature of each of it seven …
Objective: Create a C++ console application that models the characteristics of a
Objective: Create a C++ console application that models the characteristics of a resistor, as described in Step 2. Create a C++ empty project called ResistorClassTestFirstNameLast…
Objective: Create a C++ console application that utilizes the core concepts of i
Objective: Create a C++ console application that utilizes the core concepts of inheritance and pointers by creating a class and a program that tests important features of that cla…
Objective: Create a C++ console application that will model the characteristics
Objective: Create a C++ console application that will model the characteristics of a resistor. Create a multifile project. Create and add to the project an h file containing the r…
Objective: Create a C++ console application that will model the characteristics
Objective: Create a C++ console application that will model the characteristics of a resistor. Create a multifile project. Create and add to the project an h file containing the r…
Objective: Create a C++ console application that will model the characteristics
Objective: Create a C++ console application that will model the characteristics of a resistor. Create a multifile project. Create and add to the project an h file containing the r…
Objective: Create a C++ console application that will model the characteristics
Objective: Create a C++ console application that will model the characteristics of a resistor. Create a multifile project. Create and add to the project an h file containing the r…
Objective: Create a C++ console application that will model the characteristics
Objective: Create a C++ console application that will model the characteristics of a resistor. Create a multifile project. Create and add to the project an h file containing the r…
Objective: Create a C++ console application that will model the characteristics
Objective:Create a C++ console application that will model the characteristics of a resistor. STEP 2: Required Class Members The resistor class will, at minimum, have members that…
Objective: Create a class in Java, make instances of that class. Call methods th
Objective: Create a class in Java, make instances of that class. Call methods that solve a particular problem   Consider the difference between procedural and object-oriented prog…
Objective: Create a graphical database for a library IN JAVA. It should display
Objective: Create a graphical database for a library IN JAVA. It should display the information of every book in the library system. Each book should have the following informatio…
Objective: Create a graphical game of minesweeper IN JAVA. The board should cons
Objective: Create a graphical game of minesweeper IN JAVA. The board should consist of 10x10 buttons. Of the 100 spaces there should be at least 20 randomly placed mines. If the b…
Objective: Create a math server that can compute simple math numerical expressio
Objective: Create a math server that can compute simple math numerical expressions that is requested by a client. Requirements: 1. Create a C-based client-server architecture usin…
Objective: Create a proxy server that can be connected by a single client and wo
Objective: Create a proxy server that can be connected by a single client and would only allow http requests. The proxy server should be able to cache up to five recent webpages a…
Objective: Create a scientific calculator. It should behave like any other scien
Objective: Create a scientific calculator. It should behave like any other scientific calculator where the user presses keys and stuff happens. This must have a graphical user int…
Objective: Create the foundation of a menu and ticket system for a restaurant po
Objective: Create the foundation of a menu and ticket system for a restaurant point of sale (POS) system using Object Oriented Programming practices. In this project we will creat…
Objective: Define a class named Doctor whose objects are records for a clinics d
Objective:   Define a class named Doctor whose objects are records for a clinics doctors. Derive the class from the class Person. A Doctor record has the doctors name defined in t…
Objective: Demonstrate TCP 3-way handshake and closing a TCP connection using a
Objective: Demonstrate TCP 3-way handshake and closing a TCP connection using a client-server architecture. Requirements: 1. Create a C based client-server architecture using sock…
Objective: Demonstrate mastery of object oriented design and programming in Java
Objective: Demonstrate mastery of object oriented design and programming in Java Demonstrate mastery in implementation of binary tree data structure Demonstrate mastery in underst…
Objective: Develop a C++ program to play the game of Yahtzee. Discussion: Yahtze
Objective: Develop a C++ program to play the game of Yahtzee. Discussion: Yahtzee is a game of chance where the objective is to get various dice patterns, “Ones”, “Twos”, “Long St…
Objective: Develop a C++ program which determines if a square matrix is a magic
Objective: Develop a C++ program which determines if a square matrix is a magic square. Discussion: A magic square is an nxn (i.e, square) matrix of numbers containing all numbers…
Objective: Develop a Matlab script that finds the steady-state displacements of
Objective: Develop a Matlab script that finds the steady-state displacements of a spring-mass system. Teams: 3(min)-4(max) Students Minimum Features: -          GUI should handle …
Objective: Develop class definitions and implementations to demonstrate C++ inhe
Objective: Develop class definitions and implementations to demonstrate C++ inheritance: Specifically, you are to: 1. Develop an abstract base class called Vehicle (in a header fi…
Objective: Develop class definitions and implementations to demonstrate C++ inhe
Objective: Develop class definitions and implementations to demonstrate C++ inheritance: Specifically, you are to: 1. Develop an abstract base class called Vehicle (in a header fi…
Objective: Evaluate security policy clauses, identify deficiencies, and update p
Objective: Evaluate security policy clauses, identify deficiencies, and update policies in response to events or changes. Description: Security policies should be revised to addre…
Objective: Exercise inheritance in Java. Java program: 1. Create a class named R
Objective: Exercise inheritance in Java. Java program: 1. Create a class named Rectangle that has instance variables height and width. Provide a constructor that initializes the i…
Objective: Explore automated tool that aids in database security auditing. State
Objective: Explore automated tool that aids in database security auditing. Statement: Us the materials covered in chapter 9 (Security Auditing) and the Interent to find one automa…
Objective: Familiarize with the use of functions to obtain a more readable and r
Objective: Familiarize with the use of functions to obtain a more readable and reusable code, design an interactive menu. Instructions: This homework is an extension of hw8. A map…
Objective: Find out the \"true\" MPG (Miles Per Gallon) of a vehicle, given a gr
Objective: Find out the "true" MPG (Miles Per Gallon) of a vehicle, given a group of conditions which the user provides values for, 5 are given, 1 you create on your own. Requirem…
Objective: Find out the “true” MPG (Miles Per Gallon) of a vehicle, given a grou
Objective: Find out the “true” MPG (Miles Per Gallon) of a vehicle, given a group of conditions which the user provides values for. 5 are given, 1 you create on your own. Requirem…
Objective: Given a list of customer coordinates (xi, yi) and the volume of mater
Objective: Given a list of customer coordinates (xi, yi) and the volume of material Vi to be distributed to those customers, find the location of a distribution center (a, b) that…
Objective: Hash table access using java.util.HashMap Consider the problem of cou
Objective: Hash table access using java.util.HashMap Consider the problem of counting the number of occurrences of different words in a document, a hash table is an ideal data str…
Objective: How does the static friction differ from the kinetic friction? Static
Objective: How does the static friction differ from the kinetic friction? Static friction is a force that acts on an object that prevents it from sliding, while as kinetic frictio…
Objective: How does the static friction differ from the kinetic friction? Static
Objective: How does the static friction differ from the kinetic friction? Static friction is a force that acts on an object that prevents it from sliding, while as kinetic frictio…
Objective: IN JAVA Write a program that implements the following search algorith
Objective: IN JAVA Write a program that implements the following search algorithms: Selection Sort Bubble Sort Merge Sort Quick Sort Next test the efficiency of each using the fol…
Objective: IN JAVA Write a program which creates a binary search tree of differe
Objective: IN JAVA Write a program which creates a binary search tree of different shapes from a file. ·     The comparison is based on the shape’s area ·     There are 3 shapes o…
Objective: IT\'S A JAVA PROGRAMMING ASSIGNMENT To give you practice creating and
Objective: IT'S A JAVA PROGRAMMING ASSIGNMENT To give you practice creating and working with classes and derivation The Program: Dinosaurs have several basic characteristics: a sp…
Objective: Identify a security threat to personal computers and computer systems
Objective: Identify a security threat to personal computers and computer systems from the Internet. Report Requirements: Report should be double-spaced Contain an appropriate titl…
Objective: Implement a client/server database in a Linux or Unix environment pro
Objective: Implement a client/server database in a Linux or Unix environment programming in C. Procedure: A central computer holds the database for airline reservations for Adiron…
Objective: Implement a program that manipulates population information about Ame
Objective: Implement a program that manipulates population information about American states (name, capital, population). Program Description: Your program must be able to perform…