About Me

My photo
Vijayapur, Karnataka, India
Learn with joy and Grow with values (Happy Learning)

Tuesday, 7 January 2020

Tips to get good marks in Engineering Examinations.

Dear student,

First of all, you need to be happy and be proud of you.

Be cool and receive question paper.

Write your USN on question paper.

Write your name in the block and put yours signature.

Fill all remaining details correctly.

Go through all questions from entire question paper once (slowly)

First, you need to attempt that question which you feel comfort and perfect.

Answers must be neat and spacious. Underline important points.

Do not write two or more answer per page.

For 10 marks, minimum 2 pages or more.

Write question number correctly for every answer.

Maintain space between answers also.

Draw drawings, wherever necessary.

Give more examples.

Prepare all MODULES for examination. Better, prepare or revise the modules in reverse order i.e. Module -5, Module-4, Module-3, Module-2 and Module-1.

If you solve at least 2 to 4 previous old VTU question papers of that subject, no doubt, definitely, you pass the subject.

Yours objective should be score out of out in all subjects. Do not be happy with only passing marks.

Please, do not COPY in examination that spoils yours life. FAIL in subject is better than COPY.

Better FAIL, but at any cost do not copy.

Try to read subjects for knowledge, not to pass examination, if you do so, then no doubt, you pass the examination. (i.e. like do not live for eating food, instead eat food to live)

Give respect to all...i.e. to your teacher, to the subject, to the black ink pen, VTU answer booklet, all writing materials..then you get good returns.

On VTU booklet it self they printed "First be human being....Modalu Manavanagu....".....

All the best...do well in exam....

ALL IS WELL.



Wednesday, 11 December 2019

VIVA VOCE Questions for C Programming Laboratory of first year engineering course.

Name input devices.

Name output devices.

Can you tell me the difference between Primary and Secondary memory?

Can you tell me the difference between RAM and ROM?

What do you mean by LAN, WAN and MAN?

What is bit or byte?

What are C tokens? give examples.

What is a variable?

What is a constant?

What is the difference between variable and constant?

What is stdio.h?Why do we include in C file?

What is stdlib.h?Why do we include in C file?

What is the difference between simple if, if else, nested if and else if ladders statements?

What is the difference between while, do while and for loop statements available in C?

What is the difference between break, continue and goto statements?

What is one dimensional array? Why do we use being a programmer?

What is two dimensional array? Why do we use being a programmer?

What is string?

Can you name some string handling functions available in C?

What is the difference between strcmp() and strncmp()?

What ASCII stands for?

What is the ASCII value of A and a?

What is user defined functions?

What are actual and formal parameters?

What is the difference between call by value and call by reference methods?

What are storage classes used in C? Name them and tell the difference between them.

What is structure?

What is the difference between array and structure?

What is nested structure?

What is typedef?

What are pre processors?

Name the types of preprocessors.

What are the advantages of pre processors?

What are compiler control directives?





Wednesday, 4 December 2019

Important questions to be practice for VTU main examination on Functions, Pointers, Structures and Preprocessor (I semester B.E.)


Four Categories of Functions based on arguments and return value with examples.

Differences between call by value and call by reference.

Actual and formal parameters

What is recursive function? Write a recursive function to find factorial of N.

What is structure? Discuss the definition of structure, declaration and initialization of structure variable with syntax and examples.

Discuss the different ways to define structure and structure variables with examples.

Discuss the nested structure  and typedef with examples.

What is pointer? Discuss its declaration and initialization with syntax and examples.

What are preprocessors? list and explain with examples.

What is dynamic memory allocation? List and explain in brief about memory allocating functions.

Write C program to read and display one students information (Roll No, Name, USN and Marks)

Write user defined function isprime(n) that read n and return 1 if it is prime number; otherwise 0

Write C program to find standard deviation of n floating point numbers using pointers.

Write a c program to swap the contents of two variables using pointers.


Note: Do not forget to send your feedback about this blog. to cs.kusur@gmail.com

Thursday, 28 November 2019

Download C language Notes on C for Problem Solving Syllabus as per VTU, Belagavi for first and second semester

Dear students,

Please click on below link to download the notes of Module-5.

Module-5 C for Problem Solving Notes as per VTU Syllabus

Send your feedback to cs.kusur@gmail.com

Send request to get cs.kusur@gmail.com to get notes of other modules..

Good luck!

Sunday, 24 November 2019

2nd IA Marks of C for Problem Solving I Sem. G division.


Results of 2nd IA Marks
Class: I Sem. 'G' Division  Staff: C. S. Kusur


Click on below link to see yours 2nd IA marks of CPS.
All the best!
Click here to see yours 2nd IA Marks of CPS

