Posts

Showing posts from December, 2020

What is RAM

Image
Random-access memory  ( RAM  ) is a form of  computer memory  that can be read and changed in any order, typically used to store working  data  and  machine code . A  random-access  memory device allows  data  items to be  read  or written in almost the same amount of time irrespective of the physical location of data inside the memory. In contrast, with other direct-access data storage media such as  hard disks ,  CD-RWs ,  DVD-RWs  and the older  magnetic tapes  and  drum memory , the time required to read and write data items varies significantly depending on their physical locations on the recording medium, due to mechanical limitations such as media rotation speeds and arm movement. RAM contains  multiplexing  and  demultiplexing  circuitry, to connect the data lines to the addressed storage for reading or writing the entry. Usually more than one bit of stora...

HTML versions timeline

Image
                                                 HTML 2 November 24, 1995 HTML 2.0 was published as RFC 1866. Supplemental RFCs added capabilities: November 25, 1995: RFC 1867 (form-based file upload) May 1996: RFC 1942 (tables) August 1996: RFC 1980 (client-side image maps) January 1997: RFC 2070 (internationalization)

What is Mother Board

Image
  The  motherboard  is a printed circuit board and foundation of a computer that is the biggest board in a computer chassis. It allocates power and allows communication to and between the CPU , RAM , and all other computer hardware components.

HTML History

Image
  Development Tim Berners-Lee in April 2009 (developer of HTML5) In 1980, physicist  Tim Berners-Lee , a contractor at  CERN , proposed and prototyped  ENQUIRE , a system for CERN researchers to use and share documents. In 1989, Berners-Lee wrote a memo proposing an  Internet -based hypertext system.  Berners-Lee specified HTML and wrote the browser and server software in late 1990. That year, Berners-Lee and CERN data systems engineer  Robert Cailliau  collaborated on a joint request for funding, but the project was not formally adopted by CERN . In his personal notes from 1990 he listed "some of the many areas in which hypertext is used" and put an encyclopedia first. The first publicly available description of HTML was a document called  "HTML Tags" , first mentioned on the Internet by Tim Berners-Lee in late 1991. It describes 18 elements comprising the initial, relatively simple design of HTML . Except...

What is CPU

Image
  A central processing unit ( CPU ) is an important part of every computer. The  CPU  sends signals to control the other parts of the computer, almost like how a brain controls a body. The  CPU  is an electronic machine that works on a list of computer things to do, called instructions. It reads the list of instructions and runs ( executes ) each one in order. A list of instructions that a CPU can run is a computer program. The clock rate, or speed of a CPU's internal parts, is measured in  hertz   (Hz) . Modern processors often run so fast that gigahertz (GHz) is used instead. One GHz is 1,000,000,000 cycles per second. Most CPUs used in desktop (home) computers are microprocessors made by either Intel or Advanced Micro Devices  (usually shortened to AMD) . Some other companies that make CPUs are  ARM ,  IBM , and  AMD  under  ATI Technologies , which is the leader right ...

What is HTML

Image
Hypertext Markup Language  ( HTML ) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as  Cascading Style Sheets (CSS) and scripting languages such as  JavaScript . Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by  tags ,...

About This Website

Hi friends my self  Shrihan Khedkar, the  creator of this website. Th i s is about the information of  Computer(Coding Languages)&Computer Realted Topics