Posts

Showing posts from May, 2025

Cascading Style Sheets

Image
CSS:     Cascading Style Sheets BUILDING BLOCK OF WEBSIDE HTML: Provides the structure and content of a webpage. CSS: Styles and designs the appearance of the webpage JAVASCRIPT: Adds interactivity and dynamic behavior to the webpage.     What is CSS? • Cascading Style Sheets (CSS) is a stylesheet language used to describe the look & presentation of a document written in HTML or XML. It defines how elements are displayed on a web page . • CSS makes websites visually appealing and user-friendly.   How to code CSS? h1 { color: red; font-size: 32px;   } Creators & Maintenance of CSS? • CSS was created by a group of individuals known as the World Wide Web Consortium (W3C).   • Primary contributors include HÃ¥kon Wium Lie and Bert Bos.   • CSS standards and specifications are maintained by the W3C.   • A community of web developers, designers, and browser vendors also contribute to its evolut...

Problem Solving and Searching Techniques:

Image
  Problem Solving and Searching Techniques: AI is used a lot today It has many advantages and disadvantages AI is a problem which comes in different forms It has some problems which even AI cannot solve because AI was neither made by humans nor by humans AI problems exhibit distinct characteristics that shape the strategies and techniques used to tackle them  effectively. In this article, we delve into the fundamental features of AI problems, shedding light on what makes them so fascinating and formidable   Problem solving: is like a park which solves no matter how big the problem instantly. It solves the problem instantly no matter how big it is.. search space :   search space is the space which is used to solve the problem in all the studies It covers a range of options that an agent can choose from to reach the same destination. Production Systems Every automatic system with a specific algorithm must have rules for its proper functioning and functionin...

Cyber Security & vulnerabilities and Cyber Security Safeguards

Image
  Cyber Security & vulnerabilities and Cyber Security Safeguards Overview: Are weakness of a system that Given threat the opportunity to compromise assets All System have Vulnerabilities even through the technologies are improving but the number of vulnerabilities are increasing Sach a ten of millions of item of code many Developer human weakness etc. Vulnerabilities mostly happened because of hardware & S\w   network and procedural vulnerabilities Hardware vulnerabilities : is a weakness which can use to attack the system h/w through physically & remotely Old version of   System & devices unprotected storage unincited devices Etc. Software   vulnerabilities   s/w   error happened in development or configurated such as the execution of it can violate the Security policies   look of input valuation unverified upload cross side scripting unencrypted data etc.     network   vulnerabilities the ...