Note: Dear students, Those who scored less than 19 as a final 2nd IA. You need to solve 2nd IA question paper once again and submit before 7th Dec. 2019

Wednesday, 20 November 2019

Assignment-3 C for Problem Solving for I Sem G Division by C. S. Kusur

What is one dimensional array? Discuss its declaration and initialization with syntax and examples.

What is two dimensional array? Discuss its declaration and initialization with syntax and examples.

Discuss the elements of user defined functions with syntax and examples.

What are actual and formal parameters?Give programming example.

Discuss the categories of functions with examples.

Write differences between call by value and call by reference methods.

What is recursive function? Give programming example.

Discuss the following storage classes used in C with examples.
automatic variables
global variables
static variables
register variables


Write a function to find largest of two numbers.
Write a function to find factorial of n
Write a function to find length of a string
Write a function named isprime(n) that returns 0 if the number is not prime; otherwise, it returns 1.

What is structure? Discuss its declaration with syntax and examples.

What is pointer? Discuss its declaration and initialization with syntax and examples.

What is DMA (dynamic Memory Allocation)?Discuss the memory allocation functions like malloc(), calloc(), realloc() and free() with syntax and examples.

Give programming example for DMA.

What are preprocessors?List and discuss the different types of preprocessors.

Write a c program to swap (interchange) the contents of two variables using pointers.





Assignment-3 SAN (Storage Area Networks) 7th Semester A Division (C. S. Kusur)


Answer any 5 of the following.

1. List and explain the four security goals of information security environment.

Hint:
(CIAA)
Confidentiality
Integrity
Availability and
Accountability.

2.  Discuss Risk Triad in brief.

Hint:
1. threats
2. assets
3. vulnerabilities


3.  With neat diagrams explain storage security domains.

Hint:
a) Application access
b) Management access
c) backup, replication and archive

4. Discuss about the security implementations in storage networking.

a) Securing FC SAN Environment
b) Securing NAS Environment
c) Securing IP-SAN Environment

6. Discuss the monitoring the storage infrastructure with monitoring parameters and components.

Hint:
Monitoring Parameters
a) accessibility
b) capacity
c) performance
d) security

Monitoring components
1) Hosts 2) Networks 3) storage

7. List and discuss the following monitoring parameters

Hint:
1. Accessibility monitoring
2. Capacity monitoring
3. Performance monitoring
4. Security Monitoring
5. Alerting of events by alerts


8. Write short note on "Alerts".

9. List and discuss the storage infrastructure management activities.

Hint:
Availability Management
Capacity "
Performance "
Security "
Reporting


10. Discuss Information Lifecycle Management (ILM) with its key benefits.

11. Discuss the challenges for consumers and providers of cloud computing.

12. Write short note on  IP-SAN security implementation in storage networking.

13. Discuss the cloud adoption considerations.

14. Discuss in brief about cloud computing infrastructure.







Friday, 8 November 2019

Questions on Arrays and Strings as a part of Assignment-2 CPS for I Sem G Division Civil Students

What is one dimensional array?Discuss its declaration and initialization with syntax and examples.

What is two dimensional array?Discuss its declaration and initialization with syntax and examples.

What is string ?Discuss its declaration and initialization with syntax and examples.

Discuss following string handling (manipulation) functions with explanation, syntax and examples.

1. strlen()
2. strcpy()
3. strncpy()
4. strcat()
5. strncat()
6. strcmp()
7. strncmp()
8. strupr()
9. strler()
10.strupr()


Programs on 1D array:

Write a c program to implement implement linear search technique.

Write a c program to implement implement binary search technique.

Write a c program to implement implement bubble sort technique.

Write a c program to find largest and lowest of N numbers.

Write a c program to find sum and average of N integers using 1D array.

Programs on 2D array:

Write a c program to find addition of two matrices.

Write a c program to find multiplication of two matrices.


Programs on strings:

Write a c program to find length of a string without using built in function.

Write a c program to copy one string into another string variable without using built in function.

Write a c program to concatenate one string to another string without using built in function.

Write a c program to reverse a string without using a built in function.








Thursday, 24 October 2019

SAN: Assignment 2

Answer any 5 of the following

What do you mean by Information Availability?  Write three definitions in terms of Accessibility, Reliability and Timeliness.

List and discuss the BC (Business Continuity) Terminology.

Explain the five stages of BC Planning Life Cycle.

Discuss in brief about the BC Technology solutions. (Backup, Local Replication, Remote Replication)

What is backup? Discuss in brief about the backup topologies with neat diagrams.

