Skip to content
cs2study

cs2study

Computer Science C.B.S.E syllabus

  • Home
  • Python-Class XI
    • Videos
    • PDF/PPT
    • Programs
    • Papers
    • MCQ Quiz
    • Project/Practical File Class XI
    • Online Class-XI
  • Python-Class XII
    • Videos
      • File Handling
      • Python Functions
      • Stack
      • MySQL with Python
      • Videos-Networking
    • PDF/PPT
      • Function
      • Python Modules
      • File Handling
      • Stack and Queue
      • MySQL
      • Networking
    • Programs
      • Function Programs
      • File Handling
      • Stack and Queue
      • MySQL
      • MySQL Connectivity
    • Papers
      • Sample Papers
      • School Papers
      • Assignment/Test
    • MCQ
      • MCQ Quiz
      • MCQ Chapter-wise
    • Projects & Practical Files
    • Board Practical Exam
  • Python-Quick Revision
    • Notes
    • Errors and Outputs
    • Exam Revision Notes
    • Question Bank
  • C++
    • Notes
    • Programs/Questions
    • Project/Practical File C++
  • MySQL Software
  • Syllabus
  • Toggle search form

Month: February 2021

Class XI- Videos

Posted on By Pallavi S No Comments on Class XI- Videos
Class XI- Videos

Here you will get all videos on all class XI Python concepts from the beginning like from downloading to executing simple programs. How to install Python                                                                                       …

Read More “Class XI- Videos” »

Class XI, XI Videos

Assignment/Test

Posted on By Pallavi S No Comments on Assignment/Test
Assignment/Test

FUNCTION Function_practice_questions Function_list_questions Function_output_questions Function_Program_questions Function_practice_questions_error and Output MySQL MySQL Assignment 1 MySQL Assignment 2 MySQL Assignment 3 MySQL Assignment 4 MySQL Assignment 5 MySQL Assignment 6 MySQL Assignment 7 MySQL Assignment 8 MySQL Assignment 9 MySQL Assignment 10 MySQLAssignments_Solutions STACK Stack Assignment 1 with solutions Stack Assignment 2 with solutions Stack Assignment 3 with…

Read More “Assignment/Test” »

Assignment/Test paper

MySQL with Python Connectivity Notes

Posted on By Pallavi S No Comments on MySQL with Python Connectivity Notes
MySQL with Python Connectivity Notes

MySQL with Python Connectivity Notes import mysql.connector as m db = m.connect(host=”localhost”,user=”root”,passwd=”1234″) # Open database connection  cursor = db.cursor() # prepare a cursor object using cursor() method  cursor.execute(“show databases”) # execute SQL query using execute() method. data = cursor.fetchone()  # Fetch a single row using fetchone() method. print (“Database version : %s ” % data)…

Read More “MySQL with Python Connectivity Notes” »

MySQL with Python

MySQL Notes

Posted on By Pallavi S No Comments on MySQL Notes
MySQL Notes

MySQL Notes MySQL Termionologies:- Data :- Raw facts and figures are called data.it can be in the form of name,phone,unique id ,address etc. We cannot take decisions on the basis of data. Information:- Well organised and processed data is called information. We can take decisions on the basis of information Field: Set of characters that…

Read More “MySQL Notes” »

MySQL Notes

Debugging

Posted on By Pallavi S No Comments on Debugging
Debugging

Meaning of Debugging Debugging means the process of finding errors,  finding reasons for errors, and techniques of their fixation. An error,  also known as a  bug,  is a  programming code that prevents a program interpretation. Errors are of three types – Compile Time Error Run Time Error Logical Error Compile-time error : These errors are…

Read More “Debugging” »

Class XI

Data Type

Posted on By Pallavi S No Comments on Data Type
Data Type

Data Type Data types are used to identify the type of data and set of valid operations that can be performed on it. Python has the following data types: Numbers( integer(whole no), floating(number with decimal) – String – List – Tuple – Dictionary

Class XI

Conditional Statement : If, Else

Posted on By Pallavi S No Comments on Conditional Statement : If, Else
Conditional Statement : If, Else

Conditional Statement – If… Else Conditional Statements (Decision Making) The basic decision statements in the computer are selection structure. The decision is described to computer as a conditional statement that can be answered True or False Python language provides the following conditional (decision making) statements. If statement If….. else statement If……elif…..else statement Nested if …….

Read More “Conditional Statement : If, Else” »

Class XI

Posts pagination

Previous 1 2

Recent Posts

  • Tips-Networking Case-based Questions
  • XII-Board Practical Exam 2020-21
  • Stack and Queue
  • Questions on Tuples
  • Networking -Full Forms

Recent Comments

  • ubasexazejil on Tips-Networking Case-based Questions
  • ugajefeq on Tips-Networking Case-based Questions
  • www.seoshop.xmc.pl on Tips-Networking Case-based Questions
  • igesuzuxumuli on Tips-Networking Case-based Questions
  • oqiteranif on Tips-Networking Case-based Questions

Categories

  • About
  • C++
    • Notes
    • Programs/Questions
    • Project/Practical File C++
  • Class XI
    • MCQ
    • Online Class-XI
    • PDF/PPT
  • Class XII
    • Assignment/Test
    • Board Practical Exam
    • File Handling
    • File Handling
    • Function Programs
    • Notes
    • Projects and Practical Files Class XII
      • Project/Practical File Class XI
      • Stack
        • Stack and Queue
    • Quick Revision
      • Errors and Outputs
      • Exam Revision Notes
      • Question Bank
    • Stack and Queue
  • File Handling
  • Function
  • Home
  • MCQ Chapter-wise
  • MCQ Quiz
  • MCQ Quiz
  • MySQL
  • MySQL Software
  • Papers
  • Papers
  • PDF/PPT
    • MySQL
    • MySQL with Python
    • Networking
  • Practical/Project
  • Programs
  • Programs
    • MySQL Connectivity
  • Python Functions
  • Python Modules
  • Python_fundamentals
  • Sample Papers
  • School Papers
  • Syllabus
  • Videos
  • Videos
  • Videos-Networking

Archives

  • March 2021
  • February 2021

Categories

  • Assignment/Test paper
  • Board Practical Exam
  • Class XI
  • Class XI
  • Class XII
  • Function
  • MySQL Notes
  • MySQL with Python
  • Networking
  • tuple
  • XI Videos

Copyright © 2025 cs2study.

Powered by PressBook WordPress theme