Friday, August 18, 2017

CBSE PORTAL : CBSE Class-12 Exam 2017 : Delhi Scheme Question Paper, Computer Science

CBSE PORTAL : CBSE Class-12 Exam 2017 : Delhi Scheme Question Paper, Computer Science

Link to CBSE PORTAL : CBSE, ICSE, NIOS, JEE-MAIN, AIPMT Students Community

CBSE Class-12 Exam 2017 : Delhi Scheme Question Paper, Computer Science

Posted: 17 Aug 2017 03:27 AM PDT

CBSE Class-12 Exam 2017 : Delhi Scheme

Question Paper, Computer Science

CBSE Class-12 Exam 2017 :  Computer Science

SECTION – A
(Only for Candidates, who opted for C++)
1. (a) Write the type of C++ tokens (keywords and user defined identifiers) from the
following : 2
(i) For
(ii) delete
(iii) default
(iv) Value
(b) Anil typed the following C++ code and during compilation he found four errors as
follows : 1
(i) Function strlen should have a prototype
(ii) Undefined symbol cout
(iii) Undefined symbol endl
(iv) Function getchar should have a prototype
On asking his teacher told him to include necessary header files in the code. Write
the names of the header files, which Anil needs to include, for successful
compilation and execution of the following code :
void main()
{
char S[] = "Hello";
for(int i = 0; i<strlen(S); i++)
S[i] = S[i]+1;
cout<<S<<end1;
getchar();
}
(c) Rewrite the following C++ code after removing any/all syntactical errors with each
correction underlined. 2
Note : Assume all required header files are already being included in the program.
void main()
{
cout<<"Enter an integer”;
cin>>N;
switch(N%2)
case 0 cout<<"Even"; Break;
case 1 cout<<"Odd"; Break;
}
(d) Find and write the output of the following C++ program code : 2
Note : Assume all required header files are already included in the program.
#define Big(A,B) (A>B)?A+1:B+2
void main()
{
char W[] = "Exam";
int L=strlen(W);
for(int i=0; i<L–1; i++)
W[i] = Big(W[i],W[i+1]);
cout<<W<<end1;
}
(e) Find and write the output of the following C++ program code : 3
Note : Assume all required header files are already being included in the program.
void main()
{
int A[]={10,12,15,17,20,30};
for(int i = 0; i<6; i++)
{
if(A[i]%2==0)
A[i] /= 2;
else if(A[i]%3==0)
A[i] /= 3;
if(A[i]%5==0)
A[i] /=5;
}
for(i = 0; i<6; i++)
cout<<A[i]<<”#”;
}
(f) Look at the following C++ code and find the possible output(s) from the options
(i) to (iv) following it. Also, write the maximum values that can be assigned to each
of the variables R and C. 2
Note :
• Assume all the required header files are already being included in the code.
• The function random(n) generates an integer between 0 and n – 1.
void main()
{
randomize();
int R=random(3),C=random(4);
int MAT[3][3] = {{10,20,30},{20,30,40},{30,40,50}};
for(int I=0; I<R; I++)
{
for(int J=0; J<C; J++)
cout<<MAT[I][J]<<" ";
cout<<end1;
}
}

Click Here to Download  

Courtesy: CBSE

CBSE Class-12 Exam 2017 : Delhi Scheme Question Paper, Informatics Practices

Posted: 17 Aug 2017 03:21 AM PDT

CBSE Class-12 Exam 2017 : Delhi Scheme

Question Paper, Informatics Practices

CBSE Class-12 Exam 2017 :  Informatics Practices

