You are on page 1of 90

TEST CODE: 606

Hyderabad | Delhi | Pune | Bhubaneswar | Lucknow | Bengaluru | Chennai | Vijayawada | Vizag | Tirupati | Kukatpally| Kolkata | Ahmedabad | Kothapet

Instructions
1. Answers should be written in QCAB format only.
2. Give page numbers for all papers.
3. Answer sheets must be scanned in a single PDF file. Keep all these pages
are in sequence before scanning. For better scanning use CamsSanner
mobile app.
4. Answers must be clearly visible; otherwise answers will not be evaluated.
5. In first page of answer sheet student should write following details :
Name of the Student:
Login ID (User ID):
Test Code :
ACE Hall Ticket Number (or) Online Registration Number:
(Registration Number can found in your login profile page)
6. These candidates are not eligible for prize money; only center based
exam merit students are eligible for prize money.
7. Upload your answer sheet on or before 19-05-2020 (6 PM), otherwise
your answer sheets will not be evaluated.
8. Detailed solutions of each test will be uploaded on 19-05-2020 (6 PM).
TEST CODE: 606

Head Office : Sree Sindhi Guru Sangat Sabha Association, # 4-1-1236/1/A, King Koti, Abids, Hyderabad – 500001

ESE – 2020 Mains Test Series


Electronics & Telecommunication Engineering
Test–6 on Computer Organization and Architecture + Electro Magnetics
(Paper – II)

Time Allowed: 3 Hours Maximum Marks: 300

INSTRUCTIONS
Please read each of the following instructions carefully before attempting questions:

There are EIGHT questions divided in TWO sections.

Candidate has to attempt FIVE questions in all.

Questions no. 1 and 5 are compulsory and out of the remaining, THREE are to be attempted choosing
at least ONE question from each section.

The number of marks carried by a question / part is indicated against it.

Answers must be written in the medium authorized in the Admission Certificate which must be stated
clearly on the cover of this Question-cum-Answer (QCA) Booklet in the space provided. No marks will be
given for answers written in medium other than the authorized one.

Assume suitable data, if considered necessary and indicate the same clearly..

Unless otherwise mentioned, symbols and notations carry their usual standard meanings.

Attempts of questions shall be counted in sequential order. Unless struck off, attempt of a question shall
be counted even if attempted partly. Any page or portion of the page left blank in the Question-cum-
Answer Booklet must be clearly struck off.
:2: ESE-2020 Mains Test Series
SECTION-A

01. (a) Given the following process scenario, calculate average waiting time and average turnaround
time of processes, if the priority based scheduling (preemptive) is used?
Note: Consider smaller number higher priority (12 M)

Process Arrival Time Burst Time Priority

P1 0 11 2

P2 5 28 0

P3 12 2 3

P4 2 10 1

P5 9 16 4

01. (b) Write short notes on file-handling in C-language? (12 M)

01. (c) Write a C-program to calculate nCr for the given values of n and r? Note that here C is
combination? (12 M)

01. (d) A 2F capacitor is charged by connecting it across a 100V d.c, supply. Determine the energy
stored. The supply is now disconnected and the capacitor connected across another 2F capacitor.
Assuming there is no leakage charge, determine the potential difference between the plates of
each capacitor and the energy stored. Comment on the amount of energy stored in the two cases.
(12 M)

01. (e) A magnetic field travels along the negative z direction in free space with a phase shift constant
1
A / m.
30.00 rad/m and an amplitude of 3 If the field has the direction along negative y-axis then
obtain frequency, wavelength and also write suitable expressions for electric field intensity and
magnetic field intensity. (12 M)

02. (a) Explain fixed program computers and stored program computers and based on it explain Von
Neumann’s architecture? (20 M)

02. (b) (i) Explain Following:


1. 32-bit vs 64-bit operating systems
2. Process Control Block (PCB)
(ii) Explain the functions of OS? (20 M)

ACE Engineering Academy Hyderabad|Delhi|Bhopal|Pune|Bhubaneswar|Lucknow|Patna|Bengaluru|Chennai|Vijayawada|Vizag|Tirupati|Kukatpally|Kolkata|Ahmedabad


:3: Electronics & Telecommunication Engineering

02. (c) (i) Calculate the directivity of antenna, whose radiation intensity is given by

