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 3485 / 3837

You will write a program that uses a class bookType, which will hold specific in
You will write a program that uses a class bookType, which will hold specific information about a book, and various functions to be performed on a book. You will define an array t…
You will write a program that will perform the basic tasks of a Red Box movie an
You will write a program that will perform the basic tasks of a Red Box movie and video game rental. This program should simulate a user approaching the machine and making a renta…
You will write a program that will play a letter guessing game. - Write a progra
You will write a program that will play a letter guessing game. - Write a program that reads letters from a file called“lettersin.txt”. - Your program will ask the user to enter t…
You will write a program that will scan in and store in an array a specified num
You will write a program that will scan in and store in an array a specified number of integers ranging between 1 – 10. You can assume that the user will not enter a number less t…
You will write a program that will scan in and store in an array a specified num
You will write a program that will scan in and store in an array a specified number of integers ranging between 1 – 10. You can assume that the user will not enter a number less t…
You will write a program that will simulate the management of moncy in 3 account
You will write a program that will simulate the management of moncy in 3 accounts: checking, savings, and credit General Requirements: A preprocessor directive must be used to def…
You will write a program to compare state and county information in C++. You mus
You will write a program to compare state and county information in C++. You must have the following structs in your program struct county { string name; //name of county string *…
You will write a program to determine the gas mileage use on atrip, given the mi
You will write a program to determine the gas mileage use on atrip, given the miles driven and the gallons used. Theprogram should then calculate and print out the miles pergallon…
You will write a program to keep up with product vendors inventories. There is n
You will write a program to keep up with product vendors inventories. There is no Inheritance in this project, the relationship between the classes are "has a aggregations. Vendor…
You will write a program to run a car rental shop. The program will work as foll
You will write a program to run a car rental shop. The program will work as follows: On startup, it will read a file of Cars, staff, and customers (storing each into a single arra…
You will write a program using 2 threads to calculate the Fibonacci number. Each
You will write a program using 2 threads to calculate the Fibonacci number. Each thread will process one of the values used to calculate the result for the last iteration of the c…
You will write a program using functions that performs the following tasks. Thes
You will write a program using functions that performs the following tasks. These tasks are explained in more detail later in this document (1) For a user specified number of iter…
You will write a program where you ask the user to enter an ‘A’ or ‘a’, ‘B’ or ‘
You will write a program where you ask the user to enter an ‘A’ or ‘a’, ‘B’ or ‘b’, or ‘C’ or ‘c’. If they enter an uppercase or lowercase ‘A’ you will print out ‘A is for apple’,…
You will write a program which reads in a 2D grid of characters which represent
You will write a program which reads in a 2D grid of characters which represent a word- search similar to what you find in the newspaper Your program then prompts the user to ente…
You will write a program which reads in a 2D grid of characters which represent
You will write a program which reads in a 2D grid of characters which represent a word- search similar to what you find in the newspaper Your program then prompts the user to ente…
You will write a python program for customers of a store to create acounts. Each
You will write a python program for customers of a store to create acounts. Each customer needs to provide first name, last name, age, email address, desired password, credit card…
You will write a simple calculator program that asks the user to choose an opera
You will write a simple calculator program that asks the user to choose an operation (+, -, *, /, %) and then asks for the 2 operands. It will calculate and store the results, and…
You will write a simple “Guess My Number” game. The program will ask the user to
You will write a simple “Guess My Number” game. The program will ask the user to guess a number between 1 and 100. As the user guesses, the program will indicate whether the numbe…
You will write a simplified model of a bouncing ball using numpy. Assume the bal
You will write a simplified model of a bouncing ball using numpy. Assume the ball is dropped on Venus under constant acceleration g=8.87 m/s^2 from the limit of its atmosphere, a …
You will write a total of 4 SML functions (not counting local helper functions).
You will write a total of 4 SML functions (not counting local helper functions). Your solutions must be solved as one to two-line functions involving iterators such as map, filter…
You will write a very (very) simple game, in which the user will select an anima
You will write a very (very) simple game, in which the user will select an animal and then guess how many legs that animal should have. (It is not a very challenging or interestin…
You will write a very basic web application in PHP that will create a dynamic se
You will write a very basic web application in PHP that will create a dynamic search form. The PHP script will take user input from the form and perform basic searches on files lo…
You will write an application that consists of a client and server parts. The ap
You will write an application that consists of a client and server parts. The application behaves like a client and a server at the same time. 1. The server role. It waits for a m…
You will write an application to build a tree structure called Trie for a dictio
You will write an application to build a tree structure called Trie for a dictionary of English words, and use the Trie to generate completion lists for string searches. A Trie is…
You will write an application to build a tree structure called Trie for a dictio
You will write an application to build a tree structure called Trie for a dictionary of English words, and use the Trie to generate completion lists for string searches. IF YOU SE…
You will write code to read binary data of a UDP header and generate a response
You will write code to read binary data of a UDP header and generate a response header. The data in a UDP header is shown in the table below. The header has 64-bit (8 bytes) long …
You will write from scratch a class called Heater that represents an adjustable
You will write from scratch a class called Heater that represents an adjustable thermostat. Follow the detailed steps below. This is based on Exercises 2.93 - 2.94 (6e) / 2.92 - 2…
You will write in MATLAB that multiplies a matrix by a vector Create a program i
You will write in MATLAB that multiplies a matrix by a vector Create a program in MATLAB that prompts the user to enter two file names, open into dynamically allocated arrays base…
You will write pseudocode to achieve the requirements described below. Assume th
You will write pseudocode to achieve the requirements described below. Assume there is an integer array called numbers of size n (where n > 1) The first m slots of the array (w…
You will write several printf statements to achieve the results below, including
You will write several printf statements to achieve the results below, including the line spacing. There is no room for creativity in this assignment. I want you to be able to con…
You will write the four functions described below. main function, to demonstrate
You will write the four functions described below. main function, to demonstrate their correctness Then you will call them from the 1. isSorted: takes an array of integers and its…
You will write two classes for program 7. Please submit all classes in one file.
You will write two classes for program 7. Please submit all classes in one file. The name of the physical program file submitted xxxx_program7. Assignment: A veterinarian services…
You will write two java files for this assignment: MyCircle.java, and MyCircleTe
You will write two java files for this assignment: MyCircle.java, and MyCircleTester.java. The MyCircle.java file is the primary interest. It will create an actual class, the firs…
You will write your code where prompted to do so, and the main) and testing func
You will write your code where prompted to do so, and the main) and testing functions are not to be altered . Create two classes and name their types Account and Money Use initial…
You will write your code where prompted to do so, and the main) and testing func
You will write your code where prompted to do so, and the main) and testing functions are not to be altered . Create two classes and name their types Account and Money Use initial…
You will write your own class that uses dynamic arrays. The purpose of this clas
You will write your own class that uses dynamic arrays. The purpose of this class will be to store integers, but in a clever way. Sometimes, when you store data, you later realize…
You will write your own class that uses dynamic arrays. The purpose of this clas
You will write your own class that uses dynamic arrays. The purpose of this class will be to store integers, but in a clever way. Sometimes, when you store data, you later realize…
You will write, compile, and debug a program in the file one.cxx. Write your nam
You will write, compile, and debug a program in the file one.cxx. Write your name in the header at the top of the file. Remember, this is a practice for the test, which is three h…
You will write, run, and test a C++ program to simulate the operation of a groce
You will write, run, and test a C++ program to simulate the operation of a grocery store checkout system. Your program should first build a data structure to contain information o…
You will: Use the given program template that has the main arrays populated with
You will: Use the given program template that has the main arrays populated with data Process the arrays by calculating each player’s batting average (hits / at bats) and store th…
You wish to convert a container class to a template container class. Which of th
You wish to convert a container class to a template container class. Which of the following should you consider? a. Make implementation visible. One way to do this is to include b…
You wish to drive from point A to point B along a highway. You are told beforeha
You wish to drive from point A to point B along a highway. You are told beforehand the capacity C of you gas tank in gallons, your rate F of fuel consumption in gallons/mile, and …
You wish to purchase carbon film resistors having a nominal value of 2.2 kohms.
You wish to purchase carbon film resistors having a nominal value of 2.2 kohms. A certain vendor sells resistors guaranteed to have values between 2.09 kohms and 2.31 kohms for $0…
You wish to subdivide the following IPv4 class C network \"200.100.26.0\" by app
You wish to subdivide the following IPv4 class C network "200.100.26.0" by applying CIDR "/27" subnetting. How may subnetworks are created? a. 2 b. 4 c. 8 d. 16 Given the followin…
You work as a network administrator in your organization. Your organization has
You work as a network administrator in your organization. Your organization has its branch offices at various locations. The management has assigned you the task of implementing W…
You work as a systems engineer team for Universal Studios, which is currently in
You work as a systems engineer team for Universal Studios, which is currently in the process of designing a Jurassic Park ride at the theme park. You are in charge of designing th…
You work as a testing analyst for a software development contractor that has bee
You work as a testing analyst for a software development contractor that has been engaged to develop this enterprise system. If the project is not completed on schedule, your comp…
You work as a testing analyst for a software development contractor that has bee
You work as a testing analyst for a software development contractor that has been engaged to develop this enterprise system. If the project is not completed on schedule, your comp…
You work as an IT Security analyst in a Microsoft - based company. Your boss wan
You work as an IT Security analyst in a Microsoft - based company. Your boss wants you to manage the network and system security by diagnosing the Windows systems and applications…
You work as one of five senior networking engineers in a large insurance company
You work as one of five senior networking engineers in a large insurance company with 500 small offices located across the United States. The headquarters, where you work, relies …