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

Browse F

Alphabetical listing with fast deep pagination.
30003 items • Page 556 / 601

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
Fun Toy Corporation estimates that there is 30% chance of a recession economy ne
Fun Toy Corporation estimates that there is 30% chance of a recession economy next year, a 40% chance of a normal economy next year, and a 30% chance of a boom economy next year. …
Fun with Bayes’ Theorem: You are an analyst at Chaudo Fund of Funds. Based on an
Fun with Bayes’ Theorem: You are an analyst at Chaudo Fund of Funds. Based on an examination of historical data, you determine that all fund managers fall into one of two groups. …
Fun with Fallacies Activity For each argument below, please identify the fallacy
Fun with Fallacies Activity For each argument below, please identify the fallacy used. Write 1-2 well thought out sentences explaining the dangers of using this fallacy and offer …
Fun with Fallacies Activity For each argument below, please identify the fallacy
Fun with Fallacies Activity For each argument below, please identify the fallacy used. Write 1-2 well thought out sentences explaining the dangers of using this fallacy and offer …
Fun with Hypergeometric Probabilities: A floor broker has a new assistant that p
Fun with Hypergeometric Probabilities: A floor broker has a new assistant that processes 100 orders per hour. Based upon past experience, there are 3 orders (out of 100) that have…
Fun with Normal Distributions: The annual returns of an emerging markets bond fu
Fun with Normal Distributions: The annual returns of an emerging markets bond fund are assumed to be normally distributed with a mean return of 10% and a standard deviation of 15%…
Fun with a Spring Gun - MC Part B Find vIm the muzzle velocity of the ball (i.e.
Fun with a Spring Gun - MC Part B Find vIm the muzzle velocity of the ball (i.e., the velocity of the ball at the spring's equilibrium position y 0) A spring-loaded toy gun is use…
Function -> void inputScores(string[], double[][5]); This function populates an
Function -> void inputScores(string[], double[][5]); This function populates an array of strings with the names in the file. This function populates a 2D array of doubles with …
Function 1: Reads a positive integer number and counts the number of bits in its
Function 1: Reads a positive integer number and counts the number of bits in its * binary representation (as an unsigned integer), not including the leading zeros. Function 2: Rea…
Function 1: Write a program that reads an angle x in radians from the keyboard.
Function 1: Write a program that reads an angle x in radians from the keyboard. Then, in a function, compute the cosine of the angle using the first five terms of this series. Pri…
Function 3 Use the return statement to return the largest of the 3 float valdes.
Function 3 Use the return statement to return the largest of the 3 float valdes. Flll Function 4: Sort the 3 float values from low to high. Upon returning to the main, use your pr…
Function 4: my-map a. In CLISP define your own function that duplicates the func
Function 4: my-map a. In CLISP define your own function that duplicates the functionality of mapcar from the standard library. You may not use the built-in mapcar function as a he…
Function Calls Given the following functions test 1 and test 2, function res = t
Function Calls Given the following functions test 1 and test 2, function res = test1(x, y) res = squareroot (x.^2 + y.^2); end function res = test2(x, y) narginchk(1, 2) if nargin…
Function Calls Given the following functions test 1 and test2, function res = te
Function Calls Given the following functions test 1 and test2, function res = test1(x, y) res = squareroot (x.^2 + y.^2); end function res = test2(x, y) narginchk(1, 2) if nargin …
Function Celsius returns the Celsius equivalent of a Fahrenheit temperature, usi
Function Celsius returns the Celsius equivalent of a Fahrenheit temperature, using the calcuation: C = 5.0 / 9.0 * (F-32); Function fahrenheit returns the Fahrenheit equvalent of …
Function Factorial(n as Integer) as Integer \' Write code here to compute n! \'
Function Factorial(n as Integer) as Integer ' Write code here to compute n! ' Return the value n! End Function After you have written this Factorial function, add a Page_Load even…
Function Format: Be sure to use proper style and format as discussed in previous
Function Format: Be sure to use proper style and format as discussed in previous labs. Function Inputs: • Vector Rs, whose elements hold the values Rs1 Rs2 Rs3.... Rsn • Vector Rp…
Function Low Med High # of interfaces 5 7 10 # of Queries 3 4 6 # of Files 7 10
Function Low Med High # of interfaces 5 7 10 # of Queries 3 4 6 # of Files 7 10 15 You have been tasked by your new company with supporting the development of an internal campaign…
Function M-file a. Create a function M-file that will evaluate the following fun
Function M-file a. Create a function M-file that will evaluate the following function below: f(x, y) = x ln(y) Test the function in a separate script m-file or command window with…
Function Name Heading Save File Save As File New File delete Edit Open Mail Mail
Function Name Heading Save File Save As File New File delete Edit Open Mail Mailings Sent Mail Mailings quit File Undo Edit Table Insert glossary References preferences Settings c…
Function Name: WAR % Inputs (2): - (char) A string containing Player 1\'s cards
Function Name: WAR % Inputs (2): - (char) A string containing Player 1's cards % (char) A string containing Player 2's cards % Outputs (2): - (char) A string containing the winner…
Function Name: acronym % Inputs (1): - (string) a 1xM string containing a phrase
Function Name: acronym % Inputs  (1): - (string) a 1xM string containing a phrase % Outputs (1): - (string) A 1xN string containing an acronym of the given %                      …
Function Name: acronym % Inputs (1): - (string) a 1xM string containing a phrase
Function Name: acronym % Inputs  (1): - (string) a 1xM string containing a phrase % Outputs (1): - (string) A 1xN string containing an acronym of the given %                      …
Function Name: aircontour Inputs 1. 2. (double) A 1xN vector representing the pr
Function Name: aircontour Inputs 1. 2. (double) A 1xN vector representing the pressures of warm air (double) Another 1xN vector representing the pressures of cold air Outputs 1. (…
Function Name: arrayReplace % Inputs (3): - (double) A MxN array % - (double) A
Function Name: arrayReplace % Inputs (3): - (double) A MxN array % - (double) A MxN array % - (double) A number % Outputs (1): - (double) The original array with the replacements …
Function Name: asciiResize Inputs: 1. (char) An M x N array of characters 2. (do
Function Name: asciiResize Inputs: 1. (char) An M x N array of characters 2. (double) A positive value greater than or equal to 1 specifying the scale factor Outputs: 1. (char) Th…
Function Name: bouncyHouse nputs (1): - (cell) a cell array that represents your
Function Name: bouncyHouse nputs (1): - (cell) a cell array that represents your backyard % Outputs (1): - (char) a string indicating which size bouncy house will %               …
Function Name: caesarCipher Inputs: 1. (char) A string of unknown length 2. (dou
Function Name: caesarCipher Inputs: 1. (char) A string of unknown length 2. (double) An integer describing the shift Outputs: 1. (char) A coded string using the Caesar cipher Func…
Function Name: caesarShift Inputs 1. 2. (char) A string to be encoded (double) T
Function Name: caesarShift Inputs 1. 2. (char) A string to be encoded (double) The shift number Outputs 1. (char) An encoded string Function Background: You're going to Music Midt…
Function Name: caesarShift Inputs: 1. (char) A string to be encoded 2. (double)
Function Name: caesarShift Inputs: 1. (char) A string to be encoded 2. (double) The shift number Outputs: 1. (char) An encoded string Function Background: You're going to Music Mi…
Function Name: caesarshift Inputs: 1. (char) A string to be encoded 2. (double)
Function Name: caesarshift Inputs: 1. (char) A string to be encoded 2. (double) The shift number Outputs 1. (char) An encoded string Function Background You're going to Music Midt…
Function Name: camelCase Inputs: 1. (string) A phrase to be converted to camel c
Function Name: camelCase Inputs: 1. (string) A phrase to be converted to camel case Outputs: 1. (string) The phrase converted to camel case Function Description: Write a MATLAB fu…
Function Name: caseInverted % Inputs (2): - (char) A first phrase % (char) A sec
Function Name: caseInverted % Inputs  (2): - (char)    A first phrase %                (char)    A second phrase % Outputs (1): - (logical) A logical that represents if the second…
Function Name: checkImage % Inputs (2): - (char) the name of an image file % - (
Function Name: checkImage % Inputs (2): - (char) the name of an image file % - (char) the name of a second image file % Outputs (1): - (char) a sentence comparing the two images %…
Function Name: checkInventory % Inputs (2): - (char) a string containing the fil
Function Name: checkInventory % Inputs (2): - (char) a string containing the filename of the first % .xls file % - (char) a string containing the filename of the second % .xls fil…
Function Name: checkers Inputs: (char) An M times N array representing a checker
Function Name: checkers Inputs: (char) An M times N array representing a checkerboard Outputs: (double) The number of possible jumps Function Description: Since we love games so m…
Function Name: coldwar Inputs: 1. 2. 3. (char) a scrambled character vector (dou
Function Name: coldwar Inputs: 1. 2. 3. (char) a scrambled character vector (double) an integer representing the shift of odd indices (double) an integer representing the shift of…
Function Name: coldwar nputs: 1. (char) a scrambled character vector 2. (double)
Function Name: coldwar nputs: 1. (char) a scrambled character vector 2. (double) an integer representing the shift of odd indices 3. (double) an integer representing the shift of …
Function Name: colorByNum Inputs: (char) A string identifying an image file (cel
Function Name: colorByNum Inputs: (char) A string identifying an image file (cell array) A cell array of colors. Each index will contain a 1x3 vector of RGB values Outputs: (none)…
Function Name: compareTips % Inputs (3): - (double) the subtotal of a meal % - (
Function Name: compareTips % Inputs (3): - (double) the subtotal of a meal % - (double) sales tax percentage % - (double) tip percentage % Outputs (3): - (double) the tip amount b…
Function Name: criticalFailure Inputs: 1. (double) A 1x2 vector of numbers from
Function Name: criticalFailure Inputs: 1. (double) A 1x2 vector of numbers from 1-20, inclusive Outputs: 1. (char) An output string describing the result of your die roll Function…
Function Name: datHookshotDoe Inputs: (double) A 1x2 vector representing a row a
Function Name: datHookshotDoe Inputs: (double) A 1x2 vector representing a row and column (char) An MxN string array representing cardinal directions (double) An MxN array represe…
Function Name: datHookshotDoe Inputs: (double) A 1x2 vector representing a row a
Function Name: datHookshotDoe Inputs: (double) A 1x2 vector representing a row and column (char) An MxN string array representing cardinal directions (double) An MxN array represe…
Function Name: deepestPath Inputs: 1. (cell) A 1xN nested cell array Outputs 1.
Function Name: deepestPath Inputs: 1. (cell) A 1xN nested cell array Outputs 1. (char) A character vector describing the deepest path in the woods. Background Recursion just shook…
Function Name: detention Inputs: 1. ( char ) A string with a sentence to be copi
Function Name: detention    Inputs: 1. ( char ) A string with a sentence to be copied 2. ( double ) The number of lines to print 3. ( double ) The number of times per line the sen…
Function Name: divingScore % Inputs (2): - (double) A vector of judge\'s scores
Function Name: divingScore % Inputs (2): - (double) A vector of judge's scores for a single dive % - (double) the degree of difficulty of the dive performed % Outputs (1): - (doub…
Function Name: drSeuss Inputs: 1. (char) The name of a text file, including file
Function Name: drSeuss Inputs: 1. (char) The name of a text file, including file extension Outputs: 1. (char ) A sentence describing the rhyme scheme Background: Imagine you hoppe…
Function Name: edgy Inputs 1. (char) Filename of an image with file extension Fi
Function Name: edgy Inputs 1. (char) Filename of an image with file extension File Outputs: 1. An edgy image Background you decide to brush up on your numerical methods and learn …
Function Name: encodeCipher Inputs (1): - (char) A string of characters Outputs
Function Name: encodeCipher Inputs (1): - (char) A string of characters Outputs (1): - (char) An encoded string of characters Function Description:The function takes in a string a…
Function Name: favoriteBand Inputs 1. 2. (double) An array of numbers representi
Function Name: favoriteBand Inputs 1. 2. (double) An array of numbers representing the schedule of performances for the day (double) A 1xM vector of when you are expecting rain Ou…