U(, ) = U0 Sin2 Sin3 ; 0 ≤  ≤ π , 0 ≤  ≤ π

=0 ; else where

(ii) For end fire array consisting of several half wave length long isotropic radiators is to have a
directive gain of 14.77dB. Find the array length and width of the major lobe. What will be
these values for broad side array? (20 M)

03. (a) (i) A rectangular waveguide has a cross-section of 2cm×1cm,  = 0, µ = µ 0,  = 0. The magnetic

 2x   y 
field component is given as H x  2 sin  cos  sin8  10 t   z  A / m determine:
10

 a    b

(1) The mode of operation

(2) The cut-off frequency

(3) The phase constant

(4) The propagation constant (10 M)

(ii) Determine the maximum effective area of a Hertzian dipole of length 10cm operating at 100
MHz. If the antenna receives 3µW of power, what is the power density of incident wave?
(10 M)

03. (b) Define the terms reflection coefficient and standing wave ratio on a transmission line. Also derive
the expressions for reflection coefficient and VSWR. Explain the significance of Z max and Zmin on
loss less transmission line. (20 M)

03. (c) (i) What is main memory? Explain the various types of main memories?

(ii) Write a few common differences between Linux and Windows OS? (20 M)

04. (a) (i) A Faraday disc of radius 10cm, located in z = 0 plane rotates at a speed of 5000 rpm in a
uniform magnetic field of 250 mWb/m2, the field being normal to the plane of disc. What is
the emf between rim and axis, when a volt meter is connected between axis and rim.
(ii) Derive the boundary conditions between two magnetic materials.
(iii)Define Poynting vector. Derive the time averaged Poynting vector for the plane wave
traveling along +z direction in a lossy dielectric medium. (25 M)

ACE Engineering Academy Hyderabad|Delhi|Bhopal|Pune|Bhubaneswar|Lucknow|Patna|Bengaluru|Chennai|Vijayawada|Vizag|Tirupati|Kukatpally|Kolkata|Ahmedabad


:4: ESE-2020 Mains Test Series

04.(b) (i) If ‘S’ is any closed surface enclosing a volume ‘V’ and vector A  axiˆ  byˆj  czkˆ ,then prove

that  A.n̂ds  a  b  cV.
(ii) Determine the charge density(in C/m3) if the field is given by

D  2 1  cos 3r aˆ r C / m 2 (where r is in spherical coordinate system)
Q
(15 M)
r

04. (c) Write a detailed description about Inverted Page Table? (20 M)

SECTION-B

05. (a) What is pipelining? Differentiate it from Non-pipeline system? (10 M)

05. (b) Write a C-program to print the following pattern? (10 M)


1
2 3
4 5 6
7 8 9 10

05. (c) A system has all identical resources, P processes competing for them and N is the maximum need
of each process. Write a C-language program to find the minimum number of Resources required
So, that deadlock will never occur? (10 M)

4 ab
05. (d) Show that the capacitance of spherical capacitor C  (where 'a' is the radius of inner
b  a 
conductor and 'b' is the radius of outer conductor and a < b) using Laplace’s equation. Also give
the expression for capacitance of an isolated sphere. (10 M)

05. (e) (i) Explain clearly the meaning of term polarization of an electromagnetic wave.

(ii) What is the polarization of the electric field vector of a UPW travelling along +z direction
represented by (1) E  E 0 x̂  jŷe jt (2) E  E0 xˆ  yˆ e jt (10 M)


05. (f) Consider a loss less transmission line of length , having characteristic impedance of 50 Ω. The
4
line is energized by a voltage source, Vs(t) = 10 cos(t + 30)V with internal resistance of 25 Ω.
If the line is terminated by a load of 100 Ω, then find

(i) Input impedance, Zin

(ii) The expression for load voltage, VL(t) (10 M)

ACE Engineering Academy Hyderabad|Delhi|Bhopal|Pune|Bhubaneswar|Lucknow|Patna|Bengaluru|Chennai|Vijayawada|Vizag|Tirupati|Kukatpally|Kolkata|Ahmedabad


:5: Electronics & Telecommunication Engineering
06. (a) (i) Calculate the refractive index of copper at frequency of 10 MHz, assuming that conductivity
of copper is 5.8107 S/m and its relative permeability and permittivity are unity.
(ii) A plane electromagnetic wave traveling in a lossless medium with relative permeability 2 and
relative permittivity 3 has an average Poynting vector of 1W/m2. If the wave has frequency of
10 MHz, then calculate the r.m.s electric field intensity. (15 M)

