0% found this document useful (0 votes)
186 views

Programming and Data Structures - Lecture Notes, Study Material and Important Questions, Answers

All Topics with neat figure(Diagram) and Explanation. Important Questions and answers. Study Online / Download as PDF format. Programming and Data Structures - Lecture Notes, Study Material and Important Questions, Answers.

Uploaded by

M.V. TV
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)
186 views

Programming and Data Structures - Lecture Notes, Study Material and Important Questions, Answers

All Topics with neat figure(Diagram) and Explanation. Important Questions and answers. Study Online / Download as PDF format. Programming and Data Structures - Lecture Notes, Study Material and Important Questions, Answers.

Uploaded by

M.V. TV
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/ 7

Programming and Data Structures IBanking Financial Services Management

Subject : Programming and Data Structures I


C PROGRAMMING FUNDAMENTALS A REVIEW
1. C Programming Fundamentals - A Review Topics Covered - Answer (click
here)
2. Conditional Statements - Answer (click here)
3. Control statements - Answer (click here)
4. Functions - Answer (click here)
5. Arrays - Answer (click here)
6. C Preprocessor - Answer (click here)
7. Pointers - Answer (click here)
8. Function pointers - Answer (click here)
9. Function with Variable number of arguments - Answer (click here)
10. Important Short Questions and Answers: Programming Fundamentals -
Answer (click here)

C PROGRAMMING ADVANCED FEATURES


1. C Programming Fundamentals - A Review Topics Covered - Answer (click
here)
2. Conditional Statements - Answer (click here)
3. Control statements - Answer (click here)
4. Functions - Answer (click here)
5. Arrays - Answer (click here)
6. C Preprocessor - Answer (click here)
7. Pointers - Answer (click here)
8. Function pointers - Answer (click here)
9. Function with Variable number of arguments - Answer (click here)
10. Important Short Questions and Answers: Programming Fundamentals -
Answer (click here)
11. Structures - Answer (click here)
12. Union - Answer (click here)
13. File handling concepts - read, write and Manipulations - Answer (click here)
14. Important Short Questions and Answers: C Programming Advanced
Features - Answer (click here)

LINEAR DATA STRUCTURES LIST


1. C Programming Fundamentals - A Review Topics Covered - Answer (click
here)
2. Conditional Statements - Answer (click here)
3. Control statements - Answer (click here)
4. Functions - Answer (click here)
5. Arrays - Answer (click here)
6. C Preprocessor - Answer (click here)
7. Pointers - Answer (click here)
8. Function pointers - Answer (click here)
9. Function with Variable number of arguments - Answer (click here)
10. Important Short Questions and Answers: Programming Fundamentals -
Answer (click here)
11. Structures - Answer (click here)
12. Union - Answer (click here)
13. File handling concepts - read, write and Manipulations - Answer (click here)
14. Important Short Questions and Answers: C Programming Advanced
Features - Answer (click here)
15. Abstract Data Types (ADTs) - Answer (click here)
16. List ADT array-based implementation - Answer (click here)
17. Array Implementation of Lists List - Answer (click here)
18. Singly Linked List - Answer (click here)
19. Circularly linked lists - Answer (click here)
20. Doubly linked lists - Answer (click here)
21. Applications of lists - Answer (click here)
22. Important Short Questions and Answers: Linear Data structures- List -
Answer (click here)

LINEAR DATA STRUCTURES STACKS QUEUES


