SlideShare a Scribd company logo
1 of 5
Download to read offline
6) ELECTRICAL SCIENCES
Syllabus and Model Question Paper
Syllabus
PART-A
1. Engineering Mathematics:
Linear Algebra: Matrices and Determinants, Rank of matrix, Systems of linear
equations, Eigen values and Eigen vectors.
Calculus: Limit, Continuity and Differentiability. Partial Derivatives, Test for
convergence, Fourier series.
Vector Calculus: Gradient, Divergence and curl. Line, Surface and Volume integrals;
Stokes theorem, Problems related to Gauss and green's theorems.
Differential Equations: Linear and Non-linear first order ODEs, Higher order linear
ODEs with constant coefficients, Cauchy's and Euler's equations.
Partial Differential Equations: PDEs, formation of PDEs, solution of PDE by direct
integration and separation of variables. Heat and wave equations.
Transforms: Laplace transforms, Fourier transform and Z-transform.
Probability and Statistics: Mean, Median, Mode and standard deviation; Random
variables; Poisson normal and binomial distributions; Correlation and Regression
analysis.
Numerical Methods: Solutions of linear and non-linear algebraic equations; Integration
of trapezoidal and Simpson's rule; Numerical solutions of ordinary differential equations.
2. Electric Circuits and Fields:
Network Topology: Graph of Network, concept of tree, links, tie set schedule, cutset
schedule.
Circuit Concepts: Source transformation, circuit analysis using loop current and node
voltage methods, star-delta conversion, dual networks and concept of controlled sources.
Network theorems - Thevenin's, Norton, Maximum power transfer, superposition and
reciprocity, Resonant circuits, Transient analysis, Laplace transformations and
applications, Standard test signals, Initial conditions.
Two-port Network: y and z Parameters and h-Parameters of two port networks.
Errors in Measurement- Types of errors and sources of errors.
Electric filed- Coulomb's law and electric field intensity, Electric flux density.
3. Analog and Digital Electronics:
Analog Electronics:
Diode Circuits, Rectifiers, Transistor biasing and bias stability, Class A, Class B & Class
C Amplifiers, small signal h-parameter equivalent circuit of transistor. Expression for
current gain, voltage gain, input impedance, RC coupled amplifier, frequency response,
half power frequencies, bandwidth and factors influencing the bandwidth. RC Coupled
emitter follower amplifier, current gain, voltage gain, input & output impedance,
applications
FET-RC coupled Amplifier:
Power Amplifiers: Class A, Class B, Push pull and Class C power amplifiers, Maximum
power output, Driving power requirements.
Feedback Amplifiers & Oscillators: Concept of positive and negative feedback,
advantages of negative feedback. Voltage & current feedback, effect of the same on
performance characteristics. Condition for oscillation, Wein bridge oscillator, expression
for frequency of oscillation, Crystal oscillators. Voltage regulator, operational amplifiers,
comparator, ZCD, precision. rectifier, I to V & V to I converters, instrumentation
amplifiers, square wave, triangular wave & saw tooth wave generator.
Wave shaping circuits: Clipping, Clamping, integrator & differentiator circuits.
Digital Electronics:
Number Systems & codes: Decimal, Binary, Octal, Hexadecimal, Binary coded
decimal, Octal, Hex numbers, Excess 3 and Gray codes, Binary arithmetic.
Digital Circuits: Combinational Logic Circuits: Digital signals, Boolean constants and
variables, Basic logic operations, AND, OR, NOR gates and realization or truth tables,
Boolean-expressions, Simplification of Boolean Expressions using basic theorems,
Karnaugh map method of obtaining logic expressions, maxterm, mintenn realization of
logic functions using basic gates & also using NAND & NOR gates. Half adder, Full
Adder, Multiplexers, Demultiplexers, Encoders & Decoders, A/D and D/A converters,
Sequential Logic: SR Latch, Clocked RS FF, D FF, JK & T FF, Master Slave JK-FF,
Edge triggered flip-flops, Registers, Shift registers, Asynchronous counters, Synchronous
counters.
Semiconductor Memories: RAM, ROM, PROM, EPROM, EEPROM and Flash.
4. Control Systems:
Basic control system concepts, transfer function, Block Diagram reduction, signal flow
graph, DC & AC servomotors & their TF, analogous systems F-V, F-I analogies, Time
domain and frequency domain analysis.
Stability: Absolute and relative stability, RH criterion. Polar plots, phase cross over &
gain cross over frequencies.
Bode plots, phase plot and gain plot, determination of gain and phase margins.
Nyquist stability criterion: Principle of mapping of Nyquist path, gain margin, phase
margin. Nyquist stability criterion. Root locus.
State space technique: state variables, state model of linear systems, solution of state
equation, state transition matrix.
5. 8051 Microcontroller:
Microprocessor Vs Microcontroller, CPU Architectures-Von-Neumann, Harvard, CISC
and RISC.
8051 Microcontroller: Architecture, Memory organization, Addressing modes,
Instruction set.
8051 Programming: Assembly language programs, Time delay calculations and
subroutines.
8051- Interrupts, Timers/Counters, Serial Communication.
8051 Memory Interfacing and I/O Interfacing.
MODEL QUESTIONS
SECTION -I of Part —A
Each questions carries One mark
1)if u=x2+2xy+y2+x+y ,thenx 22F+ y .11is equal to
ax ay
(a) 2u (b) u (c) 0 (d) None of the above
2)Superposition theorem is applied to
(a) linear bilateral network (b) linear multiple source circuit
(c) linear single source circuit(d) linear two terminal network
3)The number of two-input NAND gates required to realize XOR gates is
(a) 3 (b) 4 (c) 2 (d) none of the above
4) The characteristic equation of a system is given as 3s4+10s3+5s2+2=0. This system is
(a) Stable (b) Marginally stable (c) Unstable (d) Linear
5) For 8051 Microcontroller, which of the following statement is not true?
(a) it has internal clock generator (b) it has 128 bytes, of internal RAM
(c) its' JZ instruction checks Zero flag of PSW (d) it has NOP instruction
MODEL QUESTIONS
SECTION -II OF Part —A
Each questions carries Two marks
1) The value of Rab for the following circuit is
1204 Q
800 Q
(a) 420.32 SI (b) 840.64 CI (c) 205.83 S1 (d) 3504 SI
2) If A is the following Matrix, then the Eigen values of A-1 are
1 2 3
0 2 5
0 0 3
(a)2, 3/4, 1/3
(b)I, 1/2, 1 3
(c)1/2, 1/2, 1
(d)1/3, 1/2, 1
3) An amplifier with a gain of 500±x is available. With 9.9% negative feedback, the
variation in gain is reduced to ±0.1 %. Find x and feedback gain Af.
(a) 0.25% and 9.9 (h) 051% and 9.9 (c) 9.9% and 0.51 (d) 0.51 and 9.9
4) The step response of a system with H(s)= 1/(s+ 1) is given by
(a) (1-et) u(t) (b) u(t) (c) (1-e4) u(t) (d) (1-4 u(t)
5) Time taken by 8051 connected with a XTAL frequency 12 MHz to execute the following
two instructions is
MOV R1, #03H
LOOP: DJNZ R1, LOOP
(a) 4 usec (b) 5 usec (c) 6 usec (d) 7 µsec

