7. Define the following: (1.50 points) a. Eluent: b. Eulate: C. Elution: 8. Name two methods...
Will upvote C++
1. (7 points) Define a class named “IntegerVariable” that manages a variable name (string) and an integer value. The data members must be declared as "private." The class must provide at least the following methods: a. "isSame VariableName" that compares with another Integer Variable object. It returns true if they both have the same variable name, and false otherwise. b. "toString" method to return string representing the variable information (name and value) c. "getValue” to return its...
L. Choose the correct answer: 1) Reversed phase liquid chromatography refers to (a) the use of non polar solvent as the eluent in HPLC. (b) the use of polar material as the stationary phase in a chromatographic column. the use of non-polar material as the stationary phase in a chromatographic column 2) A solute with a retention time of 325 seconds has a base width of 15 seconds. The column is 11.5 cm long. The c (2 points) olumn has...
Programming Problem: define a C++ Bucket class with the following methods: Bucket() constructor that takes two parameters, a string name and an int parameter, the bucket capacity print) takes no paramers. Prints the bucket name, capacity and contents. Returns void. fill) that takes no parameters, fills the bucket to capacity. Returns void. empty ) that takes no parameters, empties the bucket. Returns void pourinto) takes one parameter, a reference to a Bucket object, returns an int that is the number...
please answer 1-5
Section 4. Write the following programs. (34 points) 1. (7 points) Define a class called MyLinkedQueue containing two data field: head and tail. Create constructors, setters and getters as appropriate. 2. (7 points) Define an inner class called Queue Node inside MyLinkedQueue containing necessary data fields, and constructors, to make sure the queue can move back and forth. 3. (10 points) Implement the poll and offer methods for the MyLinkedQueue class. 4. (5 points) Implement the isPalindrome...
(3) During the separation of two steroids by HPLC on a C18 column, a student reported the following elution times with a certain % acetonitrile/water mobile phase (uracil was added to the steroid mixture) tm (uracil) 1.2 min t, (steroid1) 4.55 min t, (steroid2) 6.55 min base width, w (steroid 1) 0.56 min base width, w (steroid 2) 0.79 min a. Sketch the chromatogram to illustrate the above separation. Label the peaks and the x- and y-axis. Calculate the resolution...
7) Name the following compound: HE + 8) Draw A and B. H H₂ B + Lindlar's 펭 19) Draw 1,2,3, and 4. 1. NaNH2) 3 2. 7) Name the following compound: H- ΠΗ 8) Draw A and B. H H2 B A ou Lindlar's 9) Draw 1, 2, 3, and 4. 1. NaNH2 2
10. (10 points) Provide the IUPA C name for each of the following compounds. a) b) c) d) e) Br Br 11. (8 points) DRAW, using line angle formulas, and NAME, FOUR (4) different structural isomers with the molecular formula CHI
7. The IUPAC name for the he IUPAC name for the following compound is: hint: the OH controls the name a) 3-chloro-2-methylcyclohexanol b) 1-chloro-4-methylcyclohexanol c) 2-methyl-3-chlorocyclohexanol d) 2-methyl-5-chlorocyclohexanol e) 5-chloro-2-methylcyclohexanol 8. Which of the following cannot be an electrophile? b) BF, c) *NO d) Fel a) H e ) CH2=CH, BF 9. Based on the following energy diagram, which compound is formed faster? Reacton a) A from B b ) B from A c) Cfrom 8 d) CB from C...
Average-(a+b)/2; 3. Define the following functions: (2 x 10 = 20 points) a) Define a function named Temperature that takes a temperature in Fahrenheit (F) as input and computes and returns the corresponding temperature in Celsius (C) using the following formula: c- (F - 32) b) Define a function Math that takes two integers number and number2 as input parameters and computes two outputs: Sum= a + b Average - Sum/2.0 The function should pass these values to main
7. Let a, b E C. Define ar bif a - b ER Is an equivalence relation? If yes, prove that three conditions are satisfied. If not, explain why. (30 Points)