1. (a) How do Computer networks reduce hardware costs of an organization ? Explain with the help of example. 2
(b) Compare BUS topology with STAR topology. Give example. 2
(c) (i) Why is a switch called an intelligent hub ? 2
(ii) When is a repeater used in a computer network ?
(d) Expand following term : 2
(i) OSS
(ii) HTTP
(e) Explain the term Firewall and Cyber Law. 2
2. (a) Write the value that will be assigned to variable C after executing the following statement : 1
C = 25–5*4/2–10+4;
(b) Consider the statement : 1
first_name = “Ayana”;
(i) What is the datatype of first_name ?
(ii) Is 325 the same as “321” ? Give reason.
(c) Radhika changed the “Text” property of a Checkbox named jCheckBox1 to “Reading”. What change (if any) will be reflected in its name property ? 1
(d) Ariya has typed the following comments. Write the comments using another way. 1
//This is a comment spreading
//over two lines
(e) Given below is HTML code. Rewrite the correct code underlining all the corrections done. 2
<o1 type = “A” start=“D”>
<li>Bake in oven for an hour
<li>Remove from oven
<li>Serve
(f) Explain the meaning of the following statement with the help of example. 2
“Tags are not predefined in XML”
(g) Name two properties and two methods that are common in jTextField and jLabel.
 

Click Here to Download  

Courtesy: CBSE

CBSE Class-12 Exam 2017 : Delhi Scheme Question Paper, Human Rights And Gender Studies

Posted: 17 Aug 2017 03:16 AM PDT

CBSE Class-12 Exam 2017 : Delhi Scheme

Question Paper, Human Rights And Gender Studies

CBSE Class-12 Exam 2017 :  Human Rights And Gender Studies

1. Where was the first Human Rights Commission appointed in India ?
2. Mention any two demands made by Women’s Movements during the Post-Independence era.
3. Write any two barriers that need to be addressed if gender mainstreaming has to be done in education.
4. How is the term ‘Dowry’ defined by the Dowry Prohibition Act, 1961 ?
5. What is meant by equality of fair opportunity ?
6. How does social and cultural environment effect human life ?
7. Mention the four general principles categorized by the Child Rights Convention that play important role in achieving all other rights.
8. What are compensatory remedies ? Give an example.
9. What is the importance of issue based movements in empowering women ?
10. “Gender mainstreaming has moved beyond empowerment of women.” Examine the statement.
11. Explain the remedies provided by the Article 32 of the Constitution of India.
12. “The basic concepts of Human Rights are embedded in all religious teachings.” Explain.
13. Describe the main reasons that lead to natural disasters and forced displacements.
14. Differentiate between Women Studies and Gender Studies.
15. Explain any four major changes that have been sought by women through social movements.
16. “India still comes under the category of having low sex-ratio in the world.” Support the statement by explaining any four forms of crime that are responsible for this situation.
17.Explain the objectives of the Minimum Wages Act, 1948. How is it important for women ?
18.  Assess the positive and negative role of media in fostering gender equality.
OR
Explain the concept of gender and development. Differentiate between Libertarian and
Communitarian views on development of women.
 

Click Here to Download  

Courtesy: CBSE

CBSE Class-12 Exam 2017 : Delhi Scheme Question Paper, Mass Media Studies

Posted: 17 Aug 2017 03:10 AM PDT

CBSE Class-12 Exam 2017 : Delhi Scheme

Question Paper, Mass Media Studies

CBSE Class-12 Exam 2017 :  Mass Media Studies

PART – A
 
1. What is Multimedia ?
2. Name any two Global News Agencies.
3.Explain the term – Propaganda.
4. Name any two prominent cable networks of 1970’s.
5. What is Cloud Computing ?
6. Write the full form of LAN and WWW.
7. Define Advertising.
8.What is OOH ?
 
PART – B
 
9.What is the difference between folk and mass culture ?
10. Explain the parameters of Fiction Film Analysis.
11. What were Raymond William’s views on Flow and Continuous Interruption ?
12. Why is 1950-60s considered as a classical decade in International Cinema ?
13. Write a note on External Service of AIR.
 
PART – C
 
14. Differentiate between News Reels and News Bulletins
15. ‘Virtual Journalism holds no charm.’ – Explain.
16. What were Jerome Brumer’s views on construction of Narrative ?
17. Explain the relationship between Information and Democracy according to Walter Lipmann.
18. Differentiate between Informational and Public Service Advertising.
19. Explain the terms – Covert Advertising and Cross Promotion.
 
 

Click Here to Download  

Courtesy: CBSE