More Related Content

Similar to Karnataka PGCET Electrical Science - Part A 2018 syllabus

Gate 2014 ece
Gate 2014 eceGate 2014 ece
Gate 2014 eceetenneti
 
TS PGECET Instrumentation 2018 Syllabus
TS PGECET Instrumentation 2018 SyllabusTS PGECET Instrumentation 2018 Syllabus
TS PGECET Instrumentation 2018 SyllabusEneutron
 
Ece syllabus
Ece syllabusEce syllabus
Ece syllabusthirumalg
 
Summer training
Summer trainingSummer training
Summer trainingArshit Rai
 
Summer training
Summer trainingSummer training
Summer trainingArshit Rai
 
Syllabus for engineering sciences
Syllabus for engineering sciencesSyllabus for engineering sciences
Syllabus for engineering sciencesMohsin Basha
 
Senior Technician, Avionics(Open Competition).pdf
Senior Technician, Avionics(Open Competition).pdfSenior Technician, Avionics(Open Competition).pdf
Senior Technician, Avionics(Open Competition).pdfSureshSingh142
 
AP PGECET Instrumentation Engineering 2018 Syllabus
AP PGECET Instrumentation Engineering 2018 SyllabusAP PGECET Instrumentation Engineering 2018 Syllabus
AP PGECET Instrumentation Engineering 2018 SyllabusEneutron
 
