Showing posts with label IP using Python. Show all posts
Showing posts with label IP using Python. Show all posts

Saturday, 5 September 2020

CBSE 2020 Informatics Practices(NEW) Question PAPER

 


Dear Students😅,

CBSE class XII  examination of Informatics Practices(New) was cancelled due to COVID-19. This gives me immense pleasure to share with you all the Class XII question paper of IP(NEW) which was set and delivered to examination centers but unfortunately exam was not conducted. I hope you will find it useful while preparing for your board exams.



CBSE 2020 Informatics Practices(New) Question  PAPER




To access question paper please click the DOWNLOAD button given below.

DOWNLOAD



Wish you BEST OF LUCK!😅





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)