Write differences between Backup Targets like Tape, Disk and Virtual Tape. (Write short note on Backup Targets)

Discuss Backup in Virtualized Environments.

What is Data Archive? Discuss in brief.

What is local replication? List and explain its uses.

List and explain the local replication technologies.

Write short note on data deduplication methods.

Write short note on Three Site Replication.

What is cloud computing? List and explain the characteristics of cloud computing.

Discuss Cloud Service Models.

Discuss Cloud Deployment Models.

Discuss Cloud Computing Infrastructure.













Tuesday, 15 October 2019

Assignment 2: I Sem. G Division Subject: C for Problem Solving

1. Discuss the following decision making statements with syntax, flowchart and examples.

simple if

if else

nested if

else if ladder (cascaded if)

switch

Write C programs for following.

1. To find largest of 2 numbers.
2. To find largest of 3 numbers.
3. To check, whether the year is leap year not.
4. To check, whether the number is even or odd number.
5. To display Grades as per percentage of marks scored. (Refer following Table)
       Percentage      Grades
       90 to 100           O     
       80 to 89             S
       70 to 79             A
       60 to 69             B
       50 to 59             C
       45 to 49             D
       40 to 44             E
       0 to 39               F

6. To provide menu options using switch to find area of circle, area of rectangle and area of triangle to work according to users choice.




2.  Discuss the following with syntax, flowchart and examples.

while

do while

for

Write C programs for following.

To find factorial of n using while
To find factorial of n using do while
To find factorial of n using for

To find sum and average of 1 to 10 number using while.
To find sum and average of 1 to 10 number using do while
To find sum and average of 1 to 10 number using for

To print first N fibonacci numbers.


3. Explain following with syntax and examples.

break
continue
goto

4. Write differences between while and do while

5. Write differences between break and continue.

6. Write C program to check, entered number is PRIME or NOT PRIME.











Friday, 30 August 2019

Assignment 1: Storage Area Networks Class: VII Sem. CSE

Discuss the Evolution of Storage Architecture with neat diagram.

List and discuss in brief about key characteristics of a Data Center.

List and discuss in brief about the core elements of Data Center.

What is RAID? List and discuss all the RAID levels in brief with free hand sketch.

What is intelligent storage system (iSS)?List and discuss the components of iss in brief.

What is storage provisioning?Discuss the traditional and virtual storage provisioning.

What is SAN?Discuss components of FC SAN.




Friday, 23 August 2019

Assignment-1 C for Problem Solving I Sem. "G" Division Civil Students Odd Sem 2019 -20

Assignment-1

1. What is computer?

2. What is computer program?

3. List and explain in brief about input and output devices.

4. Draw the block diagram of a computer system and explain the components in brief.

5. Discuss generations of a computer system in brief.

6. List and discuss in brief about the types of computer system.

9. What is computer network?list its advantages.

10. Discuss LAN, MAN and WAN in brief.

11. Discuss network topologies with diagram.

12. List and explain the network components.

13. Discuss the Structure of C Program with programming examples.

14. What are C tokens?List and explain in brief.

15. What are datatypes?List and discuss in brief.

16. What are formatted I/O functions?Discuss with syntax and examples.

17. Discuss the following operators with examples.
arithmetic, relational, logical, increment and decrement, conditional, bitwise, assignment, special operators.

18. What is typecast?Discuss types with examples.

19. Design and develop C programs for following.

To find area and perimeter of rectangle.
To find area of triangle by reading breadth and height.
To find area of triangle by reading three sides of it.
To find simple interest.
To find are and circumference of a circle.
To convert temperature reading from F to C.

Thursday, 27 June 2019

Modulewise Questions to be practice on "C for Problem Solving" II Sem. Engineering Students (VTU, Belagavi)


Module-1

Block diagram of a computer with explanation of each part in brief.

List of input devices with explanation in brief about each.

List of output devices with explanation in brief about each.

Generations of Computers

Types of Computers

What is computer network? list its advantages.

Write differences between LAN, WAN and MAN

Discuss network topologies (bus, star, ring and mesh) with diagram and examples.


Module-2

Structure of a c program with programming example.

C-tokens (list and explain in brief)

What is identifier? Discuss rules for defining identifiers with valid and invalid examples for each rule.

What is variable? Discuss its declaration and initialization with syntax and examples.

What are formatted input and output functions(scanf and printf)? Discuss with syntax and examples.

What are unformatted input and output functions? Discuss with syntax and examples.

List and discuss the following operators with explanation and examples.

Arithmetic
Relational
Logical
increment and decrement
Conditional operator
Bitwise operators
Special operators (comma and sizeof)

What is typecast(type conversion)? Discuss implicit and explicit type conversions with examples.

