Tuesday, 12 April 2016
3gvs4g

Sunday, 10 April 2016
CCC (Computer Basic) MCQ Question Answer
1 a sesitive device that convert printed material into its equivalent digital form
(A)scanner (B)ocr ( C)a and b (D)None of these
2 Which protocol provide email facility
2 Which protocol provide email facility
(A)FTTP (B)SMTP ( C)SNTP (D)HDLC
3 The basic architecture for digital computer was developed by
3 The basic architecture for digital computer was developed by
(A)Bill Gates (B)Charles Babbage ( C)John Von Neumann (D)Garden Moore
4 Decimal (128) Hex Equal is (?)
4 Decimal (128) Hex Equal is (?)
(A)20 (B)30 ( C)40 (D)80

Thursday, 7 April 2016
Image Map HTML
<html>
<head>
<title>Girfa : Image Map</title>
</head>
<body>
<img src="1.jpg" usemap="#planetmap" >
<map name="planetmap" >
<area shape="rect" coords="0,0,82,126" href="2.htm" alt="Sun" title="Get Report">
<area shape="rect" coords="150,90,320,620" href="2.jpg" alt="Sun" title="Strong Man">
</map>
</body>
</html>
<head>
<title>Girfa : Image Map</title>
</head>
<body>
<img src="1.jpg" usemap="#planetmap" >
<map name="planetmap" >
<area shape="rect" coords="0,0,82,126" href="2.htm" alt="Sun" title="Get Report">
<area shape="rect" coords="150,90,320,620" href="2.jpg" alt="Sun" title="Strong Man">
</map>
</body>
</html>

Color-Tringle-c-clanguage-program
Color Triangle C Language Program with full code.This program creates a dynamic triangle based on user input and print message when tringle size exceeded.
#include<stdio.h>
#include<conio.h>
/* Girfa : Student Help
Color triangle example
for program visit :
http://girfahelp.blogspot.in/p/c-language.html
*/
void main()
{
#include<stdio.h>
#include<conio.h>
/* Girfa : Student Help
Color triangle example
for program visit :
http://girfahelp.blogspot.in/p/c-language.html
*/
void main()
{

Subscribe to:
Posts (Atom)