Cbse Class 12 Informatics Practices Question Paper 2014
Cbse Class 12 Informatics Practices Question Paper 2014
Informatics Practices
Previous Year Question Paper 2014
Series: OSR Code no. 90
INFORMATICS PRACTICES
Loop 1 Loop 2
int a =9, agg=9; int b =9, agg1=0;
while (a>10) do
{ {
agg+ = a agg1+ = b
a- =2; b- =2;
} } while(b>10);
Total Amount
5. (a) What is the difference between ‘‘%’’ and ‘‘_’’ wild card characters
with reference to LIKE clause of MySQL? 2 Marks
Ans: A series of zero or more characters is represented by “%”, whereas a single
character is represented by “_”.
(b) Name a function of MySQL used to give the first occurrence of a string2
in string1. 1 Mark
Ans: INSTR ()
Table: VENDOR
Vcode VName
P01 Satish
P02 Manoj
P03 Subodh
P04 Jacob
7. (a) Define e-Business. Name one popularly used e-Business website.1 Mark
Ans: The conduct of business procedures over the internet is known as e-business
(electronic business).
www.ebay.in,www.flipkart.com,www.jabong.com
(b) How does e-governance help in reducing corruption? Write two points.
2 Marks
Ans: (i) Enhance government transparency.
(ii) Quick decision-making
(iii) Increase the level of responsibility
(c) Suruchi works for a Shopping Mart. She wants to create controls on a
form for the following operations: 2 Marks
Ans:
S.No. Function Control/s
1 Enter the Item Code Text box/Text Field
2 Select Item Size (from a list of sizes) List Box /Combo box
3 Enter Quantity Text Box/ Text Field
4 Submit the Form Command Button