Tuesday 3 March 2020

Informatics Practices Revision Test paper CLASS XI 2020




Dear Students,
Jawahar Navodaya Vidyalaya's Informatics Practices(using Python) Class XI revision test Paper is available in this post. Hope you will find it useful while preparing for your final Term end exams.
Best of Luck!!
















Sunday 16 February 2020

Informatics Practices CLASS XI Practical Examination Paper 2020


AISSCE: 2019-20
Jawahar Navodaya Vidyalaya
Practical Examination
Subject: Informatics Practices New (065)                   Time: 03:00 hrs.
Date: 15-02-2020.                                                           MM: 30.
-----------------------------------------------------------------------------------------------
Note:-All Questions are compulsory.
Q1:- Write a program in python to test if a number is equal to the sum of the cubes of its digits. Find the smallest and largest numbers in the range of 100 to 1000.                                                                                                           (10) 

Q2:- Write a program that reads the n to display the nth term of Fibonacci series. The beginning of the    sequence looks like :     0,1,1,2,3,5,8,13,21,34…….
       The program prompts for an element and prints out the value of that element of the Fibonacci sequence.
       Thus: for input 7, produces 13 and for input 9, produces 34.                  (10)

Q3:- Write MySql query to create the table Store. Also write queries for (i)–(iv) and output for (v) and (vi).                                                                                  (10)