Team EasyExamNotes
What is a good Web Design
Following points represent a good web design, 1. Responsive design: Website should be device freindly. When open in mobile phone, gets mobile layout. According to … Read more
Prove that G={−1,1,i,−i} is a group under multiplication.
First need to show that G is indeed closed under the operation * we have 1∗1=1 where 1∈G we have −1∗−1=1 where 1∈G we have … Read more
Prove the following by using the principle of mathematical induction for all n ∈ N, 1³ + 2³ + 3³ + … + n³ = [n (n + 1)/2]²
Prove the following by using the principle of mathematical induction for all n ∈ N1³ + 2³ + 3³ + … + n³ = [n … Read more
Undirected Graph and Incident Matrix
Undirected Graph Incident Matrix E1 E2 E3 E4 E5 V1 1 0 0 1 0 V2 0 1 1 0 0 V3 1 1 … Read more
What is Web Browser ?
A web browser is software for accessing websites. Examples:
What is the difference between HTML and DHTML ?
HTML DHTML Hypertext Markup language. Dynamic Hypertext markup language. For static page. For Dynamic page. HTML does not have a server-side code. DHTML have server-side … Read more
CSS Language
The short form of Cascading Style Sheet is CSS. The simplest way to determine the structure, size, shape, position, color, mobility, etc. of different types … Read more