mycstutorial

Class 12 Computer Science Ch 10 Computer Network NCERT Book Exercise Solution

Computer Network NCERT Book Exercise Solution

Class 12 Computer Science Ch-10 Computer Network NCERT Book Exercise Solution A Quick Review – Summary • A computer network is an interconnection among two or more computers or computing devices. • A computer network allows computers to share data and resources among each other. • Networking devices are used to connect multiple computers in […]

Class 12 Computer Science Ch 10 Computer Network NCERT Book Exercise Solution Read More »

Class 12 Computer Science Structured Query Language SQL NCERT Book Exercise Solution

Class 12 Computer Science Structured Query Langugae NCERT Exercise solution

Class 12 Computer Science Ch-9 Structured Query Language (SQL) NCERT Book Exercise Solution A Quick Review • Database is a collection of related tables. MySQL is a ‘relational’ DBMS. • DDL (Data Definition Language) includes SQL statements such as, Create table, Alter table and Drop table. • DML (Data Manipulation Language) includes SQL statements such

Class 12 Computer Science Structured Query Language SQL NCERT Book Exercise Solution Read More »

Class 12 Computer Science Chapter 8 Database Concepts NCERT Exercise Solution

Class 12 Computer Science Database Concepts NCERT Exercise solution

Quick Review – Summary File : A file in a file system is a container to store data in a computer.Disadvantage of File System : File system suffers from Data Redundancy, Data Inconsistency, Data Isolation, Data Dependence and Controlled Data sharing.DBMS : Database Management System (DBMS) is a software to create and manage databases. A

Class 12 Computer Science Chapter 8 Database Concepts NCERT Exercise Solution Read More »

Class 9 Employability Skills Unit 5 Green Skills 150+ MCQ’s with answer

class 9 green skills employability skills

Unit 5 Green Skills – 150+ Multiple Choice Questions with Answer 150+ Multiple Choice Questions Green Skills 1. Can we imagine our lives without the environment around us. (a) Yes (b) No 2. According to Collins’ English Dictionary, The ________ consists of the particular natural surroundings in which we live or exist, considered in relation

Class 9 Employability Skills Unit 5 Green Skills 150+ MCQ’s with answer Read More »

Class 10 Computer Applications 165 Networking Ch 1 – Internet Basics 200+ Question and Answer

Networking Question Answer

Unit 1 Networking 200+ Question Answers Internet Basics 1. What is Network? Answer: A network is an interconnection of similar types of devices for sharing data, information, and resources. 2. What is Computer Network? Answer: A computer network is a group of computers linked to each other that enables the computer to communicate with another computer and

Class 10 Computer Applications 165 Networking Ch 1 – Internet Basics 200+ Question and Answer Read More »

Python and MySQL Project Employee Management System Download in pdf

employee management system project in python and mysql

Python Project for Class 12 Computer Science , BCA, MCA Student Management System Employee Management System is a simple project designed in Python Programming Language with MySQL. This project uses the all MySql commands DDL (CREATE DATABASE, TABLE) and DML (INSERT, UPDATE, DELETE, and SELECT) through Python. The Ptyhon and MySQL Connectivity is done by using mysql.connector package.

Python and MySQL Project Employee Management System Download in pdf Read More »

Class 10 Info Tech 402 Practical and Project File Download PDF

Class 10 Info Tech Term 2 Practical and Project file

Class 10 Info Tech 402 Practical and Project File Class 10 Info Tech 402 Project & Practical File – Question Lists Practical_Project File #1 Index of Experiment 1. Create a Database named – School 2. Write steps to Create a table Student in Design view with following details. Field Name Field Type Admno TINYINT (Primary

Class 10 Info Tech 402 Practical and Project File Download PDF Read More »

Class 10 Computer Application code 165 HTML Embed Audio and Video Question Answer

Embed audio and video in HTML Question Answer

200+ Important Question Answer Class 10 Computer Application [165] Question Answer Unit 2 – HTML II [Embed Audio and Video in HTML] Question and Answers 1. What types of Audio file can be inserted in the HTML file? OR Write the name of popular audio format, which you can embed in HTML document. Answer: MP3,

Class 10 Computer Application code 165 HTML Embed Audio and Video Question Answer Read More »

Class 10 Info Tech Unit 3 RDBMS Session 3 – Perform Operations On Tables 50+ Question and Answer

session 3 Perform Operations on Tables

Class 10 Information Technology [402] Unit 3 Relational Database Management System 300+ Important Question Answer based on NCERT book. Session 3 – Perform Operations on Table Questions Answers cum Notes. 1. How can you insert data into the table? Write steps. Answer: To insert the data into the table, Select the table and make double-click

Class 10 Info Tech Unit 3 RDBMS Session 3 – Perform Operations On Tables 50+ Question and Answer Read More »

CBSE Class 12 Term 2 Sample Paper and Marking Scheme 2021 – 2022

cbse term 2 sample paper class 12

CBSE Class 12 Term 2 Sample Paper and Marking Scheme 2021 – 2022 CBSE Term 2 sample papers, released by CBSE on dated 14-Jan-2022. Sample Papers gives ideas about the pattern of question papers. As per the cbse,:- Term 2 Examination type : Subjective Duration : 120 Minutes Mode : Offline (Depends on condition) Class

CBSE Class 12 Term 2 Sample Paper and Marking Scheme 2021 – 2022 Read More »

CBSE Class 10 Term 2 Sample Paper and Marking Scheme 2021 – 2022

