TECHNICAL EXAM GUIDE
TECHNICAL EXAM GUIDE This blog is an attempt to help you familiarize Basic Electrical,Electronics and Computer Science competitive exam questions and answers. GENERAL AWARENESS This blog includes General Science ,Health Science etc INDIAN GEOGRAPHY Physical and Political Geography of INDIA
Saturday, 20 July 2024
Thursday, 6 October 2016
Basic Electrical/Transformer/Page-01
This blog is an attempt to help you familiarize electrical engineering competitive exam questions and answers.
The standard for the exam will be expect of an engineering holder.
This question paper may include the following type of questions
Ans: d
2. The transformer works on the principle of
(a) static induction (b) self induction (c) mutual induction (d) both a and b
Ans: d
3. Transformer is used to change the vales of
(a) Frequency (b) voltage (c) power (d)power factor
Ans:b
Tips: Transformer is used to change the values of voltage and current. Transformer does not change the frequency and wave form.
4. A transformer provides a path for magnetic flux of
(a) high conductivity (b) high reluctance (c) low reluctance (d) low conductivity
Ans:c
5.The emf induced in a coil depends on
(a) the number of its turns
(b) the change of flux linked with it
(c)the time taken to change the flux
(d)all of the above
Ans: d
The standard for the exam will be expect of an engineering holder.
This question paper may include the following type of questions
- Direct questions contains - direct Theory and definition questions
- Problems - apply Mathematical formula for the solution.
- Advanced level questions include Design & application level questions
- Tricky or twisted question
1. Transformers are rated in
(a)kV (b)kW (c) kWH (d)KVAAns: d
2. The transformer works on the principle of
(a) static induction (b) self induction (c) mutual induction (d) both a and b
Ans: d
3. Transformer is used to change the vales of
(a) Frequency (b) voltage (c) power (d)power factor
Ans:b
Tips: Transformer is used to change the values of voltage and current. Transformer does not change the frequency and wave form.
4. A transformer provides a path for magnetic flux of
(a) high conductivity (b) high reluctance (c) low reluctance (d) low conductivity
Ans:c
5.The emf induced in a coil depends on
(a) the number of its turns
(b) the change of flux linked with it
(c)the time taken to change the flux
(d)all of the above
Ans: d
Sunday, 5 June 2016
IM/Measuring instruments /Level-1/Practice test -01
1. 1.T he sensitivity
of a voltmeter using 0 to 5 mA meter movement is
A) 50 ohm/volt
B) 100 ohm/volt
C) 200 ohm/volt
D) 500 ohm/volt
Ans: D)200 ohm/volt (1/Ifsd =sensitivity )
2.
2.2.Which of the following meter is most suitable
for measuring radio frequency currents?
A)
Moving-coil meter
B)
Moving-iron meter
C)
Thermocouple meter
D)
VTVM
Ans: C) Thermocouple meter.
Audio frequency measurements VTVM by
using rectifier
3.
3.3. At high frequency the accuracy of all the
measuring meters
A)
Increases
B)
Decreases
C)
Remains the same
D)
Depends upon the type of meter
Ans:B) Decreases
4. 4.Megger in its operation in based upon
A)
Moving coil meter
B)
Moving coil meter
C)
Dynamic –meter
D)
Electrostatic meter
Ans: A) Moving coil meter ; It consist
of hand driven generator and a moving coil
meter(two coil windings – pressure coil and current coil )
5.
5.5. Damping provides
A) breaking action
on a meter pointer
B) good accuracy
C) starting torque
on the meter pointer
D) counter torque
to deflection torque
Ans: A) breaking action
on a meter pointer
Saturday, 28 May 2016
Data Structure/Level-1/Paper-01
1. When new data are to be inserted into a data structure, but there is not available space; this situation is usually called ….
A.
Underflow
B.
overflow
C.
houseful
D.
saturated
Ans:
B. overflow
2 .
Which is/are the application(s) of stack
A)
Function calls
B)
Large number Arithmetic
C)
Evaluation of arithmetic expressions
D) All
of the above
Ans:
D) All of the above
3. which of the
following data structure is non linear type?
A) String
B)Lists
C) Stacks
D) Graph
Ans: D) Graph
4.which of the
following data structure is linear type?
A) Graph
B) Trees
C) Binary Tree
D) Stack
Ans: D) Stack
5. Which of the data
structure can't store the non-homogeneous data elements?
A) array
B) Records
C) Pointers
D) Stacks
Ans: A)
array
__________________________Points to remember______________________________
Types of Data structures:
There are two types of data structure
i) Linear (Stack,liked list,queue )
ii) Nonlinear (eg. Graph, Tree)
The more commonly used data structures include lists,arrays,stacks ,queues,heaps, trees and graph.
i) Linear (Stack,liked list,queue )
ii) Nonlinear (eg. Graph, Tree)
The more commonly used data structures include lists,arrays,stacks ,queues,heaps, trees and graph.
Arrays:
The
simple type of data structure is linear array. A linear array is list of
a finite number of n of similar data elements .
Linked
list:
A list
is an ordered structure of data.It is often used to store objects that are to
be processed sequentially . A list can be used to create a queue.
Stack:
A stack is a last in, first out (LIFO)
data structure. Items are removed from a stack in the reverse order from
the way they were inserted
There are two stack
errors that can occur:
Underflow: trying
to pop an empty stack
Overflow: trying
to push onto an already full stack
Queue:
A queue is a first in, first out (FIFO)
data structure. This is accomplished by inserting at one end (the rear)
and deleting from the other (the front).Items are removed from a queue in the
same order as they were inserted.The process to add an element into queue is
called Enqueue and the process of removal of an element from queue is called
Dequeue.
Deque
A deque is a double-ended queue. Items
can be inserted and removed at either end. Deques (pronounced deck) are not heavily used. Deque" is not to be confused with dequeueing (
a queue operation)
Trees:
Data
frequently contain a hierarchical relationships between various elements . The
data structure which reflects this relationships is called a rooted tree graph
or a tree.
Graph :
Graphs
are data structures rather like trees. Graphs often have a shape dictated by a
physical or abstract problem . For example , nodes in a graph may
represent cities , while edges may represent airline flight routes between the
cities . Nodes are traditionally called vertices
Wednesday, 25 May 2016
CONTENTS
BROAD BAND :
Small Form-factor Pluggable (SFP) Optical Transceivers
Broad Band Equipment
DSL Technology (MCQs)
IP address Basic concepts in networking
BASIC ELECTRICAL
Basic Electrical/Electric Current/Level-0/Paper-01
Basic Electrical/Resistance/Level-1/Paper-02
Basic Electrical/Electrical circuits/Level-0/Paper-04
Basic Electrical/Network theorems/Set-1/Paper-02
Basic Electrical/Capacitance/Set-1/Paper-03
Basic Electrical/Inductance/Level-0/Paper-01
COMPUTER SCIENCE
CS/Computer Generation/Level -0/Paper-01
ELECTRONICS ENGINEERING :
GENERAL SCIENCE:
GS & EL/X-rays/Level-0/Paper-01
Properties of X-ray
1. X rays are electromagnetic(EM) waves of very short wave length
2. They travel in straight lines with the velocity of light
3.They are invisible to eyes
4. Under suitable conditions , X-rays are reflected & refracted like ordinary light
2. They travel in straight lines with the velocity of light
3.They are invisible to eyes
4. Under suitable conditions , X-rays are reflected & refracted like ordinary light
5. They are not deflected by electric and magnetic fields.
Wave length=1Å
Wave length=1Å
X-rays can penitrate throughbthe substances which are opaque to ordinary light eg: wood,flesh,thick paper,thin sheets of metals
6)They cause Fluorescence on many substanstances like barium,cadmium, tungstate, Zinc,sulphate etc.
7)X-rays can ionise a gas through which they pass
8) when X-rays are fall on certain metals ,they liberate photo electrons(photo electric effect)
9)when X-rays fall on heavy metals ,they produce secondary X-rays
10)X-rays have destructive effects on living tissues
(When they are exposed to human body , they cause reddening of the skin,sores and serious injuries to the tissues and gland .they can destroy white corpuscles of the blood)
Basic Electrical/Resistance/Level-1/Paper-02
Resistance is defined as the property of a substance due to which it opposes the flow of electricity through it.Unit ohm Ω.
(i) Resistance decreases with decrease in its length, l.
(ii) Resistance decreases with increase in the cross-section A of the conductor.
i.e. Thicker wire has lower resistance.
(iii) Resistance depends on the nature of the material the conductor made of.
(iv) Resistance also depends on the temperature of the conductor.
Laws of Resistance
(i) Resistance decreases with decrease in its length, l.
(ii) Resistance decreases with increase in the cross-section A of the conductor.
i.e. Thicker wire has lower resistance.
(iii) Resistance depends on the nature of the material the conductor made of.
(iv) Resistance also depends on the temperature of the conductor.
Conductance :
Conductance (G) is reciprocal of resistance.Unit siemens (S).
Earlier, this unit was called mho.
Conductivity :
σ is called the conductivity or specific conductance of a conductor.
It is seen from the above equation that the conductivity of a material is given by
Hence, the unit of conductivity is siemens/metre (S/m).
Effect of Temperature on Resistance
- Insulators (such as paper, rubber, glass, mica etc.) are said to possess a negative temperature-coefficient of resistance
- Semiconductors have a positive temperature co-efficient of resistance.
- Metals have a positive temperature co-efficient of resistance.
- The effect of rise in temperature is to decrease the resistance of electrolytes,and partial conductors such as carbon.
Q1. A given wire is stretched to double its length. How much its resistance change ?
(1) resistance is same
(2) resistance becomes four times
(3) resistance becomes two times
(4) resistance becomes half times
Hint:
After stretching the resistance changes but resistivity remains the same.
As volume of wire is constant so area and length are inversely proportional.
So if the length is doubled by stretching , area of cross section becomes halved.
After stretching wire length is doubled.New length is 2l .
Q2. Two cylindrical resistors, R1 and R2, are made of identical material. R2 has twice the length of R1 but half the radius of R1.
Solution:
The area of a circle is equal to the square of its radius times Pi.Relationship between the cross section area of half the radius of R1 with R2.
Resistance is inversely proportional to the area of cross section.
Subscribe to:
Posts (Atom)