You are on page 1of 6

EE 1002 AI APPLICATIONS TO POWER SYSTEMS

KINGS
COLLEGE OF ENGINEERING

DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

QUESTION BANK

NAME OF THE SUBJECT: EE 1002 AI APPLICATIONS TO POWER


SYSTEMS

YEAR / SEM : IV / VII

UNIT – I

ARTIFICIAL INTELLIGENCE

PART – A (2 MARKS)

1. What is Artificial Intelligence?


2. What are the three technologies involved in artificial intelligence?
3. What type of actions in search techniques?
4. What are the two basic approaches to using search in problem solving?
5. What are the four things to be done in problem solving?
6. Define the problem as a state space search.
7. Give the formal description of the problem.
8. What is a production system?
9. What are the steps for problem solving?
10. What are the two requirements of good control strategies?
11. Give the algorithm for Breadth-First search – Algorithm.
12. Give the advantages of Breadth-First Search (BFS).
13. Give the Depth-First Search-Algorithm.
14. Give the advantages of DFS.
15. How can you improve the effectiveness of search based problem-solving program?
16. Briefly Define Predicate logic.
17. Give example in different types of atomic representation in Propositional logic.
18. What are the two things needed to prove in Predicate logic?
19. Define Resolution.
20. Give the advantages and disadvantages of Logic.
21. Give some strategies can be used to separate it from pure logic.
22. What are the four parts in the knowledge representation?

KINGS COLLEGE OF ENGINEERING, PUNALKULAM 1


EE 1002 AI APPLICATIONS TO POWER SYSTEMS

PART – B

1. Explain how solutions are searched by a problem solving agent. (16)

2. Explain in detail about different Problem searching techniques. (16)

3. a) Write short notes on Depth limited search. (8)


b) Write short notes on Predicate Calculus. . (8)

4. Explain in detail about Knowledge representation and its methods. (16)

5. Explain any two local search algorithms in detail (16)

6. Give the syntax and semantics of as logic connectives and explain it with example. (16)

7. Define Artificial Intelligence. Explain it in detail. (16)

UNIT – II

FUZZY LOGIC

PART – A (2 MARKS)
1. What are classical sets?
2. List the operations on classical sets?
3. What are Fuzzy sets?
4. List the Fuzzy set operations?
5. List the properties of fuzzy sets?
6. Differentiate classical and fuzzy set
7. Define fuzzification.
8. What are fuzzy relations?
9. List the operations on fuzzy relations.
10. Define Defuzzification.
11. List the defuzzification methods.
12. What is membership function?
13. What are the features of membership function?
14. What are all the membership value assignment?
15. Differentiate Fuzzification and Defuzzification.

KINGS COLLEGE OF ENGINEERING, PUNALKULAM 2


EE 1002 AI APPLICATIONS TO POWER SYSTEMS

PART – B
1. Differentiate fuzzy set from classical set and name the properties of classical (crisp)
sets. (16)

2. A = {(1/2) + (0.5/3) + (0.3/4) + (0.2/5)},


B = {(0.5/2) + (0.7/3) + (0.2/4) + (0.4/5)} Calculate the several operation of the fuzzy
set. (16)
3. Describe in detail about fuzzy relation. (16)
4. Explain the operation of fuzzy sets with a suitable example. (16)
5. Explain fuzzy Cartesian and composition with a suitable example. (16)
6. a) Discuss the various special features of the membership function. (8)
b) Write any four properties of Fuzzy sets. Also find the Fuzzy Cartesian Product
for the sets A = {(0.4 / x1) + (0.5 / x2) + (0.6 / x3)} and
B = {(0.1/y1) + (0.2 / y2) + (0.3 / y3)} (8)

7. Consider two fuzzy relations R1 and R2 on X x Y and Y x Z respectively, where


X = {a,b,c}, Y = {1,2,3,4} and Z = {α,β}. Assume R1 and R2 can be expressed as the
following relation matrices

0.2 0.6 0.8 0.9 0.6 0.2


R1 = 0.5 0.1 0.6 0.4 R2 = 0.3 0.7
0.7 0.3 0.2 0.7 0.4 0.9
0.8 0.5

Calculate R1 o R2 using max-min composition and max-product composition. (16)


8. Define defuzzification and explain the different defuzzification methods with
Examples. (16)

