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

domingo n.

Divider

Questions asked

BEST MATCH

According to AGBW, the Mass Media exerts control over both what you should read and how you should read it. This is called

View Answer
divider
BEST MATCH

A square surface has sides of length l that are parallel to the y and z axes, and contains point P that resides on the x axis.

View Answer
divider
BEST MATCH

What types of specimens did Darwin collect on his voyage? Group of answer choices plants animals fossils all of the above

View Answer
divider
BEST MATCH

3. Look at the separator symbol that's shown in figure. In order to show a manual drain on this symbol, you would add a(n) A. solid arrow from the bottom corner of the diamond. B. open arrow from the bottom corner of the diamond. C. vertical line extending from the bottom corner of the diamond. Use this illustration to answer the question. D. dashed line to the inside of the diamond.

View Answer
divider
BEST MATCH

Consider the reaction. 2 A(g) \$\Longleftrightarrow\$ B(g) K$_p$ = 2.41 \times 10$^{-5}$ at 500 K If a sample of A(g) at 3.80 atm is heated to 500 K, what is the pressure of B(g) at equilibrium? P$_B$ = atm

View Answer
divider
BEST MATCH

Consider the following data: 9, 11, 12, 4, 1, 5 Step 1 of 3: Calculate the value of the sample variance. Round your answer to one decimal place. Answer How to enter your answer (opens in new window)

View Answer
divider
BEST MATCH

Internal bacterial structure composed of peptidoglycan, calcium, and keratin that forms due to lack of nutrients or moisture and provides long-term storage and protection.

View Answer
divider
BEST MATCH

Texts: Without using the reverse() method or list comprehension, such as [::-1], write a program to test whether a string is a palindrome or not using the following algorithm: (1) Print a welcome message. (2) Using a loop, prompt the user for a word or alphabet 'q' to quit the program. (3) Check to see if the user wants to quit. If so, exit the loop. (4) If they don't want to quit, then use a for loop to create a second string that is the reverse of the first (see the lecture slides). (5) If the two strings are equal, print a message saying that the word is a palindrome; otherwise, print a statement/message saying it isn't. (6) After the loop started in step 2 is done, print a message and close the program.

View Answer
divider
BEST MATCH

Please write the program in Scheme. Cessfon CSCI 3210 Project 4 Due: see class calendar Goal: To learn how to use a functional programming language to solve a problem Description: In this assignment, you are required to write functions specified below in Scheme, one of the functional programming languages. Write a non-recursive Scheme function area(r) that, given the radius r of a circle, computes its area as 3.14*r*r. Write a recursive Scheme function power(A, B) that takes two integer parameters, A and B, and returns A raised to the B power. A must be a positive value, but B may be a negative value. Write a recursive Scheme function countZero(list) that returns the number of value zeros in a given simple list of numbers. For example, (countZero 1 023 0) should return 2. Write a recursive Scheme function reverse(list) that returns the reverse of its simple list parameter. For example, (reverse 1 23 a b) should return (b a 3 2 1). Write a recursive Scheme function palindrome(list) that returns true if the simple list reads the same forwards and backwards. For example, (palindrome a b c) returns true, while (palindrome a b c a) returns false. Write a recursive Scheme function merge(firstNameList, lastNameList) that receives a simple list of first names and a simple list of last names, and merges the two lists into one list consisting of (firstName lastName) pairs. Display the result list. For example, if the inputs are (John Kim Kate George) and (Davidson Hunter Johnson Olson), the output should be ((John Davidson) (Kim Hunter) (Kate Johnson) (George Olson)). Note: A simple list is a list such that none of its elements is a list. For example, (1 2 3) is a simple list, while (1 23) is not. To avoid typing long lists at the command line, I suggest you create a few sample arguments in files: > (load "my_lists") > (countZero list1) where the file my_lists contains the definition define list1 '(1 9 0 12 0 30 50 0) Important: You are required to use only the functional features of Scheme; functions with an exclamation point in their names (e.g. set!) and input/output mechanisms other than Toad and the regular read-eval-print loop are not allowed. (You may find imperative features useful for debugging. That's ok, but get them out of your code before you hand anything in.) Requirement: All functions should be put within the same source file with the given signature.

View Answer
divider
BEST MATCH

Question Five (10 points): Consider a simple bar fixed at one end(x=0) and subjected to a concentrated force at the other end(x=180) as shown in Fig. 5. Using the notation given in the figure, the total potential of the structure is: \begin{equation*} \Pi = \frac{1}{2} \int_0^{180} EA \left( \frac{du}{dx} \right)^2 dx - 100u \Big|_{x=100} \end{equation*} And the essential boundary condition is $u|_{x=0} = 0$. 1.Calculate the exact displacement and stress distributions in the bar. 2. Calculate the displacement and stress distributions using the Ritz method with the following displacement assumptions Cross-sectional area = $\left( 1 + \frac{y}{40} \right)$ cm$^2$ Area = 1 cm$^2$ Figure 5 R = 100 N

View Answer
divider