06. (b) A Loss-less transmission line having characteristic impedance of 200Ω is 0.8m long and is
terminated with a short circuit. The line is operating in air with a wavelength of 0.3m

(i) If input voltage amplitude is 10V, what is the maximum voltage amplitude at any point on the
line.

(ii) What is the current amplitude in the short circuit (15 M)

06. (c) Write a short note on Methods of memory access? (15 M)

06. (d) Explain various types of resource allocation techniques to processes in Operating Systems?
(15 M)

07. (a) What is Entity-Relationship (ER) model? Explain the following in the context of ER model and
show that how to draw those in ER diagrams?
1. Entity, Entity Set
2. Attributes: Key attribute, Composite attribute, Multivalued attribute, Derived attribute
3. Relationship and its types
4. Cardinality
5. Participation Constraints
6. Weak Entity Type (25 M)

07. (b) What are the two types of cache-write? Differentiate between them? (15 M)

07. (c) (i) An end fire array consists of 16 isotropic point sources with a spacing of . If this array is
4
operating at a frequency of 100MHz, then calculate

(1) Half power beam width

(2) Beam solid angle

(3) Effective aperture

(ii) Calculate the characteristic impedance, propagation constant and velocity of propagation at
400 k cycles/sec for a transmission line having L = 0.5mH/km, C = 0.08µF/km and
negligible R and G. (20 M)

ACE Engineering Academy Hyderabad|Delhi|Bhopal|Pune|Bhubaneswar|Lucknow|Patna|Bengaluru|Chennai|Vijayawada|Vizag|Tirupati|Kukatpally|Kolkata|Ahmedabad


:6: ESE-2020 Mains Test Series
08. (a) (i) A loss-free parallel wire transmission line of characteristic impedance 200 Ω, transmits
power at a frequency of 100 MHz to a purely resistive load of 80 Ω. If a small piece of short
circuited transmission line of characteristic impedance 200 Ω is connected in parallel to the
main transmission line to minimize the reflection on the line. Calculate the nearest position
of the stub and length of the stub.
(ii) An air filled rectangular waveguide is to be designed to propagate a 10GHz signal under the
dominant mode. Calculate
(1) appropriate dimensions of waveguide
(2) Phase velocity and guide wavelength.
(iii) A current sheet with current density K  80 â x A / m lies on the interface separating between
two media with µ 1 = 4µH/m in region 1 where z > 0, and µ 2 = 7µH/m in region 2, where
z < 0. If the magnetic flux density in region 1 is B  2â x  3â y  â z mT, then evaluate
magnetic flux density in region 2. (25 M)

08. (b) Two extensive homogeneous, isotropic dielectric meet on plane x = 0. The region 1(x < 0) fills
with dielectric with r = 2.5 and the region 2(x > 0) is free space.

(i) If D1  12â x  10â y  4â z nC / m 2 , then find D 2 and the angle 2 that D 2 make with the
normal to the interface.

(ii) If E2 = 12V/m and 2 = 60, then find E1 and 1. (15 M)

08. (c) Consider a typical disk that rotates at 15000 rotations per minute (RPM) and has a transfer rate of
50 × 106 bytes/sec. If the average seek time of the disk is twice the average rotational delay and
the controller’s transfer time is 10 times the disk transfer time. Calculate the average time
(in milliseconds) to read or write a 512 byte sector of the disk (10 M)

08. (d) Write a short note on pre-processor directive in C-language? (10 M)

Detailed solutions for this test will be available on our website on 19-05-2020 at 6.00 pm.

ACE Engineering Academy


https://ots.aceenggacademy.com/#/public-app
Hyderabad|Delhi|Bhopal|Pune|Bhubaneswar|Lucknow|Patna|Bengaluru|Chennai|Vijayawada|Vizag|Tirupati|Kukatpally|Kolkata|Ahmedabad
Hyderabad | Delhi | Pune | Bhubaneswar | Lucknow | Bengaluru | Chennai | Vijayawada | Vizag | Tirupati | Kukatpally| Kolkata | Ahmedabad | Kothapet

ESE-2019 MAINS TEST SERIES


