Informatics Practices CLASS XI Code No. 065
Unit Wise syllabus Unit 1: Introduction to Computer System Introduction to computer and computing: evolution of computing devices, components of…
Unit Wise syllabus Unit 1: Introduction to Computer System Introduction to computer and computing: evolution of computing devices, components of…
DDL (Data Definition Language) DDL or Data Definition Language actually consists of the SQL commands that can be used to define the database sche…
SQL Commands Some of The Most Important SQL Commands SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes…
What is a database management system (DBMS)? A database is an organized collection of structured information, or data, typically stored electronica…
Class xi nested loop with questions: A nested loop is a loop inside another loop . Although all kinds of loops can be nested, the most common nested…
Class XI Question based if else in Python programming These questions cover various applications of if and else statements and will help students …
Python Basics Worksheet No-1 1. Introduction to Python Syntax Problem 1: Write a Python program to print "Hello, World!" on the screen. Pr…