Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For a situation in programming, how can you determine that Perl is a suitable?

477


What does sizeof function do?

602


1- XC and the RC time constant are both measures of the reaction of C to a change in ____? 2-The power factor is a numerical ratio with a value between 0 and 1 equal to the ______________ of the phase angle. 3-When V and I are out of phase because of reactance, the product of V times I is called ______________ power 4-For _____________ inductors, the branch currents can be added algebraically. 5- The ______________ power in watts can be calculated as I^2R 6-Calculate XL with L = 30mH and f = 1kHz ( I have Xl=2piFL 2*3.141592653*1kHz*30mH =188 ohms Please check) 7-A parallel RL circuit has the values, R = 5kohms, XL = 5kohms. A voltage source of Vt = 10Vrms is connected in parallel to R and L. Determine the total current, It delivered by the voltage source Vt. 8-A series RC circuit has R = 1Mohm and C = 1microF. How long would it take for the capacitor to fully discharge if it is initially fully charged? 9-A circuit has real power = 300W and an apparent power of 500VA. Determine the power factor and phase angle. 10-The time constant for an LR series circuit is T = 0.1s and R = 10ohms. Calculate the inductance L.

2768


What is the purpose of the single underscore “_” variable in python?

470


If an individual achieves all the success factors does that mean they will get promoted / get more pay?

5






What is the use of mdt (modified data tag)?

601


who will create the object?

1472


When would you use a class component over a functional component?

171


What is the difference between $scope and scope in angularjs?

479


Define hash table?

532


What are the 2 ways of adding constraints to a route?

542


What is the main function of microsoft excel?

289


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

1842


Differentiate between one-way binding and two-way data binding.

407


Explain the working with form elements in array notation?

123