Question Cum Answer Booklet (QCAB)
Electronics & Telecommunication Engineering Test-6 Paper-II
Computer Organization and Architecture + Electro Magnetics
Time Allowed: 3 Hours Maximum Marks: 300

606 16-05-2020

INSTRUCTIONS TO CANDIDATES:
 This Question-cum- Answer (QCA) Booklet contains 81 pages. Immediately on receipt of booklet, please
check that this QCA booklet does not have any misprint or torn or missing pages or items, etc. If so, get it
replaced by a fresh QCA booklet.
 Candidates must read the instructions on this page and the following pages carefully before attempting
the paper.
 Candidates should attempt all questions strictly in accordance with the specified instructions and in the
space prescribed under each question in the booklet. Any answer written outside the space allotted may
not be given credit.
 Question Paper in detachable form is available at the end of the QCA booklet and can be removed and
taken by the candidates after conclusion of the exam

For filling by Examiners only


Question No. Page No. Marks
1 3
Signature of the Invigilator
2 10

3 22

4 32

5 41 Signature of the Student

6 51 Marks Secured
7 59 after Scrutiny

8 71

Grand Total ::1::


QUESTION PAPER SPECIFIC INSTRUCTIONS

Please read each of the following instructions carefully before attempting questions:

There are EIGHT questions divided in TWO sections.

Candidate has to attempt FIVE questions in all.

Questions no. 1 and 5 are compulsory and out of the remaining, THREE are to be attempted
choosing at least ONE question from each section.

The number of marks carried by a question / part is indicated against it.

Answers must be written in the medium authorized in the Admission Certificate which must be
stated clearly on the cover of this Question-cum-Answer (QCA) Booklet in the space provided. No
marks will be given for answers written in medium other than the authorized one.

Assume suitable data, if considered necessary and indicate the same clearly..

Unless otherwise mentioned, symbols and notations carry their usual standard meanings.

Attempts of questions shall be counted in sequential order. Unless struck off, attempt of a question
shall be counted even if attempted partly. Any page or portion of the page left blank in the
Question-cum-Answer Booklet must be clearly struck off.

DONT'S:
1. Do not write your Name or Roll number or Sr. No. of Question-Cum-Answer-Booklet anywhere inside this Booklet.
Do not sign the “Letter Writing” questions, if set in any paper by name, nor append your roll number to it.
2. Do not write anything other than the actual answers to the questions anywhere inside your Question-Cum-Answer-Booklet.
3. Do not tear off any leaves from your Question-Cum-Answer-Booklet. If you find any page missing, do not fail to notify the
Supervisor/invigilator.
4. Do not write anything on the Question Paper available in detachable form or admission certificate and write answers at the
specified space only.
5. Do not leave behind your Question-Cum-Answer-Booklet on your table unattended, it should be handed over to the
Invigilator after conclusion of the exam.

DO’S :

1. Read the instructions on the cover page and the instructions specific to this Question Paper mentioned on the next page of
this Booklet carefully and strictly follow them.
2. Write your Roll number and other particulars, in the space provided on the cover page of the Question-Cum-Answer-Booklet.
3. Write legibly and neatly. Do not write in bad/illegible handwriting.
4. For rough notes or calculations the last two blank pages of this booklet should be used. The rough notes should be crossed
through afterwards.
5. If you wish to cancel any work, draw your pen through it or write “Cancelled” across it, otherwise it may be valued.
6. Hand over your Question-Cum-Answer-Booklet personally to the invigilator before leaving the examination hall.
7. Candidates shall be required to attempt answer to the part/sub-part of a question strictly within the pre-defined space. Any
attempt outside the pre-defined space shall not be evaluated.

::2::
SECTION - A Candidates
must not
write on
01. (a) Given the following process scenario, calculate average waiting time and average this margin
turnaround time of processes, if the priority based scheduling (preemptive) is used?
Note: Consider smaller number higher priority (12 M)

Process Arrival Time Burst Time Priority


P1 0 11 2
P2 5 28 0
P3 12 2 3
P4 2 10 1
P5 9 16 4

:: 3 ::
01. (b) Write a short notes on file-handling in C-language? (12 M) Candidates
must not
write on
this margin

:: 4 ::
Candidates
must not
write on
this margin

01. (c) Write a C-program to calculate nCr for the given values of n and r? Note that here C is
combination? (12 M)

