April 14, 2024Question 11832 – Artificial-intelligenceMatch the following: List-I List-II a. Expert systems i. Pragmatics b. Planning ii. Resolution c. Prolog iii. Means-end analysis d. Natural language processing iv. Explanation facility […]
April 14, 2024ProgrammingQuestion 19 Consider the following C program int a, b, c = 0; void prtFun (void); int main () { static int a = 1; /* […]
April 14, 2024Question 6921 – UGC NET CS 2015 Dec – paper-3Given two sequences X and Y : X = < a, b, c, b, d, a, b > Y = < b, d, c, a, b, […]
April 14, 2024Question 6922 – UGC NET CS 2015 Dec – paper-3If there are n integers to sort, each integer has d digits and each digit is in the set {1, 2, …, k}, radix sort can […]