1. C Programming Fundamentals - A Review Topics Covered - Answer (click
here)
2. Conditional Statements - Answer (click here)
3. Control statements - Answer (click here)
4. Functions - Answer (click here)
5. Arrays - Answer (click here)
6. C Preprocessor - Answer (click here)
7. Pointers - Answer (click here)
8. Function pointers - Answer (click here)
9. Function with Variable number of arguments - Answer (click here)
10. Important Short Questions and Answers: Programming Fundamentals -
Answer (click here)
11. Structures - Answer (click here)
12. Union - Answer (click here)
13. File handling concepts - read, write and Manipulations - Answer (click here)
14. Important Short Questions and Answers: C Programming Advanced
Features - Answer (click here)
15. Abstract Data Types (ADTs) - Answer (click here)
16. List ADT array-based implementation - Answer (click here)
17. Array Implementation of Lists List - Answer (click here)
18. Singly Linked List - Answer (click here)
19. Circularly linked lists - Answer (click here)
20. Doubly linked lists - Answer (click here)
21. Applications of lists - Answer (click here)
22. Important Short Questions and Answers: Linear Data structures- List -
Answer (click here)
23. Stacks ADT - Linear Data Structures - Answer (click here)
24. Expression Evaluation and Syntax Parsing - Answer (click here)
25. Queue ADT - Linear Data Structures - Answer (click here)
26. Important Short Questions and Answers: Linear Data Structures -
Stacks, Queues - Answer (click here)

SORTING SEARCHING AND HASH TECHNIQUES


1. C Programming Fundamentals - A Review Topics Covered - Answer (click
here)
2. Conditional Statements - Answer (click here)
3. Control statements - Answer (click here)
4. Functions - Answer (click here)
5. Arrays - Answer (click here)
6. C Preprocessor - Answer (click here)
7. Pointers - Answer (click here)
8. Function pointers - Answer (click here)
9. Function with Variable number of arguments - Answer (click here)
10. Important Short Questions and Answers: Programming Fundamentals -
Answer (click here)
11. Structures - Answer (click here)
12. Union - Answer (click here)
13. File handling concepts - read, write and Manipulations - Answer (click here)
14. Important Short Questions and Answers: C Programming Advanced
Features - Answer (click here)
15. Abstract Data Types (ADTs) - Answer (click here)
16. List ADT array-based implementation - Answer (click here)
17. Array Implementation of Lists List - Answer (click here)
18. Singly Linked List - Answer (click here)
19. Circularly linked lists - Answer (click here)
20. Doubly linked lists - Answer (click here)
21. Applications of lists - Answer (click here)
22. Important Short Questions and Answers: Linear Data structures- List -
Answer (click here)
23. Stacks ADT - Linear Data Structures - Answer (click here)
24. Expression Evaluation and Syntax Parsing - Answer (click here)
25. Queue ADT - Linear Data Structures - Answer (click here)
26. Important Short Questions and Answers: Linear Data Structures -
Stacks, Queues - Answer (click here)
27. Sorting - Answer (click here)
28. Bubble sort - Answer (click here)
29. Quick sort - Answer (click here)
30. Selection sort - Answer (click here)
31. Insertion sort - Answer (click here)
32. Shell sort - Answer (click here)
33. Merge sort - Answer (click here)
34. Radix sort - Answer (click here)
35. Search Algorithm: Linear search or sequential search and Binary search
- Answer (click here)
36. Hashing - Answer (click here)
37. Separate Chaining (Open Hashing) (or) External Hashing - Answer (click
here)
38. Open Addressing (Closed Hashing) - Answer (click here)
39. Re Hashing Collision - Answer (click here)
40. Extendible Hashing - Answer (click here)
41. Important Short Questions and Answers: Sorting and Searching - Answer
(click here)

Subject : Banking Financial Services Management


OVERVIEW OF INDIAN BANKING SYSTEM
1. Evolution , Definition and functions of Banking - Answer (click here)
2. Types of banks - Answer (click here)
3. The RBI ACT 1934 - Answer (click here)
4. Negotiable Instruments Act 1881 - Answer (click here)
5. Banking Regulation Act 1949 - Answer (click here)
6. Rights and obligations of a banker - Answer (click here)
7. Overview of Financial statement of banks - Answer (click here)
8. Important Short Questions and Answers: Overview of Indian banking
system - Answer (click here)

SOURCES AND APPLICATION OF BANK FUNDS


1. Evolution , Definition and functions of Banking - Answer (click here)
2. Types of banks - Answer (click here)
3. The RBI ACT 1934 - Answer (click here)
4. Negotiable Instruments Act 1881 - Answer (click here)
5. Banking Regulation Act 1949 - Answer (click here)
6. Rights and obligations of a banker - Answer (click here)
7. Overview of Financial statement of banks - Answer (click here)
8. Important Short Questions and Answers: Overview of Indian banking
system - Answer (click here)
9. Sources and Application of Bank Funds - Answer (click here)
10. Important Short Questions and Answers: Sources and Application of
Bank Funds - Answer (click here)

