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

1. Create a batch file (hw3_yourlastname1.bat) which will schedule tasks on the
1. Create a batch file (hw3_yourlastname1.bat) which will schedule tasks on the system using Windows 7’s Scheduled Task Console utility - schtasks (60%) Your batch file (hw3_yourl…
1. Create a batch file (hw3_yourlastname1.bat) which will schedule tasks on the
1. Create a batch file (hw3_yourlastname1.bat) which will schedule tasks on the system using Windows 7’s Scheduled Task Console utility - schtasks (60%) Your batch file (hw3_yourl…
1. Create a batch file (hw3_yourlastname1.bat) which will schedule tasks on the
1. Create a batch file (hw3_yourlastname1.bat) which will schedule tasks on the system using Windows 7’s Scheduled Task Console utility - schtasks (60%) Your batch file (hw3_yourl…
1. Create a binary tree as displayed below. Insert nodes with the values display
1. Create a binary tree as displayed below. Insert nodes with the values displayed in the figure.                                                                       21         …
1. Create a class BadFoodException that extends Exception class. 2. write a meth
1. Create a class BadFoodException that extends Exception class. 2. write a method checkFood() that takes a string parameter and throws BadFoodException when the string represents…
1. Create a class Invoice that includes four pieces of information as instant va
1.      Create a class Invoice that includes four pieces of information as instant variables Create a class Invoice that includes four pieces of information as instant variables -…
1. Create a class called Account with integer account number and double balance
1. Create a class called Account with integer account number and double balance data fields. These data fields should be encapsulated. Create a default constructor that generates …
1. Create a class called CustomerListerArray with a main method that declares an
1. Create a class called CustomerListerArray with a main method that declares and instantiates an array of String objects called customerName. The array should have room for seven…
1. Create a class called Mammal. All mammals have a weight, so its data should b
1. Create a class called Mammal. All mammals have a weight, so its data should be the mammal’s weight. Provide a default constructor that sets the mammal’s weight to 0, and anothe…
1. Create a class called Mammal. All mammals have a weight, so its data should b
1. Create a class called Mammal. All mammals have a weight, so its data should be the mammal’s weight. Provide a default constructor that sets the mammal’s weight to 0, and anothe…
1. Create a class called Name that represents a person\'s name. The class should
1. Create a class called Name that represents a person's name. The class should have fields named firstName representing the person's first name, lastName representing their last …
1. Create a class called Person with the following properties: x The Person clas
1. Create a class called Person with the following properties: x The Person class should have getters and setters for all properties other than id. (Use Eclipse to help you auto-g…
1. Create a class called Rational for performing arithmetic with fractions. Use
1. Create a class called Rational for performing arithmetic with fractions. Use integer variables to represent the private data of the class – the numerator and the denominator. P…
1. Create a class called Sandwich. It should have the following instance variabl
1. Create a class called Sandwich. It should have the following instance variables: Name of Instance variable Description of instance variable meat The kind of meat in the sandwic…
1. Create a class called Stock with instance variables symbol, totalStock, curre
1. Create a class called Stock with instance variables symbol, totalStock, currentPrice and purchasedPrice. Create a constructor for the class. Include all the accessor and mutato…
1. Create a class called Student with four (4) private member variables, name (s
1.       Create a class called Student with four (4) private member variables, name (string), quiz, midterm, final (all double type); 2.       Include all necessary member functio…
1. Create a class called \"Lab6Main\" 2. In main statement, prompt the user to i
1. Create a class called "Lab6Main" 2. In main statement, prompt the user to input an option. Four of these options call a respective method which causes an exception. a. 1- Throw…
1. Create a class called car. A has instance parameters, se and getters for \"ye
1. Create a class called car. A has instance parameters, se and getters for "year variables, constructor make and (e.g. 2016 manufactured" and "car Honda Civic) 2. Create a class …
1. Create a class definition that meets these requirements. Class name of Tools.
1. Create a class definition that meets these requirements. Class name of Tools. Has data members for the quantity (int), price (double) and name (string). Accessors and Mutators …
1. Create a class definition that meets these requirements. Class name of Tools.
1. Create a class definition that meets these requirements. Class name of Tools. Has data members for the quantity (int), price (double) and name (string). Accessors and Mutators …
1. Create a class hierarchy for clocks sold in a \"Clock Shop.\" This hierarchy
1. Create a class hierarchy for clocks sold in a "Clock Shop." This hierarchy should have 3 levels, with "Clock" at the top level. 2.Create a class for a generic clock and child c…
1. Create a class named Appointment that stores information about appointments.
1. Create a class named Appointment that stores information about appointments. All times are military or 24 hour times. So 1:00 am is 100, and 1:00pm is 1300. The class must ensu…
1. Create a class named Cube that contains a private field called depth. This cl
1. Create a class named Cube that contains a private field called depth. This class should be a subclass (extends) of the Square class. The constructor should take three parameter…
1. Create a class named Students such that: There is a public lastName field The
1. Create a class named Students such that: There is a public lastName field There is a public firstName field There is a public studentID field There is a constructor that takes …
1. Create a class named Vehicle that contains private variables for the followin
1. Create a class named Vehicle that contains private variables for the following: number of wheels and average number of miles per gallon (mpg). The class should also contain a p…
1. Create a class named rates that has the following data members: 1. Income lim
1. Create a class named rates that has the following data members: 1. Income limit; use read-only accessor. 2. Low tax rate; use read-only accessor. 3. High tax rate; use read-onl…
1. Create a class that implements Polynomial and all of its methods. (See the Hi
1. Create a class that implements Polynomial and all of its methods. (See the Hints section below for hints). Hints Leverage one of Java’s List classes in your Polynomial implemen…
1. Create a class that implements Polynomial and all of its methods. (See the Hi
1. Create a class that implements Polynomial and all of its methods. (See the Hints section below for hints). Hints Leverage one of Java’s List classes in your Polynomial implemen…
1. Create a class using python which inputs text files, reads formatting options
1. Create a class using python which inputs text files, reads formatting options containe within those text files and outputs the text were each ine is appropiatelly formatted as …
1. Create a complete UML diagram which shows the relationships between the three
1. Create a complete UML diagram which shows the relationships between the three classes, Account, Savings, and Checking and all of the fields and methods in each. The only modifi…
1. Create a database called ConstructCo and read the data from the script file:
1. Create a database called ConstructCo and read the data from the script file: Here's the script file /* Database Systems, Coronel/Morris */ /* Type of SQL : MySQL */ /* -- */ CR…
1. Create a datafile that contains the names of 50 cities andtheir respective ga
1. Create a datafile that contains the names of 50 cities andtheir respective gas prices. You can look these up online, uselocal prices, and/or make up a few (as long as your pric…
1. Create a directory structure IFT383FinalExam/Activities/Activity1 in your hom
1. Create a directory structure IFT383FinalExam/Activities/Activity1 in your home directory 2. Create a file using the cat command named classRoster 3. Add three records to your f…
1. Create a file \"Course.java\" and a file \"University.java\". The University.
1. Create a file "Course.java" and a file "University.java". The University.java file will be your driver class, so put a University class in it and add a "main" method in that cl…
1. Create a file named geometry.h that will contain the following functions: Vol
1. Create a file named geometry.h that will contain the following functions: VolSphere() AreaSphere() VolCone() AreaCone() VolCylinder() AreaCylinder() VolDonut() Today's diet wil…
1. Create a file named lab3.c. Copy the following code into your program. This i
1. Create a file named lab3.c. Copy the following code into your program. This is the initial version of your "test program". You will modify this file as you go through the proce…
1. Create a file named: DataTypes1.php in your text editor. 2. Using the followi
1.    Create a file named: DataTypes1.php in your text editor. 2.    Using the following PHP code as an example, output 1) your name (using variables); 2) your major as a sentence…
1. Create a file named: DataTypes2.php in your text editor. 2. Set three integer
1.    Create a file named: DataTypes2.php in your text editor. 2.    Set three integer variables to values of your choice 3.    Demonstrate with labels: 1) a math equation using i…
1. Create a file named: DataTypes3.php in your text editor. 2. Create an 6-pocke
1.    Create a file named: DataTypes3.php in your text editor. 2.    Create an 6-pocket array with a mixture of integer and string values of your choice, echo two pockets of your …
1. Create a file named: DataTypes4.php in your text editor. 2. Create two variab
1.    Create a file named: DataTypes4.php in your text editor. 2.    Create two variables ($Bool1, $Bool2) setting the first one to True and the second one to False. Output each v…
1. Create a file named: Functions1.php in your text editor. 2. Create a simple f
1.    Create a file named: Functions1.php in your text editor. 2.    Create a simple function (no arguments) that displays your first and last name with a <br/><br/> t…
1. Create a file named: Functions2.php in your text editor. 2. Create a function
1.    Create a file named: Functions2.php in your text editor. 2.    Create a function (score) with five arguments that will add five values and return the result of that addition…
1. Create a file named: Functions3.php in your text editor. 2. Create a variable
1.    Create a file named: Functions3.php in your text editor. 2.    Create a variable ($world) equal to the city you live in (global scope); then create a simple function (no arg…
1. Create a file named: Loops2.php in your text editor. 2. Create a FOR loop tha
1.Create a file named: Loops2.php in your text editor. 2.Create a FOR loop that displays numbers 111-144, but skips 130 using a CONTINUE within an if statement. All numbers should…
1. Create a file using any word-processing program or text editor. Write an appl
1. Create a file using any word-processing program or text editor. Write an application that displays the file’s name, containing folder, size, and time of last modification. Save…
1. Create a form to accept user registration information and perform validation
1. Create a form to accept user registration information and perform validation according to following table: First Name, Last Name Cannot be empty State Cannot be empty and must …
1. Create a function called IsLarger that takes in two variables: Outputs a 1 if
1. Create a function called IsLarger that takes in two variables: Outputs a 1 if the first number is arger Outputs a 0 if the second number is larger · 2. Two six-sided dice are r…
1. Create a function called IsLarger that takes in two variables: e Outputs a 1
1. Create a function called IsLarger that takes in two variables: e Outputs a 1 if the first number is larger Outputs a 0 if the second number is larger 2. Two six-sided dice are …
1. Create a function called my_fibonacciSeries a. The function should generate a
1.     Create a function called my_fibonacciSeries a.     The function should generate a series of Fibonacci numbers. b.     The range of number should start from the 0 and up to …
1. Create a function divideMid, which divides a list at its middle. Consider the
1. Create a function divideMid, which divides a list at its middle. Consider the example: list<int> l1; List<int> l2; Suppose l1 points to the list with elements 1 2 3…