Write c programs for following.

To find simple interest (algorithm, flowchart, pesudocode, program)

To find area and circumference of a circle (algorithm, flowchart, pseudocode, program)

To find area and perimeter of rectangle.

To find area of triangle by reading breadth and height of it.

To find area of triangle by reading 3 sides of it (a,b,c)

To swap to values using temporary variable.

To swap to values without using temporary variable.


Module-3

Discuss the following conditional(decision making/selection/branching) statements with syntax, flowchart and examples.
simple if
if else
nested if
else if ladder
switch

Discuss the following loop statements with syntax, flowchart and examples.
while
do while
for

Write differences between while and do while statements.

Write differences between break and continue statements.

Discuss the following storage classes used in C with examples.

automatic variables
global variables
static variables
register variables

Programs:
To check for leap year
To check, whether the number N is even or odd number.
To check, whether the number is PALINDROME or not.
To find factorial of N
GCD and LCM using Euclid's algorithm.
To print first N fibonacci numbers.

Module-4

What is one dimensional array? Discuss its declaration and initialization with syntax and examples.

What is two dimensional array? Discuss its declaration and initialization with syntax and examples.

What is string? Discuss its declaration and initialization with syntax and examples.

Discuss all string handling functions with syntax and examples.

Programs:
Bubble sort
Linear search
Binary search
Sum and Avg of N numbers
Find maximum and minimum of N numbers

Module-4

Discuss the 3 elements of user defined functions with syntax and examples.

Discuss categories of function with examples.

What are actual and formal parameters?Discuss with examples.

Discuss parameter passing mechanism. (call by value and call by reference)

What is recursive function?Give example.

Programs:
Function to check for prime number.
Function to find length of a string.



Module-5

What is structure?Discuss declaration of structure and structure variable with syntax and examples.

What is array of structure?Give programming example.

What is nested structure?Give example.

Discuss structures and functions with example.

What is pointer? Discuss its declaration and initialization with syntax and examples.

What is dynamic memory allocation? Discuss memory allocation functions like malloc(), calloc(), realloc(), fee().

What are pre-processors? Discuss three types with examples.

Programs:

Swap two values using pointers.

Standard deviation

C Program to print Pascals Triangle (Click below link)
https://drive.google.com/file/d/1gv62LCGTury6zdevYFfRUUrPRME17fxV/view?usp=sharing

Note: Send your feedback to cs.kusur@gmail.com or Write comments.
       
























Sunday, 9 June 2019

Toppers for First, Second and Third IA : Congratulations!....Keep it up....

Toppers for First IA

Roll No USN Students Name First IA
6 2BL18CS010 ARJUN NAIK  50
34 2BL18CS030 JAHNAVI DESHPANDE 50
41 2BL18CS037 LAXMI AWATI  50
51 2BL18CS051 PRADNYA AWATI  50
59 2BL18CS068 SADAF MULLA 50
61 2BL18CS071 SAHANA M TATTIMANI  50
62 2BL18CS074 SAYEDA MATHINA FARHA KAZI 50
60 2BL18CS072 SAHANA C SAJJAN 49
318 2BL18CS076 SHIFA K. ATTAR 47
14 2BL18CS023 DEV PATEL 45


Toppers for Second IA
Roll No USN Students Name Second IA
6 2BL18CS010 ARJUN NAIK  49
34 2BL18CS030 JAHNAVI DESHPANDE 49
39 2BL18CS034 KAVYA NARAGUND 48
60 2BL18CS072 SAHANA C SAJJAN 47
10 2BL18CS016 BASAVARAJ S MUTTAGI  45
61 2BL18CS071 SAHANA M TATTIMANI  45
41 2BL18CS037 LAXMI AWATI  44
7 2BL18CS012 AYUSH MANJUNATH NAIK 42
54 2BL18CS055 PRIYA AGARWAL 42
25 2BL18CS056 RACHANNA HANAMANTH CHIGADANI  38
50 2BL18CS050 POORNIMA CHINTAMANI 38
59 2BL18CS068 SADAF MULLA 38

Toppers for Third IA
Roll No USN Students Name Third IA
34 2BL18CS030 JAHNAVI DESHPANDE 46
6 2BL18CS010 ARJUN NAIK  43
10 2BL18CS016 BASAVARAJ S MUTTAGI  43
33 2BL18CS027 GEETA NIDONI 41
7 2BL18CS012 AYUSH MANJUNATH NAIK 40
14 2BL18CS023 DEV PATEL 36
41 2BL18CS037 LAXMI AWATI  36
50 2BL18CS050 POORNIMA CHINTAMANI 34
52 2BL18CS053 PREETI CHAVAN 34
318 2BL18CS076 SHIFA K. ATTAR 32

