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

joseph l.

Divider

Questions asked

BEST MATCH

A reaction that is not spontaneous at high temperatures can become spontaneous at lower temperatures if $\Delta H$ is ________ and $\Delta S$ is ________ a) -,- b) +,- c) +,0 d) -,+ e) +, +

View Answer
divider
BEST MATCH

2 4 points If an investment pays 10 percent interest compounded quarterly, its effective annual rate will also be 10 percent. True False Previous

View Answer
divider
BEST MATCH

1. Think and answer. 1. Think and give an example (other than the text) to show that the importance and use of a resource changes with time.

View Answer
divider
BEST MATCH

Find eccentricity: The major axis of the elliptical orbit of a minor planet called Ixion is 39.5 AU. The Sun is at a focus 9.5 AU from the center of the orbit. Calculate to three decimal places.

View Answer
divider
BEST MATCH

In Vapor liquid equilibria in (Points 2) binary system experiment, the used apparatus including a vapor trap, the * ::vapor trap is useful to Separate the liquid phase from the vapor phase Separate the vapor phase from the liquid phase Convert the liquid into vapor collect the condensed vapor collect the liquid after boiling the sample

View Answer
divider
BEST MATCH

A square loop of wire 20.0 cm on a side enters a region in space where a magnetic field of 1.6 T is directed into the page and confined in a square of dimensions 70.0 cm by 70.0 cm. The loop of wire has a constant velocity $v = 10.0$ cm/s perpendicular to the $B$-field as shown.

View Answer
divider
BEST MATCH

Compute the following integral using spherical coordinate by specifying $p$, $\phi$ and $\theta$: $\int_{-2}^{0} \int_{-\sqrt{4-p^2}}^{\sqrt{4-p^2}} \int_{0}^{\sqrt{4-p^2-q^2}} [r\sqrt{p^2+q^2+r^2}] dr dq dp$

View Answer
divider
BEST MATCH

/* print char pointed to by *ptr to stdout */ void print_char(void *ptr) { fprintf(stdout, "%p", ); }

View Answer
divider
BEST MATCH

True or False: Using PLL as the FM Demodulator, the recovered information signal is taken from the output of VCO block.

View Answer
divider
BEST MATCH

Suppose a database has the following three relations. Movie (mid: integer, title: string, director: string, releaseDate: date) PlaysAt (theaterID: integer, movieId: integer, showDate: date) Theater (tID: integer, name: string, phone: string, screencount: integer) "movieID" in PlaysAt is a foreign key referencing "mid" in Movie. "theaterID" in PLaysAt is a foreign key referencing "tID" in Theater. Write the following queries in both relational algebra and SQL. Find the titles of movies playing on 2 / 26 / 2019 and the IDs of the theaters they are playing at. (You may assume that a simple "=" works on the date data type.) Find the names of theaters that are playing a movie titled "Pride and Prejudice" and a movie titled "Sense and Sensibility." Find the phone numbers of theaters where the movie titled "The Green Book" is playing on 3 / 2 / 2019. Write the following queries in SQL only. Find the titles and movie IDs of movies whose titles start with "Ha" and end with "en". For each movieID, find the number of different theaters that are playing the movie on 2 / 26 / 2019. (List both movieIDs and counts of theaters in output.) List all movieIDs and movie titles. If the movie is playing in a movie theater, also list the theater's ID and the show date. For each theaterID, find the number of different movies that are playing at that theater on 11 / 9 / 2018. The user is only interested in information about theaters that are playing more than three movies on 11 / 9. (List both theater IDs and counts of movies in output.)

View Answer
divider