Browse O
Alphabetical listing with fast deep pagination.
21210 items • Page 44 / 425
Objective: While eating-disordered individuals have shown high levels of comorbi
Objective: While eating-disordered individuals have shown high levels of comorbid psychopathol- ogy, there has not been an assessment of these symptoms across groups exhibiting di…
Objective: Work with Dijkstra\'s single-source shortest path algorithm. Overview
Objective: Work with Dijkstra's single-source shortest path algorithm. Overview: In this project you will use Dijkstra's algorithm to find route information between two ai…
Objective: Work with classes as reusable code and random numbers. Instructions:
Objective: Work with classes as reusable code and random numbers. Instructions: A slot machine is a device that the user inserts money into and then pulls a lever (or presses a bu…
Objective: Work with classes as reusable code and random numbers. Instructions:
Objective: Work with classes as reusable code and random numbers. Instructions: A slot machine is a device that the user inserts money into and then pulls a lever (or presses a bu…
Objective: Work with classes as reusable code and random numbers. Instructions:
Objective: Work with classes as reusable code and random numbers. Instructions: A slot machine is a device that the user inserts money into and then pulls a lever (or presses a bu…
Objective: Work with hash tables by creating a hash table using linear probing.
Objective: Work with hash tables by creating a hash table using linear probing. Description Create a generic class called Line ProbingHashTable It should contain a private static …
Objective: Work with multiple objects and review reading data files. Description
Objective: Work with multiple objects and review reading data files. Description: A wholesale distributor has six warehouses (Atlanta, Baltimore, Chicago, Denver, Ely and Fargo) a…
Objective: Work with priority queues. Description: Solve the \"Selection Problem
Objective: Work with priority queues. Description: Solve the "Selection Problem" described in the chapter 6 slides using Algorithm 2 (slide 31). You may use the BinaryHeap class f…
Objective: Write MIPS program to check if an input string is a palindrome. A pal
Objective: Write MIPS program to check if an input string is a palindrome. A palindrome reads the same forwards and backwards, like: radar, racecar, noon, anna. Assume one continu…
Objective: Write a .java program that manages a Movie database. Requirements: Ea
Objective: Write a .java program that manages a Movie database. Requirements: Each movie needs to have the follow attributes: Name Year Rating (1 to 5 stars) Director Box Office T…
Objective: Write a C program that takes as input a list of integers (in random o
Objective: Write a C program that takes as input a list of integers (in random order), stores the integers in a linked list, and orders the list using the MergeSort Specifications…
Objective: Write a C program that takes as input two lists of integers (in incre
Objective: Write a C program that takes as input two lists of integers (in increasing order) and creates combines the numbers in third list of ordered numbers. The two input lists…
Objective: Write a C program thatwill accept as input two complex numbers(in rec
Objective: Write a C program thatwill accept as input two complex numbers(in rectangular coordinates)and will compute and display the product ofthe numbers. ProgramRequir…
Objective: Write a C++ program that interacts with the user and does some repeti
Objective: Write a C++ program that interacts with the user and does some repetition. Reference: Lectures and Chapter 4 Lab: A. Using any of the three loops, write a program that …
Objective: Write a C++ program that reads sales data from a file. The program ou
Objective: Write a C++ program that reads sales data from a file. The program outputs the totals sales, average sales, lowest and highest sales. Outcomes: 1. Read data fr…
Objective: Write a C++ program to calculate the correct answer for one of the qu
Objective: Write a C++ program to calculate the correct answer for one of the questions on the mid-term Exam, so the user can verify their results. Then prompt the user to input t…
Objective: Write a Java Eclipse compatible program that reads the lyrics to the
Objective: Write a Java Eclipse compatible program that reads the lyrics to the song “Danger Zone” by Kenny Loggins (listed below) and replaces the word, “danger” with something e…
Objective: Write a Java program that will perform simple analysis on historic sn
Objective: Write a Java program that will perform simple analysis on historic snowfall for Somerset, Kentucky from data stored in arrays. 2. The Assignment 2.1. Specifications Fol…
Objective: Write a MIPS assembly language program, which will prompt the user fo
Objective: Write a MIPS assembly language program, which will prompt the user for 10 positive integers and then display the following information: (1) Maximum, minimum and average…
Objective: Write a class called Beer with the following Instance Variables Name
Objective: Write a class called Beer with the following Instance Variables Name Alcohol content. Beer is around 0.05 or 5% MethodsAccessors and Mutators for the instance variables…
Objective: Write a class called GenDoublLinkedList which is a generic double lin
Objective: Write a class called GenDoublLinkedList which is a generic double linked list. This link list is similar to the single linked list that was shown in class except that e…
Objective: Write a class that keeps track of concert promotion information First
Objective: Write a class that keeps track of concert promotion information First down load the driver and put it in your project o Notice that this has all of the dialog outputs a…
Objective: Write a java compatible program that calculates your provisional fina
Objective: Write a java compatible program that calculates your provisional final grade Read a file that contains each grade o Each type of grade is denoted by a header and ever…
Objective: Write a java program that takes a 5x5 array of characters and detects
Objective: Write a java program that takes a 5x5 array of characters and detects how many words, 2 to 5 letters in length, can be found. From each letter it is possible to reach…
Objective: Write a java program that takes a 5x5 array of characters and detects
Objective: Write a java program that takes a 5x5 array of characters and detects how many words, 2 to 5 letters in length, can be found. From each letter it is possible to reach…
Objective: Write a program in which simulates a card game of WAR! The game is si
Objective: Write a program in which simulates a card game of WAR! The game is simple. There are two players who each are dealt out half of an entire shuffled deck of cards. Each p…
Objective: Write a program in which the user can: *****I ONLY NEED THE SEARCH ME
Objective: Write a program in which the user can: *****I ONLY NEED THE SEARCH METHOD FROM VideoGameCollectionManager as i already have everything else done.***** 1. Read a video g…
Objective: Write a program that allows the user to play a “Choose Your Own Adven
Objective: Write a program that allows the user to play a “Choose Your Own Adventure” game. In this game the user will be prompted with making decisions, which will then lead them…
Objective: Write a program that creates a helper class called StringHelper . Thi
Objective: Write a program that creates a helper class called StringHelper. This class has methods not already built into strings, but should be because they are super useful. Fir…
Objective: Write a program that does the following: Create and populate an Array
Objective: Write a program that does the following: Create and populate an ArrayList of integers with 10 to 20 numbers where each number could be between 0-99. Then print that out…
Objective: Write a program that keeps track of a schedule for a day. Create the
Objective: Write a program that keeps track of a schedule for a day. Create the following. Example Dialog: Welcome to the day planner system Enter 1 to add an activity Enter 2 to …
Objective: Write a program that manages a Movie database in Java. Requirements:
Objective: Write a program that manages a Movie database in Java. Requirements: Each movie needs to have the follow attributes Name Year Rating (1 to 5 stars) Director Box Office …
Objective: Write a program that manages a Movie database. Requirements: Each mov
Objective: Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes: Name Year Rating (1 to 5 stars) Director Box Office Gross T…
Objective: Write a program that manages a Movie database. Requirements: Each mov
Objective: Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes: Name Year Rating (1 to 5 stars) Director Box Office Gross T…
Objective: Write a program that manages a Movie database. Requirements: Each mov
Objective: Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes: Name Year Rating (1 to 5 stars) Director Box Office Gross T…
Objective: Write a program that manages a Movie database. Requirements: Each mov
Objective: Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes: Name Year Rating (1 to 5 stars) Director Box Office Gross T…
Objective: Write a program that manages a Movie database. Requirements: Each mov
Objective: Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes Name Year Rating (1 to 5 stars) Director Box Office Gross Th…
Objective: Write a program that reads a file and counts the number of times the
Objective: Write a program that reads a file and counts the number of times the vowels ‘A’, ‘E’, ‘I’, ‘O’, ‘U’ occurs exactly in that order. It ignores consonants It ignores any t…
Objective: Write a program that takes a 5x5 array of characters and detects how
Objective: Write a program that takes a 5x5 array of characters and detects how many words, 2 to 5 letters in length, can be found. From each letter it is possible to reach ever…
Objective: Write a program that will populate a queue with post-fix (reverse pol
Objective: Write a program that will populate a queue with post-fix (reverse polish) integer expressions and then print out the solution to each expression. To understand this mos…
Objective: Write a program that will sort a basket of clothes into their proper
Objective: Write a program that will sort a basket of clothes into their proper drawers. If you were not aware you are sort clothes by their type in this order: Top Drawer – Under…
Objective: Write a program to add or multiply two matrices. General Comments: Ma
Objective: Write a program to add or multiply two matrices. General Comments: Make sure the program follows the programming practices discussed in class. Use separate subroutines …
Objective: Write a program to add or multiply two matrices. General Comments: Ma
Objective: Write a program to add or multiply two matrices. General Comments: Make sure the program follows the programming practices discussed in class. Use separate subroutines …
Objective: Write a program to add or multiply two matrices. General Comments: Ma
Objective: Write a program to add or multiply two matrices. General Comments: Make sure the program follows the programming practices discussed in class. Use separate subroutines …
Objective: Write a program to add or multiply two matrices. General Comments: Ma
Objective: Write a program to add or multiply two matrices. General Comments: Make sure the program follows the programming practices discussed in class. Use separate subroutines …
Objective: Write a program to add or multiply two matrices. General Comments: Ma
Objective: Write a program to add or multiply two matrices. General Comments: Make sure the program follows the programming practices discussed in class. Use separate subroutines …
Objective: Write a program to add or multiply two matrices. General Comments: Ma
Objective: Write a program to add or multiply two matrices. General Comments: Make sure the program follows the programming practices discussed in class. Use separate subroutines …
Objective: Write a program to add or multiply two matrices. General Comments: Ma
Objective: Write a program to add or multiply two matrices. General Comments: Make sure the program follows the programming practices discussed in class. Use separate subroutines …
Objective: Write a program to add or multiply two matrices. General Comments: Us
Objective: Write a program to add or multiply two matrices. General Comments: Use separate subroutines for the matrix addition and matrix multiplication. Program Description &…
Objective: Write a program to add or multiply two matrices. General Comments: Us
Objective: Write a program to add or multiply two matrices. General Comments: Use separate subroutines for the matrix addition and matrix multiplication. Program Description &…