:: 5 ::
Candidates
must not
write on
this margin

:: 6 ::
01. (d) A 2F capacitor is charged by connecting it across a 100V d.c, supply. Determine the Candidates
energy stored. The supply is now disconnected and the capacitor connected across another must not
2F capacitor. Assuming there is no leakage charge, determine the potential difference write on
this margin
between the plates of each capacitor and the energy stored. Comment on the amount of
energy stored in the two cases. (12 M)

:: 7 ::
Candidates
must not
write on
this margin

01. (e) A magnetic field travels along the negative z direction in free space with a phase shift
1
constant 30.00 rad/m and an amplitude of A / m. If the field has the direction along
3
negative y-axis then obtain frequency, wavelength and also write suitable expressions for
electric field intensity and magnetic field intensity. (12 M)

:: 8 ::
Candidates
must not
write on
this margin

:: 9 ::
02. (a) Explain fixed program computers and stored program computers and based on it explain Candidates
Von Neumann’s architecture? (20 M) must not
write on
this margin

:: 10 ::
Candidates
must not
write on
this margin

:: 11 ::
Candidates
must not
write on
this margin

:: 12 ::
Candidates
must not
write on
this margin

02. (b) (i) Explain Following:


1. 32-bit vs 64-bit operating systems
2. Process Control Block (PCB)
(ii) Explain the functions of OS? (20 M)

:: 13 ::
Candidates
must not
write on
this margin

:: 14 ::
Candidates
must not
write on
this margin

:: 15 ::
Candidates
must not
write on
this margin

:: 16 ::
Candidates
must not
write on
this margin

:: 17 ::
Candidates
must not
write on
this margin

:: 18 ::
02. (c) (i) Calculate the directivity of antenna, whose radiation intensity is given by Candidates
must not
U(, ) = U0 Sin2 Sin3 ; 0 ≤  ≤ π , 0 ≤  ≤ π write on
this margin
=0 ; else where

(ii) For end fire array consisting of several half wave length long isotropic radiators is to
have a directive gain of 14.77dB. Find the array length and width of the major lobe.
What will be these values for broad side array? (20 M)

:: 19 ::
Candidates
must not
write on
this margin

:: 20 ::
Candidates
must not
write on
this margin

:: 21 ::
03. (a) (i) A rectangular waveguide has a cross-section of 2cm×1cm,  = 0, µ = µ 0,  = 0. Candidates
must not
The magnetic field component is given as write on
this margin
 2x   y 
H x  2 sin  
 cos  sin 8  10 t   z A / m determine:
10

 a   b 

(1) The mode of operation (2) The cut-off frequency


(3) The phase constant (4) The propagation constant (10 M)

:: 22 ::
(ii) Determine the maximum effective area of a Hertzian dipole of length 10cm operating Candidates
at 100 MHz. If the antenna receives 3µW of power, what is the power density of must not
write on
incident wave? (10 M)
this margin

:: 23 ::
03. (b) Define the terms reflection coefficient and standing wave ratio on a transmission line. Also Candidates
derive the expressions for reflection coefficient and VSWR. Explain the significance of must not
Zmax and Zmin on loss less transmission line. (20 M) write on
this margin

:: 24 ::
Candidates
must not
write on
this margin

:: 25 ::
Candidates
must not
write on
this margin

:: 26 ::
Candidates
must not
write on
this margin

:: 27 ::
Candidates
must not
write on
this margin

:: 28 ::
Candidates
must not
write on
this margin

:: 29 ::
03. (c) (i) What is main memory? Explain the various types of main memories? Candidates
must not
(ii) Write a few common differences between Linux and Windows OS? (20 M) write on
this margin

:: 30 ::
Candidates
must not
write on
this margin

:: 31 ::
Candidates
must not
write on
this margin

04. (a) (i) A Faraday disc of radius 10cm, located in z = 0 plane rotates at a speed of 5000 rpm in
a uniform magnetic field of 250 mWb/m2, the field being normal to the plane of disc.
What is the emf between rim and axis, when a volt meter is connected between axis and
rim.
(ii) Derive the boundary conditions between two magnetic materials.
(iii) Define Poynting vector. Derive the time averaged Poynting vector for the plane wave
traveling along +z direction in a lossy dielectric medium. (25 M)

:: 32 ::
Candidates
must not
write on
this margin

