Candidates are required to give answers in their own words as far as practicable.
Figures in
the margin indicate full marks.
Do not scatter your answers.
Group 'A'
Tick the best alternative. [9 × 1 = 9]
1. Which memory is volatile?
(a) RAM (b) ROM
(c) Hard disk (d) CD
2. USB is a parallel mode of transmission of data and this enables for fast data
transmission
(a) True (b) False
3. Which logic gate (for 2 inputs) gives us output 1 when all inputs are 1?
(a) OR (b) NOT
(c) XOR (d) NAND
4. What is the full name of FAT?
(a) File attribute table (b) File allocation table
(c) Font attribute table (d) Format allocation table
5. Which function is used to find sum of numbers under some condition stored in
cells in spreadsheet?
(a) sum() (b) sumif()
(c) count() (d) average()
6. What would be the output of following C program?
char string1[100]="RAM ";
//ASCII value of space is 32.
char string2[100]="RAMA";
//ASCII value of A is 65.
printf("%d",strcmp(string1,string2));
(a) 1 (b) -1
(c) error (d) 66
7. What is the output of following code in C?
char a;
printf("%d",sizeof(a));
(a) 2 (b) 1
(c) 4 (d) 0
8. What is the function of 'meta' tag in html?
(a)to create a tag in webpage (b) to make website attractive
(c) to make website searchable (d) easy to implement
9. ______ are typical examples of static images.
(a) Photographs (b) File
(c) Jokes (d) Messages
Group 'B'
Attempt all the questions. [5 × 5=25]
10. Define the term 'port'. Differentiate between parallel and serial ports. [1+4]
OR
Define binary number system. Describe the decimal to binary number
conversion process with example. [1+2+2]
11. Define mobile operating system. List and explain any two mobile operating
systems. [1+2+2]
12. Explain types of cell references used in Ms-excel. [5]
OR
Define web page and website. Write HTML code to insert any two images. [2+3]
13. Define loop. Explain about do…while loop with example. [1+4]
14. Explain any five applications of multimedia. [5]
Group 'C'
Attempt all the questions. [2 × 8=16]
15. What is a memory? Explain any two primary and secondary memory in detail.
[2+3+3]
OR
Define Boolean algebra? Explain about NAND, NOR and NOT gates. [2+6]
16. Write a program to input any ten numbers and sort them in descending order. [8]