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 1402 / 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 concept map with linking words for: Differences between eukaryotic and
Create a concept map with linking words for: Differences between eukaryotic and prokaryotic transcription Transcription and translation coupled Polycistronic Monocistronic Introns…
Create a conditional expression that evaluates to string \"negative\" if userVal
Create a conditional expression that evaluates to string "negative" if userVal is less than 0, and "positive" otherwise. Example output when userVal = -9 for the below sample prog…
Create a conditional expression that evaluates to string \"negative\" if userVal
Create a conditional expression that evaluates to string "negative" if userVal is less than 0, and "positive" otherwise. Example output when userVal = -9 for the below sample prog…
Create a conduction - convection heat transfer model that predicts the wind chil
Create a conduction - convection heat transfer model that predicts the wind chill temperature with respect to human body based upon outdoor temperature. Based upon your model, det…
Create a confusion matrix for each model and and ROC curve for each one. Suppose
Create a confusion matrix for each model and and ROC curve for each one. Suppose two classification models (e.g., logistic regression and decision tree) were used for a classifica…
Create a console application called the Game of Life Requirements: ? Implement t
Create a console application called the Game of Life Requirements: ? Implement the grid as a 2-dimensional int array with 25 rows and 40 columns. ? At the beginning all cells are …
Create a console application in Visual Studio Use Rectangular array to solve thi
Create a console application in Visual Studio Use Rectangular array to solve this problem. A company has 3 sales people (1-3) who sells 5 different products (1-5). Write a program…
Create a console based application with a game similar to Hangman in which a pla
Create a console based application with a game similar to Hangman in which a player guesses letters to try to replicate a hidden word. Store at least eight words in an array, and …
Create a console program where you will implement arrays and variables that are
Create a console program where you will implement arrays and variables that are needed for this program and will implement the code within Main and any required static methods. Us…
Create a console program where you will implement coding constructs and variable
Create a console program where you will implement coding constructs and variables that are needed for this program and will implement the code within Main and any required static …
Create a console-based application that computes the price of a desk and whose M
Create a console-based application that computes the price of a desk and whose Main() method calls four other methods: A method to accept the number of drawers in the desk as inpu…
Create a console-based application that spawns two threads: a producer and a con
Create a console-based application that spawns two threads: a producer and a consumer. Use any programming language. The producer should open an input file and repeatedly copy val…
Create a console-based application that spawns two threads: a producer and a con
Create a console-based application that spawns two threads: a producer and a consumer. Use any programming language. The producer should open an input file and repeatedly copy val…
Create a console-based application that spawns two threads: a producer and a con
Create a console-based application that spawns two threads: a producer and a consumer. Use any programming language. The producer should open an input file and repeatedly copy val…
Create a console-based application that spawns two threads: a producer and a con
Create a console-based application that spawns two threads: a producer and a consumer. Use any programming language. The producer should open an input file and repeatedly copy val…
Create a console-based program and a GUI application, which justifies the follow
Create a console-based program and a GUI application, which justifies the following conditions: The Main() method prompts the user for an integer value and, in turn, passes the va…
Create a console-based program named Commission. Its Main() method calls two oth
Create a console-based program named Commission. Its Main() method calls two other methods. The first called method should ask a salesperson for the dollar value of daily sales an…
Create a console-based program named Commission. Its Main() method calls two oth
Create a console-based program named Commission. Its Main() method calls two other methods. Th e first called method should ask a salesperson for the dollar value of daily sales a…
Create a constant to define the size of two float arrays. ? Create two one dimen
Create a constant to define the size of two float arrays. ? Create two one dimensional float arrays in the function main() called highs and lows. const int MAX = 7 float highs[MAX…
Create a constructor class named Lease with fields that hold an apartment tenant
Create a constructor class named Lease with fields that hold an apartment tenant's name, apartment number, monthly rent amount, and term of the lease (in months). Have the constru…
Create a constructor for the Student class you created. The constructor should i
Create a constructor for the Student class you created. The constructor should initialize each Student's ID number to 9999, his or her points earned to 12, and credit hours to 3 (…
Create a container class named Bag. A bag is a collection of items in no particu
Create a container class named Bag. A bag is a collection of items in no particular order. Items are retrieved from the bag in no particular (random) order. i) Bag: Initialize the…
Create a container class named Bag. A bag is a collection of items in no particu
Create a container class named Bag. A bag is a collection of items in no particular order. Items are retrieved from the bag in no particular (random) order. i) Bag: Initialize the…
Create a container class named Bag. A bag is a collection of items in no particu
Create a container class named Bag. A bag is a collection of items in no particular order. Items are retrieved from the bag in no particular (random) order. i) Bag: Initialize the…
Create a context free grammar that will generate and parse elements of a simple
Create a context free grammar that will generate and parse elements of a simple programming language that includes the following elements. Comments are in []’s. This project conta…
Create a contingency table on the bottom of the page using a hypothetical sample
Create a contingency table on the bottom of the page using a hypothetical sample of 100,000 people given that the baseline rate of a disease is 4 out of 1000, the sensitivity of t…
Create a copy of Cap1 Hiking Query named Cap1 Hiking and Biking Shoes Query. Red
Create a copy of Cap1 Hiking Query named Cap1 Hiking and Biking Shoes Query. Redesign the query design to answer the question What is the sport, item name, retail price, and suppl…
Create a copy of called childcreates.c. Modify the C program so that each proces
Create a copy of called childcreates.c. Modify the C program so that each process creates exactly one a new process. Keep the printf call for all processes. The resulting diagram …
Create a cost estimate and model for building a new, state-of-the-art multimedia
Create a cost estimate and model for building a new, state-of-the-art multimedia classroom for your organization within the next six months. The classroom should include 20 high-e…
Create a counter in C. Show the count display in binary using RBO, RB1, RB2, and
Create a counter in C. Show the count display in binary using RBO, RB1, RB2, and RB3 (RBO = LSB, RB3 = MSB). For example when the count is 0001, the RBO is high and all other LEOs…
Create a counter in C. Show the count display in binary using RBO, RB1, RB2, and
Create a counter in C. Show the count display in binary using RBO, RB1, RB2, and RB3 (RBO = LSB, RB3 = MSB). For example when the count is 0001, the RBO is high and all other LEOs…
Create a counting program that prompts the user for 3 inputs (shown next) that d
Create a counting program that prompts the user for 3 inputs (shown next) that determine how and what to count. Store the user's answers in veriables. Use the acquired data to bui…
Create a couple of classes that will simulate a process heap. Download the drive
Create a couple of classes that will simulate a process heap. Download the driver and follow the following instructions! Driver: Create a class called Process Instance variables: …
Create a cover letter and resume for yourself for a job you would like to have.
Create a cover letter and resume for yourself for a job you would like to have. Please do not include personal information (such as current salary or social security number). Tail…
Create a custom Feedback form for your website. The form should have at least on
Create a custom Feedback form for your website. The form should have at least one each of the following input types: Checkbox Hidden field Radio Reset Submit Text Selection List T…
Create a custom UIview that initially generates the figure on the right: Four re
Create a custom UIview that initially generates the figure on the right: Four rectangles on the 4 corners of the screen. The length /width of the rectangles are one third of the b…
Create a custom graphical menu (windows menu) using Visual Basic. GUI Menus The
Create a custom graphical menu (windows menu) using Visual Basic. GUI Menus The purpose of this assignment is to create a few Menus using either Java, C++, Visual Basic, or any ot…
Create a custom linked list of ShippingBox class The linked list should have fol
Create a custom linked list of ShippingBox class The linked list should have following operations object with attributes: Address, Weight, and isDelivered 1. InsertAtHead 2. Inser…
Create a data collection sheet for conducting a time study of the process of \"m
Create a data collection sheet for conducting a time study of the process of "making of a Peanut Butter and Jelly" Sandwich. You need to take into account the set-up period, makin…
Create a data file called superheroes.dat using any text-based editor and enter
Create a data file called superheroes.dat using any text-based editor and enter at least three records storing your superheroes’ name and main superpower. Make sure that each fiel…
Create a data file called “students.txt” in the format given below, using VI: a.
Create a data file called “students.txt” in the format given below, using VI: a. student id character b. student name character c. cumulative gpa number d. classification characte…
Create a data file containing around (but not exactly) 100 integers. The numbers
Create a data file containing around (but not exactly) 100 integers. The numbers should be on multiple lines in the file, but do not include the same number of integers on each li…
Create a data file containing around (but not exactly) 100 integers. The numbers
Create a data file containing around (but not exactly) 100 integers. The numbers should be on multiple lines in the file, but do not include the same number of integers on each li…
Create a data file containing around (but not exactly) 100 integers. The numbers
Create a data file containing around (but not exactly) 100 integers. The numbers should be on multiple lines in the file, but do not include the same number of integers on each li…
Create a data file containing around (but not exactly) 100 integers. The numbers
Create a data file containing around (but not exactly) 100 integers. The numbers should be on multiple lines in the file, but do not include the same number of integers on each li…
Create a data file that contains person information. The information will consis
Create a data file that contains person information. The information will consist of a person’s name, age, and weight to the nearest tenth of a pound. Populate the file with 20 da…
Create a data file that contains person information. The information will consis
Create a data file that contains person information. The information will consist of a person’s name, age, and weight to the nearest tenth of a pound. Populate the file with 20 da…
Create a data file that stores data points (the x values in one column and then
Create a data file that stores data points (the x values in one column and then the y values in a second column). Write a script that will: n read the data points n fit a straight…
Create a data file with 1,000 lines. Each line in the file consists of a faculty
Create a data file with 1,000 lines. Each line in the file consists of a faculty member's first name, last name, rank, and salary. The faculty member's first name and last name fo…
Create a data frame called Indego.df and read the contents of the csv file into
Create a data frame called Indego.df and read the contents of the csv file into it. Indego.df = read.csv("Indego_trips.csv") Get summary information on this data frame. What are t…