Write a Python program to input any character and check whether it is alphabet, digit or special character.
PYTHON Write a Python program to input any character and check whether it is alphabet, digit or special character. ch = input(“Enter the Character :-“) if((ch >= ‘a’ and ch = ‘A’ and ch = ‘0’ and ch
Write a python program to enter P, T, R and calculate Simple Interest and Compound Interest.
PYTHON Write a python program to enter P, T, R and calculate Simple Interest and Compound Interest. # Program to calculate Simple Interest and Compound Interest P = float(input(“Enter Principal Amount (P): “)) T = float(input(“Enter Time in Years (T): “)) R = float(input(“Enter Rate of Interest (R): “)) # Simple Interest Formula: SI = […]
Write a Python program to enter length and breadth of a rectangle and find its perimeter and Area.
PYTHON Write a Python program to enter length and breadth of a rectangle and find its perimeter and Area. len = int(input(“Enter the Length of the Rectangle :-“)) bre = int(input(“Enter the Breadth of the Rectangle :-“)) area = len * bre peri = 2*(len + bre) print(“The Area is :- “,area) print(“The Perimeter is […]
CHAPTER 8: Producer’s Equilibrium
ECONOMICS CHAPTER 8: Producer’s Equilibrium 8.1 Introduction The objective of this chapter is to determine the “Equilibrium level of Producer”. Just as a consumer aims to maximise satisfaction , a producer aims to maximise his/her satisfaction. For a producer, satisfaction is maximised in terms of profit. Therefore, this chapter deals with finding the level of […]
602 – Data Analytics using Python Unit-1 : Fundamentals of Data Analytics
Unit-1 : Fundamentals of Data Analytics INDEX 1.1 Exploratory Data Analysis (EDA) 1.1.1 Types of Exploratory Data Analysis:1.1.2 Univariate Analysis1.1.3 Bivariate Analysis1.1.4 Multivariate Analysis1.1.5 Handling Missing Data and Outliers 1.2 Understanding the Data: 1.2.1 Quantitative Data : Discrete and Continuous 1.2.2 Qualitative Data : Non-numerical (Normal and Ordinal) 1.3 Spread of Data 1.3.1 Normal Distribution […]
Chapter – 2 Physical Features of India: Complete Geography Notes, Maps & Key Characteristics
PHYSICAL FEATURES OF INDIA SOLUTION Q.1 Explain Codd’s Rules. Answer :- Codd’s rules, proposed by Dr. Edgar F. Codd in 1985, serve as a benchmark for evaluating whether a database management system (DBMS) is truly relational. Codd originally defined 12 rules, including a rule 0, which collectively outline the characteristics a system must exhibit to […]
Chapter -1 Size and Location: Geography Notes, Maps, Explanation & Key Facts
Ch-1 INDIA – SIZE AND LOCATION SOLUTION Q.1 Choose the right answer from the four alternatives given below. (i) The Tropic of Cancer does not pass through(a) Rajasthan (b) Odisha(c) Chhattisgarh(d) TripuraCorrect Answer: (b) Odisha (ii) The easternmost longitude of India is(a) 97° 25′ E (b) 68° 7′ E (c) 77° 6′ E(d) 82° 32′ […]
Class 9th Project AI
Class 9th Project AI Question ….. Q.1 Write a Python program to enter two numbers and perform all arithmetic operations. Q.2 Write a Python program to enter radius of a circle and find its diameter, circumference and area. Q.3 Write a Python program to enter P, T, R and calculate Simple Interest and Compound Interest. […]
Informatics Practice SAMPLE PAPER-2 Solution
Informatics Practice SAMPLE PAPER-2 Solution
SAMPLE PAPER-2 Informatics Practice
Informatics Practice SAMPLE PAPER-2 Solution
