Friday 19 August 2016

PHP Ajax : Save form Data to server database

Database Name : Tmp

Table Name : stu

Field : roll,name,city

Client Side File Code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Girfa : Save Form Data to Server</title>
<script language="javascript">
function savedata()
{
alert(roll.value+ sname.value +city.value);
var xmlhttp = new XMLHttpRequest();
        xmlhttp.onreadystatechange = function()
{
            if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
{
                document.getElementById("data").innerHTML = xmlhttp.responseText;
            }
        };
var url='server.php?roll=' + roll.value + '&name=' + sname.value + '&city=' + city.value;

       xmlhttp.open("GET", url, true);
        xmlhttp.send();
}
</script>
</head>

January, 2014 M4.3-R4: INTRODUCTION TO ICT RESOURCES

 January, 2014
M4.3-R4: INTRODUCTION TO ICT RESOURCES

NOTE:
1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and
PART TWO contains FIVE questions.
2. PART ONE is to be answered in the OMR ANSWER SHEET only, supplied with the question
paper, as per the instructions contained therein. PART ONE is NOT to be answered in the
answer book.
3. Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be
supplied at the table when the answer sheet for PART ONE is returned. However, candidates,
who complete PART ONE earlier than one hour, can collect the answer book for PART TWO
immediately after handing over the answer sheet for PART ONE.

TOTAL TIME: 3 HOURS TOTAL MARKS: 100
(PART ONE – 40; PART TWO – 60)

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 Assembly language
A) uses alphabetic codes in place of binary numbers of machine language.
B) is easiest language to write program.
C) need not be translated to machine language.
D) none of the above.

1.2 The circuit used to store one bit of data is known as
A) Flip-flop
B) Register
C) Encoder
D) Decoder

July, 2014 M4.3-R4: INTRODUCTION TO ICT RESOURCES

 July, 2014
M4.3-R4: INTRODUCTION TO ICT RESOURCES

NOTE:
1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and
PART TWO contains FIVE questions.
2. PART ONE is to be answered in the OMR ANSWER SHEET only, supplied with the question
paper, as per the instructions contained therein. PART ONE is NOT to be answered in the
answer book.
3. Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be
supplied at the table when the answer sheet for PART ONE is returned. However, candidates,
who complete PART ONE earlier than one hour, can collect the answer book for PART TWO
immediately after handing over the answer sheet for PART ONE.

TOTAL TIME: 3 HOURS TOTAL MARKS: 100
(PART ONE – 40; PART TWO – 60)

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 What characteristic of RAM memory makes it not suitable for permanent storage?
A) too slow
B) unreliable
C) it is volatile
D) too bulky

1.2 The circuit used to store one bit of data is known as
A) Register
B) Encoder
C) Decoder
D) Flip Flop

Thursday 18 August 2016

January, 2015 M4.3-R4: INTRODUCTION TO ICT RESOURCES

 January, 2015
M4.3-R4: INTRODUCTION TO ICT RESOURCES

NOTE:
IMPORTANT INSTRUCTIONS:
1. Question Paper in English and Hindi and Candidate can choose any one language.
2. In case of discrepancies in language, English version will be treated as final.
3. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART
TWO contains FIVE questions.
4. PART ONE is to be answered in the OMR ANSWER SHEET only, supplied with the question
paper, as per the instructions contained therein. PART ONE is NOT to be answered in the
answer book.
5. Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be
supplied at the table when the answer sheet for PART ONE is returned. However, candidates,
who complete PART ONE earlier than one hour, can collect the answer book for PART TWO
immediately after handing over the answer sheet for PART ONE.

TOTAL TIME: 3 HOURS TOTAL MARKS: 100
(PART ONE – 40; PART TWO – 60)

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following  instructions therein. (1x10)

1.1 BIOS is known as _______.
A) Basic input output software
B) Basic input output system
C) Basic input operating system
D) None of the above
Answer 

1.2 The term LPT is related to
A) Parallel port
B) Serial Port
C) Centronics port
D) USB port
Answer