top of page
Courses
Blog
Search
Ask & Answer
Forum
Log In
All Posts
Basics of Linux
Algorithms
Past Year Papers
Ask & Answer
DPPs
RCs
Delhi University - Past Year Papers
Search
How to convert RGB color model to CMY color model?
Dhruv Badaya
May 29, 2024
1 min read
What is a Polygon Mesh and its representations?
Dhruv Badaya
May 29, 2024
3 min read
Rotate a triangle with coordinates A(0,0), B(1,1), C(5,2) by 45° about coordinate C in clockwise direction.
Dhruv Badaya
May 29, 2024
1 min read
Prove that parallel lines remain parallel under 2-D Transformations.
Dhruv Badaya
May 29, 2024
1 min read
Artificial Intelligence - B.Sc. (Hons.) Computer Science - Delhi University 2022 Question Paper
Dhruv Badaya
May 27, 2024
3 min read
Create a script for shopping in a supermarket.
Dhruv Badaya
May 27, 2024
1 min read
Create a frame network for terrestrial motor vehicles (cars, trucks, motorcycles) and give one complete frame in detail for cars which includes the slots for the main component parts, their attributes
Dhruv Badaya
May 27, 2024
1 min read
Prove that if A and B are independent events, P(A|B) = P(A). (Note that A and B are independent if and only if P(A & B) = P(A)P(B))
Dhruv Badaya
May 27, 2024
1 min read
Why should the heuristic function of A* algorithm always underestimate? Give reason, example.
Dhruv Badaya
May 27, 2024
1 min read
Determine whether the following sentence is satisfiable, contradictory or valid: P → Q → ~P
Dhruv Badaya
May 27, 2024
1 min read
Transform the following sentence into Disjunctive Normal Form.(~P∨~Q) & R→S
Dhruv Badaya
May 27, 2024
1 min read
Find the meaning of the statement:(~P ∨ Q) & R → S ∨ (~R & Q) for the interpretation: P is true, Q is false, R is true, S is true.
Dhruv Badaya
May 26, 2024
1 min read
Write the conceptual graph and FOPL representation for the following sentence: "Every motorbike has a handle"
Dhruv Badaya
May 26, 2024
1 min read
Express the following sentence as conceptual dependency structure: "Sohan gave Tina a box of chocolate"
Dhruv Badaya
May 26, 2024
1 min read
Find whether the following set is unifiable or not. If unifiable, find the most general unifier(m.g.u.).w = {PARENTS(x, FATHER(x), MOTHER(bill)), PARENTS(bill, FATHER(bill)...
Dhruv Badaya
May 26, 2024
1 min read
In the following two-ply game tree, the terminal nodes show the utility values computed by the utility function. Use the Minimax algorithm to compute the utility values for other nodes in the given...
Dhruv Badaya
May 26, 2024
1 min read
Write a context-free grammar that can accept the sentence: "Ram hit the ball".
Dhruv Badaya
May 26, 2024
1 min read
Describe the following terms: (a) Heuristic Function (b) Software Agent
Dhruv Badaya
May 26, 2024
1 min read
Given an array A of n integers, you need to find the maximum sum of any contiguous subarray. For instance, the maximum sum of any contiguous subarray in the array -1, 2, 3, -2, 5, -6, 7, -8 is 9...
Dhruv Badaya
May 26, 2024
1 min read
Suppose we perform a sequence of stack operations on a stack whose size never exceeds k. After every k operations, we make a copy of the entire stack for backup purposes. Show that the cost of n st...
Dhruv Badaya
May 26, 2024
1 min read
bottom of page