cbse term 2 sample paper class 10

CBSE Class 10 Term 2 Sample Paper and Marking Scheme 2021 – 2022 CBSE Term 2 sample papers, released by CBSE on dated 14-Jan-2022. Sample Papers gives ideas about the pattern of question papers. As per the cbse,:- Term 2 Examination type : Subjective Duration : 120 Minutes Mode : Offline (Depends on condition) 2021-22

CBSE Class 10 Term 2 Sample Paper and Marking Scheme 2021 – 2022 Read More »

Pandas and MySQL Project – Hotel Management System Download

hotel management system - python pandas and mysql

Hotel Management System – Python Pandas and MySQL Project with Source Code Scroll for Download – Project Code and Report Project Source Code import pandas as pd import os def menu(): print(“\t\t \”WELCOME TO HOTEL SKYHIGH\”\n”) print(“\t\t\t+——————————-+”) print(“\t\t\t|1. Booking |\n”) print(“\t\t\t+——————————-+”) print(“\t\t\t|2. Rooms Info |\n”) print(“\t\t\t+——————————-+”) print(“\t\t\t|3. Display all Bookings |\n”) print(“\t\t\t+——————————-+”) print(“\t\t\t|4. Payment |\n”)

Pandas and MySQL Project – Hotel Management System Download Read More »

Python and MySQL Project Student Management System Download in pdf

student management system project

Python Project for Class 12 Computer Science , BCA, MCA Student Management System Student Management System is a simple project designed in Python Programming Language with MySQL. This project shows you about the Ptyhon and MySQL Connectivity by using pymysql package. The all basic operations like Insert, Update , View and Delete, are done in

Python and MySQL Project Student Management System Download in pdf Read More »

Class 10 Info Tech Unit 3 RDBMS Session 2 – Create and Edit Tables Using Wizard & SQL Commands 50+ Question Answer

Create & Edit Tables using Wizard & SQL Commands RDBMS

Class 10 Information Technology [402] Unit 3 Relational Database Management System 300+ Important Question Answer based on NCERT book. Session 2 – Create and Edit Tables using Wizard & SQL Commands Question Answers cum Notes 1. How data is organized in RDBMS? Answer: Data in a relational database management system (RDBMS) is organized in the

Class 10 Info Tech Unit 3 RDBMS Session 2 – Create and Edit Tables Using Wizard & SQL Commands 50+ Question Answer Read More »

Class 10 IT Code 402 Unit 4 Web Applications Security Session 1 Working with Accessibility Options 50+ Question Answer

Web Application and Security Session 1 working with accessibility options

Class 10 Info Tech Unit 4 Web Application and Security Session 1 : Working with Accessibility Options Important Question Answers 1. What is Computer Accessibility? Answer: Computer Accessibility refers to the user friendliness of a computer system for all, regardless of their disability. This is mainly a software issue. 2. What is Assistive Technology? Answer:

Class 10 IT Code 402 Unit 4 Web Applications Security Session 1 Working with Accessibility Options 50+ Question Answer Read More »

Class 10 Information Technology 402 Employability Skills MCQs Question Answer Notes

Class 10 employability skills mcq and question answer

Class 10 Information Technology [402] Multiple Choice Questions (MCQs) and Question Answer with Notes for CBSE Examination Employability Skills Unit 2 : Self – Management Skills II Unit 3 : Information and Communication Technology ICT Skills – II Unit 4 : Entrepreneurial Skills – II Class 10 Subject-Specific Skills MCQ & Question Answer <- Click

Class 10 Information Technology 402 Employability Skills MCQs Question Answer Notes Read More »

Class 10 Information Technology code 402 MCQs Question Answer Notes

Class 10 Information Technology MCQ and Question Answer

Unit 1: Digital Documentation Advanced – MCQs & Notes Unit 1: Digital Documentation Advanced – Question Answer Unit 2: Electronic Spreadsheet Advanced – MCQs Unit 2: Electronic Spreadsheet Advanced – Question-Answer Class 10 Info Tech Subject-Specific Skills Unit 3 : Relational Database Management System RDBMS DBMS – MCQ’s , Question Answer and Notes Unit 4:

Class 10 Information Technology code 402 MCQs Question Answer Notes Read More »

Class 10 Info Tech Unit 3 RDBMS Session 1 Appreciate Concept of Database Management System 50+ Question Answer

RDBMS Session 1 Appreciate Concept of Database Management System

Class 10 Information Technology [402] Unit 3 Relational Database Management System 300+ Important Question Answer based on NCERT book. Session 1 – APPRECIATE CONCEPT OF DATABASE MANAGEMENT SYSTEM NOTES in form of Question Answer 1. What is Database? Answer: An organized collection of data is called a Database. It is a container of information. 2.

Class 10 Info Tech Unit 3 RDBMS Session 1 Appreciate Concept of Database Management System 50+ Question Answer Read More »

Class 11 Informatics Practices Chapter 8 Introduction to Structured Query Language SQL NCERT Exercise Solution

Introduction to SQL NCERT Exercise Solution

CBSE NCERT Exercise Solution of Class 11 Informatics Practices Chapter 8 – Introduction to Structured Query Language (SQL) A quick revision • Database is a collection of related tables. MySQL is a ‘relational’ DBMS. A table is a collection of rows and columns, where each row is a record and columns describe the feature of

Class 11 Informatics Practices Chapter 8 Introduction to Structured Query Language SQL NCERT Exercise Solution Read More »

You cannot copy content of this page

Scroll to Top