Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
1917Question 30 – Solve the simultaneous equation using simple Excel program : r + s – t = 7, 2r – s = 0, 3r + 2t = 15. Explain the use of functions of MINVERSE and MMULT together with the keyboard C (Ctrl) + S (Shift) + E (Enter).
1 2498i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
IBM,
1 4625Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
2061Question 32 – Let 1 ^ 1 = 1, 2 ^ 2 = 4, 3 ^ 3 = 27. By using the Excel computer programming – either by Solver or Goal Seek, find the value of v for the Van der Waals equation (P – a / v ^2) (v - b) = RT where a = 18.82, b = 0.1193, P = 2, R = 0.082, T = 5000 for benzene. Describe briefly how to use Solver and Goal Seek in Excel program of computer to find the solution quickly.
1 2398Question 33 – By using Excel program either on laptop or desktop PC, solve the differential equation dy / dx = -2y + x + 4 with h = 0.005, initial values : x = 0, y = 1. The 4th order Runge-Kutta method provides : y(N + 1) = y(N) + (1/6) (k1 + 2k2 +2k3 + k4), k1 = h [ -2y(N) + x(N) + 4 ], k2 = h { -2 [ y(N) + k1 / 2 ] + x(N) + h / 2 + 4 }, k3 = h { -2 [ y(N) + k2 / 2 ] + x(N) + h / 2 + 4 }, k4 = h { -2 [ y(N) + k3 ] + x(N) + h + 4 }. What is the value of y at x = 0.5?
1 2918Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.
2050Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
1990Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
6 11908Question 36 - For a mixture of benzene (B), toluene (T) and xylene (X), the equation applies where x for B, T and X will sum up to 1. The equation of x for each component is x = (L / V + 1) (F) / (L / V + K). The data of F for each component are : 0.5 for B, 0.35 for T, 0.15 for X. The data of K for each component are : 1.98 for B, 0.76 for T, 0.24 for X. When x for B + x for T + x for X = 1, find the values of (a) L / V; (b) x for each component of B, T, X respectively. You may use Excel program - Data : What-If-Analysis for Goal Seek to perform the iterative calculations.
1 2557
what is the include program name?
What is the program to maintain change run?
What does the program RSMDCNVEXIT check?
What is the alpha check execution program?
How does u handle this COM components developed in other programming languages in .NET?
Allowed program to auto-correct the database when loading a presentation.
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
Which is your favorite editor, shell, programming shell and why?
What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What is unique about B.L.M business that would impact the future client/server architechture or software needs of your G.I.S programme?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
Enhance the Debug() function so that the programmer has to press Enter or Return after debugging is deactivated?
How will you make .NET programs work in Linux ?
What are the functions of the typical server program?