Skip to main content

Posts

Showing posts from 2021

Class -11 Computer Language ('C' Language)

  C programming is considered as the base for other programming languages, that is why it is known as mother language. Mother language System programming language Procedure-oriented programming language Structured programming language Mid-level programming language 1) C as a mother language C language is considered as the mother language of all the modern programming languages because  most of the compilers, JVMs, Kernels, etc. are written in C language , and most of the programming languages follow C syntax, for example, C++, Java, C#, etc. It provides the core concepts like the  array ,  strings ,  functions ,  file handling , etc. that are being used in many languages like  C++ ,  Java ,  C# , etc. 2) C as a system programming language A system programming language is used to create system software. C language is a system programming language because it  can be used to do low-level programming (for example driver and kernel) . It is generally used to create hardware devices, OS, dri

Class-11(A+B)- General Computer

  HTML Registration Form :-What is HTML:- HTML is an acronym which stands for  Hyper Text Markup Language  which is used for creating web pages and web applications. Let's see what is meant by Hypertext Markup Language, and Web page. Hyper Text:  HyperText simply means "Text within Text." A text has a link within it, is a hypertext. Whenever you click on a link which brings you to a new webpage, you have clicked on a hypertext. HyperText is a way to link two or more web pages (HTML documents) with each other. Markup language:  A markup language is a computer language that is used to apply layout and formatting conventions to a text document. Markup language makes text more interactive and dynamic. It can turn text into images, tables, links, etc. Web Page:  A web page is a document which is commonly written in HTML and translated by a web browser. A web page can be identified by entering an URL. A Web page can be of the static or dynamic type.  With the help of HTML only,