Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
agust-n hernandez

agust-n h.

Divider

Questions asked

BEST MATCH

EXPERIMENT 1: WHAT DO YOU THINK WILL HAPPEN TO THE TEMPERATURE IF YOU USE 75 mL OF HCI AND 75 mL OF NaOH INSTEAD OF THE 50 mL EACH THAT YOU USED IN EXPERIMENT 1

View Answer
divider
BEST MATCH

After being treated by Xbal, a circular plasmid that has one single site of Xbal will become a linear ONE piece DNA molecule. True False

View Answer
divider
BEST MATCH

Create Shape abstract class: a. Contain member variable name b. One Argument constructor c. Area() pure virtual function d. Perimeter() pure virtual function e. Display() pure virtual function f. Should create Shape.h, Shape.cpp files for this class Create Triangle class Inherit from Shape: a. Contain two edge member variables named a, b b. Contain one Point member variable which is the vertex between a, b c. Contain one double degree which is the angle between a, b d. Write one default constructor e. Write four arguments constructor, which takes two edges, one point, and one double for degree f. Should create Triangle.h, Triangle.cpp files for this class Create Rectangle class Inherit from Shape: a. Contain one Point member variable which is the vertex of the bottom left corner b. Contain two edge member variables named width, height c. Write one default constructor d. Write three arguments constructor, which takes one point, and two doubles e. Should create Rectangle.h, Rectangle.cpp files for this class Create Circle class Inherit from Shape: a. Contain one Point member variable which is the center of the circle b. Contain one double member variable which is the radius of the circle c. Write one default constructor d. Write two arguments constructor, which takes one point, and one double for radius e. Should create Circle.h, Circle.cpp files for this class Create a Point class: a. Contain two double member variables which represent x and y coordinates b. Mutator and accessor of x, y c. Should create Point.h, Point.cpp files for this class Create an Edge class: a. Contain one double member variable which represents the length of the edge b. Mutator and accessor of length c. Should create Edge.h, Edge.cpp files for this class Due date: May 3, 11:59 PM The DynamicArray class is as follows: Complete DynamicArray class. Write a function called CreateDynamicShapeArray(filename), which takes a filename containing information of Shape. Then return a dynamic array of Shape. (Write in the main.cpp) 1. Create Shape abstract class: a. Contain member variable name b. One Argument constructor c. Area() pure virtual function d. Perimeter() pure virtual function e. Display() pure virtual function f. Should create Shape.h, Shape.cpp files for this class 2. Create Triangle class Inherit from Shape: a. Contain two edge member variables named a, b b. Contain one Point member variable which is the vertex between a, b c. Contain one double degree which is the angle between a, b d. Write one default constructor e. Write four arguments constructor, which takes two edges, one point, and one double for degree f. Should create Triangle.h, Triangle.cpp files for this class 3. Create Rectangle class Inherit from Shape: a. Contain one Point member variable which is the vertex of the bottom left corner b. Contain two edge member variables named width, height c. Write one default constructor d. Write three arguments constructor, which takes one point, and two doubles e. Should create Rectangle.h, Rectangle.cpp files for this class 4. Create Circle class Inherit from Shape: a. Contain one Point member variable which is the center of the circle b. Contain one double member variable which is the radius of the circle c. Write one default constructor d. Write two arguments constructor, which takes one point, and one double for radius e. Should create Circle.h, Circle.cpp files for this class 5. Create a Point class: a. Contain two double member variables which represent x and y coordinates b. Mutator and accessor of x, y c. Should create Point.h, Point.cpp files for this class 6. Create an Edge class: a. Contain one double member variable which represents the length of the edge b. Mutator and accessor of length c. Should create Edge.h, Edge.cpp files for this class Due date: May 3, 11:59 PM 7. The DynamicArray class is as follows: template<class T> class DynamicArray { public: DynamicArray(int s); // copy constructor DynamicArray(const DynamicArray& d); // destructor ~DynamicArray(); DynamicArray<T>& operator=(const DynamicArray& d); int getCapacity() const; int getNumElements() const; T& operator[](int index); void add(T &e); private: T *p; int capacity; int numElements; }; Complete DynamicArray class 8. Write a function called CreateDynamicShapeArray(filename), which takes a filename containing information of Shape. Then return a dynamic array of Shape. (Write in the main.cpp)

View Answer
divider
BEST MATCH

Which of the following is NOT a reason we tend to believe in magic, as discussed in class? Group of answer choices Magic has a well-explained mechanism of action Science is difficult to understand We like to have a sense of control over the world Wishful thinking for magic to make life easier Mental shortcuts can cause us to be fooled Zombies. You think, this guy must be a dumb jock majoring in exercise science, he has gotta be in the wrong place. But then the guy asks the speaker a complicated question about the role of neutrinos in black holes, revealing he ís a physics major. What thinking technique did you use that led to this error of judgment? Group of answer choices Representativeness heuristic Framing effect Accidental learning Negative reinforcement

View Answer
divider
BEST MATCH

4. (6 marks) Find the equations of all tangent lines passing through the point P \left(-2, \frac{8}{3}\right) and tangent to the graph of $f(x) = \frac{-3}{x+1}$. (Note: the point P is not on the graph of $f$.)

View Answer
divider
BEST MATCH

Question 1 Abby Kratz, a market specialist at the market research firm of Saez, Sikes, and Spitz, is analyzing household budget data collected by her firm. Abby's dependent variable is weekly household expenditures on groceries (in $'s), and her independent variables are annual household income (in $1,000's) and household neighborhood (0 = rural, 1 = suburban). Regression analysis of the data yielded the following table. Coefficients Standard Error t Statistic p-value Intercept 19.68 10.012 1.97 0.077667 X1 (income) 1.74 0.175 9.94 1.68E-06 X2 (neighborhood) 49.12 7.656 6.42 7.67E-05 5 pts Calculate the predicted weekly grocery expenditure (based on the regression equation obtained from the above output) for a suburban household with $70,000 annual income. Provide your answer to the nearest two decimal places.

View Answer
divider
BEST MATCH

Determine the force in each member of the loaded truss. The forces are positive if in tension, negative if in compression. Assume $F = 2380 \text{ N}$, $a = 1.9 \text{ m}$, $b = 3.8 \text{ m}$, $\theta = 47^\circ$

View Answer
divider
BEST MATCH

Psychodynamic Therapy: Has an underlying rationale that people are in control of their behavior Includes flooding and systematic desensitization as techniques Is based on Freud's psychoanalytical approach to personality Makes use of the basic processes of learning

View Answer
divider
BEST MATCH

e) (5 marks) Draw a rough sketch of the cosine $E_z$ wave coming from three different $x$-locations across the slit. Do all three sketches on the same axes, either using different colours or different line patterns (solid, dotted, dashed, etc.). This is just a qualitative exercise, so you should not need numbers on the vertical axis. Comment on the differences in one sentence. For this question part, you do not need to explain how you obtained your answer.

View Answer
divider
BEST MATCH

No. Account Titles and Explanation (a) (To record current depreciation) (To properly record the sale) (b) (c) (d) (To Record the original purchase of the machine) (To record depreciation) Debit Credit

View Answer
divider