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

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Último (20)

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

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()