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

python3 from operator import add, mul def square (x): return x * x def negate(x)
python3 from operator import add, mul def square (x): return x * x def negate(x): return x def identity(x): return x def triple (x): return 3 * x def increment(x): return x+1 def …
python3 includes three more doctest please Q5: Matches in the box For this probl
python3 includes three more doctest please Q5: Matches in the box For this problem you need to use Mutual Recursion. If you are not sure how to use it, please refer to section 1.7…
python3... please help :) def sum_divisors (n) : Given a positive integer n, cal
python3... please help :) def sum_divisors (n) : Given a positive integer n, calculate and return the total of all of its positive divisors. Note: n is also a divisor of itself. o…
python3.5 Define a function getWordLengthAverage that has 1 parameter of type st
python3.5 Define a function getWordLengthAverage that has 1 parameter of type string. The string can be empty or can contain a sentence. The function calculates the average length…
python: Create a NimGame in class that implements the simplest form of two-playe
python: Create a NimGame in class that implements the simplest form of two-player Nim-style games (http://en.wikipedia.org/wiki/Nim), sometimes called the "subtraction game." The …
python: Instructions You are expected to write your own program to approximate t
python: Instructions You are expected to write your own program to approximate the value of Pi (), using the method proposed by Archimedes (circa 250 BCE) Archimedes started by im…
python: toontown simulates more complicated processing on a 2-dimension table. g
python: toontown simulates more complicated processing on a 2-dimension table. get a copy of the program, then make the changes to the template so the program is functional. Your …
pythonGiven a set, weights , and an integer desired_weight , remove the element
pythonGiven a set, weights, and an integer desired_weight, remove the element of the set that is closest to desired_weight (the closest element can be less than, equal to OR GREAT…
pyton: In this assignment, you are writing a program that converts common textin
pyton: In this assignment, you are writing a program that converts common texting abbreviations to English words to allow people like yours truly can understand. OMG! For the assi…
q (3) from A to D 1. Define a Boolean predicate for each of the following statem
q (3) from A to D 1. Define a Boolean predicate for each of the following statements: a. Tom's truck is red b. John's house is yellow c. Mary's car is blue 2. Declare a Java boole…
q ) Consider a town with n men and n women seeking to get married to one another
q ) Consider a town with n men and n women seeking to get married to one another. Each man has a preference list that ranks all the women, and each woman has a preference list tha…
q uestion Four Write a program that asks the user to enter a number between 1 an
question Four Write a program that asks the user to enter a number between 1 and 10 then prints the related multiplication table. The program must ask the user if he wants to cont…
q1 using matlap The following parametric equations generate a conical helix. x =
q1 using matlap The following parametric equations generate a conical helix. x = t cos(5t) y = t sin(5t) z = t^3 Where t = 0 to 6 pi with an increment of pi/128. Using subplot, ge…
q1.What is the effective address generated by each of thefollowing instruction?
q1.What is the effective address generated by each of thefollowing instruction? Initially BX=0x0010,label=0x0124, [label]=0x0001, andSI=0x00F1 (Offsets in part a, b and f are in d…
q12 Write a recursive function to calculate the cosine of a number using mathema
q12 Write a recursive function to calculate the cosine of a number using mathematical formula (repeal 50 iteration) Write = recursive function lo calculate e^x using the mathemati…
q15) CONSIDER THE FOLLOWING CODE: void Question() { int x = 12; int y = 12; doub
q15) CONSIDER THE FOLLOWING CODE: void Question() {       int x = 12;       int y = 12;       double sum = y + x;       for (int i = 1; i < 7; i++)       {             if (i % …
q16) CONSIDER THE FOLLOWING CODE: void Question() { string a = \"edcba\"; string
q16) CONSIDER THE FOLLOWING CODE: void Question() {       string a = "edcba";       string b = "fghij";       cout << "Before:" << endl;       for (int i = 0; i < a…
q19) CONSIDER THE FOLLOWING CODE: void Question() { string x = \"12\"; mystery1(
q19) CONSIDER THE FOLLOWING CODE: void Question() {       string x = "12";       mystery1(x);       string str1 = "21";       mystery2(str1);       string str2 = "11";       myste…
q1: Explain how clear desk and clear screen policy is important to protect the c
q1: Explain how clear desk and clear screen policy is important to protect the confidentiality of company-owned data. q2: What is the difference between Data Replication and Data …
q1: Write a public class named Gene with the following A public constructor that
q1: Write a public class named Gene with the following A public constructor that takes 2 Strings. The Strings should be stored in instance variables * -A public method named repla…
q1: Write a public static method named q1 that takes an Arraylist of type Double
q1: Write a public static method named q1 that takes an Arraylist of type Double and " returns an int. This method returns the index of the minimum result of taking the absolute v…
q1:List and briefly the three main feasibility analysis assessment when starting
q1:List and briefly the three main feasibility analysis assessment when starting a project? And give examples of each? q2: What is timeboxing and why is it used? q3 : Part1. Expla…
q1:New System development requires first to understand the system AS-IS, identif
q1:New System development requires first to understand the system AS-IS, identify improvements, and propose the system TO-BE. This new system can be simple change or complex. It i…
q2) CONSIDER THE FOLLOWING CODE: Using the following input: \"James\", \"Catheri
q2) CONSIDER THE FOLLOWING CODE: Using the following input: "James", "Catherine", "Bill" void caller(string &str, int count) {       string List = "";       string space = " "…
q2) modify the modules presented in this chapter that perform the bubble sort, s
q2) modify the modules presented in this chapter that perform the bubble sort, selection sort, and insertion sort algorithms on an integer array, such that each module keeps a cou…
q20) CONSIDER THE FOLLOWING CODE: void Question_Eighteen() { string table = \"{
q20) CONSIDER THE FOLLOWING CODE: void Question_Eighteen() {       string table = "{ { 1, 2 }, { 3, 4 }, { 5, 6 } }";       int a = 5;       int b = 5;       if (b++ == ++a)      …
q2: Write a public class named SnakeChar with the following A public constructor
q2: Write a public class named SnakeChar with the following A public constructor that takes 4 Strings. The Strings should be stored in instance variables A public method named rep…
q2: Write a public static method named q2 that takes an ArrayList of Doubles asa
q2: Write a public static method named q2 that takes an ArrayList of Doubles asa parameter and returns an ArrayList of Doubles. The returned ArrayList will contain all values from…
q2: Write a public static method named q2 that takes two ints as parameters repr
q2: Write a public static method named q2 that takes two ints as parameters representing a 2d point (The first parameter is the x-value, second is the y-value) and returns a doubl…
q3: Write a public static method named q3 that takes an Arraylist of type String
q3: Write a public static method named q3 that takes an Arraylist of type String and * returns an int. This method returns the number of times* a most significant value appears *i…
q3: Write a public static method named q3 that takes no parameters and has retur
q3: Write a public static method named q3 that takes no parameters and has return type *HashMap of String to Integer. In this method, you may assume there is a file named *"annual…
q4 3. Consider the set of all possible polynomials which can be formed which hav
q4 3. Consider the set of all possible polynomials which can be formed which have integer coefficients. Is this set countable or uncountable? *4. We know that a set S is said to b…
q4) CONSIDER THE FOLLOWING CODE: Using the following input: 10, 17, 45, 20, 35,
q4) CONSIDER THE FOLLOWING CODE: Using the following input: 10, 17, 45, 20, 35, 20 void Question() {       int Employees = 3;       double PayRate;       double GrossPay;       do…
q4- Discuss the major principles for User Interface Design? q5- What are three m
q4- Discuss the major principles for User Interface Design? q5- What are three main steps associated with building the (ERD), list these three steps? Explain how do you represent,…
q4: Write a public static method named q4 that takes a String as a parameter and
q4: Write a public static method named q4 that takes a String as a parameter and returns * an int. The return value is the total number of times "1" and "p" appear in the input * …
q6) CONSIDER THE FOLLOWING CODE: using the following input: 5, 9, 7, 8, 6, 7.5;
q6) CONSIDER THE FOLLOWING CODE: using the following input: 5, 9, 7, 8, 6, 7.5; void Question() {       int NumTests;       double grades = 0;       double temp = 0;       cout &l…
q8) CONSIDER THE FOLLOWING CODE: void Question() { int i, j; for (i = 1; i
q8) CONSIDER THE FOLLOWING CODE: void Question() {       int i, j;       for (i = 1; i <= 4; i++)       {             for (j = 1; j <= 4; j++)             {                 …
qestion c Midterm test 2, July 2015 You have 1 hour and 45 minutes to complete t
   qestion c Midterm test 2, July 2015 You have 1 hour and 45 minutes to complete this test. State your answers clearly 1. (20 points) a) Two concurrently running processes: P1 wi…
ql: Write a public static method named ql that takes a HashMap of type String to
ql: Write a public static method named ql that takes a HashMap of type String to Character and returns a String. This method returns the key mapping to the char that comes last * …
qsort is a function used for sorting arrays of any type. In order for this to wo
qsort is a function used for sorting arrays of any type. In order for this to work a comparator function must be given that defines what makes a value greater than, less than or e…
quadruple karma as I have posted this four times needing help with no avail this
quadruple karma as I have posted this four times needing help with no avail this is the assignment I just need the menu and header files the .exe parts i have completed. teacher d…
que le Mozambique le Zaire le Zimbabwe rite a program that reads the French name
que le Mozambique le Zaire le Zimbabwe rite a program that reads the French name of a country and adds the article: le for masculine or la for feminine, such as le Canada or la Be…
queation 2 | For this question you must give all answers rounded correct to exac
queation 2 | For this question you must give all answers rounded correct to exactly 3 signiticant figures (instead of decimal places). Recall that leading zeros are not signitican…
ques 7.28 plzz solve it by python language only asis puld overhumbers a ndmbers
ques 7.28 plzz solve it by python language only asis puld overhumbers a ndmbers of a group of people. The third file contains pUople should ove ask the user for a tele y numbers o…
quest 1.) checkPalindrome: Please write the function boolean checkPalindrome(Str
quest 1.) checkPalindrome: Please write the function boolean checkPalindrome(String str)to test if a given string is palindrome or not. (Note: please consider alphabet character o…
question (player, field, entity and base.java codes given) Random Walker Player
question (player, field, entity and base.java codes given) Random Walker Player Create a class called RandomWalker that extends the Player class. Your RandomWalker player will con…
question 1 Assuming that the href attributes of each element contains the UR
question 1 Assuming that the href attributes of each <a> element contains the URL for an image, what does the code that follows do? var flowers = document.getElementsByTagNa…
question 1 Differentiate between fat and thin clients. (3 points) State two adva
question 1 Differentiate between fat and thin clients. (3 points) State two advantages of using thin clients over fat clients. (2 points) question 2 Suppose that your uncle is a r…
question 1 Labels, Buttons, and CheckBoxes are all ___________. Question 2 All C
question 1 Labels, Buttons, and CheckBoxes are all ___________. Question 2 All Control objects descend from ___________. Question 3 Of the following, which one is most like a Radi…
question 1 You are developing a new application, which runs on a single machine.
question 1 You are developing a new application, which runs on a single machine. You plan to create different configurations of the system to meet the needs of your customers. The…