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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1384 / 1624

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
Create a PowerPoint presentation for new systems administrators in which you int
Create a PowerPoint presentation for new systems administrators in which you introduce security topics critical to their roles. In your PowerPoint, include the following: Identify…
Create a PowerPoint presentation of no more than 15 slides that reflect your und
Create a PowerPoint presentation of no more than 15 slides that reflect your understanding of the three macronutrients discussed in this module: Carbohydrates, Lipids, and Protein…
Create a PowerPoint presentation of no more than 15 slides that reflect your und
Create a PowerPoint presentation of no more than 15 slides that reflect your understanding of the three macronutrients discussed in this module: Carbohydrates, Lipids, and Protein…
Create a PowerPoint slide presentation with narration (8-10 slides recommended f
Create a PowerPoint slide presentation with narration (8-10 slides recommended for the following topics: 1) Wal-mart company in which current events have adversely affected produc…
Create a PowerPoint with presenter’s notes describing your research project on h
Create a PowerPoint with presenter’s notes describing your research project on healthcare spending in the United States. A minimum of 10 slides is required. The presentation shoul…
Create a PowerPoint with presenter’s notes describing your research project. A m
Create a PowerPoint with presenter’s notes describing your research project. A minimum of 10 slides is required, including a title and References slide. The presentation should ad…
Create a Program From Pseudocode (TCO 1) This exercise will be to use pseudocode
Create a Program From Pseudocode (TCO 1) This exercise will be to use pseudocode (in the form of comments) to write a program that creates and initializes the variables for a comp…
Create a Program in C++ without StandardTemplates only with vectors or dynamic a
Create a Program in C++ without StandardTemplates only with vectors or dynamic arrays... 1. Input will be from stdin, takes positive integers only (not zero) 2. Have the following…
Create a Project Charter for your Personal Project The format and content of a P
Create a Project Charter for your Personal Project The format and content of a Project Charter varies from organization to organization. Larger organizations have a PMO (Project M…
Create a Project called InterfaceDemo Create the following classes in the projec
Create a Project called InterfaceDemo Create the following classes in the project (under default package): GeometricObjects Circle Rectangle ShapesMain In addition, under the same…
Create a Project named Chap7. Follow the instructions for PE 7. Create your code
Create a Project named Chap7. Follow the instructions for PE 7. Create your code. Zip the folder Chap7 and upload. For reference see pages 363-364 in the text book. Make sure your…
Create a Project with the name Chap12. Create a Class with the name StringTooLon
Create a Project with the name Chap12. Create a Class with the name StringTooLongException This throws an exception when a string is discovered that has more than 20 characters in…
Create a Prolog database by typing the facts listed below in a .pro file. Consul
Create a Prolog database by typing the facts listed below in a .pro file. Consult the file in Amzi Prolog. We have a person relation to keep track of the person’s id number, name,…
Create a Prolog database by typing the facts listed below in a .pro file. Consul
Create a Prolog database by typing the facts listed below in a .pro file. Consult the file in Amzi Prolog. While in Amzi Prolog, type in the queries given below. You are to turn i…
Create a Prolog database by typing the facts listed below in a .pro file. Consul
Create a Prolog database by typing the facts listed below in a .pro file. Consult the file in Amzi Prolog. While in Amzi Prolog, type in the queries given below. You are to turn i…
Create a Prolog program based on specific grammar Note: This is what I started t
Create a Prolog program based on specific grammar Note: This is what I started to implement based on my research, but this don't compile yet. Create a Prolog program based on the …
Create a Prolog program that solves the following logic puzzle, printing the rig
Create a Prolog program that solves the following logic puzzle, printing the right answer for each of the four cases. There are 4 customers: Genevieve, Lucia, Shawna, Vanessa Ther…
Create a Prolog program that solves the following logic puzzle, printing the rig
Create a Prolog program that solves the following logic puzzle, printing the right answer for each of the four cases. There are 4 customers: Genevieve, Lucia, Shawna, Vanessa Ther…
Create a Pthreads version of the following Pascal triangle program. #include
Create a Pthreads version of the following Pascal triangle program. #include <math.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> int main(i…
Create a PyCharm Python project named fly_drone . Add a Python file called drone
Create a PyCharm Python project named fly_drone. Add a Python file called drone.py to this project. Define a class called Drone in this file. In this class, create two publicly ac…
Create a Python class StockTracker to implement this queue-like structure. Here
Create a Python class StockTracker to implement this queue-like structure. Here is a description of the constructor and methods: The constructor "StockTracker ()" creates an initi…
Create a Python function called printHashtags that expects one argument, a non-n
Create a Python function called printHashtags that expects one argument, a non-negative integer, and prints a row of hashtags, where the number of hashtags is given by the value p…
Create a Python function called printTriangle that expects one argument, a non-
Create a Python function called printTriangle that expects one argument, a non- negative integer, and prints a right triangle, where both the height of the triangle and the width …
Create a Python function called sumOfEvens which takes one argument, an integer
Create a Python function called sumOfEvens which takes one argument, an integer greater than or equal to 1, and returns the result of adding the even integers between 1 and the va…
Create a Python function that prints a parallelogram with asterisks. This functi
Create a Python function that prints a parallelogram with asterisks. This function will be called printPar and will have two parameters. The first parameter represents the width o…
Create a Python program for Professor P. Create a class named Student that holds
Create a Python program for Professor P. Create a class named Student that holds the following data about a student: 1. Name 2. Student ID number 3. GPA 4. Expected grade in this …
Create a Python program that allows the user to input coordinates onto a 5x5 2D
Create a Python program that allows the user to input coordinates onto a 5x5 2D list in order to locate and destroy a hidden enemy ship. Make a game board similar to the one below…
Create a Python program that creates a repeating 10 question math quiz that retu
Create a Python program that creates a repeating 10 question math quiz that returns the user's score upon completion. Upon quiz completion, the user can then choose to repeat the …
Create a Python program that takes a badly formatted data set and converts it in
Create a Python program that takes a badly formatted data set and converts it into CSV. Details: The data has three fields which we will assume are always present: a number, a nam…
Create a Python program that uses two identical-height images and creates an acc
Create a Python program that uses two identical-height images and creates an accordion collage of the two such at it can be folded to see just one picture. Your completed solution…
Create a Python program to read in a file (Qsand0pts.txt) of quiz questions and
Create a Python program to read in a file (Qsand0pts.txt) of quiz questions and answers into a list. Each question set is stored inside the file using 3 lines. The first line cont…
Create a Python script named tryme3.py . Write a function in this file called ni
Create a Python script named tryme3.py . Write a function in this file called nine_lines that uses a function called three_lines to print nine blank lines. Now add a function name…
Create a Python script that computes the normal mode frequencies for a N identic
Create a Python script that computes the normal mode frequencies for a N identical objects of mass m coupled by N + 1 springs all of stiffness k. Use the numpy. linalg package to …
Create a Python-based Internet chat application with a server program and a clie
Create a Python-based Internet chat application with a server program and a client program. The server manages a chat group, allowing any number of clients to join the group with …
Create a Queue system simulation. Create a class for Customer Creation, Server (
Create a Queue system simulation. Create a class for Customer Creation, Server (barista) management, list of servers (baristas) who are either busy or idle, and a wait line, Custo…
Create a Quiz class that contains an array that should be able to hold either Qu
Create a Quiz class that contains an array that should be able to hold either Question or MultipleChoiceQuestion objects. Create a constructor for the Quiz class that receives the…
Create a REST-based web service that stores phone book enteries in a database. (
Create a REST-based web service that stores phone book enteries in a database. (PhoneBook.mdf, which is provided in the examples directory for this chapter) and a client applicati…
Create a RESTful web service that stores phone book entries in the database Phon
Create a RESTful web service that stores phone book entries in the database PhoneBookDB and a web client application that consumes this service. The web service should output XML.…
Create a RURPLE program that will print out the result of adding numbers togethe
Create a RURPLE program that will print out the result of adding numbers together. The numbers will be specified by dropping beepers into the world. Each stack of beepers represen…
Create a Raptor Flowchart that calculates the amount a person would carn over a
Create a Raptor Flowchart that calculates the amount a person would carn over a period of time if his or her salary were twenty cents the first day, forty cents the second day, an…
Create a Raptor Flowchart that calculates the amount a person would earn over a
Create a Raptor Flowchart that calculates the amount a person would earn over a period of time if his or her salary were one penny the first day, two pennies the second day, and s…
Create a Raptor flowchart to accept 12 monthly rainfall amounts from the user an
Create a Raptor flowchart to accept 12 monthly rainfall amounts from the user and calculate the total, largest and smallest monthly rainfall amounts, and the average amount. All c…
Create a Rational Number class. A Rational number has 2 parts, an integer numera
Create a Rational Number class. A Rational number has 2 parts, an integer numerator and an integer denominator. Add two constructors (negative denominators must be moved to the nu…
Create a Receipt class that could be used by an automobile parts store. Items to
Create a Receipt class that could be used by an automobile parts store. Items to include as data members are receipt number, date of purchase, customer number, customer name and a…
Create a Receipt class that could be used by an automobile parts store. Items to
Create a Receipt class that could be used by an automobile parts store. Items to include as data members are receipt number, date of purchase, customer number, customer name and a…
Create a Rectangle class that models a Rectangle. It should have integer length
Create a Rectangle class that models a Rectangle. It should have integer length and width attributes. The Rectangle class should also be able to draw a rectangle on the standard o…
Create a Relational Model (the CREATE TABLE statements) for the following databa
Create a Relational Model (the CREATE TABLE statements) for the following database: We have students; each student has a unique Id, name, address, gender, and overall GPA (has def…
Create a Restaurant Business plan for super bowl 2018 in Minnesota. 1. Decision
Create a Restaurant Business plan for super bowl 2018 in Minnesota. 1. Decision Alternatives: Describe the process used to determine alternatives, including a discussion of other …
Create a Restaurant Order system. Create an abstract class called MenuItem. Name
Create a Restaurant Order system. Create an abstract class called MenuItem. Name of the item Description of the item Price Create an Appetizer that is derived from MenuItem Create…
Create a Retained earnings statement from this given data: Create a Retained ear
Create a Retained earnings statement from this given data: Create a Retained earnings statement from this given data: Retained earnings and balance sheet data: Accounts payable $ …