Gate 2017-electronics-and-communications syllabus
Gate 2017-electronics-and-communications syllabusGate 2017-electronics-and-communications syllabus
Gate 2017-electronics-and-communications syllabusstephenarokiaraj2
 
AP PGECET Electrical Engineering 2018 Syllabus
AP PGECET Electrical Engineering 2018 SyllabusAP PGECET Electrical Engineering 2018 Syllabus
AP PGECET Electrical Engineering 2018 SyllabusEneutron
 
Ec 2022 gate syllabus
Ec 2022 gate syllabusEc 2022 gate syllabus
Ec 2022 gate syllabusAkasGkamal2
 
Gate 2012
Gate 2012Gate 2012
Gate 2012xsuvra
 
TS PGECET Electronics & Communication 2018 Syllabus
TS PGECET Electronics & Communication 2018 SyllabusTS PGECET Electronics & Communication 2018 Syllabus
TS PGECET Electronics & Communication 2018 SyllabusEneutron
 
Ece gate syllabus 2020
Ece gate syllabus 2020Ece gate syllabus 2020
Ece gate syllabus 2020Aaron Bhatta
 
Gate syllabus
Gate syllabusGate syllabus
Gate syllabusmsraju86
 
Gate 2017 ecesyllabus
Gate 2017 ecesyllabusGate 2017 ecesyllabus
Gate 2017 ecesyllabusMickey Boz
 

Similar to Karnataka PGCET Electrical Science - Part A 2018 syllabus (20)

Gate syllabus
Gate syllabusGate syllabus
Gate syllabus
 
Gate 2014 ece
Gate 2014 eceGate 2014 ece
Gate 2014 ece
 
Pp1
Pp1Pp1
Pp1
 
Ec
EcEc
Ec
 
TS PGECET Instrumentation 2018 Syllabus
TS PGECET Instrumentation 2018 SyllabusTS PGECET Instrumentation 2018 Syllabus
TS PGECET Instrumentation 2018 Syllabus
 
Ece syllabus
Ece syllabusEce syllabus
Ece syllabus
 
Summer training
Summer trainingSummer training
Summer training
 
Summer training
Summer trainingSummer training
Summer training
 
Syllabus for engineering sciences
Syllabus for engineering sciencesSyllabus for engineering sciences
Syllabus for engineering sciences
 
Gate syll
Gate syllGate syll
Gate syll
 
Senior Technician, Avionics(Open Competition).pdf
Senior Technician, Avionics(Open Competition).pdfSenior Technician, Avionics(Open Competition).pdf
Senior Technician, Avionics(Open Competition).pdf
 
AP PGECET Instrumentation Engineering 2018 Syllabus
AP PGECET Instrumentation Engineering 2018 SyllabusAP PGECET Instrumentation Engineering 2018 Syllabus
AP PGECET Instrumentation Engineering 2018 Syllabus
 
Gate 2017-electronics-and-communications syllabus
Gate 2017-electronics-and-communications syllabusGate 2017-electronics-and-communications syllabus
Gate 2017-electronics-and-communications syllabus
 
AP PGECET Electrical Engineering 2018 Syllabus
AP PGECET Electrical Engineering 2018 SyllabusAP PGECET Electrical Engineering 2018 Syllabus
AP PGECET Electrical Engineering 2018 Syllabus
 
