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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1161 / 1333

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
Write a static method speedingTicket that decides whether a given driver should
Write a static method speedingTicket that decides whether a given driver should be given a speeding ticket from a police officer. The method accepts three parameters: the driver's…
Write a static method that accepts an array of String objects, and returns the S
Write a static method that accepts an array of String objects, and returns the String value that occurs most often in the array. The method should have the following signature: pu…
Write a static method that takes an array list of integers as a parameter and re
Write a static method that takes an array list of integers as a parameter and returns a binary search tree composed of the array elements. The method signature is: public static B…
Write a static method that, exchanges the first half of an array with the second
Write a static method that, exchanges the first half of an array with the second half. (If there is an odd number of elements, the middle element is not moved.) For example, given…
Write a static method which takes an array of ints as its argument, and reverses
Write a static method which takes an array of ints as its argument, and reverses the order of the elements in the array. That is, the first and last elements are switched, the sec…
Write a static recursive method named forwardsEqualBackwards that returns the va
Write a static recursive method named forwardsEqualBackwards that returns the value true if the sequence of elements in an array of integers is the same irrespective of whether th…
Write a step-by-step instructional guide to explain a process to someone who has
Write a step-by-step instructional guide to explain a process to someone who has little or no experience carrying out a specific task; you choose the topic from the options provid…
Write a stored procedure called Vehicle_Details ( LicenseNumber IN VARCHAR ) tha
Write a stored procedure called Vehicle_Details(LicenseNumber IN VARCHAR) that has one input parameter LicenseNumber as indicated and when called, will display details about the v…
Write a stored procedure in PL/SQL that will change the maximum group size of a
Write a stored procedure in PL/SQL that will change the maximum group size of a trip with a given trip id in the Colonial Adventure Tours database from A Guide To SQL (9th Edition…
Write a strategic management report of a chosen organization. 1. Identify the mi
Write a strategic management report of a chosen organization. 1. Identify the mission, vision, objectives and strategy. 2. Develop vision and mission statement for the organizatio…
Write a string class. To avoid conflicts with other similarly named classes, we
Write a string class. To avoid conflicts with other similarly named classes, we will call our version MyString. This object is designed to make working with sequences of character…
Write a string class. To avoid conflicts with other similarly named classes, we
Write a string class. To avoid conflicts with other similarly named classes, we will call our version myString. This object is designed to make working with sequences of character…
Write a strtrim function using the provided interface that trims the whitespace
Write a strtrim function using the provided interface that trims the whitespace off the front and back of any null terminated cstring. Must work on all strings including but not l…
Write a struct called Student that has the following variables and methods – be
Write a struct called Student that has the following variables and methods – be sure to use the variable names provided: strings firstName, lastName, int midtem and final, and a v…
Write a struct named TimeDate with seven fields: hour, minute, second, day in th
Write a struct named TimeDate with seven fields: hour, minute, second, day in the week, day, month, and year. Write a function named parseTimeDate to read the time/date stored in …
Write a structure (struct card) that will represent a card in a standard deck of
Write a structure (struct card) that will represent a card in a standard deck of playing cards. You will need to represent both the suit (clubs, diamonds, hearts or spades) as wel…
Write a structured program using basic java programming that can accept two inte
Write a structured program using basic java programming that can accept two integer numbers up to 40 digits and perform the followings: 1.         Add the two numbers and display …
Write a sub procedure named Calculate_ TPM_Values that calculates availability ,
Write a sub procedure named Calculate_TPM_Values that calculates availability, performance, quality, and overall equipment effectiveness (OEE) based on the total productive mainte…
Write a sub procedure named Calculate_ TPM_Values that calculates availability ,
Write a sub procedure named Calculate_TPM_Values that calculates availability,performance, quality, and overall equipment effectiveness (OEE) based on the total productive mainten…
Write a sub procedure named Calculate_ TPM_Values that calculates availability ,
Write a sub procedure named Calculate_TPM_Values that calculatesavailability,performance, quality, and overall equipment effectiveness (OEE) based on the total productive maintena…
Write a sub procedure named Count_Down that displays a countdown from “ 3 ” to “
Write a sub procedure named Count_Down that displays a countdown from “3” to “1” using worksheet cells to represent the numbers. The numbers should be displayed as depicted in Fig…
Write a sub that finds the total amount spent by each customer on the list and r
Write a sub that finds the total amount spent by each customer on the list and reports those whose total is more than $2000 on the Report worksheet. As part of your sub, sort the …
Write a subclass of the NumberGuesser class named RandomNumberGuesser . The subc
Write a subclass of the NumberGuesser class named RandomNumberGuesser. The subclass should change the behavior of the getCurrentGuess method. In the current NumberGuesser class th…
Write a subclass time2tz which allows you to maintain the time zone in addition
Write a subclass time2tz  which allows you to maintain the time zone in addition to the time. Allowed values for time zone include: EST, CST, MST, PST. You will need to override t…
Write a subclass time2tz which allows you to maintain the time zone in addition
Write a subclass time2tz  which allows you to maintain the time zone in addition to the time. Allowed values for time zone include: EST, CST, MST, PST. You will need to override t…
Write a subquery to return one row per vendor, representing the vendor’s earlies
Write a subquery to return one row per vendor, representing the vendor’s earliest invoice_due_date. Each row should include ( vendor name, vendor_id, count of invoices, the earlie…
Write a subroutine called PIN_CHECK to check if a PIN number entered by a user i
Write a subroutine called PIN_CHECK to check if a PIN number entered by a user is among a list of valid PINs. PIN stands for Personal Identification Number. PINs can take values f…
Write a subroutine called STRLEN that determines the length of a null-terminated
Write a subroutine called STRLEN that determines the length of a null-terminated ASCII string. Pass the 32-bit start address of the string to the subroutine in register R0. Return…
Write a subroutine in HC12 to return the product (multiplication) of two positiv
Write a subroutine in HC12 to return the product (multiplication) of two positive eight bit binary numbers (these numbers will be prameters for the subroutine passed in via the st…
Write a subroutine that compares the 8-bit two\'s complement numbers in two tabl
Write a subroutine that compares the 8-bit two's complement numbers in two tables. It should determine whether all the numbers in the first table are equal to or greater than the …
Write a subroutine that computes the CHECKSUM for a data table (by XO Ring all t
Write a subroutine that computes the CHECKSUM for a data table (by XO Ring all the data bytes). The inputs to the subroutine are a pointer to the table in FSR1 and the number of e…
Write a subroutine that computes the CHECKSUM for a data table (by XORing all th
Write a subroutine that computes the CHECKSUM for a data table (by XORing all the data bytes). The inputs to the subroutine are a pointer to the table in FSR1 and the number of el…
Write a subroutine that finds the maximum value from some sequence of integer va
Write a subroutine that finds the maximum value from some sequence of integer values. Then show that your subroutine work correctly calling it from “same” master. Using Mips assem…
Write a subroutine that takes thesegment and offset pairs for two null terminate
Write a subroutine that takes thesegment and offset pairs for two null terminated strings. If thefirst string is present anywhere inside the second string, thesubroutine returns 1…
Write a subroutine that takes thesegment and offset pairs for two null terminate
Write a subroutine that takes thesegment and offset pairs for two null terminated strings. If thefirst string is present anywhere inside the second string, thesubroutine returns 1…
Write a subroutine that takes thesegment and offset pairs for two null terminate
Write a subroutine that takes thesegment and offset pairs for two null terminated strings. If thefirst string is present anywhere inside the second string, thesubroutine returns 1…
Write a subroutine that takes thesegment and offset pairs for two null terminate
Write a subroutine that takes thesegment and offset pairs for two null terminated strings. If thefirst string is present anywhere inside the second string, thesubroutine returns 1…
Write a subroutine that takes thesegment and offset pairs for two null terminate
Write a subroutine that takes thesegment and offset pairs for two null terminated strings. If thefirst string is present anywhere inside the second string, thesubroutine returns 1…
Write a subroutine that takes thesegment and offset pairs for two null terminate
Write a subroutine that takes thesegment and offset pairs for two null terminated strings. If thefirst string is present anywhere inside the second string, thesubroutine returns 1…
Write a subroutine that takes thesegment and offset pairs for two null terminate
Write a subroutine that takes thesegment and offset pairs for two null terminated strings. If thefirst string is present anywhere inside the second string, thesubroutine returns 1…
Write a subroutine to add the numbers from 1 to 100. The limit number (100 in th
Write a subroutine to add the numbers from 1 to 100. The limit number (100 in this case) is in the $a0 register. When your assignment is graded, this number may be changed, so you…
Write a subroutine to add the numbers from 1 to 100. The limit number (100 in th
Write a subroutine to add the numbers from 1 to 100. The limit number (100 in this case) is in the $a0 register. When your assignment is graded, this number may be changed, so you…
Write a subroutine to add the numbers from 1 to 100. The limit number (100 in th
Write a subroutine to add the numbers from 1 to 100. The limit number (100 in this case) is in the $a0 register. When your assignment is graded, this number may be changed, so you…
Write a subroutine to convert a string of binary digits to ASCII. To convert fro
Write a subroutine to convert a string of binary digits to ASCII. To convert from binary to decimal, it is possible to follow the procedure shown in this section using the decimal…
Write a subroutine to do the following: The inputs to the subroutine are a point
Write a subroutine to do the following: The inputs to the subroutine are a pointer in register Y and an 8-bit number in register B Starting at the address in register Y, clear (se…
Write a subroutine which satisfies the following contract: Name: Twos Comp Input
Write a subroutine which satisfies the following contract: Name: Twos Comp Input: R10 contains a 16bit signed integer Output: R11 contains the Two's Complement of the contents of …
Write a subroutine which satisfies the following: Name: NElements When the subro
Write a subroutine which satisfies the following: Name: NElements When the subroutine is entered it expects the stack to look as follows (as looked in word increments): Top of the…
Write a subroutine, MyMult, to do unsigned 32-bit x 32-bit multiplication withou
Write a subroutine, MyMult, to do unsigned 32-bit x 32-bit multiplication without using the MIPS multiply (or divide) instructions. Base your program on the "best" multiply algori…
Write a subroutine, called FUZZY, that performs the I/O function that performs:
Write a subroutine, called FUZZY, that performs the I/O function that performs: If "In" is greater than or equal to "Th", then "Out" = 0, else if "In" is less than "Th" then "Out"…
Write a subroutine, called FUZZY, that performs the I/O function that performs:
Write a subroutine, called FUZZY, that performs the I/O function that performs: If "In" is greater than or equal to "Th", then "Out" = 0, else if "In" is less than "Th" then "Out"…