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

Browse All

Alphabetical listing with fast deep pagination.
1197283 items • Page 229 / 23946

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
(Program) a. Construct a class definition to represent an employee of a company.
(Program) a. Construct a class definition to represent an employee of a company. Each employee is defined by an integer ID number, a double-precision pay rate, and the maximum num…
(Programmed in C++) ****MUST BE DISPLAYED AS DOUBLES**** *****COMPLEX ROOTS MUST
(Programmed in C++) ****MUST BE DISPLAYED AS DOUBLES**** *****COMPLEX ROOTS MUST BE DISPLAYED AS (a+bi) and (a-bi) where a is the real part of the complex root and b is the imagin…
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string-
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string-invert) that takes a string argument from the command line and outputs the string in reversed order…
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string.
(Programming Assignment: fork gymnastics) Write a C/C++ program (call it string.invert) that takes a string argument from the command line and outputs the string in reversed order…
(Programming) There are n coins numbered sequentially from 1 to n. Initially, al
(Programming) There are n coins numbered sequentially from 1 to n. Initially, all the coins are heads. You make n scans over the coins, each time starting with coin 1. On the i th…
(Proof techniques.) You’re a programmer! You’ve found yourself dealing with a pr
(Proof techniques.) You’re a programmer! You’ve found yourself dealing with a program mystery(n) that has no comments in its code, and you want to know what it does. After some ex…
(Properties for type-R thermocouple are pure Pt) The type-R thermocouple is to m
(Properties for type-R thermocouple are pure Pt) The type-R thermocouple is to measure a gas stream at 500 deg C and is initially at 20 deg C. The junction is formed by melting th…
(Property Taxes) Prepare general journal entries to record the following transac
(Property Taxes) Prepare general journal entries to record the following transactions in Allendale City's General Ledger and make adjusting entries if needed: 1. Allendale City le…
(Proportion of Total Assets invested in Stocks) In the last decade stockbrokers
(Proportion of Total Assets invested in Stocks) In the last decade stockbrokers have drastically changed the way they do business. Internet trading has become quite common and onl…
(Protein Synthesis) Review 1. Where is DNA housed in the cell? 2. Does DNA leave
(Protein Synthesis) Review 1. Where is DNA housed in the cell? 2. Does DNA leave the nucleus? 3. Which cytoplasmic cell structure is responsible for synthesizing proteins? 4. Sinc…
(Prove or Disprove) Z x m n = Z x m × Z x n Solution If m is any non-zero intege
(Prove or Disprove) Zxmn = Zxm × Zxn
(Psim, C code)(Need to insert detailed comments for each step ) Here is C code a
(Psim, C code)(Need to insert detailed comments for each step) Here is C code about 3-level NPC connected inverter with PLL system. and Simple comments are inserted. Could you ins…
(Puppet is an open-source software configuration management tool. It runs on man
(Puppet is an open-source software configuration management tool. It runs on many Unix-like systems and includes its own declarative language to describe system configuration. The…
(Purpose and Elements of SCF) GAAP requires the statement of cash flows be prese
(Purpose and Elements of SCF) GAAP requires the statement of cash flows be presented when financial statements are prepared. Instructions (a)   Explain the purposes of the stateme…
(Pythagorean Triples) A right triangle can have sides that are all integers. The
(Pythagorean Triples) A right triangle can have sides that are all integers. The set of three integer values for the sides of a right triangle is called a Pythagorean triple. Thes…
(Pythagorean Triples) A right triangle can have sides that are allintegers. A se
(Pythagorean Triples) A right triangle can have sides that are allintegers. A set of there integer values for the sides of a righttriangle is called a Pythagorean triple. There th…
(Pythagorean Triples) A right triangle can have sides that areall integers. A se
(Pythagorean Triples) A right triangle can have sides that areall integers. A set of there integer values for the sides of aright triangle is called a Pythagorean triple. There th…
(Python 3 only) Code a program that contains a 4 element list, where each elemen
(Python 3 only) Code a program that contains a 4 element list, where each element is a float value that represents gpa in a class. Populate each element from user input. Print out…
(Python 3) (1) Prompt the user to enter two words and a number, storing each int
(Python 3) (1) Prompt the user to enter two words and a number, storing each into separate variables. Then, output those three values on a single line separated by a space. Enter …
(Python 3) Hi, I need help with the following question. The following code is al
(Python 3) Hi, I need help with the following question. The following code is already given: #Type all other functions here def print_menu(usrStr):    menuOp = ' '    #Complete pr…
(Python 3) How do I pass my ComputeAverageTemp(HourlyTemperatures) to my Display
(Python 3) How do I pass my ComputeAverageTemp(HourlyTemperatures) to my DisplayTemperatures(HourlyTemperatures, ComputeAverageTemp)? I need to have it so that the DisplayTemperat…
(Python 3) Please follow the template and the rubric within this question! Every
(Python 3) Please follow the template and the rubric within this question! Everything within the rubric at the bottom must be satisfied. No shortcuts or tricks like importing java…
(Python 3.2.5, assignment is to update code shown below, so as to include a Main
(Python 3.2.5, assignment is to update code shown below, so as to include a Main function, a third player either on the top or bottom of the pong game, and a background image, Hav…
(Python 3.5 , short and simple codes will suffice) 1. Assume the availability of
(Python 3.5 , short and simple codes will suffice) 1. Assume the availability of a function called printStars. The function receives an integer value as an argument. If the argume…
(Python 3.5) Problem Description Building of the diabolical success of their Pok
(Python 3.5) Problem Description Building of the diabolical success of their Pokemon evolution experiments, the evil Team Rocket are planning to send their genetically altered war…
(Python 3.5) Purpose: To practice recursion on a more interesting problem For th
(Python 3.5) Purpose: To practice recursion on a more interesting problem For this problem, you will be given a pokemon evolution book as a dictionary. The keys to this dictionary…
(Python 3.5) Purpose: To practice testing for functions you write yourself. For
(Python 3.5) Purpose: To practice testing for functions you write yourself. For each of the following, implement the stated function, and test it: a) The function closest_to_zero3…
(Python 3.5, short and simple codes will suffice) 1. The sum of the numbers 1 to
(Python 3.5, short and simple codes will suffice) 1. The sum of the numbers 1 to n can be calculated recursively as follows: The sum from 1 to 1 is 1. The sum from 1 to n is n mor…
(Python 3.5.1) In this programming assignment, you will implement 2 drawing func
(Python 3.5.1) In this programming assignment, you will implement 2 drawing functions using turtle module. Function names and parameter properties must be as specified. 1) An n-co…
(Python Question) You are given a variable zipcode_list that refers to a list. W
(Python Question) You are given a variable zipcode_list that refers to a list. Write some code that assigns True to a variable duplicates if there are two adjacent elements in the…
(Python pls)Build a two dimensional array out of the following three lists. The
(Python pls)Build a two dimensional array out of the following three lists. The array will represent a deck of cards. The values in dCardValues correspond to the card names in dCa…
(Python pls)Build a two dimensional array out of the following three lists. The
(Python pls)Build a two dimensional array out of the following three lists. The array will represent a deck of cards. The values in dCardValues correspond to the card names in dCa…
(Python programming to play \'bulls and cows\' game/ computer guesses the number
(Python programming to play 'bulls and cows' game/ computer guesses the number) Hello every one Here is my question! I should write a program to play Bulls and Cows!! Host(human p…
(Python!!!) Each character is represented by a 5-bit code (for example, 10000 re
(Python!!!) Each character is represented by a 5-bit code (for example, 10000 represents the letter A1). Baudot code uses two modes — Letter mode and Figure mode — that let the sa…
(Python!) A Lindenmayer system (L-system) is a type of formal grammar (a set of
(Python!) A Lindenmayer system (L-system) is a type of formal grammar (a set of rules for constructing strings of characters). It can be used in conjunction with turtle graphics t…
(Python) Assume a shark is born without any teeth and gains teeth at a rate of e
(Python) Assume a shark is born without any teeth and gains teeth at a rate of exactly 1 new tooth every 4 days, while losing a uniform random fraction between 0.00 to 0.02 of its…
(Python) Create a NimGame class that implements the simplest form of two-player
(Python) Create a NimGame class that implements the simplest form of two-player Nim-style games (http://en.wikipedia.org/wiki/Nim), sometimes called the "subtraction game." The ga…
(Python) Develop widget class Calendar that implements a GUI-based calendar appl
(Python) Develop widget class Calendar that implements a GUI-based calendar application. The Calendar constructor should take as input three arguments: the master widget, a year, …
(Python) For all of them, the signature is supposed to be Natural-Number -> Natu
(Python) For all of them, the signature is supposed to be Natural-Number -> Natural-Number For each of these functions, answer the following questions. a) What happens when you…
(Python) George Kingsley Zipf (1902–1950) observed that the frequency of the kth
(Python) George Kingsley Zipf (1902–1950) observed that the frequency of the kth most common word in a text is roughly proportional to 1/k. This means that there is a constant val…
(Python) The triangular numbers is the number sequence 0, 1, 3, 6, 10, 15, 21, 2
(Python) The triangular numbers is the number sequence 0, 1, 3, 6, 10, 15, 21, 28, … The n:th triangular number is defined as the sum of the numbers from 0 to n, inclusive, that i…
(Python) Trying to turn this tree drawing program into a recusive tree drawing p
(Python) Trying to turn this tree drawing program into a recusive tree drawing program. Make two recursive calls in drawtree with smaller length and width. Let the same program de…
(Python) Turtle Graphics To do this you should write the following functions: de
(Python) Turtle Graphics To do this you should write the following functions: def draw_U(posx, posy, color) Draws the character U at the position (posx,posy) using a given color. …
(Q #2) It is desired to test the hy significance. Assume that the population sta
(Q #2) It is desired to test the hy significance. Assume that the population standard deviation is 14. Calculate the probability of committing type II error if the true population…
(Q or the final exam in an engineering statistics course are known to be normall
(Q or the final exam in an engineering statistics course are known to be normally distributed with an average of 71 and a variance of 21, If a sample of 25 students taking the fin…
(Q-1) If you hold a ball above the floor, and then drop it, its downward velocit
(Q-1) If you hold a ball above the floor, and then drop it, its downward velocity increases until it hits the floor. As it is falling is its momentum in the downward direction inc…
(Q-3] The cross section of the magnetic system of a two pole rotating machine is
(Q-3] The cross section of the magnetic system of a two pole rotating machine is shown in Figure attached to this assignment. Rotor diameter = 4 cm. Each pole covers an arc of 160…
(Q.) Design and Implement an ADT class Pet for an animal hospital using separate
(Q.) Design and Implement an ADT class Pet for an animal hospital using separate compilation. You are required to write syntactically corret C++ code. Specifically, the animal hos…
(Q1 to Q 3 )Beresford Inc. purchased several investments in debt securities duri
(Q1 to Q 3 )Beresford Inc. purchased several investments in debt securities during 2018, its first year of operations. The following information pertains to these securities. The …
(Q1) The figure shows a 180 g uniform rod pivoted at one end. The other end is a
(Q1) The figure shows a 180 g uniform rod pivoted at one end. The other end is attached to a horizontal spring. The spring is neither stretched nor compressed when the rod hangs s…