Tuesday, October 20, 2020

CBSE PORTAL : “(Download) CBSE Class-10 Sample Paper And Marking Scheme 2018-19 : (National Cadet Corps)” plus 5 more

CBSE PORTAL : “(Download) CBSE Class-10 Sample Paper And Marking Scheme 2018-19 : (National Cadet Corps)” plus 5 more


(Download) CBSE Class-10 Sample Paper And Marking Scheme 2018-19 : (National Cadet Corps)

Posted: 20 Oct 2020 01:37 AM PDT

(Download) CBSE Class-10 Sample Paper And Marking Scheme 2018-19 :
(National Cadet Corps)

Ntional Cadet Corps

Common Subject

 
1. Who is responsible to the Government of India for efficient functioning of the NCC and other matters? 1
2. What are two parts of a command? 1
3. Which rifle is used by NCC cadets for firing? 1
4. What is the other term used for loosely arranged bone? 1
5. With which animal Project Hangul is associated? 1
6. When is the command "Khuli Line Chal" and "Nikat Line Chal"given. 2
7. When is the command "Khuli Line Chal" and "Nikat Line Chal"given.
A. Length of Bullet
B. Type of Bullet
2
8. State any two precaution for having a trouble free trek . 2

Click Here To Download Full Sample Paper

Click Here To Download Full Marking Scheme

CBSE (Class X) Previous Year Papers Printed Books

<<Go Back To Main Page

Courtesy:CBSE

(Download) CBSE Class-10 Sample Paper And Marking Scheme 2018-19 : (Mathematics)

Posted: 20 Oct 2020 01:36 AM PDT

(Download) CBSE Class-10 Sample Paper And Marking Scheme 2018-19 :
(Mathematics)

Section-A

1. Find the value of a, for which point P ( a/3,2) is the mid-point of the line segment joining the points Q(-5,4) and R(-1,0).

Click Here To Download Full Sample Paper

Click Here To Download Full Marking Scheme

CBSE (Class X) Previous Year Papers Printed Books

<<Go Back To Main Page

CBSE : COURTESY
 

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Kannada

Posted: 20 Oct 2020 01:31 AM PDT

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Kannada

Sample Question paper
Kannada-(115)

Class-XII (2019-20)

Time allowed: 3 hours
Maximum Marks: 100

 

SECTION - A

 

download

 Click Here To Download Full Sample Paper

Click Here To Download  Full Marking Scheme

CBSE (Class XII) Previous Year Papers Printed Books

<<Go Back To Main Page

Courtesy: CBSE

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Japanese

Posted: 20 Oct 2020 01:30 AM PDT

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Japanese

Sample Question paper
Japanese

Class-XII (2019-20)

Time allowed: 3 hours
Maximum Marks: 100

General instructions:

1. All questions are compulsory
2. You may attempt any section at a time
3. All questions of that particular section must be attempted in  the correct order 

Section A

download

 Click Here To Download Full Sample Paper

Click Here To Download  Full Marking Scheme

CBSE (Class XII) Previous Year Papers Printed Books

<<Go Back To Main Page

Courtesy: CBSE

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Informatics Practices Old

Posted: 19 Oct 2020 06:14 AM PDT

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Informatics Practices Old

Sample Question paper
Informatics Practices Old-(265)

Class-XII (2019-20)

Time allowed: 3 hours
Maximum Marks: 70

General Instructions:

All questions are compulsory, however question number 2, 4 and 6 have internal choices.

Section A

download

 Click Here To Download Full Sample Paper

Click Here To Download  Full Marking Scheme

CBSE (Class XII) Previous Year Papers Printed Books

<<Go Back To Main Page

Courtesy: CBSE

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Informatics Practices New

Posted: 19 Oct 2020 06:13 AM PDT

(Download) CBSE Class-12 Sample Paper And Marking Scheme 2019-20 : Informatics Practices New

Sample Question paper
Informatics Practices New-(065)

Class-XII (2019-20)

Time allowed: 3 hours
Maximum Marks: 70

General Instructions:

 All questions are compulsory
 Question Paper is divided into 4 sections A,B,C and D.
 Section A comprises of questions(1 and 2)
(i) Question 1 comprises Data Handling-2(DH-2)(Series,Numpy)
(ii) Question 2 comprises of question from Data Handling -2(DH-2)(Data Frames and its operations)
 Section B comprises of questions from Basic Software Engineering.
 Section C comprises of questions from Data Management-2(DM-2)
 Section C comprises of questions from Society, Law and Ethics-2(SLE-2)

Section A

Answer the following questions :
(a) Find the output of following program.
import numpy as np
d=np.array([10,20,30,40,50,60,70])
print(d[-4:])

(b) Fill in the blank with appropriate numpy method to calculate and print the variance of an array.
import numpy as np
data=np.array([1,2,3,4,5,6])
print(np.___(data,ddof=0)

(c) Mr. Sanjay wants to plot a bar graph for the given set of values of subject on x-axis and number of students who opted for that subject on y-axis.
Complete the code to perform the following :
(i) To plot the bar graph in statement 1
(ii) To display the graph in statement 2
import matplotlib.pyplot as plt
x=['Hindi', 'English', 'Science', 'SST']
y=[10,20,30,40]
_____________________ Statement 1
_____________________ Statement 2

OR

Mr. Harry wants to draw a line chart using a list of elements named LIST.
Complete the code to perform the following operations:
(i) To plot a line chart using the given LIST,
(ii) To give a y-axis label to the line chart named “Sample
Numbers”.
import matplotlib.pyplot as PLINE
LIST=[10,20,30,40,50,60]
_____________________ Statement 1
_____________________ Statement 2
PLINE.show()

(d) Write the output of the following code :
import numpy as np
array1=np.array([10,12,14,16,18,20,22])
array2=np.array([10,12,15,16,12,20,12])
a=(np.where(array1==array2))
print(array1[a])

download

 Click Here To Download Full Sample Paper

Click Here To Download  Full Marking Scheme

CBSE (Class XII) Previous Year Papers Printed Books

<<Go Back To Main Page

Courtesy: CBSE