CREDIT MONITORING AND RISK MANAGEMENT


1. Evolution , Definition and functions of Banking - Answer (click here)
2. Types of banks - Answer (click here)
3. The RBI ACT 1934 - Answer (click here)
4. Negotiable Instruments Act 1881 - Answer (click here)
5. Banking Regulation Act 1949 - Answer (click here)
6. Rights and obligations of a banker - Answer (click here)
7. Overview of Financial statement of banks - Answer (click here)
8. Important Short Questions and Answers: Overview of Indian banking
system - Answer (click here)
9. Sources and Application of Bank Funds - Answer (click here)
10. Important Short Questions and Answers: Sources and Application of
Bank Funds - Answer (click here)
11. Credit Monitorning - Answer (click here)
12. Important Short Questions and Answers: Credit Monitoring and Risk
Management - Answer (click here)

MERGERS DIVERSIFICATION AND PERFORMANCE


EVALUATION
1. Evolution , Definition and functions of Banking - Answer (click here)
2. Types of banks - Answer (click here)
3. The RBI ACT 1934 - Answer (click here)
4. Negotiable Instruments Act 1881 - Answer (click here)
5. Banking Regulation Act 1949 - Answer (click here)
6. Rights and obligations of a banker - Answer (click here)
7. Overview of Financial statement of banks - Answer (click here)
8. Important Short Questions and Answers: Overview of Indian banking
system - Answer (click here)
9. Sources and Application of Bank Funds - Answer (click here)
10. Important Short Questions and Answers: Sources and Application of
Bank Funds - Answer (click here)
11. Credit Monitorning - Answer (click here)
12. Important Short Questions and Answers: Credit Monitoring and Risk
Management - Answer (click here)
13. Mergers, Diversification and Performance Evaluation - Answer (click here)
14. Important Short Questions and Answers: Mergers, Diversification and
Performance Evaluation - Answer (click here)
15. Diversification of banks - Answer (click here)
16. Mutual funds and Types of mutual funds - Answer (click here)
17. Performance analysis of banks BASEL norms - Answer (click here)
18. Ratio Analysis - Answer (click here)
19. Camels rating - Answer (click here)

HIGH TECH E BANKING


1. Evolution , Definition and functions of Banking - Answer (click here)
2. Types of banks - Answer (click here)
3. The RBI ACT 1934 - Answer (click here)
4. Negotiable Instruments Act 1881 - Answer (click here)
5. Banking Regulation Act 1949 - Answer (click here)
6. Rights and obligations of a banker - Answer (click here)
7. Overview of Financial statement of banks - Answer (click here)
8. Important Short Questions and Answers: Overview of Indian banking
system - Answer (click here)
9. Sources and Application of Bank Funds - Answer (click here)
10. Important Short Questions and Answers: Sources and Application of
Bank Funds - Answer (click here)
11. Credit Monitorning - Answer (click here)
12. Important Short Questions and Answers: Credit Monitoring and Risk
Management - Answer (click here)
13. Mergers, Diversification and Performance Evaluation - Answer (click here)
14. Important Short Questions and Answers: Mergers, Diversification and
Performance Evaluation - Answer (click here)
15. Diversification of banks - Answer (click here)
16. Mutual funds and Types of mutual funds - Answer (click here)
17. Performance analysis of banks BASEL norms - Answer (click here)
18. Ratio Analysis - Answer (click here)
19. Camels rating - Answer (click here)
20. High Tech E-Banking - Answer (click here)
21. Important Questions and Answers: High Tech E-Banking - Answer (click
here)
22. Payment System In India - Answer (click here)
23. E-payment and Paper based payments - Answer (click here)
24. Plastic money or Ploymer money - Answer (click here)
25. Forecasting of cash demand at ATMs - Answer (click here)
26. Security threats in e-banking and RBIs initives - Answer (click here)

You might also like