45 questions across 6 question groups — pick any mix to generate a Computer Science paper with step-by-step answer keys.
True-False
5 Q→02M.C.Q
11 Q→031 Marks Each
12 Q→042 Marks Each
7 Q→053 Marks Each
6 Q→064 Marks Each
4 Q→One sample from each question group in this chapter. Select any group above to see the full set with answer keys.
Answer: C.
View full solution →Answer: D.
View full solution →Answer: C.
View full solution →Answer: B.
View full solution →Answer: B.
View full solution →labels = ['Oxygen','Hydrogen','Carbon_Dioxide','Nitrogen']
values = [4500,2500,1053,500]
Avetmp=[9.0,15.0,22.0,30.4,36.7,40.8,42.7,45.6,44.7,42.8,38.5,30.7,7.0]
Sample data:
Programming languages: Java, Python, PHP, JavaScript, C#, C++ Popularity: 22.2, 17.6, 8.8, 8, 7.7, 6.7
Title: Carbon emission of the coutries 1990-2011
values=[27, 11, 25, 8, 1, 3, 25]
countres= [ "US", "China", "European Union", "Russian Federation", "Brazil","India","Rest of World"]
x_data = [2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013]
y_data = [18, 21, 18, 21, 16, 14, 13, 18, 17, 16, 19, 23]
The program is to be implemented to sub plot
data name : Percentage of Schools with Computers from 2013-14 to 2015-16
Screen shot of the data:
Assuming that we have saved the file with name: "computer_data" in python default folder.
Assuming that all the required libraries are imported once:
(i) To create the data frame of the above file.
(ii) To display all the column names of the data frame.
(iii) To plot the line graph for the first 5 record of the Primary Only column on y-axis and 'State_UT' on x-axis.
The line colour should be red and marker as 'x'. The graph will display only 2013-14
(iv) To display the histogram of the 2013-14, primary_only column.
(v) To display bar graph of the last 7 record of the year 2013-14 use the title and required label. Also write the statement to create the data frame.
(vi) To display the pie chart of the first 10 records of the 2013-14. Also create the data frame.
(vii) To display the boxplot for the Sec with higher secondary and All India data.
(viii) To display the scatter diagram of the 2014-15
https://data.gov.in/catalog/statistical-hand-book-2009-education?filters%5Bfield_catalog_reference%5D=6690578& format=json&offset=6&limit=6&sort%5Bcreated%5D=desc
Schools for Professional Education 2007-08 : SHB 2009

(i) Write a python / statement to read the data frame.
(ii) Write a python code to plot the pie chart of all the institutions which have more than hundred teachers. Also display the values of portion.
(iii) Write a python code to plot the horizontal bar chart to plot the Type of institution and Total students.
(iv) Write a python code to plot the scatter diagram boys vs girls students.
(v) Write a python code to plot the histogram for no. of institution.
Pick question groups from the list above, set marks and difficulty, and export a branded PDF with step-by-step answer keys. First 3 chapters free — no signup.