0% found this document useful (0 votes)
27 views8 pages

1sem MT

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views8 pages

1sem MT

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

ADMISSION NUMBER

GALGOTIAS
UNIVERSITY

School of Engineering
B.TECH Civil Engineering
Nov 2023
Mid Term Examination -
Duration:90 Minutes
Max Marks : 50

Engineering Mathematics-I
Sem C1UC122B -
General lnstructions
asked
Answer to the specific question
wherever necessay
Draw neat, labelled diagrams
subject to verification by the
Invigilator
Approved data hand books are allowed

Give K2 (2)
used to check the behaviour of alternating series?
1) Which test is
an example. K1 (3)
the eigenvalues ofa 3x3 matrix whose all entries are 3.
2) Find all K2 (4)
f) =e at r= 2.
3) Find the Taylor series generated by K2 (6)
21+2
4)
n" converges or diverges.
Determine whether the series t=1 K3 (6)
algorithm to find the Taylor's series of the function f) = cos3x
5) Write the
about x=a, a¬R K3 (9)
5 and
the system of equations x t x, + x; = 1, 3x, + x, - 3x, =
6) Solve
elimination method.
x - 2x:, - Sx, = 10 by Gauss K4 (8)
eigenvectors of the following matrix.
7) Find the eigenvalues and

|1 1 1 1 K4 (12)
8) 2 5 0 3
1 1 3 5
exits] l2 1 2 3
Find the rank and inverse of the matrix •if
OR
K4 (12)
2=1(-1)a-12n-1 and show that itconverges for
Analyze the convergence of the power series
-1<x<1
GALGOTIAS
UNIVERSITY
School of Engineering
B.TECH Electronics and Communicatlon Englneering
Mid Term Examinatlon - Nov 2023
Duration:90 Minutes
Max Marks : 50

System
Sem IG2UC101B - Introduction to Digital
General Instructions
Answer to the specific question asked
necessary
Draw neat, labelled diagrams wherever verification by the Invigilator
Approved data hand books are allowed subject to

K2 (2)
1) Convert hexadecimal (FF216) to binary. K1 (3)
2) What is an XOR gate? Draw its truth table. K2 (4)
decimal. (b) Convert the
3) (a) Convert the Octal number (1051) to
hexadecimal number (1 FF) to Octal.
K2 (6)
4) Explain Binary Half Subtractor circuit. K3 (6)
A+A.B=A (i) (A +
5) Prove the following identities using Boolean laws: (i)
B). (A + C) =A+ B.C K3 (9)
6) analyze the given Boolean
Applying the principles of Boolean algebra,XYZ.
expression, F(X, Y, Z) = XY + YZ' + YZ + K4 (8)
7) D) = Em(1, 3, 4, 6,
Minimize the following boolean function-F(A, B, C, logical circuit using
8, 9, 11, 13, 15) + Zd(0, 2, 14) and also draw its
basic logic gates.
K4 (12)
2, 5, 7) +
8) Minimize the following boolean function-F(A, B, C) = Em(1,
NOR universal
Zd(0, 4, 6). Aslo draw the logical circuit using only
gates.
OR
in digital K4 (12)
Describe how the NOR gate works as a universal gate
circuits.
GALGOTIAS
UNIVERSITY

School of Computing Science andandEngineering


Engineering
Bachelor of Technology in Computer Science
Mid Term Examination - Nov 2023
Duration:90 Minutes
Max Marks : 50

Sem IC1UD124B -Semiconductor and Optoelectronic Devices


General lnstructions
Answer to the specific question asked
Draw neat, labelled diagrams wherever necessary
Invigilator
Approved data hand books are allowed subject to verification by the

K2 (2)
1) Classify the steps for wafer formation briefly
K2 (4)
2) Explain four postulates of quantum mechanics
K1 (3)
3) Interpret the difference between normal heating and annealing of a
semiconductor
Calculate the de Broglie wavelength associated with a particle K2 (6)
4)
(electron) accelerated through a potential difference of 100 V.
K3 (6)
5) Discuss the Heisenberg's uncertainty principle. Calculate the
smallest possible uncertainty in position of an electron moving with
velocity 3 x10^7 m/s.
K3 (9)
6) Analyze Einstein's quantum theory of photoelectric effect Find
maximum kinetic energy in eV of photo electrons if the work function
of the material is 3.0 eV and frequency of radiation is 2.0X105 H:
Explain blackbody radiation and discuss the ultraviolet catastrophe K4 (8)
7)
associated with it.

