The document is an examination paper for Class XI in Computer Science, consisting of multiple-choice questions, short answer questions, and long answer questions. It covers topics such as types of memory, microprocessor functions, software types, HTML usage, and number conversion processes. Candidates are instructed to answer in their own words, emphasizing clarity and originality.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views2 pages
Computer Science - 3rd
The document is an examination paper for Class XI in Computer Science, consisting of multiple-choice questions, short answer questions, and long answer questions. It covers topics such as types of memory, microprocessor functions, software types, HTML usage, and number conversion processes. Candidates are instructed to answer in their own words, emphasizing clarity and originality.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2
9.
Cache memory is which type of Memory:
Pre-board Examination-2081 a) DDR RAM b) DRAM c) SRAM d) SDRAM Class: XI Faculty of Science Group 'B' FM: 50 Give short answer to the following questions. (5x 5=25) Subject: Computer Science-4271 Time: 2:00 Hrs. PM: 18 10. Explain the function of Microprocessor and list the components of candidates are required to answer in their own words as far as practicable. credit microprocessor [4+1] shall be given to clarity and originality, not rote learning. OR Group 'A' Describe the decimal to binary number conversion process with example [5] Multiple choice question (9x 1=9) 11. What is software? Explain its types. [1+4] 1. Which one of the followings categories are considered as input devices? 12. HTML is used for static or dynamic website design. Why? [1+4] a) Joystick, Mouse, Printer b) Light pen, Keyboard, Mouse Explain about different tags used in HTML c) Mouse, Keyboard, Monitor d) Keyboard, Plotter, Mouse OR 2. Computer evolution consists of ______ generations. What is multimedia? Explain its various components. [5] a) 5 b) 4 c) 3 d) 2 13. Solve the following: [2.5+2.5] 3. The conversion from (123.54)10= (…..?)8. a) 1111 – 1100 (in 1’s complement) a) 174.45456 b) 173.42436 c) 175.41414 d) 176.12345 b) 1100 – 1111 (in 2’s complement) 4. If both the inputs are low, output will be high in _____ gate. 14. Write a C program to display the following pattern. [5] a) OR b) NAND c) AND d) None of the above 1 5. The file extension of MS word document file will be ___________. 12 a) docxx b) docx c) docs d) docz 123 6. Which of the following is not programming language translator? 1234 a) Assembler b) Compiler Group 'C' c) Interpreter d) Operating System Give long answer to the following question. (2 x 8=16) 7. What will be the output of the C program? 15. Classify the computer according to their size and working principle. Explain #include<stdio.h> each type. [4+4] int main() OR { What are basic gates? Explain all of them in brief. [1+7] int i = 0; 16. What is an array? Write down its types along with syntax. [2] int a = i++; WAP to add two matrices of size 4*4 and display the result in proper printf("%d",a); format. [6] return 0; All the Best } a) 1 b) 0 c) blank d) compilation error 8. Which of the following tag is used to break line in HTML? a) <\t> b) <line> c) <\n> d) <br>