SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
Subodh public school
class=11th
IP
Session: 2012-13
SECTION-A
1. Answer the following : (10 marks)
A. Explain any two functions of Operating System (1 marks)
B. Explain any two types of communication bus. (1 marks)
C. Differentiate between :-
i. Virus and Worms (1 marks)
ii. Serial & Parallel port (1 marks)
D. Explain :-
i. BIOS (6 marks)
ii. Cookies
iii. Firewall
iv. Digital Signature
v. CAPTCHA
vi. OCR
SECTION B
2. Answer the following questions on the basis of java:- (30 marks)
A. While working in Netbeans, Rajmeeta included a List box in the form. Now she wants
the lost of her friend’s name to be displayed in it. which property of Listbox control
should she use to do this? (1 marks)
B. While working in Netbeans , Mr. Parashar wants to enter his address. Suggest control he
should use to enter address in multiple lines. (1 marks)
C. Ms. Kiran has developed a java application for a restaurant billing, in which check boxes
and text fields are made on form. Items are shown through check boxes. Selecting check
box displaying corresponding text fields. Name the method which Kiran should use to
perform the same. (1 marks)
D. Differentiate between:- (8 marks)
i. Listbox and Combobox
ii. Textbox and TextArea
iii. Radiobutton and Checkbox
Subodh public school
class=11th
IP
Session: 2012-13
iv. Entry control and Exit Control Loop
E. Find Output:-
i. int total m1, m2; (2 marks)
m1 = 60;
m1 = 70;
total = m1 + m2;
float p = total/ 200 * 100;
System.out.println (total);
System.out.println (p);
ii. int n = 40 (2 mark)
while (n > 36)
{ n = n – 1;
if (n % 2 == 0)
System.out.println (n);
}
F. Find Error in given place of code and rewrite corrected code after underlining errors.
(2 mark)
int n =;
n = float.parseFloat(num TF.getText());
switch case ( n )
{ case 10;
System.out.println (“Ten”);
else
System.out.println(“Invalid Num”);
}
G. Rewrite the code using switch statement : (2 marks)
if (m == 10)
{ result = “Topper”
Grade = “A”;
}
else if (( m >= 6) && ((M<=9))
{ result = “First”;
Grade = “B”;
}
else
{ result = “PASS”;
Subodh public school
class=11th
IP
Session: 2012-13
Grade = “C”;
}
H. Rewrite the following program code using for loop: (2 mark)
Int i = 1; sum = 0;
While (i<10)
{
sum+=i;
i+=2;
}
I. Write program to print following pattern (3 marks)
J. Answer following Questions on the basis of screenshot given below:-
i. Write code to disable textfield for result. (1 marks)
ii. Write code on clear button to clear all textfield and set default choice to Max
Radio button. (2 marks)
iii. Write code on calculate button to calculate result on the basis of radio button
selected. Criteria for Division is as follows (3 marks)
if percentage is Result
>60 First Division
40 to 60 Second Division
Subodh public school
class=11th
IP
Session: 2012-13
else Fail
SECTION –C
3. Answer the following questions on the basis of MYSQL :- (30 marks)
A. Explain any two DDL commands with example. (2 marks)
B. What is null. What is the result of an arithmetic expression containing null. (2 marks)
C. Suppose a database named SCHOOL exists, how can we make it current database. (1 marks)
D. Differentiate between :- (2 marks)
i. Char and Varchar
ii. CurDate() and Now() MYSQL functions.
E. How can we eliminate duplicate rows in an output of a select command. (1 marks)
F. Which command is used to view structure of a table. (1 marks)
G. Which command is used to modify values in table. (1 marks)
H. Assume that we got a table named STUDENT. Write command to add a new column named
ADDRESS in it. (1 marks)
I. Explain the following :- (4 marks)
i. Candidate key
ii. Primary Key
iii. Alternate Key
iv. Foreign Key
v. Cardinality
vi. Column Alias
vii. Attribute
viii. Tuple
J. Answer the following questions :-
Table -> MOBILE
Column Name Data Type Size
Company Name Character 20
Model Character 20
Description Character 30
Qty Numeric 5
Rate Numeric 5
1. What is the degree of above table. (1 marks)
2. Write a command to create a table as per the description given above. (1 marks)
3. Write a command to add new column named “Features” in above table (1 marks)
4. Write a command to drop above table (1 marks)
5. Write a command to insert new record in above table.(take data according to your choice).
(1 marks)
Subodh public school
class=11th
IP
Session: 2012-13
6. Write a command to increase Rate by 10 % for mobiles having qty<50 (1 marks)
7. Write a command to delete records of mobiles having ‘O’ as second last character in
company name. (1 marks)
8. Write a command to display Model and Amount (i.e. Qty * Rate) (1 marks)
9. Write a command to display details of mobiles having Description as NULL. (1 marks)
10. Write a command to display details of all the mobiles having rate in the range 5000 to
10000 in descending order of rate. (1 marks)
11. Write output for the following commands on the basis of MYSQL Function:- (5 marks)
i. Select Mid (‘Praveen Bansal ‘ , 4)
ii. Select Length (right (‘Muskaan Godika’,5));
iii. Select Instr (“naman SURANA ”, “AN”);
iv. Select Round (538.35, -3);
v. Select Truncate (538.35,1);
vi. Select DAYOFYEAR(‘2012-03-25’);
vii. Select DAYOFMONTH (‘2012-03-25’);
viii. Select Pow (2, -2);
ix. Select Right (‘Jaipur’,4)
x. Select Now()
Subodh public school
class=11th
IP
Session: 2012-13
Subodh public school
class=11th
IP
Session: 2012-13
Subodh public school
class=11th
IP
Session: 2012-13

Mais conteúdo relacionado

Mais procurados

INTRODUCTION TO MATLAB session with notes
  INTRODUCTION TO MATLAB   session with  notes  INTRODUCTION TO MATLAB   session with  notes
INTRODUCTION TO MATLAB session with notesInfinity Tech Solutions
 
FINAL PAPER FP301 OBJECT ORIENTED PROGRAMMING
FINAL PAPER FP301 OBJECT ORIENTED PROGRAMMINGFINAL PAPER FP301 OBJECT ORIENTED PROGRAMMING
FINAL PAPER FP301 OBJECT ORIENTED PROGRAMMINGAmira Dolce Farhana
 
Arrays, Structures And Enums
Arrays, Structures And EnumsArrays, Structures And Enums
Arrays, Structures And EnumsBhushan Mulmule
 
FP305 data structure PAPER FINAL SEM 3
FP305 data structure PAPER FINAL SEM 3FP305 data structure PAPER FINAL SEM 3
FP305 data structure PAPER FINAL SEM 3Syahriha Ruslan
 
CIS 115 Education Specialist / snaptutorial.com
CIS 115  Education Specialist / snaptutorial.comCIS 115  Education Specialist / snaptutorial.com
CIS 115 Education Specialist / snaptutorial.comMcdonaldRyan138
 
OOP program questions with answers
OOP program questions with answersOOP program questions with answers
OOP program questions with answersQuratulain Naqvi
 
FP 301 OOP FINAL PAPER JUNE 2013
FP 301 OOP FINAL PAPER JUNE 2013FP 301 OOP FINAL PAPER JUNE 2013
FP 301 OOP FINAL PAPER JUNE 2013Syahriha Ruslan
 
Cis 115 Education Organization -- snaptutorial.com
Cis 115   Education Organization -- snaptutorial.comCis 115   Education Organization -- snaptutorial.com
Cis 115 Education Organization -- snaptutorial.comDavisMurphyB99
 
FP305 data structure june 2012
FP305   data structure june 2012FP305   data structure june 2012
FP305 data structure june 2012Syahriha Ruslan
 
Cis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.comCis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.comBaileya126
 
CIS 115 Exceptional Education - snaptutorial.com
CIS 115   Exceptional Education - snaptutorial.comCIS 115   Exceptional Education - snaptutorial.com
CIS 115 Exceptional Education - snaptutorial.comDavisMurphyB33
 
Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com  Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com amaranthbeg143
 
Devry cis 115 final exam 1
Devry cis 115 final exam 1Devry cis 115 final exam 1
Devry cis 115 final exam 1shamek1236
 
Cis 115 Enhance teaching / snaptutorial.com
Cis 115  Enhance teaching / snaptutorial.comCis 115  Enhance teaching / snaptutorial.com
Cis 115 Enhance teaching / snaptutorial.comHarrisGeorg51
 
Devry cis 115 final exam 1
Devry cis 115 final exam 1Devry cis 115 final exam 1
Devry cis 115 final exam 1eyavagal
 
Comp 328 final guide
Comp 328 final guideComp 328 final guide
Comp 328 final guidekrtioplal
 
Cis 115 Effective Communication / snaptutorial.com
Cis 115  Effective Communication / snaptutorial.comCis 115  Effective Communication / snaptutorial.com
Cis 115 Effective Communication / snaptutorial.comBaileyao
 

Mais procurados (20)

INTRODUCTION TO MATLAB session with notes
  INTRODUCTION TO MATLAB   session with  notes  INTRODUCTION TO MATLAB   session with  notes
INTRODUCTION TO MATLAB session with notes
 
FINAL PAPER FP301 OBJECT ORIENTED PROGRAMMING
FINAL PAPER FP301 OBJECT ORIENTED PROGRAMMINGFINAL PAPER FP301 OBJECT ORIENTED PROGRAMMING
FINAL PAPER FP301 OBJECT ORIENTED PROGRAMMING
 
Arrays, Structures And Enums
Arrays, Structures And EnumsArrays, Structures And Enums
Arrays, Structures And Enums
 
FP305 data structure PAPER FINAL SEM 3
FP305 data structure PAPER FINAL SEM 3FP305 data structure PAPER FINAL SEM 3
FP305 data structure PAPER FINAL SEM 3
 
CIS 115 Education Specialist / snaptutorial.com
CIS 115  Education Specialist / snaptutorial.comCIS 115  Education Specialist / snaptutorial.com
CIS 115 Education Specialist / snaptutorial.com
 
OOP program questions with answers
OOP program questions with answersOOP program questions with answers
OOP program questions with answers
 
FP 301 OOP FINAL PAPER JUNE 2013
FP 301 OOP FINAL PAPER JUNE 2013FP 301 OOP FINAL PAPER JUNE 2013
FP 301 OOP FINAL PAPER JUNE 2013
 
Cis 115 Education Organization -- snaptutorial.com
Cis 115   Education Organization -- snaptutorial.comCis 115   Education Organization -- snaptutorial.com
Cis 115 Education Organization -- snaptutorial.com
 
Oop project
Oop projectOop project
Oop project
 
FP305 data structure june 2012
FP305   data structure june 2012FP305   data structure june 2012
FP305 data structure june 2012
 
Cis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.comCis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.com
 
CIS 115 Exceptional Education - snaptutorial.com
CIS 115   Exceptional Education - snaptutorial.comCIS 115   Exceptional Education - snaptutorial.com
CIS 115 Exceptional Education - snaptutorial.com
 
Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com  Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com
 
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programming
 
Devry cis 115 final exam 1
Devry cis 115 final exam 1Devry cis 115 final exam 1
Devry cis 115 final exam 1
 
Cis 115 Enhance teaching / snaptutorial.com
Cis 115  Enhance teaching / snaptutorial.comCis 115  Enhance teaching / snaptutorial.com
Cis 115 Enhance teaching / snaptutorial.com
 
Mmt 001
Mmt 001Mmt 001
Mmt 001
 
Devry cis 115 final exam 1
Devry cis 115 final exam 1Devry cis 115 final exam 1
Devry cis 115 final exam 1
 
Comp 328 final guide
Comp 328 final guideComp 328 final guide
Comp 328 final guide
 
Cis 115 Effective Communication / snaptutorial.com
Cis 115  Effective Communication / snaptutorial.comCis 115  Effective Communication / snaptutorial.com
Cis 115 Effective Communication / snaptutorial.com
 

Destaque

Complete notes security
Complete notes securityComplete notes security
Complete notes securityKitkat Emoo
 
Malic rkc
Malic rkcMalic rkc
Malic rkcjmunks
 
Mind in the Making: Using Social Media to Promote the Work of Learning Commun...
Mind in the Making: Using Social Media to Promote the Work of Learning Commun...Mind in the Making: Using Social Media to Promote the Work of Learning Commun...
Mind in the Making: Using Social Media to Promote the Work of Learning Commun...Women Online
 
What Is Eric
What Is EricWhat Is Eric
What Is Ericmargelynn
 
What Is Eric Libguides Test
What Is Eric Libguides TestWhat Is Eric Libguides Test
What Is Eric Libguides TestMarie Octobre
 

Destaque (6)

Complete notes security
Complete notes securityComplete notes security
Complete notes security
 
Malic rkc
Malic rkcMalic rkc
Malic rkc
 
Mind in the Making: Using Social Media to Promote the Work of Learning Commun...
Mind in the Making: Using Social Media to Promote the Work of Learning Commun...Mind in the Making: Using Social Media to Promote the Work of Learning Commun...
Mind in the Making: Using Social Media to Promote the Work of Learning Commun...
 
What Is Eric
What Is EricWhat Is Eric
What Is Eric
 
What Is Eric Libguides Test
What Is Eric Libguides TestWhat Is Eric Libguides Test
What Is Eric Libguides Test
 
PsycInfo from ProQuest
PsycInfo from ProQuestPsycInfo from ProQuest
PsycInfo from ProQuest
 

Semelhante a Subodh Public School 11th Class IP Session 2012-13 Notes

Informatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paper
Informatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paperInformatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paper
Informatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paperHarish Gyanani
 
90 Informatics Practices.pdf
90 Informatics Practices.pdf90 Informatics Practices.pdf
90 Informatics Practices.pdfvikas500500
 
ExamName___________________________________MULTIPLE CH.docx
ExamName___________________________________MULTIPLE CH.docxExamName___________________________________MULTIPLE CH.docx
ExamName___________________________________MULTIPLE CH.docxgitagrimston
 
Computer science sqp
Computer science sqpComputer science sqp
Computer science sqpB Bhuvanesh
 
Question Paper Code 065 informatic Practice New CBSE - 2021
Question Paper Code 065 informatic Practice New CBSE - 2021 Question Paper Code 065 informatic Practice New CBSE - 2021
Question Paper Code 065 informatic Practice New CBSE - 2021 FarhanAhmade
 
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21chinthala Vijaya Kumar
 
Sp 1418794917
Sp 1418794917Sp 1418794917
Sp 1418794917lakshmi r
 
CS Sample Paper 1
CS Sample Paper 1CS Sample Paper 1
CS Sample Paper 1kvs
 
OXUS20 JAVA Programming Questions and Answers PART I
OXUS20 JAVA Programming Questions and Answers PART IOXUS20 JAVA Programming Questions and Answers PART I
OXUS20 JAVA Programming Questions and Answers PART IAbdul Rahman Sherzad
 
information practices cbse based paper.docx
information practices cbse based paper.docxinformation practices cbse based paper.docx
information practices cbse based paper.docxKapilSidhpuria3
 
Class 12 computer sample paper with answers
Class 12 computer sample paper with answersClass 12 computer sample paper with answers
Class 12 computer sample paper with answersdebarghyamukherjee60
 

Semelhante a Subodh Public School 11th Class IP Session 2012-13 Notes (20)

Informatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paper
Informatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paperInformatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paper
Informatics practises 12th CBSE INDIA 2012-2013 MAIN EXAM paper
 
Sample paper
Sample paperSample paper
Sample paper
 
Doc 20180130-wa0006
Doc 20180130-wa0006Doc 20180130-wa0006
Doc 20180130-wa0006
 
Sample paper i.p
Sample paper i.pSample paper i.p
Sample paper i.p
 
90 Informatics Practices.pdf
90 Informatics Practices.pdf90 Informatics Practices.pdf
90 Informatics Practices.pdf
 
ExamName___________________________________MULTIPLE CH.docx
ExamName___________________________________MULTIPLE CH.docxExamName___________________________________MULTIPLE CH.docx
ExamName___________________________________MULTIPLE CH.docx
 
Computer science sqp
Computer science sqpComputer science sqp
Computer science sqp
 
Question Paper Code 065 informatic Practice New CBSE - 2021
Question Paper Code 065 informatic Practice New CBSE - 2021 Question Paper Code 065 informatic Practice New CBSE - 2021
Question Paper Code 065 informatic Practice New CBSE - 2021
 
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
 
Sp 1418794917
Sp 1418794917Sp 1418794917
Sp 1418794917
 
Cs practical file
Cs practical fileCs practical file
Cs practical file
 
CS Sample Paper 1
CS Sample Paper 1CS Sample Paper 1
CS Sample Paper 1
 
CS_PQMS.pdf
CS_PQMS.pdfCS_PQMS.pdf
CS_PQMS.pdf
 
OXUS20 JAVA Programming Questions and Answers PART I
OXUS20 JAVA Programming Questions and Answers PART IOXUS20 JAVA Programming Questions and Answers PART I
OXUS20 JAVA Programming Questions and Answers PART I
 
Ip xi iii_ut_14-15
Ip xi iii_ut_14-15Ip xi iii_ut_14-15
Ip xi iii_ut_14-15
 
.net progrmming part2
.net progrmming part2.net progrmming part2
.net progrmming part2
 
information practices cbse based paper.docx
information practices cbse based paper.docxinformation practices cbse based paper.docx
information practices cbse based paper.docx
 
Class 12 computer sample paper with answers
Class 12 computer sample paper with answersClass 12 computer sample paper with answers
Class 12 computer sample paper with answers
 
2013-June: 5th Semester CSE / ISE Question Papers
2013-June: 5th  Semester CSE / ISE Question Papers2013-June: 5th  Semester CSE / ISE Question Papers
2013-June: 5th Semester CSE / ISE Question Papers
 
5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers
 

Último

GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 

Último (20)

GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 

Subodh Public School 11th Class IP Session 2012-13 Notes

  • 1. Subodh public school class=11th IP Session: 2012-13 SECTION-A 1. Answer the following : (10 marks) A. Explain any two functions of Operating System (1 marks) B. Explain any two types of communication bus. (1 marks) C. Differentiate between :- i. Virus and Worms (1 marks) ii. Serial & Parallel port (1 marks) D. Explain :- i. BIOS (6 marks) ii. Cookies iii. Firewall iv. Digital Signature v. CAPTCHA vi. OCR SECTION B 2. Answer the following questions on the basis of java:- (30 marks) A. While working in Netbeans, Rajmeeta included a List box in the form. Now she wants the lost of her friend’s name to be displayed in it. which property of Listbox control should she use to do this? (1 marks) B. While working in Netbeans , Mr. Parashar wants to enter his address. Suggest control he should use to enter address in multiple lines. (1 marks) C. Ms. Kiran has developed a java application for a restaurant billing, in which check boxes and text fields are made on form. Items are shown through check boxes. Selecting check box displaying corresponding text fields. Name the method which Kiran should use to perform the same. (1 marks) D. Differentiate between:- (8 marks) i. Listbox and Combobox ii. Textbox and TextArea iii. Radiobutton and Checkbox
  • 2. Subodh public school class=11th IP Session: 2012-13 iv. Entry control and Exit Control Loop E. Find Output:- i. int total m1, m2; (2 marks) m1 = 60; m1 = 70; total = m1 + m2; float p = total/ 200 * 100; System.out.println (total); System.out.println (p); ii. int n = 40 (2 mark) while (n > 36) { n = n – 1; if (n % 2 == 0) System.out.println (n); } F. Find Error in given place of code and rewrite corrected code after underlining errors. (2 mark) int n =; n = float.parseFloat(num TF.getText()); switch case ( n ) { case 10; System.out.println (“Ten”); else System.out.println(“Invalid Num”); } G. Rewrite the code using switch statement : (2 marks) if (m == 10) { result = “Topper” Grade = “A”; } else if (( m >= 6) && ((M<=9)) { result = “First”; Grade = “B”; } else { result = “PASS”;
  • 3. Subodh public school class=11th IP Session: 2012-13 Grade = “C”; } H. Rewrite the following program code using for loop: (2 mark) Int i = 1; sum = 0; While (i<10) { sum+=i; i+=2; } I. Write program to print following pattern (3 marks) J. Answer following Questions on the basis of screenshot given below:- i. Write code to disable textfield for result. (1 marks) ii. Write code on clear button to clear all textfield and set default choice to Max Radio button. (2 marks) iii. Write code on calculate button to calculate result on the basis of radio button selected. Criteria for Division is as follows (3 marks) if percentage is Result >60 First Division 40 to 60 Second Division
  • 4. Subodh public school class=11th IP Session: 2012-13 else Fail SECTION –C 3. Answer the following questions on the basis of MYSQL :- (30 marks) A. Explain any two DDL commands with example. (2 marks) B. What is null. What is the result of an arithmetic expression containing null. (2 marks) C. Suppose a database named SCHOOL exists, how can we make it current database. (1 marks) D. Differentiate between :- (2 marks) i. Char and Varchar ii. CurDate() and Now() MYSQL functions. E. How can we eliminate duplicate rows in an output of a select command. (1 marks) F. Which command is used to view structure of a table. (1 marks) G. Which command is used to modify values in table. (1 marks) H. Assume that we got a table named STUDENT. Write command to add a new column named ADDRESS in it. (1 marks) I. Explain the following :- (4 marks) i. Candidate key ii. Primary Key iii. Alternate Key iv. Foreign Key v. Cardinality vi. Column Alias vii. Attribute viii. Tuple J. Answer the following questions :- Table -> MOBILE Column Name Data Type Size Company Name Character 20 Model Character 20 Description Character 30 Qty Numeric 5 Rate Numeric 5 1. What is the degree of above table. (1 marks) 2. Write a command to create a table as per the description given above. (1 marks) 3. Write a command to add new column named “Features” in above table (1 marks) 4. Write a command to drop above table (1 marks) 5. Write a command to insert new record in above table.(take data according to your choice). (1 marks)
  • 5. Subodh public school class=11th IP Session: 2012-13 6. Write a command to increase Rate by 10 % for mobiles having qty<50 (1 marks) 7. Write a command to delete records of mobiles having ‘O’ as second last character in company name. (1 marks) 8. Write a command to display Model and Amount (i.e. Qty * Rate) (1 marks) 9. Write a command to display details of mobiles having Description as NULL. (1 marks) 10. Write a command to display details of all the mobiles having rate in the range 5000 to 10000 in descending order of rate. (1 marks) 11. Write output for the following commands on the basis of MYSQL Function:- (5 marks) i. Select Mid (‘Praveen Bansal ‘ , 4) ii. Select Length (right (‘Muskaan Godika’,5)); iii. Select Instr (“naman SURANA ”, “AN”); iv. Select Round (538.35, -3); v. Select Truncate (538.35,1); vi. Select DAYOFYEAR(‘2012-03-25’); vii. Select DAYOFMONTH (‘2012-03-25’); viii. Select Pow (2, -2); ix. Select Right (‘Jaipur’,4) x. Select Now()