Tag Archives: code

HTML12 Write HTML code to create a Web page of pink colour and display a moving message in red colour.

Write HTML code to create a Web page of pink colour and display a moving message in red colour.   Write HTML code to create a Web page of pink colour and display a moving message in red colour.   Html code: [codesyntax lang=”html4strict”] <!DOCTYPE html> <HTML> <HEAD> <TITLE>CSSimplified.com HTML12</TITLE> </HEAD> <BODY BGCOLOR=”pink”> <MARQUEE> <FONT… Read More »

HTML08 Write an HTML code to create a Web page that contains an image at its center.

Write an HTML code to create a Web page that contains an image at its center.   Write an HTML code to create a Web page that contains an image at its center. Html code: [codesyntax lang=”html4strict”] <!DOCTYPE html> <HTML> <HEAD> <TITLE>CSSimplified.com HTML8</TITLE> </HEAD> <BODY> <P ALIGN=”center”><IMG BORDER=”0″ WIDTH=”600″ HEIGHT=”200″ SRC=”logo.jpg”</P> </BODY> </HTML> [/codesyntax] Write… Read More »

HTML07 Write an HTML code to create a Web page of blue color and display links in red colour.

Write an HTML code to create a Web page of blue color and display links in red colour. Write an HTML code to create a Web page of blue color and display links in red colour. Html code: [codesyntax lang=”html4strict”] <!DOCTYPE html> <HTML> <HEAD> <TITLE>CSSimplified.com HTML7</TITLE> </HEAD> <BODY BGCOLOR=”blue” TEXT=”red”> <P ALIGN=”center”><FONT FACE=”verdana” COLOR=”white” SIZE=”5″><B>CSSimplified.com… Read More »

HTML03 Write an HTML code to design a page containing text, in form of paragraphs giving suitable heading style.

Write an HTML code to design a page containing text, in form of paragraphs giving suitable heading style. Write an HTML code to design a page containing text, in form of paragraphs giving suitable heading style. Html code: [codesyntax lang=”html4strict”] hh<!DOCTYPE html> <HTML> <HEAD> <TITLE>CSSimplified.com HTML 3</TITLE> </HEAD> <BODY> <H1>CSSimplified.com</H1> <P ALIGN=”justify”><B><I><BIG>About Us</BIG></I></B><BR> Computer Science… Read More »

Convert string into “UTF 16” code – “You may assume that Hindi swar starts with अ”. – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA(I)/012/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   Convert the following string into equivalent “UTF 16” code – “You may assume that Hindi swar starts with अ”Are these UTF 16 codes similar as that… Read More »

An 8 bit data 01101101 after transmission is received as 01001101. Explain how SEC code will detect and correct – IGNOU MCA Assignment 2015 – 16

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA(I)/012/Assignment/15-16 Maximum Marks : 100 Weightage : 25%   An 8 bit data 01101101 after transmission is received as 01001101. Explain how SEC code will detect and correct this problem.   SEC means Single Error… Read More »

An 8 bit data 10110011 after transmission is received as 10010011. Explain how SEC code will detect and correct – IGNOU MCA Assignment 2014 – 15

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA (2)/012/Assign /2014-15 Maximum Marks : 100 Weightage : 25%   An 8 bit data 10110011 after transmission is received as 10010011. Explain how SEC code will detect and correct this problem.   SEC means… Read More »

Convert string into “UTF 8” code – “DNS uses domains like .com, .au etc.”. – IGNOU MCA Assignment 2014 – 15

MASTER OF COMPUTER APPLICATIONS Course Code : MCS-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA (2)/012/Assign /2014-15 Maximum Marks : 100 Weightage : 25% Convert the following string into equivalent “UTF 8” code – “DNS uses domains like .com, .au etc.”. Are these UTF 8 codes same as that… Read More »