8) The stopping potential for the electrons emitted from a photosensitive K4 (12)
surface illuminated with light of waveiength L1 is V1. When the
incident wavelength is changed to anew value L2, the stopping
potential is V2. Prove that V1-V2 = [1/L1 - 1/L2] hcle.
OR
K4 (12)
Derive time dependent Schrodinger wave equation.
ADMISSION NUMBER
GALGOTIAS
UNIVERSITY

School of Engineering
B.TECH
2023
Mid Term Examination - Nov
Duration:90 Minutes
Max Marks: 50

Solving
Sem |- E2UC102c - Prograrnming for Problem
General Instructions
Answer to the specific question asked
necessary
Draw neat, labelled diagrams whereververification by the Invigilator
allowed subject to
Approved data hand books are

K1 (1/
1) State the key features of Python? K2 (2)
expressions 14/(13 *(12-11)) and
2) Calculate the output of the following are equal or not.
14/13*(12-11). Summarize the output whether they K3 (3)
Python program to calculate the sum of Gemetric Progression
3) Write a of a series. Take sum as S, a is
series: To calculate the geometric sum
common ratio and n is the number
the
the first term in the series. r is
of terms. K3 (6)
draw the flowchart, to find the
4) Write a program in python, and and ones place for an
numbers in the thousands, hundreds, tens, tens, and 2 Hundred.
6 ones, 5
input number? For example: 256 has K3 (9)
5) Write a Python program count_substring, also write the pseudo code
substring. You have to print the
in which the user enters a string anda givenstring.
number of times that the substring occurs in the K4 (8)
the reverse of a given
6) Write a pseudo code and program to print
integer number. K5 (15)
provide examples of
7) Explain the concept of operators in Python, andDiscuss the following
different types of operators used in Python. Operators
categories of operators: Arithmetic Operators Comparison description of the
Logical Operators For each category, provide a brief Explain when
operators and give examples to illustrate their usage. Python.
and why each category of operators is commonly used in K6 (6)
8 You are given a list of numbers L=[12,"13,14,15,21].the Write aPython
total sum of
program to perform the following operations: 1.Find
elements of list. 2.Find the length of list. 3.Find the output of L[:3]
GALGOTLAS
UNIVERSITY

School of Computing Science and Engineering


Bachelor of Technology in Computer Science and Engineering
Semester End Examination - Feb 2024
Duration: 180 Minutes
Max Marks: 100

Sem I-C1UD124B -Semiconductor and Optoelectronic Devices


General Instructions
Answer to the specific question asked
Draw neat, labelled diagrams wherever necessary
Approved data hand books are allowed subject to verification by the Invigilator

K1 (3)
1) Explain the total internal reflection with ray diagram in a optical fiber
and write the condition of total internal reflection
K2 (4)
2) Classify the solids based on energy band gap. Write down the valus
of energy band gap for Silicon and Germanium.
K2 (6)
3) Fermi energy for Zinc is 9.4 eV and for unknown metal it is 2.35 eV,
Findthe ratio of density of electrons in Zinc to unknown metal
K3 (6)
4) Find the ground state energy of an electron trapped in a one
dimensional infinite potential box of width 1.5 Angstrom.
5) Explain the various components of Laser: (i) Active centres (ii) Meta K3 (6)

stable state (ii) Life time (iv) pumping (v)Resonant cavity


6) What are matter waves? Show that the wavelength Aassociated with K3 (9)

