You are on page 1of 5

Date:

2.7H0223 Time: I:20-12:0


Haldia Institute of Technology
First Class Test, Feb 2023
Year: 3d Programme: B.Tech. (ECE)
Semester: 6th
Course Name: Microwaves Theory and
Full Marks: 25 Techniques Course Code: PE-EC603A
Time: 40 Minutes

Answer all questions.


Group - A
(Multiple Choice Questions) 5x1 =5

1. The range of the voltage standing wave ratio (S) is


a) 0< S <1 b)-1 <S<1 < S <o d)0<S<o
2. In waveguide
a the cut-off frequency (fe ) is related to operating frequency (1) by the following
relation,
a) f fe b) f<fe c) f>fe d) f >> fe
4. The frequeney range of Ku band is:
a) 4-8 GHz b) 18-27 GHz c) 2-4 GHz 12-18 GHz

5. In a loss less transmission line, for a/8 long short circuit section, the input
impedance will be:
a) Inductive b) Infinite c) Capacitive d) Zero

6. The cut-off frequency for TEM wave is

Zero b)f c) infinity d) same like TE10

Group- B
(Short Answer Type Questions)
4x5 20
What are the microwave frequency bands? State the advantages of microwaves.
2. Explain why TEM mode cannot propagate inside a
rectangular waveguide.

3What are the losses in microwave transmission line'? State the difference
between
circular waveguide.
rectangular and

A. Explain the applications of microwaves.


Date:
27102/23 Time: 0:00 1 0 : 40
Haldia Institute of Technology
First Class Test, Feb 2023
Programme: B.Tech. (ECE)
Year: 3rd Semester: 6th
Paper Name: Control System & Instrumentation Paper Code: EC-601
Full Marks: 25 Time: 40 Minutes

Answer all questions.


Group A
(Multiple Choice Questions) 5x 1 =5

1 The closed loop transfer function of a unity negative feedback system is its open loop transfer function is
S+8S+10
)10b) 10 c) d)
10
S +8S S +8 S+85S-85
F o r thesystem C(S 36 the damping factor and damped frequency of oscillations wa Will be,

a)F0.6, a=5 rad/s b) {=0.4, wa=6 rad/s c)=0.5, w4=3 rad/s d) =0.3, wa=5 rad/s

3 The response CO4 C 5 C() =0is a) undamped b) underdamped c) critically


dt dt
damped djoscillatory
4 The number of roots ofthe equation 25+s +3s+5s+7 =0 which lie in the right half of s-plane is

a 0 b) 1 c) 2 d) 3

5. A system has its two poles on the negative real axis and one pair of poles lies on jw axis. The system is
a) stable b) unstable c) marginaly stabble d) critically stable

Group B
(Short Answer Type Questions) 4x5 20
1
1. Discuss on comparison of open loop and closed loop control system. Find inverse Laplace of
s(S+1)
[2+3] CO: 1.2
+4)1+2.5s) Plot the poles and zeros in s-plane and determine
2 For the transfer function, G (s) =

2(s2+2)(1+0.5s)
the value of the transfer function at s=2. [2+3] co: 1.2

3. Find the Laplace Transform of the differentia l equation given below and hence evaluate the time

solution of the same given that y(0+) =0 and y'(0+) =6. Given DE is +5+6y =12e [2+3]

CO 1.2
mechanisms of real life example like 'drivinga car with desired speed' with block
4. Explain controlling
diagram. (5) cO: 1.2
Date:
27/02/23 Time: O:40 20
Haldia Institute of
First Class Test, Feb 2023
Technology
Year: 3td
Programme: B.Tech. (ECE)
Course Name: Computer Network
Semester: 6h
Full Marks: 25 Course Code: EC 602
Time: 40 Minutes
Answer all questions.

Group-A
(Multiple Choice Questions) 5x1 =5
1. The Protocol Data Unit
of the Physical layer is
a) Bits b) Segment c) Frame d) Packet

A cable TV network is an example of


a) WAN bMAN c) CAN d) LAN

Which class of IP address is reserved for multicast?


a) Class A b) Class B c) Class C HClass D

4. Multihoming is associated with

YsCTP b) UDP c) TCP d) None of these

Connection control is a function of

a) Transport Layer b) Physical Layer c) Session Layer d) None of these

Group - B
(Short Answer Type Questions) 4x5=20

Distinguish the working principle ofRouter and Switch. CO: 1.2

Compare the various functions of different layers of ISO OSI reference [S] CO: 1,2
Model.

