You are on page 1of 3

HALF YEARLY PAPER- XI CLASS 802-INFORMATION TECHNOLOGY

DAV PUBLIC SCHOOL,SEC-7 ,ROHINI


INFORMATION TECHNOLOGY (SUBJECT CODE 802)-
HALF YEARLY QUESTION PAPER -CLASS XI (2023-24)
Max. Time: 3 Hours Max. Marks: 60
General Instructions:
1. All questions of a particular section must be attempted in the correct order.
SECTION A -MCQ (10 MARKS) AND SECTION B – SUBJECTIVE TYPE QUESTIONS (50 MARKS):
SECTION A - (OBJECTIVE TYPE QUESTIONS)
Multiple Choice Questions (10*1=10)

1 The internal computer component which gets erased every time the computer is turned off.
A. Hard drive B. Processor C. Random Access Memory(ram) D. ROM
2. _____________ is a method convert the string into its integer equivalent.
A. Integer.toString() B. Integer.valueOf() C. Integer.parseInt() D.Float.parseFloat()

3. Which of the following is NOT true in relation to Variables?


A. Variables are temporary in nature
B. Variable name can be of any length
C. We can change the value of variable during the execution of program.
D. A variable name cannot contain numbers.

4. The characteristics of computer READ ONLY MEMORY is


A. Read Only B. Volatile C. Non Volatile D. Both A and C

5. What will be the output of following code?

char middlename=’K’;
String firstname = “Rajvansh”;
String lastname = “Narayan”;
System.out.println (firstname+" "+ middlename+" "+ lastname);

A. Narayan K Rajvansh B. RajvanshNarayanK


C. RajvanshKNarayan D. Rajvansh K Narayan

6. What is the correct code to clear the content of any textfield in Net Beans?
A. jTextField1.setText(“ ”); B. jTextField1.setText= (“ ”); C. jTextField1.getText (“ ”); D.
jTextField.Clear()

7. Which property of Combo Box retrieves the index of the selected item?
A. isSelectedIndex() B. isSelectedItem () C. GetSelectedItem () D. getSelectedIndex()

8. __________________ is a 12 digit hexadecimal number assigned by manufacturer which always


remains same for PC.

9. ____________________ is the act of secretly or stealthily listening to the private


conversation or communications of others without their consent.
1
HALF YEARLY PAPER- XI CLASS 802-INFORMATION TECHNOLOGY

10 . What will be the final value of sum1 after the execution of the program given below?
int sum1 = 3; sum1=sum1+1;
jTextField1.setText (""+sum1);
sum1=sum1+1; jTextField2.setText (""+sum1);
sum1=sum1+1; jTextField3.setText (""+ (sum1));
sum1=sum1+1;
jTextField4.setext(""+sum1); jTextField5.setText(""+sum1);
A. 5 B. 6 C. 4 D.7

SECTION B- (SUBJECTIVE TYPE QUESTIONS)


Answer the following in about 30-40 words. 16*2=32
11. Expand IDE. Name the open source IDE used for designing Java applications.
12. What is button group control? Which control is mainly used with button group?
13. Differentiate between
a. Text Field and Text area B. getText () and set Text () property.
14. Mr. Tauq Ahmad wants to prevent unauthorized access to/from his company’s local area network.
Write the name of system (software/hardware), which he should install. Explain its Role.
15. Explain IPO cycle.
16. A) Write the Java statement to assign a value “Fail” to a variable “result.
B) Write the code to display “Hello Everyone. I am learning Java“through a message dialog box in
Net Beans.
17. Differentiate between Parent and Child Controls in Netbeans.
18. What is the role of FTP and SMTP in Networking?
19. Is Java a Case Sensitive Language? Explain by the help of example.
20. Compare LAN, MAN, WAN and PAN.
21. Explain the following terms:
1. Cell 2. Cell range 3. Active Cell 4. Cell Address
22. Enlist two advantages and disadvantages of networking.

23 Identify the properties used for the following in Netbeans


A. To set a different character in password field.
B. To disable any textfield.
C. To add items in the list box.
D. To check whether checkbox is selected
2
HALF YEARLY PAPER- XI CLASS 802-INFORMATION TECHNOLOGY

24. Define Cyber Crime. Enlist any preventive measures you can take while working online.

25. How is UPS different from SMPS?


26. Identify and explain the following topology:

Answer the following in about 80-120 words 6*3=18

21. Explain the role of following:


A. Project Explorer window B. Inspector window C. CMOS battery
22. Draw a labeled diagram of Operating system. Enlist any two major functions of O/S.
23. Differentiate between Single, Single interval and Multi_interval mode of selection in List box.

24. Describe the function of cache memory. Draw the diagram.

25. List some common Printer troubleshooting steps that you should keep in mind.
26. Explain the following utilities: a) Disk Defragmentation b) System Restore c) Disk Clean up
27.

You might also like