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

Chemistry concepts and calculations

117302 questions • Page 2097 / 2347

Write a shell script that performs the following steps: Input 7 numbers in a loo
Write a shell script that performs the following steps: Input 7 numbers in a loop (one at a time for each loop iteration). Validate the input that it is an integer number greater …
Write a shell script to concatenate lists together, and output the resulting lis
Write a shell script to concatenate lists together, and output the resulting list. Do not include any argument that is a sub-list of the entire list. (The script will clean the li…
Write a shell script to locate executable files. This script takes a list of fil
Write a shell script to locate executable files. This script takes a list of file names from the command line and determines which would be executed had these names been given as …
Write a shell script to send a customized mail message to the users listed on th
Write a shell script to send a customized mail message to the users listed on the command line by login (user) name, only if they are currently logged on. If no users are listed o…
Write a short Java application that uses the Scanner class to accept a number be
Write a short Java application that uses the Scanner class to accept a number between 1 and 10 from the user. If the number entered is between 1 and 10 (inclusive), the applicatio…
Write a short MATLAB function. A university department provides two ways to obta
Write a short MATLAB function. A university department provides two ways to obtain a masters degree: Complete a minimum of 30 graduate credit hours and write a thesis. Complete a …
Write a short cause-effect essay to explain an environmental problem affecting t
Write a short cause-effect essay to explain an environmental problem affecting the area where you live. Checklist Use the following checklist to help you complete this essay. Your…
Write a simple C program using pointers. The program has only the main function,
Write a simple C program using pointers. The program has only the main function, in which there are 2 variables: (a) small that can hold real values in the range [0, 1], inclusive…
Write a simple MATLAB function to: 1.Calculate the sin and cos of a value in rad
Write a simple MATLAB function to: 1.Calculate the sin and cos of a value in radians (in one function) 2. Calculate the tan and cot of a value in radians (in one function) For num…
Write a simple TCP program for a server that accepts lines of input from a clien
Write a simple TCP program for a server that accepts lines of input from a client and prints the lines onto theservers standard output. You can do this by modifying the TCPServer.…
Write a simple interface to the Yahoo stock quote CGI. (15 points) You should ha
Write a simple interface to the Yahoo stock quote CGI. (15 points) You should have an HTML page called mystocks.html with a multi-line text box (i.e., textarea element) in which t…
Write a simple interface to the Yahoo stock quote CGI. (15 points) You should ha
Write a simple interface to the Yahoo stock quote CGI. (15 points) You should have an HTML page called mystocks.html with a multi-line text box (i.e., textarea element) in which t…
Write a simple polling program that: - Allows users to rate five social-consciou
Write a simple polling program that: - Allows users to rate five social-consciousness issues from 1 (least important) to 10 (most important); - Pick five causes that are important…
Write a single equation that includes the following sets of variables: wavelengt
Write a single equation that includes the following sets of variables: wavelength and frequency frequency and energy energy and wavelength Calculate the energy (In J) of a photon.…
Write a sorting function that will sort a vector of ints. Use the selection sort
Write a sorting function that will sort a vector of ints. Use the selection sort algorithm. The sort function should have the following declaration: Note: the function should have…
Write a statement comparing and/or contrasting the concentration units of molali
Write a statement comparing and/or contrasting the concentration units of molality and molarity. Analyze your own and a neighbor’s statement in the following manner. Is it clear? …
Write a statement that calls the recursive function BackwardsAlphabet() with par
Write a statement that calls the recursive function BackwardsAlphabet() with parameter startingLetter. #include <stdio.h> void BackwardsAlphabet(char currLetter){ if (currLe…
Write a statement that calls the recursive function BackwardsAlphabet() with par
Write a statement that calls the recursive function BackwardsAlphabet() with parameter startingLetter. #include <stdio.h> void BackwardsAlphabet(char currLetter){ if (currLe…
Write a static Processing sketch that draws circles on the screen. Your program
Write a static Processing sketch that draws circles on the screen. Your program should have a variable called numBalls declared and initialized at the top of your code. This value…
Write a static method called printTwoDigit that takes a Random object and an int
Write a static method called printTwoDigit that takes a Random object and an integer n as parameters and that prints a series of n randomly generated two-digit numbers. The method…
Write a static method named boyGirl that takes a string of text as a parameter.
Write a static method named boyGirl that takes a string of text as a parameter. Assume that the text represents a series of names followed by integers, and that the names alternat…
Write a static method named countLastDigits that accepts an array of integers as
Write a static method named countLastDigits that accepts an array of integers as a parameter and examines its elements to determine how many of the integers end in 0, how many end…
Write a static method named findMin that returns the minimum value in an array o
Write a static method named findMin that returns the minimum value in an array of integers. For example, if a variable named list refers to an array containing the values {16, 12,…
Write a static method named fixSpacing that accepts a Scanner representing a fil
Write a static method named fixSpacing that accepts a Scanner representing a file as a parameter and writes that file's text to the console, with multiple spaces or tabs reduced t…
Write a static method named isSorted that accepts an array of doubles as a param
Write a static method named isSorted that accepts an array of doubles as a parameter and returns true if the list is in sorted (nondecreasing) order and false otherwise. For examp…
Write a static method named largerDigits that accepts two integer parameters a a
Write a static method named largerDigits that accepts two integer parameters a and b and returns a new integer c where each digit of c gets its value from the larger of a's and b'…
Write a static method named mergeMapsToMultiMap that takes two Maps using String
Write a static method named mergeMapsToMultiMap that takes two Maps using Strings as keys and Integers as values. The method should return a map that uses Strings as keys and has …
Write a static method named negativeSum that accepts a string of text as a param
Write a static method named negativeSum that accepts a string of text as a parameter. Assume that the text is a series of integers, and determine whether or not the cumulative sum…
Write a static method named textCount that takes a Scanner representing a file a
Write a static method named textCount that takes a Scanner representing a file as a parameter and that reports various statistics about the file. In particular, your method should…
Write a static method named vowelCount that accepts a String as a parameter and
Write a static method named vowelCount that accepts a String as a parameter and produces and returns an array of integers representing the counts of each vowel in the String. The …
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 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 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 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 superclass encapsulating a rectangle. A rectangle has two attributes rep
Write a superclass encapsulating a rectangle. A rectangle has two attributes representing the width and the height of the rectangle. It has methods returning the perimeter and the…
Write a thermochemical equation to represent the standard enthaply of formation
Write a thermochemical equation to represent the standard enthaply of formation (Delta H_f degree) for the formation of NO(g) from its elements under standard conditions; this rea…
Write a two page (500 words minimum) essay on the following topic: Consider the
Write a two page (500 words minimum) essay on the following topic: Consider the ultimate impact the environment has had on the economy. Do short-term drawbacks justify long-term g…
Write a two-page executive summary for your boss explaining how a relational dat
Write a two-page executive summary for your boss explaining how a relational data solution can be applied to a current business problem or area for improvement. Assume that your b…
Write a user defined function in \"matlab\" that calculates the user\'s grade po
Write a user defined function in "matlab" that calculates the user's grade point average, where A=4, B=3, C=2, D=1, F=0. Test your function using the grades and credit hours shown…
Write a user-defined function that solves for the cosine (radians) of an angle u
Write a user-defined function that solves for the cosine (radians) of an angle using the Taylor series expansion shown below. The function name and arguments should be y = cosTayl…
Write a variation of the producer-consumer problem in C using the pthread librar
Write a variation of the producer-consumer problem in C using the pthread library and mutex locks. In this variation, we have n producers and n consumers, and therefore n buffers.…
Write a void returning function (ie a method in Java) that will display the bina
Write a void returning function (ie a method in Java) that will display the binary equivalent value of a number entered in decimal. Implement two methods for additional base conve…
Write a well-documented MATLAB program that plots the damped sinusoid etsin(2t)
Write a well-documented MATLAB program that plots the damped sinusoid etsin(2t) over time, over the range of 0 to 10 seconds at a 10ms increment. Use the vectorizing command of th…
Write a word and balanced equation for the reactions below and identify the type
Write a word and balanced equation for the reactions below and identify the type of reaction. Aluminium metal burns in pure oxygen to produce solid aluminium oxide. Word equation …