Distinguish with example connection oriented and connectionless CO: 1.2. 3


protocols

What is subnetting? What subnet mask to be used for a point to point [2+3]
WAN connection between two routers ? CO: 2.3,4
Date: 28/02 23 Time: (0:00- 10: 40
Haldia Institute of
Technolog
First Class Test, Feb 2023
Year: 3rd
Programme: B.Tech. (ECE)
Semester: 6"
Course Name: Object Oriented Programming Course Code: OE-EC 604C
Full Marks: 25 Time: 40 Minutes

Answer all questions.

Group -A
(Multiple Choice Questions) 5x1=5
Give the output of the
following code:
String A26.0, B="74.0": double C= Double. ParseDouble(A); double D= Double. ParseDouble(B);
System.out.println( (C+D);
a) 26 b) 74 d) 2674
c) 100.0

Give the output of the following:


n-1000: while (n>10) {n=n/10;}
3.
System.out.println(n)
How many time the loop is executed and what is the
output?
(a) Loop is executed 2 times and the output is 100 (6) Loopis executed3 times and the output is 10
(c) Loop is executed 2 times and the output is 10. (d) Loop is executed 100 times and the output is 10.

Variable that is declared with in the body of a method is termed as:

(a) Instance variable (b) class variable (Local variable (d) Argument variable

5. What is meant by the classes and objects that dependents on each other?

a) Tight Couplingb) Cohesion c) Loose Coupling d) None of the above

6. Which of the following option leads to the portability and security of Java?

a) Bytecode is executed by JVM b) The applet makes the Java code secure and portable
c) Use of exception handling d) Dynamic binding between objects

Group- B
(Short Answer Type Questions)
4x5 20
Why an object is called an instance of a class? Differentiate between constructor and function
CO.1
2. What is Polymorphism? Discuss with an example CO:2

Explain the term constructor? What are the various types of constructors?
Give
Co2
one example of each using java.

4Desjgn class to overload function volume ()


a a follows: as
i ) double volume (double R) - with radius (R) as an argument, returns the volume

of sphere using the formula. V =


4/3 x (22/7) x
R
(i) double volume (double H. double R) - with height(H) and radius(R) as the

arguments. returns the volume of a cylinder using the formula. V = (22/7) x R xH


Date of Exam:..28|02123 O
Timeof Exam:... 20
1

Haldia Institute of
Technology
First Class Test, February
"202
Subject:B.Tech
Branch:Electronics &Communication Engineering
Year:3rd Bateh:
Semester: 6h
Paper Name:Economics for Engineers Paper Code: HS-HU-601
Full Marks: 25 Time: 40Mins.

Group-A
1.
(Multiple Choice Type Questions) (5x1 5)
) Economics is the science that deals with -

(a) Production of goods and services (b) Consumption of goods and services
(c) Both (a) and (b)
(d) None of these
(11) As per the "Law of Demand and Supply", when there is a decrease in the
(a) The demand for the product increases price of a produet,
(b) The supply of the product increases
(c) The demand for the product decreases
(d) Neither demand nor supply is affected
(iii) In decision making process which step should be followed before "Selection of the best
alternative'"?
(a) Implementation (b) Collection of data
(c) Evaluation of alternatives
(d) Designing altermative courses of acliou
(iv) Factor which influence supply is -
(a) Income of the people (b) Cost of the inputs
(c) Tastes of consumers (d) All of these
(V) Which of the following statement is correct?
(a) Efficiency is of a physical system is measured interms of economic efticiency.
(b)Efficiency is of a business system is measured in terms of technical efficiency
(c) Both (a) and (b)
(d) None of these

Group-B
(Short Answer Type Questions) (2 *5 10)
2)Explain the flow in an economy with suitable diagram. CO1
3)Explain the process of decision making.
cO1

Group-C
(Long Answer Type Questions) (1 x 10 10)
4)Growfast Company is evaluating four alternatives single-period investment opportunities whose
returnsare based on the state ofthe economy. Thereturn for each investment opportunity and each
state of the
economy with associated probability distribution are as follows:
State of Economy
Alternative
Fair (0.2) Good (0.5) Great (0.3)
X Rs. 500 Rs. 4,500 Rs. 6,800
Rs. 5,000 Rs. 8,000
Rs. 4,000 Rs. 6,000 Rs.8,500
Using decision tree approach, suggest the best alternative using expected monetary value criterion.
CO1
*********

You might also like