University Notes

CMT 438 :Ethical Hacking Trending!
Ethical hacking is an authorized attempt to gain unauthorized access to a computer system, application, or data using the strategies and actions of malicious attackers. This practice helps identify security vulnerabilities that can then be resolved before a malicious attacker has the opportunity to exploit them.
96 Pages 2122 Views 0 Downloads 3.56 MB
Uploaded: 2025-02-05
INTRODUCTION TO ENVIRONMENTAL STUDIES Trending!
Environment influence and shaped our life. It is from the environment that we get food to eat, water to drink, air to breathe and all necessities of day to day life are available from our environment. Thus it is the life support system. Hence the scope & importance of the environment can be well understood.
54 Pages 2072 Views 0 Downloads 4.8 MB
Uploaded: 2025-02-05
Matrices and Determinants Trending!
In many economic analysis, variables are assumed to be related by sets of linear equations. Matrix algebra provides a clear and concise notation for the formulation and solution of such problems, many of which would be complicated in conventional algebraic notation. The concept of determinant and is based on that of matrix. Hence we shall first explain a matrix.
40 Pages 2245 Views 0 Downloads 724.52 KB
Uploaded: 2025-02-05
CMT 307:LIS 317 .NET PROGRAMMING Trending!
NET is a platform that provides a standardized set of services. It’s just like Windows, except distributed over the Internet. It exports a common interface so that it’s programs can be run on any system that supports .NET.
432 Pages 2082 Views 0 Downloads 9.5 MB
Uploaded: 2025-02-05
VB.NET TUTORIAL
Before getting deeply into the subject we will first know how Businesses are related to Internet, what .NET means to them and what exactly .NET is built upon. As per the product documentation from a Business perspective, there are three phases of the Internet. The First phase gets back to the early 1990's when Internet first came into general use and which brought a big revolution for Businesses. In the First phase of the Internet Businesses designed and launched their Website's and focused on the number of hits to know how many customers were visiting their site and interested in their products, etc. The Second phase is what we are in right now and in this phase Businesses are generating revenue through Online Transactions. We are now moving into the Third phase of the Internet where profit is the main priority. The focus here is to Businesses effectively communicate with their customers and partners who are geographically isolated, participate in Digital Economy and deliver a wide range of services. How can that be possible? The answer, with .NET
243 Pages 1819 Views 0 Downloads 3.46 MB
Uploaded: 2025-02-05
Introduction to NET framework
Before emergency of .NET framework, programmers used a number of tools to write programmers as depicted before Windows GUI development: Win32 API, MFC, Visual Basic, COM Web development: ASP
80 Pages 1864 Views 0 Downloads 2.87 MB
Uploaded: 2025-02-05
Web Application Basics Trending!
Web applications evolved from Web sites or Web systems. The first Web sites, created by Tim Berners-Lee while at CERN (the European Laboratory for Particle Physics), formed a distributed hypermedia system that enabled researchers to have access to documents and information published by fellow researchers, directly from their computers. Documents were accessed and viewed with a piece of software called a browser, a software application that runs on a client computer. With a browser, the user can request documents from other computers on the network and render those documents on the user’s display. To view a document, the user must start the browser and enter the name of the document and the name of the host computer where it can be found. The browser sends a request for the document to the host computer. The request is handled by a software application called a Web server, an application usually run as a service, or daemon, that monitors network activity on a special port, usually port 80. The browser sends a specially formatted request for a document (Web page) to the Web server through this network port. The Web server receives the request, locates the document on its local file system, and sends it back to the browser; see Figure 2-1. This Web system is a hypermedia system because the resources in the system are linked to one another. The term Web comes from looking at the system as a set of nodes with interconnecting links. From one viewpoint, it looks like a spider’s web. The links provide a means to navigate the resources of the system. Most of the links connect textual documents, but the system can be used to distribute audio, video, and custom data as well. Links make navigation to other documents easy. The user simply clicks a link in the document, and the browser interprets that as a request to load the referenced document or resource in its place.
98 Pages 2263 Views 0 Downloads 1.17 MB
Uploaded: 2025-02-05
Rules of Inference in Artificial Intelligence Trending!
Rules of Inference in Artificial Intelligence (AI) are logical principles that enable the derivation of new truths from existing knowledge, ensuring sound reasoning in automated systems. They help AI systems in theorem proving, automated reasoning, and decision-making by systematically deriving conclusions from a given set of premises. Effective use of these inference rules enhances the ability of AI to reason, solve problems, and make logical decisions in knowledge-based systems.
7 Pages 2129 Views 0 Downloads 235.51 KB
Uploaded: 2025-02-05
First- order Logic in Artificial Intelligence Trending!
First-Order Logic (FOL) in Artificial Intelligence (AI) is a formal system used to represent and reason about knowledge. It extends propositional logic variables, predicates, and functions, allowing for more expressive statements about objects and their relationships. FOL enables AI systems to model complex real world scenarios, perform automated reasoning, and derive conclusions based on logical inference. It is widely used in knowledge representation, expert systems, and natural language processing, making it a foundational tool for building intelligent agents.
8 Pages 2315 Views 1 Downloads 227.19 KB
Uploaded: 2025-02-05
Nutrition Care Process
Nutrition care process module is designed to equip the learner with knowledge, skills and attitude to enable the learner implement nutrition care process in every nutrition intervention. The prerequisite modules include; Principles of human nutrition, Nutrition intervention in HIV/AIDS and Communicable & non communicable diseases, Management of malnutrition, Nutrition surveillance, Diet therapy 1 and Nutrition in the Lifespan The module takes 30 contact hours: 13 hours for theory and 17 hours for practicals. Learners undertaking this module will have both theory and practical assessments. The formative assessment will be in the form of continuous assessment tests, assignments, clinical and field assessments and end of semester examination whereas summative assessment will be done in form of final qualifying examination.
49 Pages 1654 Views 0 Downloads 1.26 MB
Uploaded: 2025-02-04
Principles of Human Nutrition
Nutrition as defined as the science of food sand nutrients ,their action ,interaction and balance in relationship to health and disease, the processes by which the organism ingests ,digests ,absorbs ,transports and utilizes nutrients and disposes off their end product. It is a multi disciplinary science that embraces agriculture ,food technology ,psychology ,sociology ,economics ,religion ,culture and communication.
154 Pages 392 Views 0 Downloads 5.43 MB
Uploaded: 2025-02-04
INTRODUCTION TO CRIMINOLOGY
The notes describe the sources of criminal law in Kenya
8 Pages 393 Views 1 Downloads 183.57 KB
Uploaded: 2025-02-04
HTML Beginner Guide
This HTML Beginner's Guide assumes that you have no previous knowledge of HTML or CSS. It should be quite easy to follow if you work through each step, which are all brought together at the end, before moving on to the CSS Beginner's Guide.
16 Pages 241 Views 0 Downloads 123.74 KB
Uploaded: 2025-02-04
Propositional Logic in Artificial Intelligence Trending!
Propositional Logic in Artificial Intelligence (AI) is a formal system used to represent and reason about facts and relationships in a structured and unambiguous way. It consists of propositions, which are statements that can be either true or false, and logical connectives such as AND, OR, NOT, IMPLICATION, and BICONDITIONAL. In AI, propositional logic is used for knowledge representation, automated reasoning, and decision-making. It enables inference through rules of deduction, such as Modus Ponens and Resolution, allowing AI systems to derive new knowledge from existing facts. However, while propositional logic is useful for simple reasoning tasks, it lacks expressiveness for handling complex domains involving variables, quantifiers, or uncertainty, which are addressed by more advanced logical systems like First-Order Logic and Probabilistic Logic.
7 Pages 2319 Views 1 Downloads 214.07 KB
Uploaded: 2025-02-04
Techniques of knowledge representation
Techniques of knowledge representation in Artificial Intelligence (AI) define how information is structured and processed for reasoning and decision-making. The main techniques include logical representation, which uses formal logic to express facts and rules; semantic networks, which represent knowledge as interconnected nodes and relationships; frames, which organize knowledge into structured templates with attributes and values; and production rules, which use "if-then" statements for decision-making. Ontologies provide a hierarchical structure of concepts and their relationships, enabling AI to understand context. These techniques help AI systems efficiently store, retrieve, and apply knowledge, making them crucial for expert systems, natural language processing, and intelligent decision-making.
7 Pages 1933 Views 0 Downloads 1.11 MB
Uploaded: 2025-02-04
Knowledge Representation
Knowledge representation in Artificial Intelligence (AI) refers to the methods used to encode information about the world in a format that a computer can process and reason with. It enables AI systems to store, retrieve, and manipulate knowledge to make informed decisions. Common techniques include semantic networks, frames, production rules, and ontologies, each suited for different problem domains. Effective knowledge representation allows AI to perform reasoning, understand natural language, and interact intelligently with humans. It is fundamental to expert systems, natural language processing, and automated decision-making, making AI systems more efficient and capable of solving complex problems.
8 Pages 350 Views 0 Downloads 303.99 KB
Uploaded: 2025-02-04
Knowledge-based Agent in Artificial Intelligence Trending!
A knowledge-based agent in Artificial Intelligence (AI) is a system that uses a structured knowledge base to make decisions, solve problems, and interact with its environment intelligently. It consists of a knowledge base, which stores facts and rules, and an inference engine that applies logical reasoning to derive conclusions. These agents can learn from past experiences, update their knowledge, and make informed decisions. They are widely used in expert systems, medical diagnosis, robotics, and automated decision-making. By combining symbolic reasoning with machine learning, knowledge-based agents enhance AI's ability to handle complex tasks requiring logic, inference, and domain expertise.
5 Pages 2117 Views 1 Downloads 128.98 KB
Uploaded: 2025-02-04
History of Artificial Intelligence Trending!
The history of Artificial Intelligence (AI) dates back to ancient times, with myths of mechanical beings. However, modern AI began in the 1950s when Alan Turing proposed the concept of machine intelligence and developed the Turing Test. In 1956, the Dartmouth Conference marked AI's formal birth. Early AI research focused on symbolic reasoning and problem-solving but faced challenges due to limited computing power. The 1980s saw the rise of expert systems, and in the 1990s, machine learning gained traction. The 21st century brought deep learning, big data, and powerful neural networks, leading to breakthroughs in natural language processing, computer vision, and autonomous systems. Today, AI continues to evolve, transforming industries and daily life.
4 Pages 2725 Views 0 Downloads 211.64 KB
Uploaded: 2025-02-04
Applications of Artificial intelligence Trending!
Artificial Intelligence (AI) is widely applied across various industries, revolutionizing how tasks are performed. In healthcare, AI aids in disease diagnosis, drug discovery, and personalized treatment plans. In finance, it enhances fraud detection, risk assessment, and algorithmic trading. AI-driven automation boosts efficiency in manufacturing and supply chains. In customer service, AI chatbots provide instant support, while in marketing, AI optimizes ad targeting and consumer insights. Autonomous vehicles, smart assistants, and robotics showcase AI's impact on daily life. Additionally, AI is crucial in cybersecurity, climate modeling, and scientific research, making it an essential tool for innovation and problem-solving.
4 Pages 2383 Views 0 Downloads 244.68 KB
Uploaded: 2025-02-04
What is Artificial Intelligence
Artificial Intelligence (AI) is a branch of computer science that focuses on creating machines capable of performing tasks that typically require human intelligence. These tasks include problem-solving, learning, reasoning, perception, and language understanding. AI can be categorized into narrow AI, which is designed for specific tasks like speech recognition, and general AI, which aims to replicate human cognitive abilities. It incorporates techniques such as machine learning, neural networks, and natural language processing to enhance automation and decision-making. AI is transforming industries like healthcare, finance, and robotics, driving innovation and efficiency in various domains.
5 Pages 1946 Views 0 Downloads 150.94 KB
Uploaded: 2025-02-04