Assignment Questions

Question & Answer: Assuming the preparation of the Grignard goes to completion (100 %), then what is the…..

2. Assuming the preparation of the Grignard goes to completion (100 %), then what is the limiting reagent in the triphenylmethanol synthesis? → (show all calculations 3. When a ketone is reacted with Grignard reagents, what type of alcohol is formed? 4. Write the equation for the reaction of acetone and methyl magnesium bromide. 5. How could the % yield of this experiment be improved?

please answer 2-5

Assuming the preparation of the Grignard goes to completion (100 %), then what is the limiting reagent in the triphenylmethanol synthesis? (show all calculations When a ketone is reacted with Grignard reagents, what type of alcohol is formed? Write the equation for the reaction of acetone and methyl magnesium bromide. How could the % yield of this experiment be improved?

Expert Answer

Answer
Read more

Question & Answer: QUESTION 27 Match the condensed formulas and provide match the IUPAC name for the…..

Please answer ALL of the following multiple choice questions. If any of the choices are cut off at the bottom they’re exactly the same as the previous question above it. Thank you!

QUESTION 27 Match the condensed formulas and provide match the IUPAC name for the following compound: CH3OH ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CIH3CHOH)CIH3, used in rubbing alcohol) glycerine QUESTION 28 Match the condensed formulas and provide match the IUPAC name for the following compound: CH3CH(OH)CH3 thyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CH3CH(OH)CH3, used in rubbing alcohol) QUESTION 29 Match the condensed formulas and provide match the IUPAC name for the following compound: HOCH2CH20H ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CH3CH OH)CH3, used in rubbing alcohol) glycerine QUESTION 30 Match the condensed formulas and provide match the IUPAC name for the following compound: 1,2,3-trihydroxypropane ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CH3CH OH)CH3, used in rubbing alcohol) glycerine QUESTION 31 Match the condensed formulas and provide match the IUPAC name for the following compound: CH3CH2OH ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CIH3CHOH)CIH3, used in rubbing alcohol) glycerine

QUESTION 27 Match the condensed formulas and provide match the IUPAC name for the following compound: CH3OH ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CIH3CHOH)CIH3, used in rubbing alcohol) glycerine QUESTION 28 Match the condensed formulas and provide match the IUPAC name for the following compound: CH3CH(OH)CH3 thyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CH3CH(OH)CH3, used in rubbing alcohol) QUESTION 29 Match the condensed formulas and provide match the IUPAC name for the following compound: HOCH2CH20H ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CH3CH OH)CH3, used in rubbing alcohol) glycerine QUESTION 30 Match the condensed formulas and provide match the IUPAC name for the following compound: 1,2,3-trihydroxypropane ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CH3CH OH)CH3, used in rubbing alcohol) glycerine QUESTION 31 Match the condensed formulas and provide match the IUPAC name for the following compound: CH3CH2OH ethyl alcohol (in beverages) methyl alcohol (used as a solvent, for example, in shellac ethylene glycol (antifreeze) isopropyl alcohol, CIH3CHOH)CIH3, used in rubbing alcohol) glycerine

Expert Answer

Answer
Read more

Question & Answer: QUESTION 32 Match the complete IUPAC name for following compound: CH CH3 CH3 2-…..

Please answer ALL of the following multiple choice questions. If any of the choices are cut off at the bottom they’re exactly the same as the previous question above it. Thank you!

QUESTION 32 Match the complete IUPAC name for following compound: CH CH3 CH3 2-butanol 2-iodo-3,3-dimethyl-2-pentanol 3-chloro-3ethyl-2-heptanol QUESTION 33 Match the complete IUPAC name for following compound: OH CH2 -CH2-CH2 2-butanol 2-iodo-3,3-dimethyl-2-pentanol 3-chloro-3ethyl-2-heptanol QUESTION 34 Match the complete IUPAC name for following compound: 2-butanol 2-iodo-3,3-dimethyl-2-pentanol 3-chloro-3ethyl-2-heptanol QUESTION 35 Match the complete IUPAC name and the common name for following compound: 1-ethoxybutane, butyl ethyl ether 1-cthoxypropane, cthyl propyl ether 1-methoxypropane, methyl propyl ether QUESTION 36 Match the complete IUPAC name and the common name for following compound: 1-ethoxybutane, butyl ethyl ether 1-ethoxypropane, ethyl propyl ether 1-methoxypropane, methyl propyl ether

QUESTION 32 Match the complete IUPAC name for following compound: CH CH3 CH3 2-butanol 2-iodo-3,3-dimethyl-2-pentanol 3-chloro-3ethyl-2-heptanol QUESTION 33 Match the complete IUPAC name for following compound: OH CH2 -CH2-CH2 2-butanol 2-iodo-3,3-dimethyl-2-pentanol 3-chloro-3ethyl-2-heptanol QUESTION 34 Match the complete IUPAC name for following compound: 2-butanol 2-iodo-3,3-dimethyl-2-pentanol 3-chloro-3ethyl-2-heptanol QUESTION 35 Match the complete IUPAC name and the common name for following compound: 1-ethoxybutane, butyl ethyl ether 1-cthoxypropane, cthyl propyl ether 1-methoxypropane, methyl propyl ether QUESTION 36 Match the complete IUPAC name and the common name for following compound: 1-ethoxybutane, butyl ethyl ether 1-ethoxypropane, ethyl propyl ether 1-methoxypropane, methyl propyl ether