Ec 2022 gate syllabus
Ec 2022 gate syllabusEc 2022 gate syllabus
Ec 2022 gate syllabus
 
Gate 2012
Gate 2012Gate 2012
Gate 2012
 
TS PGECET Electronics & Communication 2018 Syllabus
TS PGECET Electronics & Communication 2018 SyllabusTS PGECET Electronics & Communication 2018 Syllabus
TS PGECET Electronics & Communication 2018 Syllabus
 
Ece gate syllabus 2020
Ece gate syllabus 2020Ece gate syllabus 2020
Ece gate syllabus 2020
 
Gate syllabus
Gate syllabusGate syllabus
Gate syllabus
 
Gate 2017 ecesyllabus
Gate 2017 ecesyllabusGate 2017 ecesyllabus
Gate 2017 ecesyllabus
 

More from Eneutron

PGCET Textile 2018 question paper
PGCET Textile 2018 question paperPGCET Textile 2018 question paper
PGCET Textile 2018 question paperEneutron
 
PGCET Polymer science 2018 question paper
PGCET Polymer science 2018 question paperPGCET Polymer science 2018 question paper
PGCET Polymer science 2018 question paperEneutron
 
PGCET Mechanical 2018 question paper
PGCET Mechanical 2018 question paperPGCET Mechanical 2018 question paper
PGCET Mechanical 2018 question paperEneutron
 
PGCET Environmental 2018 question paper
PGCET Environmental 2018 question paperPGCET Environmental 2018 question paper
PGCET Environmental 2018 question paperEneutron
 
PGCET Electrical sciences 2018 question paper
PGCET Electrical sciences 2018 question paperPGCET Electrical sciences 2018 question paper
PGCET Electrical sciences 2018 question paperEneutron
 
PGCET Computer science 2018 question paper
PGCET Computer science 2018 question paperPGCET Computer science 2018 question paper
PGCET Computer science 2018 question paperEneutron
 
PGCET Civil 2018 question paper
PGCET Civil 2018 question paperPGCET Civil 2018 question paper
PGCET Civil 2018 question paperEneutron
 
PGCET Chemical 2018 question paper
PGCET Chemical 2018 question paperPGCET Chemical 2018 question paper
PGCET Chemical 2018 question paperEneutron
 
PGCET Biotechnology 2018 question paper
PGCET Biotechnology 2018 question paperPGCET Biotechnology 2018 question paper
PGCET Biotechnology 2018 question paperEneutron
 
Pgcet Architecture 2018 question paper
Pgcet Architecture 2018 question paperPgcet Architecture 2018 question paper
Pgcet Architecture 2018 question paperEneutron
 
Pgcet Architecture 2017 question paper
Pgcet Architecture 2017 question paperPgcet Architecture 2017 question paper
Pgcet Architecture 2017 question paperEneutron
 
PGCET MBA 2018 question paper
PGCET MBA 2018 question paperPGCET MBA 2018 question paper
PGCET MBA 2018 question paperEneutron
 
Civil Service 2019 Prelims Previous Question Paper - 2
Civil Service 2019 Prelims Previous Question Paper - 2Civil Service 2019 Prelims Previous Question Paper - 2
Civil Service 2019 Prelims Previous Question Paper - 2Eneutron
 
Civil Service 2019 Prelims Previous Question Paper - 1
Civil Service 2019 Prelims Previous Question Paper - 1Civil Service 2019 Prelims Previous Question Paper - 1
Civil Service 2019 Prelims Previous Question Paper - 1Eneutron
 
Civil Service 2018 Prelims Previous Question Paper - 2
Civil Service 2018 Prelims Previous Question Paper - 2Civil Service 2018 Prelims Previous Question Paper - 2
Civil Service 2018 Prelims Previous Question Paper - 2Eneutron
 
Civil Service 2018 Prelims Previous Question Paper - 1
Civil Service 2018 Prelims Previous Question Paper - 1Civil Service 2018 Prelims Previous Question Paper - 1
Civil Service 2018 Prelims Previous Question Paper - 1Eneutron
 
