Posts Tagged ‘Engineering’

  • Important Questions on OFDM

    Jan 15, 13 • 11025 Views • Resources5 Comments

    1)  What is OFDM? Ans: OFDM  (Orthogonal Frequency Division Multiplexing) is a broadband multicarrier modulation method that offers superior performance and benefits over older, more traditional single-carrier modulation methods because it is a better fit

  • Important Questions on MOSFET

    Jan 12, 13 • 45540 Views • Resources21 Comments

    Here are the some of the important questions on MOSFET. MOSFET is the Metal Oxide semiconductor field effect transistor which is used for the amplification and switching of the electronic signals. Following are the questions that has been asked in the

  • function-c language question and answer

    Jan 11, 13 • 1669 Views • Resources • • 3 Comments

    Q1. What is a static function? Ans1: It is a function whose scope is limited to the current source file. Scope refers to the visibility of a function or variable. Q2. Is it possible to execute code even after the program exits the main()? Ans2: C library

  • Important Questions on Transaction Management

    Jan 10, 13 • 2992 Views • ResourcesNo Comments

    In a commitment to help you people with the difficulties you face regarding various aspects in your education, here are the important questions on Transaction Management- Q.1 What is JTA? Ans. Java Transaction API(JTA) specifies standard Java Interfaces

  • Interview Questions on Operators in C

    Jan 10, 13 • 5963 Views • Notes8 Comments

    Q1. When should a type cast not be used? Ans. A type cast can be used to change the data from one type to another type. For example, it can be used to change the data from double data type to integer data type. But it cannot be used to convert integer data