31. What is a feedback? Feedback is a process whereby some proportion of the output signal of a system is passed (fed back) to the input. This is often used …
Freshers Placement Papers
-
-
21. What is an Integrated Circuit? An integrated circuit (IC), also called a microchip, is an electronic circuit etched onto a silicon chip. Their main advantages are low cost, low …
-
11. What is demodulation? Demodulation is the act of removing the modulation from an analog signal to get the original baseband signal back. Demodulating is necessary because the receiver system …
-
1. What is Electronic? The study and use of electrical devices that operate by controlling the flow of electrons or other electrically charged particles.
- AlgorithmTechnical Interview Questions and Answers
Algorithm Technical Interview Questions and Answers For Freshers Part-3
by Sby S21. Describe divide and conquer paradigm. When a problem is solved using a divide and conquer algorithm, it is subdivided into one or more subproblems which are all similar to …
- AlgorithmTechnical Interview Questions and Answers
Algorithm Technical Interview Questions and Answers For Freshers Part-2
by Sby S11. How to find median of a BST? Find the no. of elements on the left side. If it is n-1 the root is the median. If it is more …
- AlgorithmTechnical Interview Questions and Answers
Algorithm Technical Interview Questions and Answers For Freshers Part-1
by Sby S1. Define the concept of an algorithm. An algorithm is any well-defined computational procedure that takes some value (or set of values) as input and produces some value (or set …
- Interview Questions and AnswersSoftware Testing
Software Testing Interview Questions For Freshers Part-4
by Sby S31. What is a test log? The IEEE Std. 829-1998 defines a test log as a chronological record of relevant details about the execution of test cases. It’s a detailed …
- Interview Questions and AnswersSoftware Testing
Software Testing Interview Questions For Freshers Part-3
by Sby S21. Which of the following is the main purpose of the integration strategy for integration testing in the small? The main purpose of the integration strategy is to specify which …
- Interview Questions and AnswersSoftware Testing
Software Testing Interview Questions For Freshers Part-2
by Sby S11. What are different test levels? There are four test levels Unit/component/program/module testing Integration testing System testing Acceptance testing