KINGS COLLEGE OF ENGINEERING, PUNALKULAM 3


EE 1002 AI APPLICATIONS TO POWER SYSTEMS

UNIT – III

ARTIFICIAL NEURAL NETWORKS

PART – A (2 MARKS)
1. Define artificial neural network (ANN)
2. List out the differences between artificial neural network and biological network
3. Define Activation Function.
4. What are the classifications of activation function?
5. What are merits and demerits of Back Propagation Algorithm?
6. What are the applications of back propagation algorithm?
7. What are the four main steps in back propagation algorithm?
8. What are the applications of neural networks?
9. Define Back Propagation Network (BPN).
10. What are the basic building blocks of artificial neural network?
11. Give artificial neural network architectures.
12. Define feedback networks?
13. Give some examples of feedback networks
14. What is the main purpose of Hop field network?
15. Define discrete Hop field net.

PART – B

1. Draw architecture of multilayered feed forward network and explain in detail. (16)

2. Draw architecture of recurrent network and explain in detail. (16)

3. Draw the architecture of radial basis function network and explain it with algorithm (16)

4. Write step by step training algorithm of back propagation network and also mention
its advantages, disadvantages and applications. (16)

5. Draw architecture of Back propagation network and explain in detail. (16)

6. Draw architecture of Mcculloch pits neuron model and explain it with an example. (16)

7. Draw the architecture of Discrete Hopfield network and explain in detail with training
algorithm. (16)

KINGS COLLEGE OF ENGINEERING, PUNALKULAM 4


EE 1002 AI APPLICATIONS TO POWER SYSTEMS

UNIT – IV

EVOLUTIONARY TECHNIQUES AND HYBRID SYSTEMS

PART – A (2 MARKS)

1. What are the methods involved in Genetic algorithm?


2. What is the ant colony optimization?
3. Mention the three important aspects of Genetic algorithm
4. What are the types of Genetic algorithm?
5. What are the types of searching techniques in Genetic algorithm?
6. List the operators in Genetic algorithm.
7. Define Reproduction.
8. Define Mutation.
9. Define Crossover.
10. Write the basic concepts of Genetic algorithm.
11. List the various methods of selecting chromosomes for parents to crossover in GA
reproduction operator.
12. Sketch the flowchart of Genetic algorithm.
13. What is meant by Evolutionary Programming?

PART – B

1. Explain the concepts of Genetic algorithm with neat flowchart and algorithm. (16)

2. Explain the concepts for Evolutionary Programming (16)

3. Draw architecture of Neuro-fuzzy systems and explain it with algorithm. (16)

4. Draw architecture of Neuro-Genetic systems and explain it with algorithm. (16)

5. Draw architecture of Genetic-fuzzy systems and explain it with algorithm. (16)

KINGS COLLEGE OF ENGINEERING, PUNALKULAM 5


EE 1002 AI APPLICATIONS TO POWER SYSTEMS

UNIT – V

AI APPLICATIONS IN POWER SYSTEMS

PART – A (2 MARKS)
1. What is meant by Load forecasting?
2. What is the need for load forecasting?
3. Mention the different categories of load forecasting.
4. What is unit commitment?
5. Write short notes on load dispatching.
6. What are the techniques for solving Load dispatching problems?
7. What is load curve?
8. What is daily load curve?
9. What is monthly load curve?
10. What is yearly load curve?
11. What is connected load?
12. What is Load factor?
13. What is Load duration curve?
14. What is the function of AVR?
15. What is the disadvantage of high loop gain? How is to be eliminated?
16. When is feedback stability compensation used?
17. Define economic dispatch problem?
18. Mention any two factors which influence the transient stability.

PART – B

1. Explain how genetic algorithm is applied in solving electrical load forecasting problem. (16)

2. Explain the different AI Techniques in Solving Power Systems Optimization problems. (16)

3. Explain the application of Fuzzy logic in solving Power System stability problems. (16)

4. Explain the applications of ANN in power systems. (16)

5. Explain in detail the different AI Techniques in solving economic load dispatch


Problems. (16)

6. Explain in detail about the power system stability and transient stability. (16)

7. Explain in detail about the different categories of electrical load forecasting. (16)

8. Explain in detail about the load flow and Economic Load dispatch. (16)

KINGS COLLEGE OF ENGINEERING, PUNALKULAM 6

You might also like