:: 33 ::
Candidates
must not
write on
this margin

:: 34 ::
Candidates
must not
write on
this margin

:: 35 ::

04. (b) (i) If ‘S’ is any closed surface enclosing a volume ‘V’ and vector A  axiˆ  byˆj  czkˆ , then Candidates
 must not
prove that  A.n̂ds  a  b  cV. write on
(ii) Determine the charge density(in C/m3) if the field is given by this margin

D  2 1  cos 3r aˆ r C / m 2 (where r is in spherical coordinate system)
Q
(15 M)
r

:: 36 ::
Candidates
must not
write on
this margin

04. (c) Write a detailed description about Inverted Page Table? (20 M)

:: 37 ::
Candidates
must not
write on
this margin

:: 38 ::
Candidates
must not
write on
this margin

:: 39 ::
Candidates
must not
write on
this margin

:: 40 ::
SECTION-B Candidates
must not
write on
this margin
05. (a) What is pipelining? Differentiate it from Non-pipeline system? (10 M)

:: 41 ::
Candidates
must not
write on
this margin

05. (b) Write a C-program to print the following pattern? (10 M)


1
2 3
4 5 6
7 8 9 10

:: 42 ::
Candidates
must not
write on
this margin

05. (c) A system has all identical resources, P processes competing for them and N is the
maximum need of each process. Write a C-language program to find the minimum number
of Resources required So, that deadlock will never occur? (10 M)

:: 43 ::
Candidates
must not
write on
this margin

:: 44 ::
4 ab Candidates
05. (d) Show that the capacitance of spherical capacitor C  (where 'a' is the radius of inner
b  a  must not
write on
conductor and 'b' is the radius of outer conductor and a < b) using Laplace’s equation. Also this margin
give the expression for capacitance of an isolated sphere. (10 M)

:: 45 ::
Candidates
must not
write on
this margin

:: 46 ::
05. (e) (i) Explain clearly the meaning of term polarization of an electromagnetic wave. Candidates
must not
(ii) What is the polarization of the electric field vector of a UPW travelling along write on
+z direction represented by (1) E  E 0 x̂  jŷe jt (2) E  E0 xˆ  yˆ e jt (10 M) this margin

:: 47 ::
Candidates
must not
write on
this margin

:: 48 ::
 Candidates
05. (f) Consider a loss less transmission line of length , having characteristic impedance of
4 must not
write on
50 Ω. The line is energized by a voltage source, Vs(t) = 10 cos(t + 30)V with internal
this margin
resistance of 25 Ω. If the line is terminated by a load of 100 Ω, then find

(i) Input impedance, Zin

(ii) The expression for load voltage, VL(t) (10 M)

:: 49 ::
Candidates
must not
write on
this margin

:: 50 ::
Candidates
must not
write on
this margin

06. (a) (i) Calculate the refractive index of copper at frequency of 10 MHz, assuming that
conductivity of copper is 5.8107 S/m and its relative permeability and permittivity are
unity.
(ii) A plane electromagnetic wave traveling in a lossless medium with relative permeability
2 and relative permittivity 3 has an average Poynting vector of 1W/m2. If the wave has
frequency of 10 MHz, then calculate the r.m.s electric field intensity. (15 M)

:: 51 ::
Candidates
must not
write on
this margin

:: 52 ::
06. (b) A Loss-less transmission line having characteristic impedance of 200Ω is 0.8m long and is Candidates
terminated with a short circuit. The line is operating in air with a wavelength of 0.3m must not
write on
(i) If input voltage amplitude is 10V, what is the maximum voltage amplitude at any point this margin

on the line.

(ii) What is the current amplitude in the short circuit (15 M)

:: 53 ::
Candidates
must not
write on
this margin

:: 54 ::
06. (c) Write a short note on Methods of memory access? (15 M) Candidates
must not
write on
this margin

:: 55 ::
Candidates
must not
write on
this margin

:: 56 ::
Candidates
06. (d) Explain various types of resource allocation techniques to processes in Operating Systems? must not
write on
(15 M) this margin

:: 57 ::
Candidates
must not
write on
this margin