Civil Service 2017 Prelims Previous Question Paper - 2
Civil Service 2017 Prelims Previous Question Paper - 2Civil Service 2017 Prelims Previous Question Paper - 2
Civil Service 2017 Prelims Previous Question Paper - 2Eneutron
 
Civil Service 2017 Prelims Previous Question Paper - 1
Civil Service 2017 Prelims Previous Question Paper - 1Civil Service 2017 Prelims Previous Question Paper - 1
Civil Service 2017 Prelims Previous Question Paper - 1Eneutron
 
SNAP 2013 Answer Key
SNAP 2013 Answer KeySNAP 2013 Answer Key
SNAP 2013 Answer KeyEneutron
 
SNAP 2014 Answer Key
SNAP 2014 Answer KeySNAP 2014 Answer Key
SNAP 2014 Answer KeyEneutron
 

More from Eneutron (20)

PGCET Textile 2018 question paper
PGCET Textile 2018 question paperPGCET Textile 2018 question paper
PGCET Textile 2018 question paper
 
PGCET Polymer science 2018 question paper
PGCET Polymer science 2018 question paperPGCET Polymer science 2018 question paper
PGCET Polymer science 2018 question paper
 
PGCET Mechanical 2018 question paper
PGCET Mechanical 2018 question paperPGCET Mechanical 2018 question paper
PGCET Mechanical 2018 question paper
 
PGCET Environmental 2018 question paper
PGCET Environmental 2018 question paperPGCET Environmental 2018 question paper
PGCET Environmental 2018 question paper
 
PGCET Electrical sciences 2018 question paper
PGCET Electrical sciences 2018 question paperPGCET Electrical sciences 2018 question paper
PGCET Electrical sciences 2018 question paper
 
PGCET Computer science 2018 question paper
PGCET Computer science 2018 question paperPGCET Computer science 2018 question paper
PGCET Computer science 2018 question paper
 
PGCET Civil 2018 question paper
PGCET Civil 2018 question paperPGCET Civil 2018 question paper
PGCET Civil 2018 question paper
 
PGCET Chemical 2018 question paper
PGCET Chemical 2018 question paperPGCET Chemical 2018 question paper
PGCET Chemical 2018 question paper
 
PGCET Biotechnology 2018 question paper
PGCET Biotechnology 2018 question paperPGCET Biotechnology 2018 question paper
PGCET Biotechnology 2018 question paper
 
Pgcet Architecture 2018 question paper
Pgcet Architecture 2018 question paperPgcet Architecture 2018 question paper
Pgcet Architecture 2018 question paper
 
Pgcet Architecture 2017 question paper
Pgcet Architecture 2017 question paperPgcet Architecture 2017 question paper
Pgcet Architecture 2017 question paper
 
PGCET MBA 2018 question paper
PGCET MBA 2018 question paperPGCET MBA 2018 question paper
PGCET MBA 2018 question paper
 
Civil Service 2019 Prelims Previous Question Paper - 2
Civil Service 2019 Prelims Previous Question Paper - 2Civil Service 2019 Prelims Previous Question Paper - 2
Civil Service 2019 Prelims Previous Question Paper - 2
 
Civil Service 2019 Prelims Previous Question Paper - 1
Civil Service 2019 Prelims Previous Question Paper - 1Civil Service 2019 Prelims Previous Question Paper - 1
Civil Service 2019 Prelims Previous Question Paper - 1
 
Civil Service 2018 Prelims Previous Question Paper - 2
Civil Service 2018 Prelims Previous Question Paper - 2Civil Service 2018 Prelims Previous Question Paper - 2
Civil Service 2018 Prelims Previous Question Paper - 2
 
Civil Service 2018 Prelims Previous Question Paper - 1
Civil Service 2018 Prelims Previous Question Paper - 1Civil Service 2018 Prelims Previous Question Paper - 1
Civil Service 2018 Prelims Previous Question Paper - 1
 