First, Second and Third IA Marks of II Sem A Division Subject: C for Problem Solving

Click on below link to know your first, second and third IA marks outof 50.


II Sem A Division IA Marks

Dear students,

I am sorry to say that, still you need to improve lot to pass this subject in VTU main examination.

If, you have any doubts in any topic, kindly come to college. I am ready to explain you all.

All of you belongs to Computer Science and Engineering. So, prepare well for examinations....

Do not be absent for Tuesday and Wednesday classes 11th and 12th July 2019

Good luck...

Come and contact


Tuesday, 4 June 2019

CPS: II Sem 'A' Division, Assignment Questions on Arrays, Strings, Functions and Pre Processor.

Array:
Discuss the declaration and initialization of one and two dimensional arrays with syntax and examples.

Programs on Arrays:
Sum and Average of N numbers using array.
Implementation of linear search
Implementation of binary search
Implementation of bubble sort
Programs on arrays (taught in class)

Strings:
What is string?Discuss its declaration and initialization.
Reading and writing strings.
String handling functions (10 types)
Programs on strings (taught in class)

Functions:
Discuss the elements of user defined function with syntax and example.
Explain the categories of user defined functions with examples.
Write user defined function to find length of a string.
Write a c program to implement bubble sort technique.
What are recursive function? 
Write recursive function to find factorial.
Write recursive function to convert binary to decimal.
Differentiate the call by value and call by reference techniques.
What are actual and formal parameters? Give example.
Write user defined function to swap two values using pointers.

Preprocessor:
What are preprocessors? Discuss the types with syntax and examples.
1)Macro substitution directives
2) File inclusion directives
3) Compiler control directives.



Friday, 17 May 2019

CPS II Sem 'A' Division: Syllabus for 2nd IA

C-operators:
Arithmetic
Relational
Logical
Increment/decrement
Conditional
Bitwise
Special operators(comma, sizeof())

Typecast (type conversion)
Implicit and Explicit

Decision making (conditional) statements:
Simple if, if else, nested if, else if ladder
switch

Loop statements:
while
do while
for

Jump statements:
break
continue
goto
exit
return

Array:
Definition and examples.

Programs:
1 to n numbers
PALINDROME or NOT
sum and average of 1 to n numbers
factorial of n
first n fibonacci numbers
GCD and LCM of two numbers using Euclid's algorithm
prime number

Good luck ...All the best....

Sunday, 12 May 2019

Syllabus for 3rd IA: Design and Analysis of Algorithms

Heapsort:

Sort the given list of elements 2, 9, 7, 6, 5, 8 by heapsort.

0/1 Knapsack problem:
Solve the knapsack problem using dynamic programming technique.
n=4,
w1,w2,w3,w4=(2,1,3,2)
v1,v2,v3,v4=(12,10,20,15)
W=5

Bellman Ford Algorithm:
Apply Bellman Ford algorithm to find shortest path from source vertex S to other vertices of a given graph. (As given in notes).

Multistage Graph Problem:
Solve the multistage graph problem using dynamic programming between node1 to node12 and also evaluate the cost of shortest path. (Refer notes for graph)

Warshall Algorithm:
Apply warshall algorithm for the given diagraph to find its transitive closure. (refer notes for graph)

Floyd's Algorithm:
Apply Floyd's algorithm for the given diagraph to find all pairs shortest paths for the given graph (refer notes for graph)

Optimal Binary Search Tree (BST)
Apply dynamic programming technique to constrcut optimal BST for the given keys and their probabilities. (refer table of values from notes)

n-Queens Problem:
Solve 4-Queens problem.







Friday, 3 May 2019

Assignment-2: C for Problem Solving (II Sem 'A' Division)

Discuss the following with syntax, flowchart and two examples.

simple if

if else

nested if

else if ladder (cascadded if)

switch

while loop

do while loop

for loop

break

continue

goto

exit

return


Assignment 3: Design and Analysis of Algorithms

Module-4 : All topics taught by me.

Apply the following algorithms for the the given graph to find.....

0/1 Knapsack problem 

Bellman Ford Algorithm

Multistage Graph Problems

Warshall Algorithm (Transitive Closure)

Floyd's Algorithm (All Pairs Shortest Path Problems)

OBST



Day-1 24-08-2026 , Hands on material on basic of digital image processing in Python using OpenCV package.

BLDEAS V. P. Dr. P. G. Halakatti College of Engineering & Technology, Vijayapura   FACULTY DEVELOPMENT PROGRAMME (FDP) “Advances in ...