:: 58 ::
07. (a) What is Entity-Relationship (ER) model? Explain the following in the context of ER model Candidates
must not
and show that how to draw those in ER diagrams?
write on
1. Entity, Entity Set this margin
2. Attributes: Key attribute, Composite attribute, Multivalued attribute, Derived attribute
3. Relationship and its types
4. Cardinality
5. Participation Constraints
6. Weak Entity Type (25 M)

:: 59 ::
Candidates
must not
write on
this margin

:: 60 ::
Candidates
must not
write on
this margin

:: 61 ::
Candidates
must not
write on
this margin

:: 62 ::
Candidates
must not
write on
this margin

:: 63 ::
Candidates
must not
write on
this margin

:: 64 ::
Candidates
must not
write on
this margin

:: 65 ::
Candidates
must not
write on
this margin

:: 66 ::
07. (b) What are the two types of cache-write? Differentiate between them? (15 M) Candidates
must not
write on
this margin

:: 67 ::
Candidates
must not
write on
this margin

:: 68 ::
 Candidates
07. (c) (i) An end fire array consists of 16 isotropic point sources with a spacing of . If this
4 must not
write on
array is operating at a frequency of 100MHz, then calculate
this margin
(1) Half power beam width

(2) Beam solid angle

(3) Effective aperture

(ii) Calculate the characteristic impedance, propagation constant and velocity of


propagation at 400 k cycles/sec for a transmission line having L = 0.5mH/km,
C = 0.08µF/km and negligible R and G. (20 M)

:: 69 ::
Candidates
must not
write on
this margin

:: 70 ::
08. (a) (i) A loss-free parallel wire transmission line of characteristic impedance 200 Ω, transmits Candidates
power at a frequency of 100 MHz to a purely resistive load of 80 Ω. If a small piece of must not
short circuited transmission line of characteristic impedance 200 Ω is connected in write on
parallel to the main transmission line to minimize the reflection on the line. Calculate this margin
the nearest position of the stub and length of the stub.
(ii) An air filled rectangular waveguide is to be designed to propagate a 10GHz signal
under the dominant mode. Calculate
(1) appropriate dimensions of waveguide
(2) Phase velocity and guide wavelength.
(iii) A current sheet with current density K  80 â x A / m lies on the interface separating
between two media with µ 1 = 4µH/m in region 1 where z > 0, and µ 2 = 7µH/m in region
2, where z < 0. If the magnetic flux density in region 1 is B  2â x  3â y  â z mT, then
evaluate magnetic flux density in region 2. (25 M)

:: 71 ::
Candidates
must not
write on
this margin

:: 72 ::
Candidates
must not
write on
this margin

:: 73 ::
Candidates
must not
write on
this margin

:: 74 ::
08. (b) Two extensive homogeneous, isotropic dielectric meet on plane x = 0. The region 1(x < 0) Candidates
fills with dielectric with r = 2.5 and the region 2(x > 0) is free space. must not
write on
(i) If D1  12â x  10â y  4â z nC / m 2 , then find D 2 and the angle 2 that D 2 make with this margin
the normal to the interface.
(ii) If E2 = 12V/m and 2 = 60, then find E1 and 1. (15 M)

:: 75 ::
Candidates
must not
write on
this margin

:: 76 ::
Candidates
must not
write on
this margin

:: 77 ::
Candidates
must not
write on
this margin

08. (c) Consider a typical disk that rotates at 15000 rotations per minute (RPM) and has a transfer
rate of 50 × 106 bytes/sec. If the average seek time of the disk is twice the average
rotational delay and the controller’s transfer time is 10 times the disk transfer time.
Calculate the average time (in milliseconds) to read or write a 512 byte sector of the disk
(10 M)

:: 78 ::
Candidates
must not
write on
this margin

08. (d) Write a short note on preprocessor directive in C-language? (10 M)

:: 79 ::
Candidates
must not
write on
this margin

:: 80 ::
Candidates
FEEDBACK SHEET must not
write on
(To be filled by examiner) this margin

Rating on a scale of 1 to 10

(1 being the least and 10 being the highest)

1. Competency in understanding the question.

2. Competency in approach / methodology while answering

3. Competency in space management

4. Competency in drawing figures / circuits / block diagrams / graphs etc.

5. Competency in presentation and hand writing.

:: 81 ::
SPACE FOR ROUGH WORK Candidates
must not
write on
this margin

:: 82 ::
SPACE FOR ROUGH WORK Candidates
must not
write on
this margin

:: 83 ::

You might also like