Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
kevin tena

kevin t.

Divider

Questions asked

BEST MATCH

It is very important to remember that aryl halides and alkyl halides behave differently. Alkyl halides undergo substitution (SN1 or SN2) and elimination (E1 or E2) reactions upon treatment with nucleophiles/bases, with the particular mechanism dependent on the structure of the alkyl halide, the type of nucleophile/base (strong, weak, hindered, unhindered…) and the reaction conditions (temperature, solvent). a) Which of the following reactions should be used to prepare anisole? Explain. b) A carbocation has an empty orbital. Which orbital is empty in each of these cations? Circle your choice. c) Explain why cations I and II from part b) will form, but cations III and IV from part b) will NOT form. Keep in mind that carbocations are stabilized by induction and resonance…

View Answer
divider
BEST MATCH

Aria's mom drops her off at her grandmother's house before she goes to work. When she was about 7 or 8 months old, Aria began to cry when her mom would leave the house. Marla's reaction is an example of Multiple Choice transition apprehension. social consciousness. separation protest. stranger anxiety.

View Answer
divider
BEST MATCH

Question 5 $N_2F_4(g) \rightleftharpoons 2NF_2(g)$ $\Delta H^o = +38.5 kJ/mol$ Predict the changes in the equilibrium if: • The reacting mixture is heated at constant volume [Select] • Some $N_2F_4$ gas is removed from the reacting mixture at constant temperature and volume [Select] • The volume of the system is increased at constant temperature [Select] • A catalyst is added to the reacting mixture [Select] • added more $NF_2$ [Select] • value of K if we cool the reaction mixture [Select]

View Answer
divider
BEST MATCH

What is the target tissue and function of mineralocorticoids? glucocorticoids? androgens?

View Answer
divider
BEST MATCH

Capacitor in Computer 1.0p 1 What is the smallest capacitor needed in a computer power supply in order to supply at least 0.6 A of current for 0.22 s after the power goes off? Assume that the resistance of all the components of the computer mother board is 5 $\Omega$ and it uses a 5 V supply. Answer Show feedback Updated 1 hour ago

View Answer
divider
BEST MATCH

Draw the skeletal structure corresponding to the IUPAC name 5-methyl-2-propylphenol. Click and drag to start drawing a structure.

View Answer
divider
BEST MATCH

Irene, a support worker, is going to take out Mr. Faustino's dentures. Which of the following should Irene use to take the dentures out safely? An orange stick A washcloth Gauze squares A padded tongue blade

View Answer
divider
BEST MATCH

Given the function $f(x) = \frac{cos(2x)}{3sin(x)}$. Find $f(\frac{\pi}{3})$. Give your answer in simplified, exact format (no decimals)

View Answer
divider
BEST MATCH

Value of right s bits to the right (sign-extending them) and stores the value in rd. Below is the full instruction encoding, but you only have to decode the top six op bits and the lower 6 funct bits. You may modify the datapath, ALU, ALU decoder, and Main Decoder any way you want, but make your modifications clear. In particular, complete the sra row for the Main Decoder. If you add additional elements to the datapath or ALU, explain the operation of any new blocks. srard, rt, sa 100000000000 26 25 21 20 16 15 sa000011 11 10 6 5 Control MemtoReg Unit MemWrite Branch ALUControl, Op ALUSrc funct RegDst RegWrite CLK A1 WE3RD1 CSrc CLK WE ReadData RD Data Memory WD Zero ALUResult Inst. RD Instruction Memory A2 RD2 A3 Register WD3 File WriteData WriteReg Sign Extend B ALU Decoder F210 Func. 000 A & B 100 A|B 010 A + B 011 100 A & B 101 A|B 110 A B 111 A < B (slt) ALU Op ALU ALU Ctrl. Func. 00 010 Add -1 110 Sub -1 100001 010 Add -1 100011 110 Sub -1 100100 000 AND -1 100101 001 OR -1 101010 111 Slt Ca [31[S 32 32 2 32 32 Main Decoder Inst. OP RegWrite RegDst ALUSrc Branch MemWrite MemToReg ALUOp R-type 000000 1 1 0 0 0 0 -1 lw 100011 1 0 1 0 0 1 00 SW 101011 0 1 0 1 -1 beq 000100 0 0 1 0 -1 sra

View Answer
divider
BEST MATCH

Write a class named Employee which has the following private member variables: - name (a string) - idNumber (an int) - department (a string) - position (a string) The Employee class should have the following public member functions: - a default constructor - a constructor which accepts the employee name and ID number as arguments and assigns them to the appropriate member variables - a constructor which accepts the employee name, ID number, department, and position as arguments and assigns them to the appropriate member variables Also write the appropriate accessor (getter) and mutator (setter) functions for each of the member variables. The employee ID number will be entered by the user in a member function named Enter_ID and returned via its return type. Enter_ID will call a "private" member function named Validate to validate the ID, which will be returned to Enter_ID via a reference variable (the ID must be greater than zero). Add a "search" member function to the Employee class which determines if its employee ID number and name match an ID number and name presented to it; the member function will accept, into its parameter list, an employee ID number and name, and will return "true" if the employee is found, or "false" if not. In main, create an array of 100 Employee objects using the default constructor. The program will repeatedly execute four menu items selected by the user, in main: 1) In a function, store in the array of Employee objects the user-entered data shown below (but program to allow an unknown number of objects to be stored, up to 100). 2) In a second function, display the employee data from the array. 3) Have the user enter an employee ID number in main and call the "search" member function described above; if the ID is found, display in main the associated employee data; if not found, display in main an error message (hint: process the array in main). 4) End the program Provide four screen prints: - Execute menu option #1 (have the user enter the data for the three employees shown below) - Execute menu option #3 (have the user enter ID Number 39119) - Execute menu option #2 - Execute menu option #3 (have the user enter ID Number 53179) Employee data for user to enter (name; id; department; position): Susan Meyers; 47899; Accounting; Vice President

View Answer
divider