Other Engineering Answers

Questions: 881

Answers by our Experts: 418

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Does a mosquito flying inside a moving car, experiences a force in the opposite direction of the motion of the car? you told that it will experience a inertial force? But it would be in rest with the outside world and why will we consider it with respect to the car as none of its body part is contact with the car?
If the user enters the input as my name is sai i want to display the output as "my" "name" "is" "sai"
please give me the program in C
In the Byteland country a string "S" is said to super ascii string if and only if count of each character in the string is equal
to its ascii value.
In the Byteland country ascii code of 'a' is 1, 'b' is 2 ...'z' is 26.
Any string "S" can be converted to super ascii string by performing operations like addition or removal of a character.
Your task is to find out the minimum number of operations required to convert the string to super ascii string.
You are given a square matrix of dimension N. Let this matrix be called A. Your task is to rotate A in clockwise direction by S degrees, where S is angle of rotation. On the matrix, there will be 3 types of operations viz.

Rotation

Rotate the matrix A by angle S, presented as input in form of A S

Querying

Query the element at row K and column L, presented as input in form of Q K L

Updation

Update the element at row X and column Y with value Z, presented as input in form of U X Y Z

Print the output of individual operations as depicted in Output Specification
what is the ethical responsibility does a designer has?
Dwayne often needs to calculate the amount of Emulated Monthly Installment (EMI) that needs to
be charged from a particular person. The EMI is calculated according to the following formula:
EMI = Principal loan amount×Rate of interest×(1 + Rate of interest)Tenure of loan in months/((1 +
Rate of interest)Tenure of loan in months - 1)
The rate of interest is calculated on a monthly basis. For example, if the rate of interest is 12 % per
annum, it is calculated as (12/100)/12.
Dwayne manually calculates the interest rate using a calculator. However, he often commits
mistakes in calculating the interest due to the complex formula. Therefore, he asks Elina to build
an application that accepts the principal loan amount, rate of interest, and tenure of the loan and
calculates the EMI amount. Write the code that Elina should implement to create the application.
Elina develops the customer details maintenance application and the EMI calculator application
and provides both the applications to Dwayne for testing. While testing the applications, Dwayne
discovers the following problems:
The application displayed a message to the user to enter the path of the customer details file.
However, the customer details maintenance application crashed as Dwayne mistakenly entered
the wrong file path. Therefore, he asks Elina to modify the application so that it does not crash
due to similar errors. Modify the code that Elina needs to accomplish the preceding task. [5
Marks]
The EMI calculator application crashed when Dwayne accidentally entered zero as the rate of
interest. Therefore, he asks Elina to modify the application so that it displays an error message
if the principal amount, rate of interest, or tenure of the loan entered is invalid. Add the code
snippet that Elina should use to modify the application according to the preceding requirements.
Expand the following Boolean functions into their canonical form f(X, Y, Z) =XY+YZ’+XZ’+X’Y ?
(1)Prepare a cell containing copper sulphate solution and two copper plates. Determine its internal resistance
with the help of a potentiometer.
New repeat the experiment by changing the concentration of the solution. For this remove about 50 ml
CuSo4 solution and add similar amount of water in the cell. For the purpose of measurement you can use
a doctor’s syringe. Do you find any change in the internal resistance of the cell?
Also change the (i) plate area immersed in the electrolyte and (ii) separation between the plates. Write
various factors on which internal resistance of a cell depends
7. Write a program that calculate the food ordering bill for a customer..
• In the main() function:
 Declare all necessary variables.
 Ask the user to enter their name and mobile number.
 Next display the menu.
 Ask the user to enter their prefered choice, 1 or 2.
 Using a switch case statement, identify what needs to be done next based on the table below.
CHOICE TASK
1
• The menu name is “Chicken barbeque Pizza”.
• The menu price is RM15.50.
• Ask the user whether they want extra cheese.
• If they want extra cheese, the cost is RM3.50.

2
• The menu name is “Spring Roll”.
• The menu price is RM6.90
• Ask the user whether they want spicy sauce.
• If they want spice sauce, the cost is RM1.50.



 Ask the user if they need delivery. Delivery cost is RM10.00.
 Calculate the entire bill and display all the information as shown below.
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS