Class 11th IP (065) 3 Marks Important Questions Unit 1 – Introduction to Computer System Q.1 Explain the evolution of computing devices briefly. Answer :- The evolution of computing...
2 Marks Questions Unit 1 – Introduction to Computer System Q.1 Define a computer system. Answer :- A computer system is an integrated set of hardware and software components...
Class 11th CS (083) MCQ final Unit 1: Computer Systems and Organisation Q1. A computer system consists of:A. Hardware onlyB. Software onlyC. Hardware and softwareD. Internet and user Q2....
Class 12th IP (065) Practical 11 SOLUTION :- import pandas as pd import matplotlib.pyplot as plt Flight = pd.DataFrame({ 'Fname': ['Air india', 'Indigio', 'Spice Jet', 'Jet', 'Emirates'], 'Year': [2010,...
Class 12th IP (065) Practical 10 SOLUTION :- import pandas as pd import matplotlib.pyplot as plt Employee = pd.DataFrame({ 'Eno': ['E1', 'E2', 'E3', 'E4'], 'Ename': ['Mike', 'Jack', 'Thomas', 'Peter'],...
Class 12th IP (065) Practical 9 SOLUTION :- import pandas as pd import matplotlib.pyplot as plt Result = pd.DataFrame({ 'Name': ['Harsh', 'Meena', 'Parth', 'Kishore', 'Krishna'], 'Science': [99, 85, 75,...
Class 12th IP (065) Practical 8 SOLUTION :- import pandas as pd import matplotlib.pyplot as plt Sales = pd.DataFrame({ 'Month': ['January', 'February', 'March', 'April', 'May'], 'Maruti': [20, 15, 12,...
PYTOHN PRACTICAL SOLUTION unit = float(input("Enter total units consumed:")) if unit
Class 12th IP (065) Practical 6 SOLUTION :- import pandas as pd import matplotlib.pyplot as plt # Creating DataFrame Product = pd.DataFrame({ 'Pname': ['50-50', 'Krack-Jack', 'Kitkat', 'Dariy Milk', 'Maggie'],...