1 Answer All Questions. 4 × 1: Sample Question Paper For Mathematics Using Python
This is a sample question paper for a 3-hour mathematics exam using Python that contains 2 sections worth 30 and 70 marks respectively. The first section contains 4 short answer questions worth 12 marks each asking about LaTeX document classes, typesetting trigonometric identities, plotting circles using polar functions, and printing perfect cubes up to 2000. The second section contains 3 longer answer questions worth 15 marks each asking about setting a sample exam paper in LaTeX, writing a Python function to calculate the greatest common divisor of two numbers, and writing a program to draw a circle on a Canvas.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
107 views
1 Answer All Questions. 4 × 1: Sample Question Paper For Mathematics Using Python
This is a sample question paper for a 3-hour mathematics exam using Python that contains 2 sections worth 30 and 70 marks respectively. The first section contains 4 short answer questions worth 12 marks each asking about LaTeX document classes, typesetting trigonometric identities, plotting circles using polar functions, and printing perfect cubes up to 2000. The second section contains 3 longer answer questions worth 15 marks each asking about setting a sample exam paper in LaTeX, writing a Python function to calculate the greatest common divisor of two numbers, and writing a program to draw a circle on a Canvas.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Sample Question Paper
for Mathematics using Python Duration:3 Hrs
30 weightage
Answer all Questions. 4 1 12
1. What are the main document classes supported by LaTeX. 2. Typeset sin2 x + cos2 x = 1 using LaTeX. 3. Plot a circle using the polar() function. 4. Write code to print all perfect cubes upto 2000.
Answer any two Questions. 3 5
1. Set a sample question paper using LaTeX. 2. Write a Python function to calculate the GCD of two numbers 3. Write a program with a Canvas and a circle drawn on it. End