a particle of mass m and kinetic energy E is given by À=h/v2mE


7) Discuss the mobility and conductivity of materials. Obtain an K3 (9)
expression for the conductivity of an intrinsic semiconductor.

8) A diode with potential barrier 0.6 V across its junction, is connected in K4 (8)
series with resistance of 24 Q across sOurce. If 0.2 A current passes
through resistance, calculate the sOurce voltage. Also draw the circuit
diagram andmention the biasing of the diode
K4 (12)
9) Design the forward and reversed biased circuit by connecting the
ammeter and voltmeter using p-n junction diode. Analyze the |-V curve
of the diode in forward and reversed biasing conditions. Why static
resistance in the case of forward biasing is low?

10) Indicate the position of Fermi level in n-type and p-type K5 (10)
semiconductors in the band diagram by increasing the dopant
concentration. Evaluate the Fermi function for an energy kBT above
the Fermi energy in a semiconductor. Where, kB is the Boltzmann
constant and T is temperature in Kelvin.

PTO
11) Describe the Einstein's photo electric effect with schematic diagram, K5 (15)
also sketch the labeled graphs between potential and current at two
different frequencies of radiations.
OR
Describe in details the lithography technique for the integrated circuit K5 (15)

printing.
mathematical K6 (12)
12) Explain density of states in a solid. DerivVe the
expression for density of states.
OR

Show that in an intrinsic semiconductor the conductivity of the material


K6 (12)
=conductivity,
is given by the expression; s= e n (ue tup), where (s
ncarrier density ue = mobility of electron and up= mobility of hole and
e= electronic charge]. The intrinsic carrier density of Ge at 27°c is
2.4X10!-. Calculate its resistivity, if the electron and hole mobility are
0351 , ' and o.I8,respectively

O35mV
0.18n
ADMISSION NUMBER
GALGOTIAS
UNIVERSITY

School of Engineering
B.TECH Civil Engineering
Semester End Examination - Feb 2024
Duration: 180 Minutes
Max Marks : 100

Sem |-C1UC122B - Engineering Mathematics


General tnstructions
Answer to the specific question asked
Draw neat, labelled diagrams wherever necessary
Approved data hand books are allowed subject to verification by the lnvigilalor

-2
K1 (3)
1)
A=2 3
Let -25J Find out Trace and determinant of the matrix 2A.
K2 (4)
2) Compute the double integral over the region R: 0sxsl, 0s ys2;
S,(6y²-2x)dA
dy y tan x + log sin y K2 (6)
3)
log cos x -xcoty
If (cosx) = (sin y)* , show dx
K3 (6)
4)
Find the Maclaurin series generated by'
of r and sif K3 (6)
5) Express and in terms
w=*+2y +z',x =¿y=r'.+ lns, z = 2r. K3 (9)
6) Find the double integral of the following functions by changing the
order of integration 2xy dxdy , where R is a region bounded by y=**,
y=2 and x=1.
K3 (9)
7) Compute the integral by changing into polar coordinates
y) dedy

Determine the interval and radius of convergence for the power series K4 (8)
8)
10
L O - 1)".
K4 (12)
9) Find the extreme values of the function f(x.y) =x'+4y'-2x + 8y on the
line x+2y = 7 using Lagrange Multiplier method.
function K5 (10)
10) Find the first three nonzero terms of Maclaurin series for the
f() = e* log(1 + x).
11) K5 (15)
Prove or Disprove the convergence of
OR
Show that the function is continuous at every point except the origin: K5 (15)
23 (x, y) + (0,0)
(0, (x. y) = (0,0)

12) Find the extreme values of the function f(x,v)=*² +4y' -4xy on the K6 (12)
closed triangular region defined by points (0,0), (2,0) and (0,1)
OR
Check whether to solve the following system of equations by Gauss K6 (12)
elimination:
X + 3x, t 4x, = 4,
-x, + 3x, + 2x, = 2, and
3x4 +9x, + 6x, = -6
Further, verify that the obtained solution is correct.

You might also like