Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 1344 / 1758
In this assignment, you will implement a Memory Management System(MMS). Using C
In this assignment, you will implement a Memory Management System(MMS). Using C Programming Language..... MAKE SURE YOU USE C PROGRAMMING Your MMS will handle all requests of allo…
In this assignment, you will implement a Student Record sorter program. Your pro
In this assignment, you will implement a Student Record sorter program. Your program must include the following elements: 1. A class called "Student" to hold the student records. …
In this assignment, you will implement a class named KaraokeConsole which mimics
In this assignment, you will implement a class named KaraokeConsole which mimics the console of a karaoke system. This console allows the user to add a new song title to the playl…
In this assignment, you will implement a dynamic array. Dynamic arrays provide a
In this assignment, you will implement a dynamic array. Dynamic arrays provide all the advantages of static arrays--random access, sequential access, compactness—plus the capabili…
In this assignment, you will implement a dynamic array. Dynamic arrays provide a
In this assignment, you will implement a dynamic array. Dynamic arrays provide all the advantages of static arrays--random access, sequential access, compactness—plus the capabili…
In this assignment, you will implement a recursive solution for computing the GC
In this assignment, you will implement a recursive solution for computing the GCD of two positive integers. You may use the following C solution as a guide: int gcd(int n1, int n2…
In this assignment, you will implement a recursive solution for computing the nu
In this assignment, you will implement a recursive solution for computing the number of integer partitions of a positive integer n with parts up to m. In number theory, an integer…
In this assignment, you will implement a referenced based Deque. To accomplish t
In this assignment, you will implement a referenced based Deque. To accomplish this, you will create first create an inner (i.e. inside the Deque class) class Node. The Node class…
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be pos
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be possibk to pay human-vs-human, human-vs-computer, or computer-vs-computer Tic-Tac-Toe, also called X's…
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be pos
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be possibk to pay human-vs-human, human-vs-computer, or computer-vs-computer Tic-Tac-Toe, also called X's…
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be pos
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be possible to play human-vs-human, human-vs-computer, or computer-vs-computer. Tic-Tac-Toe, also called …
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be pos
In this assignment, you will implement a simple Tic-Tac-Toe game. It will be possible to play human-vs-human, human-vs-computer, or computer-vs-computer. Tic-Tac-Toe, also called …
In this assignment, you will implement a simple form of message encryption that
In this assignment, you will implement a simple form of message encryption that dates back to the times of Julius Caesar. This technique, called the Caesar Cipher, does not offer …
In this assignment, you will implement a simulation of a popular casino game usu
In this assignment, you will implement a simulation of a popular casino game usually called video poker. The card deck contains 52 cards, 13 of each suit. At the beginning of the …
In this assignment, you will implement a simulation of a popular casino game usu
In this assignment, you will implement a simulation of a popular casino game usually called video poker. The card deck contains 52 cards, 13 of each suit. At the beginning of the …
In this assignment, you will implement a simulation of a popular casino game usu
In this assignment, you will implement a simulation of a popular casino game usually called video poker. The card deck contains 52 cards, 13 of each suit. At the beginning of the …
In this assignment, you will implement a very simple contact organizer applicati
In this assignment, you will implement a very simple contact organizer application in python. You will write a program called contacts.py. Using this application, you will be able…
In this assignment, you will implement additional member functions for the linke
In this assignment, you will implement additional member functions for the linked list data structure. Following are the member functions you need to implement. You can create add…
In this assignment, you will implement an algorithm that computes the distance b
In this assignment, you will implement an algorithm that computes the distance between two points using the distance formula. Create a new file and name it distanceFormula. Includ…
In this assignment, you will implement an interactive quiz with two pes of quest
In this assignment, you will implement an interactive quiz with two pes of questions: multiple choice questions and short answer questions You will be working with the following i…
In this assignment, you will implement encrypted communications between two part
In this assignment, you will implement encrypted communications between two parties, Alice and Bob, and evaluate the performance of AES and RSA under different parameters. For sim…
In this assignment, you will implement the following inorder, preorder, and post
In this assignment, you will implement the following inorder, preorder, and postorder traversal functions on a binary search tree: Each of these traversal methods matches a public…
In this assignment, you will implement three methods on a singly linked list: in
In this assignment, you will implement three methods on a singly linked list: insert_front(), insert_back(), and isDuplicated(). 1. Without using a ListIterator, define and implem…
In this assignment, you will improve your blogging platform by adding AJAX-based
In this assignment, you will improve your blogging platform by adding AJAX-based functionality to two of your pages. After the user leaves the email field, check against the datab…
In this assignment, you will learn about solutions and strategies for improving
In this assignment, you will learn about solutions and strategies for improving the performance of SQL queries. Using the South University Online Library or the Internet, research…
In this assignment, you will learn about the famous Lempel-Ziv-Welch (LZW) compr
In this assignment, you will learn about the famous Lempel-Ziv-Welch (LZW) compression algorithm. Most compression algorithms including UNIX compress are based on the LZW algorith…
In this assignment, you will list the steps in a process you select, and determi
In this assignment, you will list the steps in a process you select, and determine whether each step can be classified as value-added, waste, or non-value-added but required. Revi…
In this assignment, you will make a Tic-Tac-Toe game in C++. You will be provide
In this assignment, you will make a Tic-Tac-Toe game in C++. You will be provided with starting code. Your task is to complete the tBoard object which controls the game mechanics.…
In this assignment, you will modify the Beam class that you started in lab. You
In this assignment, you will modify the Beam class that you started in lab. You will add some additional functionality to the class by adding additional functions and/or attribute…
In this assignment, you will modify the client and server programs that use pipe
In this assignment, you will modify the client and server programs that use pipe to communicate. 1. The client keeps prompting the user for a number (positive integer) and send th…
In this assignment, you will need to create an application in Java that draws ra
In this assignment, you will need to create an application in Java that draws random faces on a window. The application will draw 3 to 10 faces each time it is run. The faces will…
In this assignment, you will open the link below and participate in a “Click and
In this assignment, you will open the link below and participate in a “Click and Learn” Activity. http://media.hhmi.org/biointeractive/click/anthropocene/ You may begin by clickin…
In this assignment, you will practice reading from files and creating, filling,
In this assignment, you will practice reading from files and creating, filling, and gathering information from arrays. This part is designed to be fairly simple and will make use …
In this assignment, you will practice the following programming skills: a. conve
In this assignment, you will practice the following programming skills: a. converting a program functionality description into a functional program b. for loops and if-else statem…
In this assignment, you will practice using recursion Assume that we have an ass
In this assignment, you will practice using recursion Assume that we have an assembly line that can take a picture of a machine part which moves along a conveyor belt. The picture…
In this assignment, you will practice with more complex data structures, as well
In this assignment, you will practice with more complex data structures, as well as practice using function pointers (along with using data pointers as in the last assignment). Yo…
In this assignment, you will program a simple calculator for the Raspbian OS usi
In this assignment, you will program a simple calculator for the Raspbian OS using ARM assembly. Your program, at a minimum, will consist of the following procedure calls SUM: Add…
In this assignment, you will program a simple calculator for the Raspbian OS usi
In this assignment, you will program a simple calculator for the Raspbian OS using ARM assembly. Your program, at a minimum, will consist of the following procedure calls: SUM: Ad…
In this assignment, you will recommend the components of a career development pl
In this assignment, you will recommend the components of a career development planning program and explain how the plan will integrate the organization’s mission and value stateme…
In this assignment, you will refactor the program that you wrote for Assignment
In this assignment, you will refactor the program that you wrote for Assignment 3. The output of this program should be exactly the same as Assignment 3 except that the data will …
In this assignment, you will review the various approaches to the organizational
In this assignment, you will review the various approaches to the organizational change process, your perspective on the change process and the role of contingency. Provide a summ…
In this assignment, you will select a program, quality improvement initiative, o
In this assignment, you will select a program, quality improvement initiative, or other project from your place of employment. Assume you are presenting this program to the board …
In this assignment, you will select a program, quality improvement initiative, o
In this assignment, you will select a program, quality improvement initiative, or other project from your nursing field. Assume you are presenting this program to the board for ap…
In this assignment, you will study a simple Internet ping server written in the
In this assignment, you will study a simple Internet ping server written in the Java language, and implement a corresponding client. The functionality provided by these programs i…
In this assignment, you will study the need for front-end applications and data
In this assignment, you will study the need for front-end applications and data connectivity with these applications. Search the Internet to find various tools and technologies th…
In this assignment, you will submit your final operations improvement plan (OIP)
In this assignment, you will submit your final operations improvement plan (OIP). Your final OIP should be divided into five basic components: Process Identification. Process Impr…
In this assignment, you will test three hash functions provided by the instructo
In this assignment, you will test three hash functions provided by the instructor and then create one of your own. Please see the starter files codes provided below. Do not alter…
In this assignment, you will use PHP to build an application that allows a user
In this assignment, you will use PHP to build an application that allows a user to insert new records into a relational database. (ALL PARTS OF TABLES (file) ARE HERE) 1. HTML Sta…
In this assignment, you will use PHP to build an application that allows a user
In this assignment, you will use PHP to build an application that allows a user to insert new records into a relational database. (ALL PARTS OF TABLES (file) ARE HERE) 1. HTML Sta…
In this assignment, you will use a simple version of a portfolio where your mone
In this assignment, you will use a simple version of a portfolio where your money is distributed across three categories: stocks, bonds, and cash. Refer to this module’s readings …