what is software cycle?give a diagramatic representation


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AI Algorithms Interview Questions

Which language is used for artificial intelligence?

0 Answers   Flextronics,


Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.

0 Answers  


Write a code/algorithm to find the frequency of each element in an array?

0 Answers   ITC Indian Tobacco Company,


What are disadvantages uniform cost search algorithm?

0 Answers  


Which algorithm inverts a complete resolution strategy?

0 Answers  






what is software cycle?give a diagramatic representation

0 Answers  


Write the Shortest path algorithm for a graph.

1 Answers   Tech Mahindra,


Tell us how will you know which machine learning algorithm to choose for your classification problem?

0 Answers  


What are the disadvantages of breadth-first search algorithm?

0 Answers  


Consider the following algorithm: j = 1 ; while ( j <= n/2) { i = 1 ; while ( i <= j ) { cout << j << i ; i++; } j++; } (a) What is the output when n = 6, n = 8, and n = 10? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.

1 Answers  


What is the breadth-first search algorithm?

0 Answers  


What is software cycle? Give a diagrammatic representation?

0 Answers  


Categories