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

Web development and programming

191828 questions • Page 3438 / 3837

You are the project manager for a project to add functionality to your company’s
You are the project manager for a project to add functionality to your company’s web site. The project has been broken down into four iterations (releases). Each of the iterations…
You are the project manager in charge of developing the latest release of your s
You are the project manager in charge of developing the latest release of your software firm’s flagship product. The product release date is just two weeks away, and enthusiasm fo…
You are the prosecuting attorney in a case. You are eliciting testimony from you
You are the prosecuting attorney in a case. You are eliciting testimony from your star witness, who has said that he was sitting on his porch 600 ft away from the crime scene when…
You are the prosecuting attorney in a case. You are eliciting testimony from you
You are the prosecuting attorney in a case. You are eliciting testimony from your star witness, who has said that he was sitting on his porch 600 ft away from the crime scene when…
You are the security Manager for a medium-sized bank You have been asked to desi
You are the security Manager for a medium-sized bank You have been asked to design a security solution to keep intruders out of the bank after hours. The three areas of the bank y…
You are the security manager for a mid-sized company (3,000 to 5,000 employees).
You are the security manager for a mid-sized company (3,000 to 5,000 employees). Your company has determined that confidentiality (or privacy) and data integrity are the security …
You are the server administrator at your company. A new server has arrived and y
You are the server administrator at your company. A new server has arrived and your boss has asked you to setup the server. After inspection you notice the server has two NICs, 16…
You are the software developer put in charge of helping an online streaming webs
You are the software developer put in charge of helping an online streaming website to categorize its film collection. The company already has an existing collection of American f…
You are the software developer put in charge of helping an online streaming webs
You are the software developer put in charge of helping an online streaming website to categorize its film collection. The company already has an existing collection of American f…
You are the system administrator for a company that has an office 365 tenant. Co
You are the system administrator for a company that has an office 365 tenant. Contoso.onmicrosoft.com is the only configured domain. You have an on premises Active directory domai…
You are the systems administrator for a scientific research company that employs
You are the systems administrator for a scientific research company that employs over 100 scientists who write and run Linux programs to analyze their work. All of these programs …
You are the systems administrator for a scientific research company that employs
You are the systems administrator for a scientific research company that employs over 100 scientists who write and run Linux programs to analyze their work. All of these programs …
You are the vice president for software development at a small, private firm. Sa
You are the vice president for software development at a small, private firm. Sales of your form's products have been strong, but you recently detected a patent infringement by on…
You are to IMPLEMENT OWN STACK (MAKE OWN STACK!!!)a Java program that allows the
You are to IMPLEMENT OWN STACK (MAKE OWN STACK!!!)a Java program that allows the user to type in a mathematical formula at the keyboard and produces the answer on the screen. IMPO…
You are to add these 3 functions to this program l. readData This function is to
You are to add these 3 functions to this program l. readData This function is to read the input and store it into the array. Notice that there is one parameter (use Sa0 for this) …
You are to code the following three source files in C++: • MyString.h – In this
You are to code the following three source files in C++: • MyString.h – In this file, you declare a class named MyString. – This class contains 3 private attributes, str, size, an…
You are to code the function \'evaluate\' which evaluates an expression or indic
You are to code the function 'evaluate' which evaluates an expression or indicates that the expression was invalid. The expression is allowed to be composed of integers as well as…
You are to come up with a data model, utilizing an Entity Relationship Diagram,
You are to come up with a data model, utilizing an Entity Relationship Diagram, for tennis tournaments incorporating the following scenario. Versions must contain all entities and…
You are to compare banked versus pipelined implementation of an L1 data cache. A
You are to compare banked versus pipelined implementation of an L1 data cache. Assuming a 64 KB 2-way set associative cache with 64-B blocks, the pipelined cache has 3 pipe stages…
You are to complete the app that you have been working on for the past few weeks
You are to complete the app that you have been working on for the past few weeks. Your app should have an intuitive user interface, as well as substantial functionality. At a mini…
You are to complete the rewrite of your Lab 5B program so that it contains addit
You are to complete the rewrite of your Lab 5B program so that it contains additional methods which get the character to be used as well as methods that output the filled and unfi…
You are to complete three additional functions for the ClockType class and use a
You are to complete three additional functions for the ClockType class and use an array of ClockTypes as described below in Processing.                                            …
You are to convert the following C quicksort program to ARM assembler. There are
You are to convert the following C quicksort program to ARM assembler.  There are numerous websites that describe the quicksort algorithm. Your program must follow these conventio…
You are to convert the following C quicksort program to ARM assembler. There are
You are to convert the following C quicksort program to ARM assembler. There are numerous websites that describe the quicksort algorithm. Your program must follow these convention…
You are to create a C# Windows Forms (GUI) application that conforms to the foll
You are to create a C# Windows Forms (GUI) application that conforms to the following specifications: 1. Load a list box with information about library patrons. The each list box …
You are to create a C++ program that collects student information for your class
You are to create a C++ program that collects student information for your classmates. The program will require the following data to be gathered: -First Name (e.g., Mergim) -Last…
You are to create a C++ program that enables a person to make a reservation at t
You are to create a C++ program that enables a person to make a reservation at the Cancun Mexican Resort. 1. The program should be controlled by a main loop that lets the user ans…
You are to create a C++ program that opens an input file, reads and process the
You are to create a C++ program that opens an input file, reads and process the data in that file, and then writes the (possibly modified) data to a new output file. Your program …
You are to create a C++ program to help in the analysis of data obtained from an
You are to create a C++ program to help in the analysis of data obtained from an x-ray powder diffractometer used to characterize materials. In the diffractometer a sample is expo…
You are to create a CourseGrades application that simulates a grade book for a c
You are to create a CourseGrades application that simulates a grade book for a class with six students that each has 5 test scores. The CourseGrades application should use a Grade…
You are to create a House with 2 rooms in the house. The following is an example
You are to create a House with 2 rooms in the house. The following is an example of C++ code for the basic classes: **in C#, it may be written differently**. Must be written in C#…
You are to create a PHP code that wil interact with homework\'s 1 HTML form. An
You are to create a PHP code that wil interact with homework's 1 HTML form. An example of a form submitted is given below A1-part1 W Barack Obama - Wikipedxe PHP: isset - Manual x…
You are to create a Turing machine which is input two positive integers n, m and
You are to create a Turing machine which is input two positive integers n, m and determines if n is divisible by m.   The input is coded in unary. The pair of integers in the inpu…
You are to create a Turing machine which is input two positive integers n, m and
You are to create a Turing machine which is input two positive integers n, m and determines if n is divisible by m.   The input is coded in unary. The pair of integers in the inpu…
You are to create a Visual Basic 2010 application that will roll a pair of dice
You are to create a Visual Basic 2010 application that will roll a pair of dice one hundred times and compute the mean and standard deviation of the rolls (the total of the two di…
You are to create a blackjack hand class. This class will contain a \"hand\" (up
You are to create a blackjack hand class. This class will contain a "hand" (up to 11 cards). UML as follows: Blackjack Hand - Cards [] hand - numCards int +BlackjackHand() +getSco…
You are to create a class Appointment.java that will have the following: 5 Insta
You are to create a class Appointment.java that will have the following: 5 Instance variables: 1 default constructor public Appointment() 1 non-default constructor that accepts ar…
You are to create a class called zyMethod. It has one constructor, one class met
You are to create a class called zyMethod. It has one constructor, one class method ,and 3 versions of an instance method called function(). The class should store the double argu…
You are to create a class named BinaryTree. This will simulate a balanced and or
You are to create a class named BinaryTree. This will simulate a balanced and ordered binary tree. You also need to create a TreeNode class, which defines the data contained in ea…
You are to create a class with so-called BoundaryCells. Methods in the class thr
You are to create a class with so-called BoundaryCells. Methods in the class throw exceptions under certain conditions. A BoundaryCell object stores an array of double. The constr…
You are to create a class with so-called BoundaryCells. Methods in the class thr
You are to create a class with so-called BoundaryCells. Methods in the class throw exceptions under certain conditions. A BoundaryCell object stores an array of double. The constr…
You are to create a firewall rule set on your Ubuntu server. Make sure to use VA
You are to create a firewall rule set on your Ubuntu server. Make sure to use VARIABLES for the IP addresses in your firewall. DO NOT HARD CODE THEM. I want to be able to easily c…
You are to create a menu-driven application that supports multiple bank accounts
You are to create a menu-driven application that supports multiple bank accounts. You will need to implement functionality shown in the following menu: ***BANKING MENU*** 1- Creat…
You are to create a menu-driven program that will perform eachof these operation
You are to create a menu-driven program that will perform eachof these operations:    q.    Quit The following conditions must be met: Euclid's Algorithm to find the Greatest Comm…
You are to create a program in Python that performs the following: Asks the user
You are to create a program in Python that performs the following: Asks the user for the number of cars(i.e. data instances) 2. For each car, asks the user to enter the following …
You are to create a program that can be used for keeping track of textbooks requ
You are to create a program that can be used for keeping track of textbooks required and recommended for classes and the cost of those textbooks. All input will be taken from stan…
You are to create a program that enables you to measure the execution times of v
You are to create a program that enables you to measure the execution times of various sorting algorithms to better understand their efficiency characteristics. For each sorting a…
You are to create a program that extends the Echo class to read in any external
You are to create a program that extends the Echo class to read in any external text file, and then report the relative frequencies of the letters of the English alphabet, plus th…
You are to create a program that will read 10 integers from afile and output the
You are to create a program that will read 10 integers from afile and output the numbers and whether the number is odd or even(zeros may be considered even). Your program should e…
You are to create a program that you use for keeping track of textbooks required
You are to create a program that you use for keeping track of textbooks required and recommended for classes and the cost of those textbooks. All input will be taken from standard…