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

antonio l.

Divider

Questions asked

BEST MATCH

Q-6. If the resistant coating on one section of the paper has much less resistance than on the rest of the paper, how will it affect the equipotential lines?Q-7. When an uncharged conductor is placed in an electric field, will induced charges appear on the conductor? If so, explain the effects of the induced charges.

View Answer
divider
BEST MATCH

When integration occurs in a masking task Question 2 options: subjects struggle to detect the mask but can remember the target. subjects perceive the target and mask as one item. subjects can easily detect both the target and the mask. subjects can only perceive the target.

View Answer
divider
BEST MATCH

QUESTION ANSWER Which tissue makes up the epidermis of skin and functions to protect underlying tissues from abrasion? Stratified squamous epithelium Dense irregular connective tissue Transitional epithelium Simple squamous epithelium I DON'T KNOW YET submit

View Answer
divider
BEST MATCH

For the following calculation, how many significant figures are there in the answer? The numbers in brackets are in scientific notation. \frac{43222 + (9.51 \times 10^2)}{(8.01 \times 10^3) - 7918}

View Answer
divider
BEST MATCH

Please solve the Q.1, 2 and 3 by C Programming only. following inputs: 1. The number of elements. 2. n integers, representing the elements of the set. The program should then determine and display the index of the second greatest element and the second greatest element from the input set of integers using structures. The index at which the element appeared and the second greatest element should be stored in the struct and output is to be given via structure elements. You are not allowed to use arrays for this question Input: The first line contains n, the number of elements. 1 ≤ n ≤ 1000. The second line contains n space-separated integers, the elements of the set of integers. Sample Input 1: 5 6 5 1 10 3 Sample Output 1: 0 6 Explanation: The second greatest element is 6 and occurred at the first position in the set of elements Write a C program that takes the names and height information of some students as input and then prints their names in Ascending order of their heights. So, the shortest student's name is printed first, and the tallest one's name is printed last. You can make use of structs and create one to store the name and height of the student together Input: The first line contains n, the number of students (1 ≤ n < 1000). an integer). and then print the names as asked in the question. Sample Input 1: 5 Alice 165 Bob 180 Carol 155 David 175 Emma 160 Sample Output 1: Carol Emma Alice David Bob Explanation: Carol (155) < Emma (160) < Alice (165) < David (175) < Bob (180) Write a C program that takes integer n and k and dynamically allocate memory for n integers. Then, calculate and print the sum of elements greater than k in the array. prevent memory leaks 1 < n < 1000 -1000 < k, array elements < 1000 Input: First line has integer n and k. Second line contains n integers Output: Sum of elements greater than k. Sample Input: 3 2 1 3 Sample Output: 3

View Answer
divider
BEST MATCH

SPECIAL ASSIGNMENT X + file:///C:/Users/i/Downloads/SPECIAL%20ASSIGNMENT%204%20-%20BUDGET.pdf SPECIAL ASSIGNMENT 4-CLASS #25367-SPRING 2019 Samuel & Silas, LLC has put together the following data in order to complete their operating budget for the second quarter in 2019: Sales (units) April May June July 76,860 72,345 68,670 70,665 Additional information: Company policy requires 60% of next month's sales (in units) be in ending inventory. This policy was met in March. It takes 2.5 hours of direct labor to produce one unit. The average wage cost is $14. Variable overhead rate is $6 per direct labor hour and fixed overhead is $15,000 per month. Required: A. Prepare a production budget for April, May, June and the quarter in total. B. Prepare a direct labor budget for April, May, June and the quarter in total. C. Prepare an overhead budget for April, May, June and the quarter in total.

View Answer
divider
BEST MATCH

4. (15%) A triple-ended queue is similar to an ordinary queue, except that it allows you to insert and delete on the front, rear and middle. (a) Design an ADT to represent a triple-ended queue. (b) Write a C++ class to implement the triple-ended queue ADT.

View Answer
divider
BEST MATCH

You want to retire in 34 years and you currently have $6,000 saved in your retirement account. You believe you will need $905,000 upon retirement - Assuming no additional contributions, what rate will you need to earn on the account to achieve this goal? ? 16.42% 15.41% 14.01% 15.90% 14983.33% ? 440.69%

View Answer
divider
BEST MATCH

Problem 2: Analyze the pulley system shown. Determine the force P required if the block weighs 100 lb.

View Answer
divider
BEST MATCH

Liquid water at 20 C is heated until its temperature has risen to 100 C, all at 2 bar, so that it remains a liquid. Determine the entropy increase of the water, using the following two approaches: a. Assume constant heat capacity, $c_w = 4.20 \text{ kJ/kg-K}$. b. Use the incompressible liquid assumption with the saturation tables. c. In each case, determine the heat transfer required. (It doesn't matter, but you can assume that the heating occurs in a closed system.)

View Answer
divider