Expert Answer

Answer
Read more

Question & Answer: Write a for loop to print all elements in courseGrades, following each element with a space (including the la…..

Write a for loop to print all elements in courseGrades, following each element with a space (including the last). Print forwards, then backwards. End each loop with a newline. Ex: If courseGrades = {7, 9, 11, 10}, print:

7 9 11 10 
10 11 9 7 

Hint: Use two for loops. Second loop starts with i = NUM_VALS – 1. (Notes)

Note: These activities may test code with different test values. This activity will perform two tests, the first with a 4-element array (int courseGrades[4]), the second with a 2-element array (int courseGrades[2]). See How to Use zyBooks.

Also note: If the submitted code tries to access an invalid array element, such as courseGrades[9] for a 4-element array, the test may generate strange results. Or the test may crash and report “Program end never reached”, in which case the system doesn’t print the test case that caused the reported message.

Here Is the the code template given

#include <iostream>
using namespace std;

int main() {
const int NUM_VALS = 4;
int courseGrades[NUM_VALS];
int i = 0;

courseGrades[0] = 7;
courseGrades[1] = 9;
courseGrades[2] = 11;
courseGrades[3] = 10;

// Solution Goes Here

return 0;
}

Expert Answer

 

Below is your code. Let me know if you have any trouble understanding this.. I’ll help surely

#include <iostream>

Read more

Question & Answer: Makefile app.cpp st.cpp list.h The LinkedList class is specified in list.h. Write the code in the file list.cpp to implem…..

Makefile app.cpp st.cpp list.h The LinkedList class is specified in list.h. Write the code in the file list.cpp to implement the methods specified in the header file You can build the app using the make utility. Dont modify any code in the app.cpp file To check memory leaks: Valgrind --leak-check-full executable-file leak-check-full executable-file
media%2F952%2F95250f6d-57a3-44fd-9528-7a
media%2Fbf1%2Fbf11c771-6282-489d-acea-b4
media%2F5a8%2F5a839358-4173-471a-89eb-03

Makefile app.cpp st.cpp list.h The LinkedList class is specified in list.h. Write the code in the file list.cpp to implement the methods specified in the header file You can build the app using the make utility. Don’t modify any code in the app.cpp file To check memory leaks: Valgrind –leak-check-full executable-file leak-check-full executable-file

Expert Answer

 

#include “list.h”

LinkedList::LinkedList(){
head = NULL;

Read more

Question & Answer: How does leadership play a role in IT management? How does leadership need to be aligned to the compa…..

How does leadership play a role in IT management? How does leadership need to be aligned to the company’s goals for IT management?

Expert Answer

 

Leadership plays very prominent role in IT Management. B

Read more

Question & Answer: Often times disaster recovery plans and business continuity plans are thought to be one in…..

Often times disaster recovery plans and business continuity plans are thought to be one in the same. What is a disaster recovery plan in relation to a business continuity plan? Are both necessary?

Expert Answer

 

Disaster Recovery and business continuity plans

Read more

Question & Answer: Describe IT infrastructure. What is the role of business intelligence in determining the tech…..

Describe IT infrastructure. What is the role of business intelligence in determining the technology needs of a business?

Expert Answer

 

The term IT infrastructure basically refer to an enterprice that is basically

Read more

Question & Answer: What is project management in relation to managing an information system? How does project management fit into th…..

What is project management in relation to managing an information system? How does project management fit into the alignment goals of a company? How do project managers determine if a project is a risk? How do projects differ in the public sector vs. the private sector?

Expert Answer

 

What is project management in relation to managing an information system?

Read more

Question & Answer: I need the help in 2,4,5 how can i implemented with java code ?…..

I need the help in 2,4,5 how can i implemented with java code ?

Show transcribed image textWrite each of the following methods inside the BST Class (i) public boolean isFull() A method (non-recursive) that returns true if the tree is full. So you can make use of your getCount() and getHeight() methods from Lab08. You can also use Math.pow() method to computer 2^h. (ii) protected boolean is Decision Tree BSTNode p) A recursive method that returns true if the tree referenced by p is is a decision tree. (iii) protected boolean isBalanced (BSTNode P) A recursive method that returns true if the tree referenced by p is balanced. (a) The difference between the heights of its left and right sub-trees is less than 2. (b) Both its left and right sub-trees are balanced. (iv) protected int getPathLength(T el, BSTNode p) A recursive method that returns the length of the path from the root of the tree referenced by p to the node containing el. (v) Public void printPath (T el, BSTNode p) A recursive method that prints all the nodes in the path from the root of the tree referenced by p to the node containing el.

Expert Answer

 

public class BSTNode<E extends Comparable<E>> {

/** Tree’s element which is stored within this Node. */

Read more
Still stressed from student homework?
Get quality assistance from academic writers!