adplus-dvertising
frame-decoration

Question

Choose the best matching between the programming styles in Group 1 and their characteristics in Group 2.

 Group-1 Group-2
 P.  Functional 1. Command-based, procedural
 Q.  Logic   2. Imperative, abstract data type
 R.  Object-oriented  3. Side-effect free, declarative, expression evaluation
 S.  Imperative   4. Declarative, clausal representation, theorem proving

a.

P-2, Q-3, R-4, S-1

b.

P-4, Q-3, R-2, S-1

c.

P-3, Q-4, R-1, S-2

d.

P-3, Q-4, R-2, S-1

Answer: (d).P-3, Q-4, R-2, S-1

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose the best matching between the programming styles in Group 1 and their characteristics in Group 2.  Group-1 Group-2  P.  Functional 1....

Similar Questions

Discover Related MCQs

Q. How many B-tree of order 3 can be constructed using 3 district keys?

Q. Which of the following is a minimum number of leaf nodes in a B-Tree of order 4 with height 3?

Q. If we are accessing a block in 100 block index using binary search, how many block read is Required to access the data in 100th block?

Q. Find the minimum number of elements that need to be placed in a B-tree of order 3 to reach 4 Levels?

Q. Construct a B+ tree for (1, 4, 7, 10, 17, 21, 31, 25, 19, 20, 28, 42) with n = 4. What is the key value at the root node?

Q. Calculate the order of B – tree using the following:

Block size = 512 bytes
Record pointer = 7 bytes
Block pointer = 6 bytes
Key filed = 9 bytes

Q. How many B+ trees of order 3 can be constructed using 3 district keys?

Q. Find the order of B+ tree leaf node using the following:

Block size = 512 bytes
Record pointer = 7 bytes
Block pointer = 6 bytes
Key field = 9 bytes

Q. What is the name for the adjacency matrix?

Q. To identify articulation points in a graph, ……….is very useful?

Q. The name backtrack was first coined by ………..

Q. In the backtracking Method, the modified criterion function is also known as………

Q. In backtracking, the function which needs to be maximized or minimized for a given problem is known as………….

Q. If we represent solution space in the form of a tree, then the tree is referred as………

Q. The solution space tree of 8 queens contain…………

Q. Each node in the tree organization defines………..

Q. In sum of subsets problem, if n weights are considered then, the solution space consists of………

Q. What is the time complexity of graph coloring problem?

Q. If d is the degree of the given graph, then it can be colored with…….colors.

Q. If n = 4 in the sum of subset problem, then the possible leaf nodes in the tree Organization are…….