Saturday, July 02, 2022

Database Handling using Python Notes

Database Handling using Python

Download Syllabus of Database Handling using Python

Sqlite Practice Questions

Database Handling using Python Topics

Download Unit-2: Database Backup And CSV Handling Slides

Download Unit-3: Python interaction with Sqlite Slides

Download Unit-4: Python Interaction with text and CSV  Slides

Download Unit-5: Data Visualization using Data frame  Slides

Database Handling using Python Assignments

Download Assignment Questions of Unit-1: Introduction to SQLite
Download Assignment Questions of Unit-2: Database Backup And CSV Handling
Download Assignment Unit-3: Python interaction with Sqlite
Download Assignment Questions of Unit-4: Python Interaction with text and CSV
Download Assignment Questions of Unit-5: Data Visualization using Data frame

Database Handling using Python Quiz

Click Here to Start Quiz 27-06-2022

Click Here to Start Quiz 01-07-2022

Click Here to Start Quiz 02-07-2022

Click Here to Start Quiz 04-07-2022

Click Here to Start Quiz 05-07-2022

Click Here to Start Quiz 08-07-2022

Click Here to Start Quiz 11-07-2022

Click Here to Start Quiz 18-07-2022

Click Here to Start Quiz 19-07-2022

Click Here to Start Quiz 22-07-2022

Click Here to Start Quiz 23-07-2022

Click Here to Start Quiz 26-07-2022

Click Here to Start Quiz 29-07-2022

Click Here to Start Quiz 30-07-2022

Click Here to Start Quiz 01-08-2022

Click Here to Start Quiz 02-08-2022

Click Here to Start Quiz 05-08-2022

Click Here to Start Quiz 06-08-2022

Click Here to Start Quiz 12-08-2022

Click Here to Start Quiz 13-08-2022

Click Here to Start Quiz 17-08-2022

Click Here to Start Quiz 20-08-2022

Click Here to Start Quiz 22-08-2022

Click Here to Start Quiz 23-08-2022

Click Here to Start Quiz 24-08-2022

Click Here to Start Quiz 26-08-2022

Click Here to Start Quiz 29-08-2022

Click Here to Start Quiz 30-08-2022

Click Here to Start Quiz 02-09-2022

Click Here to Start Quiz 03-09-2022

Click Here to Start Quiz 05-09-2022

Click Here to Start Quiz 06-09-2022

Click Here to Start Quiz 07-09-2022

Python Matplotlib

Python Pandas

Python Numpy

Python File Handling

Python compiler online

Monday, June 20, 2022

ASP.NET (Active Server Page) Notes

 ASP.NET (Active Server Page) 

Download ASP.NET Syllabus

ASP.NET Website

1  ASP.NET website for student admission in the college

2  ASP.NET website for blood donation

3 ASP.NET website for Multiplex theatre ticket booking

ASP.NET Practice Websites



ASP.NET Topics

Download UNIT 2 : Server Controls

Download UNIT 3 : Database Access

Download UNIT 4 : Client Server Communication

Download UNIT 5 : Advance ASP.NET

ASP.NET Quiz

Click Here to Start Quiz 29-06-2022

Click Here to Start Quiz 30-06-2022

Click Here to Start Quiz 04-07-2022

Click Here to Start Quiz 05-07-2022

Click Here to Start Quiz 06-07-2022

Click Here to Start Quiz 07-07-2022

Click Here to Start Quiz 11-07-2022

Click Here to Start Quiz 18-07-2022

Click Here to Start Quiz 19-07-2022

Click Here to Start Quiz 20-07-2022

Click Here to Start Quiz 21-07-2022

Click Here to Start Quiz 25-07-2022

Click Here to Start Quiz 26-07-2022

Click Here to Start Quiz 27-07-2022

Click Here to Start Quiz 28-07-2022

Click Here to Start Quiz 01-08-2022

Click Here to Start Quiz 02-08-2022

Click Here to Start Quiz 03-08-2022

Click Here to Start Quiz 04-08-2022

Click Here to Start Quiz 17-08-2022

Click Here to Start Quiz 18-08-2022

Click Here to Start Quiz 22-08-2022

Click Here to Start Quiz 23-08-2022

