Define Entrepreneurship?
Entrepreneurship is the process of identifying an opportunity, organising resources and taking the risk to create and manage a new venture with the of making a profit.
Example - A person notices that many people want healthy homemade food but don't have time to cook. So, they start a 'tiffin' (Meal delivery service) service. Preparing and delivering fresh meal to offices and home.
Define entrepreneur?
Entrepreneur is an individual who identify the gaps in the market, the organises
UTRAN (UMTS Terrestrial Radio Access Network) is the radio access part of the UMTS (Universal Mobile Telecommunications System). It provides wireless communication between the user equipment and the core network. UTRAN is responsible for radio resource management, handover control, power control, encryption, data transmission, and maintaining the quality of service. It acts as an interface between mobile users and the UMTS core network. The UTRAN mainly consists of two important components: Node
LECTURE 1: The Age of Nationalism, 1850–1914 (Ch. 23)
Crimean War (1853–1856): Russia vs. Ottoman Empire + France + UK Collapse of Concert of Europe Opportunity for Italy/Germany.
Napoleon III (France): Authoritarianism + modern economy + public works + mass popular support.
Italian Unification (1859–1870): Fragmented states Kingdom of Italy. Cavour (diplomatic brains) + Garibaldi (military, "Red Shirts").
German Unification (1862–1871): Otto von Bismarck Realpolitik (
The cubital fossa is a triangular depression situated on the anterior aspect of the elbow joint. It serves as an important passage for major nerves, arteries, veins, and tendons between the arm and forearm.
It is one of the most clinically significant regions of the upper limb because it contains the brachial artery, median nerve, and tendon of biceps brachii.
Artificial Intelligence (AI) is the branch of computer science that develops machines capable of performing tasks that normally require human intelligence.
An Intelligent Agent is an entity that perceives its environment through sensors and acts upon it using actuators to achieve goals.
A Problem-Solving Agent is an intelligent agent that finds a sequence of actions to reach a goal from an initial state.
10.Discuss Basic Probability Notation with Suitable Example
Probability is the branch of mathematics that deals with the likelihood of occurrence of an event. The probability of an event ranges from 0 to 1, where:
Probability is widely used in Artificial Intelligence, Machine Learning, Statistics, Data Science, and Decision Making.
Basic Probability Notations
The sample space is the set of all possible outcomes
5.EXPLAIN FORWARD CHAING AND BACKWARD CHAING WITH EXAMPLE?
Forward Chaining is a data-driven inference technique used in Artificial Intelligence and Expert Systems. It starts with the known facts (initial data) and repeatedly applies inference rules to derive new facts until the desired goal is reached or no more rules can be applied.
It is called data-driven because the reasoning process begins with the available data and moves forward toward a conclusion.
Algorithm;
Start with the known facts
4.DEFINE CONSTRAINT SATISFACTION PROBLEM CSPS AND EXPLAN THEIR COMPONETS WITH EXAMPLE
A Constraint Satisfaction Problem (CSP) is a problem in Artificial Intelligence where the objective is to assign values to a set of variables such that all specified constraints are satisfied. CSPs are commonly used in planning, scheduling, resource allocation, map coloring, and puzzle-solving applications.
A CSP is represented as a triple:
CSP=(X,D,C)
where:
X = Set of variables
D = Domain of values for