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

• From the e-Activity, determine whether you prefer a laptop or desktop. Elabora
• From the e-Activity, determine whether you prefer a laptop or desktop. Elaborate on the features that you would want your desktop or laptop to offer, and provide an explanation …
• Game rule: – paper beats rock; rock beats scissor and scissor beats paper. – P
• Game rule: – paper beats rock; rock beats scissor and scissor beats paper. – Paper=0; rock = 1; scissor = 2 – Computer generates random number 0 – 2 • ( int ) ( Math.random ()*3…
• Generate random numbers between 11 and 25 (inclusive) and print them until the
• Generate random numbers between 11 and 25 (inclusive) and print them until the number 13 is generated. At that point no more random numbers should be generated. • Do not print 1…
• If the year is not divisible by 4, it is a common year • else A leap year is d
• If the year is not divisible by 4, it is a common year • else A leap year is defined as any calendar year which meets the following criteria: If the year is not divisible by 100…
• If you were a security manager, what sort of team members would you hire? If y
• If you were a security manager, what sort of team members would you hire? If you could hire several staff members for a new security team, what specific skills and qualities wou…
• Implement the following classes ( use Java ) : • Class Person (abstract superc
• Implement the following classes ( use Java ) : • Class Person (abstract superclass) • protected member variable id of type int. • A constructor which initializes id. • Class Emp…
• In Homework-08, we will continue working with the file Gettysburg.txt. • Note
• In Homework-08, we will continue working with the file Gettysburg.txt. • Note that the text file contains one sentence for every line in the text file. • Write a program that re…
• In the script file: Remove the values that read 0.0000 and the corresponding t
• In the script file: Remove the values that read 0.0000 and the corresponding times Plot the original data and the new data on the same graph. Label appropriately. Compare the me…
• Introduction : Suppose we are inserting n keys into a hash table of size m. Th
• Introduction: Suppose we are inserting n keys into a hash table of size m. Then the load factor is defined to be n/m. For open addressing n m, which implies that 0 1. In this as…
• Let’s make a dropdown menu with the following list within a menu container box
• Let’s make a dropdown menu with the following list within a menu container box of 300px × 200px. eng Courses ENG 1120 ENG 2121 ENG 1410 MARKETING Courses MARK 3421 MARK 1450 o T…
• MODIFY class lineType to use overloaded operators as follows: – Overload the s
• MODIFY class lineType to use overloaded operators as follows: – Overload the stream insertion operator, <<, for output. – Overload the stream extraction operator, >>…
• Menu(String[] options) A normal (non-default) constructor. Takes an array of s
• Menu(String[] options) A normal (non-default) constructor. Takes an array of strings as a parameter to initialize the option list in this Menu. This supplied array of string opt…
• Object Oriented Programming is the typical programming paradigm for software d
• Object Oriented Programming is the typical programming paradigm for software development • Data is typically stored in Objects. • This is outside the scope of this class to disc…
• Option 4 (Save Seat Chart to File): The program calls a function that prompts
• Option 4 (Save Seat Chart to File): The program calls a function that prompts users for a file name. Then it saves the chart to that file in the format shown in page 1. • Option…
• Program must compile with both -Wall and -Werror options enabled • Submit only
• Program must compile with both -Wall and -Werror options enabled • Submit only the files requested • Use doubles to store real numbers • Print all doubles to 2 decimal points un…
• Read in a class roster input file given as a command line argument to the prog
• Read in a class roster input file given as a command line argument to the program and save it into a queue data structure by using a linked list o The input file will be supplie…
• SUMMARY • Choose a topic or subject matter of your choice and model it in code
•   SUMMARY •   Choose a topic or subject matter of your choice and model it in code using custom classes and array lists. Fill up the classes with data and then print out the val…
• SoftballPlayersPart3.java Requirements and Design: The SoftballPlayersPart3 cl
• SoftballPlayersPart3.java Requirements and Design: The SoftballPlayersPart3 class has only a main method as described below. In addition to the specifications in Project 10, the…
• Software maintenance activities can be classified into three categories, namel
• Software maintenance activities can be classified into three categories, namely, corrective (fixing errors), perfective (improving software qualities), and adaptive (adding new …
• Software maintenance activities can be classified into three categories, namel
• Software maintenance activities can be classified into three categories, namely, corrective (fixing errors), perfective (improving software qualities), and adaptive (adding new …
• Suppose that you are going to create an object used to count the number of peo
•  Suppose that you are going to create an object used to count the number of people in a room. We know that the number of people in the room can never be negative. – Create a Roo…
• The Survey class should have a method called \"topRatedQuestion(),\" which per
• The Survey class should have a method called "topRatedQuestion()," which performs an analysis of all responses for each question and returns the number of the question that had …
• The following code consists of 5 parts. • Find the errors for each part and fi
•   The following code consists of 5 parts. •   Find the errors for each part and fix them. •   Explain the errors using comments on top of each part. */ #include <stdio.h> …
• The following code consists of 5 parts. • Find the errors for each part and fi
•   The following code consists of 5 parts. •   Find the errors for each part and fix them. •   Explain the errors using comments on top of each part. */ #include <stdio.h> …
• There are many examples in the textbook of matrices printed out in a neat form
• There are many examples in the textbook of matrices printed out in a neat format with rows and columns. Write a function which takes one argument, a matrix, and prints it out ne…
• This program is written in C. • This program prints “there hi ” • You must mod
• This program is written in C. • This program prints “there hi ” • You must modify this program so that it prints “hi there ” • You may only add code at the “// your code here” s…
• This program is written in C. • This program prints “there hi ” • You must mod
• This program is written in C. • This program prints “there hi ” • You must modify this program so that it prints “hi there ” • IMPORTANT: You may only add code at the “// your c…
• This program is written in C. • This program prints “there hi ” • You must mod
• This program is written in C. • This program prints “there hi ” • You must modify this program so that it prints “hi there ” • IMPORTANT: You may only add code at the “// your c…
• This program is written in C. • This program prints “there hi ” • You must mod
• This program is written in C. • This program prints “there hi ” • You must modify this program so that it prints “hi there ” • IMPORTANT: You may only add code at the “// your c…
• Two double data fields named width and height • One static string data field n
• Two double data fields named width and height • One static string data field named color that specifies a color for the rectangle • Two Constructor methods: 1st with no paramete…
• Use command line arguments for input • Use malloc() and free()function. • Coll
• Use command line arguments for input • Use malloc() and free()function. • Collect input from a text file. • Write output to a text file. Input file: As mentioned above the input…
• Use the following Genbank sequence as input (copy-paste into a vi file in your
• Use the following Genbank sequence as input (copy-paste into a vi file in your terminal) GenBank sample <http://quma.cdb.riken.jp/help/gbHelp.html> and then write BioPerl …
• Use this array: string[] pets = {\"dog\", \"cat\", \"parakeet\", \"guinea pig\
• Use this array: string[] pets = {"dog", "cat", "parakeet", "guinea pig", "dire rabbit", "hamster", "ferret", "velociraptor"}; • Using a for loop go through the array o Change th…
• Using the primary business performance management (BPM) processes, describe th
• Using the primary business performance management (BPM) processes, describe the general process of how the case study organization will collect data that are relevant to the fol…
• We will be removing the functionality of drawing Squares, Ellipses, Rectangles
• We will be removing the functionality of drawing Squares, Ellipses, Rectangles and Triangle (just comment those key events out) • The application draws Circles when the C key is…
• What are the 4 general characteristics of a computer system that need to be ta
• What are the 4 general characteristics of a computer system that need to be taken into consideration when performing instruction set design? • In general, instructions of an ins…
• What is the significance of the concept of inheritance within the concept of o
• What is the significance of the concept of inheritance within the concept of object oriented programming? How does the concept of inheritance improve on the traditional programm…
• Who determines ethical standards for advertising? • In what ways has advertisi
• Who determines ethical standards for advertising? • In what ways has advertising affected American culture? • What are the key persuasive techniques used in consumer advertising…
• Write a C++ program hw6.cpp that does the following: – The program first creat
• Write a C++ program hw6.cpp that does the following: – The program first creates an STL stack that stores char data. – Then ask user to enter a series of parentheses and/or brac…
• Write a class Course of java A course has a department code (e.g., CPS or MATH
• Write a class Course of java A course has a department code (e.g., CPS or MATH), a course number, and a room number. – Include a static variable used to assign the course number…
• Write a class Die which has members & methods: •int sides : # of sides for the
•  Write a class Die which has members & methods: •int sides: # of sides for the die •int value: value of the die •String owner: Name of player holding the die •Methods: •Appr…
• Write a class called TemperatureFile . • The class has one data attribute __fi
• Write a class called TemperatureFile. • The class has one data attribute __filename • Write getter and setter for the data attribute. • Write a “calculateAverage” function (sign…
• Write a for loop to print out the following with MATLAB: • 1 bottles of ( favo
• Write a for loop to print out the following with MATLAB: • 1 bottles of (favorite beverage) on the wall •2 bottles of (favorite beverage) on the wall • … counting up to 10. • Fo…
• Write a little bit of Python code to make an interesting graph or chart. Do so
• Write a little bit of Python code to make an interesting graph or chart. Do something different than (and not just tiny modifications of) the three examples in ds7.py – For exam…
• Write a method with method header int[] getLargestAndSmallest(int[] list, int
• Write a method with method header int[] getLargestAndSmallest(int[] list, int size) which returns a 2-element int array. list is an incoming array, & size is its size <= …
• Write a program to display the duplicate values in an array. 1. Opening Docume
• Write a program to display the duplicate values in an array. 1. Opening Documentation: the header block should include the following: • Program name/syntax • Description of what…
• Write a recursive method with method header int factorial(int n) to calculate
• Write a recursive method with method header int factorial(int n) to calculate the factorial of a number. ? factorial(…) should check to make sure that n is a positive integer gr…
• Write a recursive method with method header void printArray(int[] a, int size)
• Write a recursive method with method header void printArray(int[] a, int size) that prints the first size elements of array a on separate lines. ? printArray(…) should check to …
• Write the Card class in file card.cpp as shown to the right, with a regression
• Write the Card class in file card.cpp as shown to the right, with a regression test in file test.cpp. 1 If the Card constructor’s Suit or Rank parameter is invalid, throw a runt…
• Write the following Java methods: 1. boolean real-sols(double a, double b, dou
• Write the following Java methods: 1. boolean real-sols(double a, double b, double c): it returns true if the 2nd degree equation ax2 + bx + c has real solutions 2. double soluti…