SELECT * FROM students;def — Python uses the def keyword to define functions. Example: def my_function():int() with float() and keep the same condition.num % 2 == 0.num / 2 == 0 instead of modulus.int() with float() — this accepts decimal inputs. The % 2 == 0 condition still correctly identifies even integers (4.0, 6.0 etc.).| Internet | Intranet |
|---|---|
| A public global network accessible to everyone worldwide. | A private network accessible only within an organization or to authorized users. |
| Uses public IP addresses; data travels over public infrastructure. | Uses private IP addresses; data stays within the organization's internal network. |
Internet = सार्वजनिक; Intranet = संस्थागत/निजी
Technology used: Wi-Fi (Wireless Fidelity)
Wi-Fi ले radio waves प्रयोग गरी wireless तरिकाले data transmit गर्छ।
DBMS: A software system used to store, manage, retrieve, and manipulate data in a structured and efficient manner. Examples: MySQL, Oracle, MS-Access.
DBMS ले data लाई व्यवस्थित तरिकाले भण्डारण र व्यवस्थापन गर्छ।
| Raster Graphics | Vector Graphics |
|---|---|
| Made up of pixels (tiny colored dots). | Made up of mathematical paths, curves, and shapes. |
| Loses quality (becomes blurry) when enlarged. | Scales to any size without losing quality. |
Examples — Raster: JPG, PNG, BMP | Vector: SVG, AI, EPS
area_circle(r) that returns the area of a circle. (Use 3.14)return 3.14 * r * rData Visualization helps solve this problem in the following ways:
Table = raw numbers मात्र; Visualization = patterns र trends स्पष्ट देखाउँछ।
Ethical problems: Privacy + Bias — दुवै समान महत्वपूर्ण।
Broadband: High-speed internet connection that provides always-on, fast data transmission through various technologies. (1 mark)
| RollNo | Name | Age | Marks |
|---|---|---|---|
| 1 | Ram | 16 | 85 |
| 2 | Sita | 15 | 92 |
a. Output (2 marks):
Asha (45) is excluded because 45 < 60. Bikash (72) and Chandra (60) satisfy the condition ≥ 60.
b. Modified Code to show students with marks < 60 (2 marks):
Output: Name: Asha, Marks: 45 (only Asha scores less than 60)
प्रत्येक guideline: 1 अङ्क (कुल 4 अङ्क)