Click Here to Start Quiz 24-08-2022

Click Here to Start Quiz 25-08-2022

Click Here to Start Quiz 29-08-2022

Click Here to Start Quiz 30-08-2022

Click Here to Start Quiz 01-09-2022

Click Here to Start Quiz 05-09-2022

Click Here to Start Quiz 06-09-2022

Click Here to Start Quiz 07-09-2022

Tuesday, March 29, 2022

Emerging Trends and Applications in IT(ET & IT)

 Emerging Trends and Applications in IT(ET & IT)

Download Syllabus

Complete Assignment Questions

Download ETIT MCQ Practice Questions and Answers

Unit 1

Unit 2

Unit 3

Unit 4

Unit 4 Excel Format

ETIT QUIZ 2022

Click here to start Quiz 17-Mar-22(3)
Click here to start Quiz 17-Mar-22(2)
Click here to start Quiz 17-Mar-22(1)
Click here to start Quiz 16-Mar-22
Click here to start Quiz 15-Mar-22
Click here to start Quiz 14-Mar-22
Click here to start Quiz 9-Mar-22
Click here to start Quiz 8-Mar-22
Click here to start Quiz 7-Mar-22
Click here to start Quiz 3-Mar-22
Click here to start Quiz 2-Mar-22
Click here to start Quiz 1-Mar-22
Click here to start Quiz 28-Feb-22
Click here to start Quiz 23-Feb-22
Click here to start Quiz 22-Feb-22
Click here to start Quiz 21-Feb-22
Click here to start Quiz 19-Feb-22
Click here to start Quiz 18-Feb-22

Click on Read more for more content on Emerging Trends and Applications in IT(ET & IT)

Monday, March 28, 2022

Wednesday, March 02, 2022

.NET Programming Quiz 2022

Click here to start Quiz 18-Mar-22
Click here to start Quiz 17-Mar-22
Click here to start Quiz 15-Mar-22
Click here to start Quiz 14-Mar-22
Click here to start Quiz 12-Mar-22
Click here to start Quiz 11-Mar-22
Click here to start Quiz 10-Mar-22
Click here to start Quiz 08-Mar-22
Click here to start Quiz 04-Mar-22
Click here to start Quiz 03-Mar-22
Click here to start Quiz 28-Feb-22
Click here to start Quiz 26-Feb-22
Click here to start Quiz 25-Feb-22
Click here to start Quiz 24-Feb-22
Click here to start Quiz 22-Feb-22
Click here to start Quiz 21-Feb-22
Click here to start Quiz 19-Feb-22

Tuesday, February 15, 2022

Introduction to ASP.NET Core (Questions and Answers)


1. Describe the ASP.NET Core.

ASP.NET Core is an open-source, cross-platform, cloud based and high performance platform that allows you to build modern applications. With ASP.NET Core we can build
  • web applications,
  • IoT (Internet of things) apps,
  • services
  • mobile apps.
  • we can do our development on Linux, Windows and MacOS.
  • deploy our code to cloud or on-premises.




Introduction to MVC (Model-View-Controller) (Questions and Answers)

MVC (Model-View-Controller) (Interview Questions)

  • The Model-View-Controller (MVC) architectural pattern separates an app into three main components: Model, View, and Controller. The MVC pattern helps you create apps that are more testable and easier to update than traditional monolithic apps.
  • It supports separation of concern as Model describes data, View represents UI and Controller manages the presentation logic which handles user request.
  • Using the MVC pattern for websites, requests are routed to a Controller that is responsible for working with the Model to perform actions and/or retrieve data. The Controller chooses the View to display and provides it with the Model. The View renders the final page, based on the data in the Model.

Tuesday, February 01, 2022

ASP.NET Core Identity

 ASP.NET Core Identity is a fully featured membership system for creating and maintaining user logins. Using Identity API, you can sign in & sign out users, reset their passwords , lockout users & Implement Multi Factor Authentication. It can also integrate with the external login providers like Microsoft Account, Facebook, Google, etc.

When we create a new application, we can install the ASP.NET Core identity by choosing the Individual Accounts under the Authentication Type Option. Most of the Identity related services and UI forms like Register, Login & Logout are automatically created for us.