Friday 19 August 2016

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

O Level
July, 2013
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 Virtual Memory is part of
A) RAM
B) ROM
C) HARD DISK
D) PROM

1.2 You install a(n) ________ to tell the computer how to use a new peripheral device.
A) Utility
B) Device Driver
C) Compiler
D) Translator

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