Skip to main content

Web Page

 notes of Artificial Intelligence :

Artificial Intelligence

Comments

Popular posts from this blog

Supercomputer

  Supercomputer About Supercomputers Supercomputers are extremely powerful computers designed to perform complex computations at very high speeds. They are typically used for scientific and engineering applications that require intensive calculations, such as weather forecasting, climate modeling, molecular modeling, and simulations of physical systems. Supercomputers can handle massive amounts of data and perform calculations in parallel, using multiple processors and cores to accelerate computation time. Supercomputers are typically built using specialized hardware, such as custom-designed processors, high-speed interconnects, and massive storage systems. They are usually housed in specially designed facilities with extensive cooling systems to prevent overheating. Supercomputers have a wide range of applications in research, industry, and government, including weather forecasting, drug discovery, oil and gas exploration, and military simulations. They are also used for sci...

Introduction (CSS)

Computer Security :- Computer Security is the protection of information systems from theft or damage to the hardware, software and to the information on them. It includes controlling physically access to the hardware, as well as protecting against harm that may come via network access, data and code injection, and due to malpractice by operators. We can design the policies for information security within an organization by providing : i) Confidentiality :   Only authorized users can access the data resources and information. ii) Integrity : Only authorized users should be able to modify the data when needed. iii) Availability :  Data should be available to users when needed. iv) Authentication : Communicating with the authorized. Components of the computer System :- The components of a computer system that needs to be protected are : 1. Hardware 2. Firmware 3. Software 1. Hardware :  The physical part of computers, like the system memory and disk drive. 2. Firmware : Perm...

About Computer

Introduction of Computer...… computer is a programmable electronic device that accepts raw data as input and processes it with a set of instructions (a program) to produce the result as output. It renders output just after performing mathematical and logical operations and can save the output for future use. It can process numerical as well as non-numerical calculations. The term "computer" is derived from the Latin word "computer" which means to calculate.   A computer is designed to execute applications and provides a variety of solutions through integrated hardware and software components. It works with the help of programs and represents the decimal numbers through a strings of the binary digits. It also has a memory that stores the data, programs, and result of processing. The components of a computer such as machinery that includes wires, transistors, circuits, hard disk are called hardware. Whereas, the programs and data are called software. It is believed th...