Prerequisite – Introduction of Operating System – Set 1 An Operating System acts as a communication bridge (interface) between the user and computer hardwar
The JQuery library support almost all the selector that are included in the Cascading Style Sheet (CSS). The css() method in JQuery is used to change style prop
To put in simple terms, an artificial neuron calculates the ‘weighted sum’ of its inputs and adds a bias, as shown in the figure below by the net input. Mat
Unimodal Function : A function f(x) is said to be unimodal function if for some value m it is monotonically increasing for x≤m and monotonically decreasing fo
Inverse Functions – In mathematics a function, a, is said to be an inverse of another, b, if given the output of b a returns the input value given to b. Addit
Macros are pre-processed which means that all the macros would be processed before your program compiles. However, functions are not preprocessed but compiled.
Prerequisite : Static variables in C In C, functions are global by default. The “static” keyword before a function name makes it static. For example, below
Some programmer thinks that defining a function inside an another function is known as “nested function”. But the reality is that it is not a nested functio
For doing operations on data sql has many built-in functions, they are categorised in two categories and further sub-categorised in different seven functions un
In SQL, dates are complicated for newbies, since while working with database, the format of the date in table must be matched with the input date in order to in
Following are the NULL functions defined in SQL: ISNULL(): The ISNULL function have different uses in SQL Server and MySQL. In SQL Server, ISNULL() function is
Numeric Functions are used to perform operations on numbers and return numbers. Following are the numeric functions defined in SQL: ABS(): It returns the absolu
String functions are used to perform an operation on input string and return an output string. Following are the string functions defined in SQL: ASCII(): This
Following are some of the advanced functions defined in SQL: BIN(): It converts a decimal number to a binary number. Syntax: SELECT BIN(18); Output: BINARY(): I
Course Navigation Cascading Style Sheets, fondly referred to as CSS, is a simply designed language intended to simplify the process of making web pages presenta
CSS border properties allows us to set the style, color and width of the border. Note : Different properties can be set for all the different borders i.e.top bo
The CSS background properties are used to define the background effects for elements. Css background properties are as follows : Background-color Background-ima
Float is a CSS property written in CSS file or directly in the style of an element. The float property defines the flow of content. Below are the types of float
Two types of list exist in CSS i.e. Unordered lists and Ordered Lists UNORDERED LISTS In unordered lists, the list items are marked with bullets. ORDERED LISTS
Icons can be added to our HTML page with icon library. All the icons in the library can be formatted using CSS. They can be customized according to size, color,
The CSS overflow controls the big content. It tells whether to clip content or to add scroll bars. The overflow contains the following property: visible hidden
CSS combinators are explaining the relationship between two selectors. CSS selectors are the patterns used to select the elements for style purpose. A CSS selec
Link is a connection from one web page to another web pages. CSS property can be used to style the links in various different ways. States of Link: Before discu
Counters in CSS are basically variables which can be used for numbering and values of CSS counters may be incremented by CSS rules. For example, CSS counters ca
Cascading Style Sheets (CSS) CSS is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such