Civil Service 2017 Prelims Previous Question Paper - 2
Civil Service 2017 Prelims Previous Question Paper - 2Civil Service 2017 Prelims Previous Question Paper - 2
Civil Service 2017 Prelims Previous Question Paper - 2
 
Civil Service 2017 Prelims Previous Question Paper - 1
Civil Service 2017 Prelims Previous Question Paper - 1Civil Service 2017 Prelims Previous Question Paper - 1
Civil Service 2017 Prelims Previous Question Paper - 1
 
SNAP 2013 Answer Key
SNAP 2013 Answer KeySNAP 2013 Answer Key
SNAP 2013 Answer Key
 
SNAP 2014 Answer Key
SNAP 2014 Answer KeySNAP 2014 Answer Key
SNAP 2014 Answer Key
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

Karnataka PGCET Electrical Science - Part A 2018 syllabus

  • 1. 6) ELECTRICAL SCIENCES Syllabus and Model Question Paper Syllabus PART-A 1. Engineering Mathematics: Linear Algebra: Matrices and Determinants, Rank of matrix, Systems of linear equations, Eigen values and Eigen vectors. Calculus: Limit, Continuity and Differentiability. Partial Derivatives, Test for convergence, Fourier series. Vector Calculus: Gradient, Divergence and curl. Line, Surface and Volume integrals; Stokes theorem, Problems related to Gauss and green's theorems. Differential Equations: Linear and Non-linear first order ODEs, Higher order linear ODEs with constant coefficients, Cauchy's and Euler's equations. Partial Differential Equations: PDEs, formation of PDEs, solution of PDE by direct integration and separation of variables. Heat and wave equations. Transforms: Laplace transforms, Fourier transform and Z-transform. Probability and Statistics: Mean, Median, Mode and standard deviation; Random variables; Poisson normal and binomial distributions; Correlation and Regression analysis. Numerical Methods: Solutions of linear and non-linear algebraic equations; Integration of trapezoidal and Simpson's rule; Numerical solutions of ordinary differential equations. 2. Electric Circuits and Fields: Network Topology: Graph of Network, concept of tree, links, tie set schedule, cutset schedule. Circuit Concepts: Source transformation, circuit analysis using loop current and node voltage methods, star-delta conversion, dual networks and concept of controlled sources. Network theorems - Thevenin's, Norton, Maximum power transfer, superposition and reciprocity, Resonant circuits, Transient analysis, Laplace transformations and applications, Standard test signals, Initial conditions. Two-port Network: y and z Parameters and h-Parameters of two port networks. Errors in Measurement- Types of errors and sources of errors. Electric filed- Coulomb's law and electric field intensity, Electric flux density.
  • 2. 3. Analog and Digital Electronics: Analog Electronics: Diode Circuits, Rectifiers, Transistor biasing and bias stability, Class A, Class B & Class C Amplifiers, small signal h-parameter equivalent circuit of transistor. Expression for current gain, voltage gain, input impedance, RC coupled amplifier, frequency response, half power frequencies, bandwidth and factors influencing the bandwidth. RC Coupled emitter follower amplifier, current gain, voltage gain, input & output impedance, applications FET-RC coupled Amplifier: Power Amplifiers: Class A, Class B, Push pull and Class C power amplifiers, Maximum power output, Driving power requirements. Feedback Amplifiers & Oscillators: Concept of positive and negative feedback, advantages of negative feedback. Voltage & current feedback, effect of the same on performance characteristics. Condition for oscillation, Wein bridge oscillator, expression for frequency of oscillation, Crystal oscillators. Voltage regulator, operational amplifiers, comparator, ZCD, precision. rectifier, I to V & V to I converters, instrumentation amplifiers, square wave, triangular wave & saw tooth wave generator. Wave shaping circuits: Clipping, Clamping, integrator & differentiator circuits. Digital Electronics: Number Systems & codes: Decimal, Binary, Octal, Hexadecimal, Binary coded decimal, Octal, Hex numbers, Excess 3 and Gray codes, Binary arithmetic. Digital Circuits: Combinational Logic Circuits: Digital signals, Boolean constants and variables, Basic logic operations, AND, OR, NOR gates and realization or truth tables, Boolean-expressions, Simplification of Boolean Expressions using basic theorems, Karnaugh map method of obtaining logic expressions, maxterm, mintenn realization of logic functions using basic gates & also using NAND & NOR gates. Half adder, Full Adder, Multiplexers, Demultiplexers, Encoders & Decoders, A/D and D/A converters, Sequential Logic: SR Latch, Clocked RS FF, D FF, JK & T FF, Master Slave JK-FF, Edge triggered flip-flops, Registers, Shift registers, Asynchronous counters, Synchronous counters. Semiconductor Memories: RAM, ROM, PROM, EPROM, EEPROM and Flash. 4. Control Systems: Basic control system concepts, transfer function, Block Diagram reduction, signal flow graph, DC & AC servomotors & their TF, analogous systems F-V, F-I analogies, Time domain and frequency domain analysis.
  • 3. Stability: Absolute and relative stability, RH criterion. Polar plots, phase cross over & gain cross over frequencies. Bode plots, phase plot and gain plot, determination of gain and phase margins. Nyquist stability criterion: Principle of mapping of Nyquist path, gain margin, phase margin. Nyquist stability criterion. Root locus. State space technique: state variables, state model of linear systems, solution of state equation, state transition matrix. 5. 8051 Microcontroller: Microprocessor Vs Microcontroller, CPU Architectures-Von-Neumann, Harvard, CISC and RISC. 8051 Microcontroller: Architecture, Memory organization, Addressing modes, Instruction set. 8051 Programming: Assembly language programs, Time delay calculations and subroutines. 8051- Interrupts, Timers/Counters, Serial Communication. 8051 Memory Interfacing and I/O Interfacing. MODEL QUESTIONS SECTION -I of Part —A Each questions carries One mark 1)if u=x2+2xy+y2+x+y ,thenx 22F+ y .11is equal to ax ay (a) 2u (b) u (c) 0 (d) None of the above 2)Superposition theorem is applied to (a) linear bilateral network (b) linear multiple source circuit (c) linear single source circuit(d) linear two terminal network 3)The number of two-input NAND gates required to realize XOR gates is (a) 3 (b) 4 (c) 2 (d) none of the above 4) The characteristic equation of a system is given as 3s4+10s3+5s2+2=0. This system is (a) Stable (b) Marginally stable (c) Unstable (d) Linear
  • 4. 5) For 8051 Microcontroller, which of the following statement is not true? (a) it has internal clock generator (b) it has 128 bytes, of internal RAM (c) its' JZ instruction checks Zero flag of PSW (d) it has NOP instruction MODEL QUESTIONS SECTION -II OF Part —A Each questions carries Two marks 1) The value of Rab for the following circuit is 1204 Q 800 Q (a) 420.32 SI (b) 840.64 CI (c) 205.83 S1 (d) 3504 SI 2) If A is the following Matrix, then the Eigen values of A-1 are 1 2 3 0 2 5 0 0 3 (a)2, 3/4, 1/3 (b)I, 1/2, 1 3 (c)1/2, 1/2, 1 (d)1/3, 1/2, 1 3) An amplifier with a gain of 500±x is available. With 9.9% negative feedback, the variation in gain is reduced to ±0.1 %. Find x and feedback gain Af. (a) 0.25% and 9.9 (h) 051% and 9.9 (c) 9.9% and 0.51 (d) 0.51 and 9.9 4) The step response of a system with H(s)= 1/(s+ 1) is given by (a) (1-et) u(t) (b) u(t) (c) (1-e4) u(t) (d) (1-4 u(t)
  • 5. 5) Time taken by 8051 connected with a XTAL frequency 12 MHz to execute the following two instructions is MOV R1, #03H LOOP: DJNZ R1, LOOP (a) 4 usec (b) 5 usec (c) 6 usec (d) 7 µsec