Informatics Practices 065 Periodic Test Paper Class 12 2022-23
Informatics Practices 065 Periodic Test Paper Class 12 2022-23 Time: 90 Minutes/MM:40 General Instruction: All questions are compulsory. All questions carry equal marks. A) Multiple Choice Questions. (10 × 1 =10) 1. What is Keywords ? A) Block of…
Important DIGITAL DOCUMENTATION Questions and Answers Class 9 IT
Important DIGITAL DOCUMENTATION Questions and Answers Class 9 IT 402 In this article CBSE students appearing in Class 9 Information Technology (402) examination will learn some important fill ups, True and false , One word questions, short answer…
Real Time Currency Converter Python Project Class 12
Real Time Currency Converter Python Project Class 12 Source Code: #Python Project Currency Converter import requests from tkinter import * import tkinter as tk from tkinter import ttk class RealTimeCurrencyConverter(): def __init__(self,url):…
Generate QR Code using Python
How to Generate QR Code using Python? #pip install pyqrcode #pip install pypng # Import QRCode from pyqrcode import pyqrcode import png from pyqrcode import QRCode # String for which website you want to enerate the QR code website_url =…