See Computer Science with Python Programming New Curriculum Cdc 2083

  • Home
  • Nepal
  • Kathmandu
  • See Computer Science with Python Programming New Curriculum Cdc 2083

See Computer Science with Python Programming New Curriculum Cdc 2083 SEE COMPUTER SCIENCE WITH PYTHON PROGRAMMING - NEW CDC CURRICULUM 2083

Multimedia Theory3.1 Concept of Multimedia Technology3.2 Multimedia Component Concepts (Text, Graphics,Audio, Video, Ani...
29/08/2026

Multimedia Theory
3.1 Concept of Multimedia Technology
3.2 Multimedia Component Concepts (Text, Graphics,
Audio, Video, Animation)
3.3 Graphics: Concept of Raster and Vector, Graphics File
Formats (PNG, GIF, JPG, SVG, PDF)
3.4 Audio: Concept of Audio Waveform, Audio File
Formats (MP3, AAC, WAV)
3.5 Video: Concept of Frame rate and Resolution (SD,
HD), Video File Formats (MP4, MOV, AVI)
3.6 Animation Concept: 2D and 3D animation

๐Ÿ“˜ DATABASE MANAGEMENT SYSTEM (DBMS) โ€“ COMPLETE NOTES๐Ÿ’ป SEE Computer Science | Class 10๐Ÿ“š CDC New Curriculum โ€“ 2083DOWNLOAD...
08/08/2026

๐Ÿ“˜ DATABASE MANAGEMENT SYSTEM (DBMS) โ€“ COMPLETE NOTES
๐Ÿ’ป SEE Computer Science | Class 10
๐Ÿ“š CDC New Curriculum โ€“ 2083
DOWNLOAD: https://seeqbasicomputer.blogspot.com/2026/08/database-management-system-dbms.html
Complete study notes covering the major concepts of Database Management System (DBMS) in a simple, organized, and exam-focused format.

๐Ÿ“Œ Topics Covered:
โ€ข Database โ€“ Definition, Importance & Applications
โ€ข Manual and Computerized Database
โ€ข Data and Information
โ€ข DBMS โ€“ Features, Advantages & Disadvantages
โ€ข RDBMS
โ€ข Database Data Types
โ€ข Tables, Rows and Columns
โ€ข Field (Attribute) and Record (Tuple)
โ€ข Entity
โ€ข Primary Key, Foreign Key & Composite Key
โ€ข Database Relationships โ€“ 1:1, 1:M & M:N
โ€ข MySQL โ€“ Features, Advantages & Applications
โ€ข Relational Tables
โ€ข Query and Report
โ€ข MySQL Constraints
โ€ข DDL โ€“ CREATE, ALTER, DROP, TRUNCATE & RENAME
โ€ข DML โ€“ SELECT, INSERT, UPDATE & DELETE
โ€ข WHERE Clause & LIKE Operator
โ€ข SQL Queries and Practical Examples
โ€ข MySQL Installation and Basic Practical Tasks
โ€ข Important MCQs and Question-Answers

๐ŸŽฏ Useful for:
SEE preparation, class notes, revision, theory examinations, and practical preparation.

Prepared by: Deepak Shrestha

๐Ÿš€ **Python CSV Program Collections** ๐Ÿ“‚๐ŸMaster Python CSV File Handling with this complete collection of practical progra...
28/07/2026

๐Ÿš€ **Python CSV Program Collections** ๐Ÿ“‚๐Ÿ

Master Python CSV File Handling with this complete collection of practical programs designed for students, teachers, and SEE exam preparation.

โœ… Create CSV files
โœ… Write data using `writerow()` & `writerows()`
โœ… Read CSV files using `csv.reader()`
โœ… Skip headers with `next()`
โœ… Display records and selected columns
โœ… Append new records
โœ… Search records
โœ… Count records
โœ… Beginner-friendly explanations with outputs

๐Ÿ“š Perfect for:
๐ŸŽฏ SEE Computer Science (CDC 2083)
๐Ÿ‘จโ€๐Ÿซ Teachers
๐Ÿ‘จโ€๐ŸŽ“ Students
๐Ÿ’ป Python Beginners

Save this post for your practical exams and share it with friends who are still wondering why commas get their own file format. Python has a peculiar sense of humor.

๐Ÿ SEE COMPUTER SCIENCE | CDC NEW CURRICULUM โ€“ 2083๐Ÿ“˜ Python CSV File Handling โ€“ Practical Programs (Questions 6โ€“10)This p...
27/07/2026

๐Ÿ SEE COMPUTER SCIENCE | CDC NEW CURRICULUM โ€“ 2083

๐Ÿ“˜ Python CSV File Handling โ€“ Practical Programs (Questions 6โ€“10)

This post includes complete Python programs based on the SEE Computer Science curriculum (CDC 2083), covering:

1. Write a Python program to create a CSV file named students.csv.
2. Write a Python program to create a CSV file named students.csv and write the header Name, Age, and Marks.
3. Write a Python program to create a CSV file named students.csv and write one student record with the following details:
Name Age Marks
Ram 15 90
4. Write a Python program to create a CSV file named students.csv and write the following student records using writerow().
Name Age Marks
Ram 15 90
Sita 16 88
Hari 15 95
5. Write a Python program to create a CSV file named students.csv and write the following student records using writerows().
Name Age Marks
Ram 15 90
Sita 16 88
Hari 15 95
6. Write a Python program to append the following student record to an existing CSV file named students.csv.
Name Age Marks
Gita 16 91
7. Write a Python program to append the following student records to an existing CSV file named students.csv using writerows().
Name Age Marks
Gita 16 91
Rita 15 89
8. Write a Python program to create a CSV file named employees.csv. Accept the details of 5 employees from the user using a for loop and store them in the file. The file should contain the columns ID, Name, and Salary.
9. Write a Python program to create a CSV file named books.csv. Accept the details of 3 books from the user using a for loop and store them in the file. The file should contain the columns Book ID, Book Name, and Price.
10. Write a Python program to create a CSV file named result.csv. Accept the details of 5 students (Name, Age, Marks) from the user using a for loop and store them in the CSV file.

๐ŸŽฏ These programs are perfect for:
โ€ข SEE Class 10 students
โ€ข Computer Science teachers
โ€ข Practical exam preparation
โ€ข Python beginners learning CSV file handling

๐Ÿ’ก Practice each program by typing it yourself instead of just reading it. The best way to learn programming is to write code, make mistakes, fix them, and repeat. That's how real understanding is built, despite humanity's recurring hope that staring at code long enough will magically install it into the brain.

๐Ÿ“Œ Save this post for revision.
๐Ÿ“ค Share it with your classmates and friends.
๐Ÿ’ฌ Follow for more SEE Computer Science notes, practical programs, model questions, viva questions, and exam-focused learning materials.

๐Ÿ“– Making SEE Computer Science Simpler, One Lesson at a Time.Presenting Module 1โ€“3: Python CSV Files for the SEE Computer...
26/07/2026

๐Ÿ“– Making SEE Computer Science Simpler, One Lesson at a Time.

Presenting Module 1โ€“3: Python CSV Files for the SEE Computer Science (CDC New Curriculum 2083).

Designed especially for:
โœ… SEE Students
โœ… Teachers
โœ… Self-Learners

Every infographic is created with a focus on:
๐Ÿ“Œ Simple explanations
๐Ÿ“Œ Exam-oriented theory
๐Ÿ“Œ Practical Python programs
๐Ÿ“Œ Expected SEE questions
๐Ÿ“Œ Visual learning

If these notes help you, sharing them with another student is one of the best ways to support free education. โค๏ธ

Prepared by: Deepak Shrestha

๐Ÿ”ฅ **99% of SEE students lose marks in Python File Handling because they memorize programs instead of understanding the c...
19/07/2026

๐Ÿ”ฅ **99% of SEE students lose marks in Python File Handling because they memorize programs instead of understanding the concepts.**

Here's the **ultimate one-minute revision** you should save before your exam. ๐Ÿ“Œ

# ๐Ÿ Python File Handling Cheat Sheet

# # ๐Ÿ“‚ File Modes

โœ… `r` โ†’ Read
โœ… `w` โ†’ Write (Overwrite)
โœ… `a` โ†’ Append (Add data)
โœ… `x` โ†’ Create New File

๐Ÿง  **Memory Trick:**
**R = Read | W = Wipe | A = Add | X = eXclusive Create**

---

# # ๐Ÿ“– Reading Files

```python
read() โ†’ Entire file
readline() โ†’ One line
readlines() โ†’ All lines (List)
```

---

# # โœ๏ธ Writing Files

```python
write() โ†’ One string
writelines() โ†’ Multiple strings
```

---

# # โญ Most Important Programs

โœ… Create a text file

โœ… Write data

โœ… Append data

โœ… Read the entire file

โœ… Read the first line

โœ… Read all lines

โœ… Count characters

โœ… Count words

โœ… Count lines

โœ… Search a word

โœ… Copy one file into another

---

# # ๐Ÿš€ Remember These

Characters

```python
len(data)
```

Words

```python
len(data.split())
```

Lines

```python
len(file.readlines())
```

Search

```python
"Python" in data
```

---

# # ๐Ÿ“Š SEE Frequently Asked Differences

๐Ÿ”น `read()` vs `readline()` vs `readlines()`

๐Ÿ”น `write()` vs `writelines()`

๐Ÿ”น `w` vs `a`

๐Ÿ”น `CSV` vs `Pandas`

---

# # ๐Ÿšจ Common Mistakes

โŒ Using `w` instead of `a`

โŒ Forgetting `close()`

โŒ Using `len(data)` to count words

โŒ Forgetting `split()`

โŒ Using `read()` to count lines

---

# # ๐ŸŽฏ Final Exam Formula

๐Ÿ“‚ Open File

โฌ‡๏ธ

๐Ÿ“– Read / Write

โฌ‡๏ธ

๐Ÿงฎ Process Data

โฌ‡๏ธ

โŒ Close File

---

๐Ÿ’™ **If this helped, save this post now. You'll thank yourself the night before the SEE exam.**

๐Ÿ“Œ Follow for more SEE Computer Science notes, Python programs, MCQs, handwritten revision sheets, and exam tips.

๐Ÿš€ **Python CSV Module Mastered! ๐Ÿ“Š๐Ÿ**The **CSV Module** is one of the most important topics in **SEE Computer Science (Py...
19/07/2026

๐Ÿš€ **Python CSV Module Mastered! ๐Ÿ“Š๐Ÿ**

The **CSV Module** is one of the most important topics in **SEE Computer Science (Python File Handling)**. If you can confidently write these programs, you're already ahead of many students. ๐Ÿ’ช

โœ… Create a CSV file
โœ… Write records using `writerow()`
โœ… Read records using `csv.reader()`
โœ… Append new records without deleting old ones
โœ… Write multiple records using `writerows()`
โœ… Display specific columns using indexes
โœ… Understand file modes (`r`, `w`, `a`, `x`)
โœ… Avoid common exam mistakes like forgetting `newline=""`

๐Ÿ“Œ **Quick Memory Tricks**

๐Ÿ“ `writer()` โžœ Writes data
๐Ÿ“– `reader()` โžœ Reads data

๐Ÿ—‘๏ธ `w` โžœ Wipe & Write
โž• `a` โžœ Add at the end

๐Ÿ“„ `writerow()` โžœ One Row
๐Ÿ“š `writerows()` โžœ Many Rows

๐ŸŽฏ **SEE Exam Tip:**
Practice writing every program **without looking at your notes**. In the exam, syntax matters just as much as the logic.

The next stop is **๐Ÿผ Pandas**, where filtering and analyzing CSV data becomes much simpler.

๐Ÿ“š Keep practicing. Every program you write today is one less mark you lose tomorrow.

๐Ÿš€ **๐Ÿผ Pandas Complete for SEE Computer Science 2083 | One-Shot Revision!**Still confused about **Pandas**? Don't worry! ...
19/07/2026

๐Ÿš€ **๐Ÿผ Pandas Complete for SEE Computer Science 2083 | One-Shot Revision!**

Still confused about **Pandas**? Don't worry! This complete revision covers everything you need for the SEE exam in one place. ๐Ÿ“š๐Ÿ’ป

โœ… What is Pandas?
โœ… DataFrame Explained
โœ… Read CSV Files
โœ… Display Records
โœ… Display Selected Columns
โœ… Filter Records
โœ… Salary > 75,000 Program
โœ… Gender = 'M' & Computer > 85 Program
โœ… Save Data to Another CSV (`to_csv()`)
โœ… `index=False` Explained
โœ… Common Mistakes
โœ… SEE Important Programs
โœ… Last-Minute Revision Notes

๐ŸŽฏ Perfect for:
โœ” SEE Class 10 Students
โœ” Board Exam Preparation
โœ” Last-Minute Revision
โœ” Beginners Learning Python

๐Ÿ’ก Save this post so you can revise before your exam.
๐Ÿ“Œ Share it with your classmates. Someone in your group chat is definitely still confusing `=` with `==`. Computers are unforgiving like that.

๐Ÿ“– Happy Learning!

Address

Babarmahal
Kathmandu
78754

Alerts

Be the first to know and let us send you an email when See Computer Science with Python Programming New Curriculum Cdc 2083 posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The School

Send a message to See Computer Science with Python Programming New Curriculum Cdc 2083:

Shortcuts

Share