Tuesday, 12 April 2016
3gvs4g
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
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
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
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>
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
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()
{
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Posts (Atom)