Some of the questions don't have answers at the moment. Please add if you know the answer. Thank you.

1 2 5 6

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

  • Learn HTML

    Learn HTML HTML Document Structure: <html>: Defines the root of an HTML document. <head>: Contains meta-information about the document. <title>: Sets the title of the document displayed in the browser. <meta>: Provides metadata about the document. <link>: Specifies relationships between the current document and external resources. <style>: Defines inline CSS styles. <script>: Embeds or references…

  • B.E. Question Papers All Branches – Mumbai University

    B.E. Question Papers All Branches – Mumbai University Sem I & Sem II Common to All Branches – B.E. F.E. Question Papers SEM I SEM II MAY DECEMBER MAY DECEMBER 2013 2013 2013 2013 2014 2014 2014 2014 2015 2015 2015 2015 2016 2016 – CBCGS 2016 2016 2017 2017 2017 2017 2018 2018 2018 2018…

  • Step-by-step approach to getting started with Matplotlib in Python

    Step-by-step approach to getting started with Matplotlib in Python: Step 1: Import Matplotlib: Step 2: Create a Simple Plot: Step 3: Customize Plot Appearance: Step 4: Create Different Types of Plots: Step 5: Combine Multiple Plots: Step 6: Additional Resources: By following these steps and experimenting with different plot types and customization options, you can…

  • Explain R programming language

    Explain R programming language 1. Overview of R: 2. Features of R: 3. Packages in R: 4. Uses of R: 5. Pros of R: 6. Cons of R: 7. Where R is Used:

  • Text Analytics Notes

    Text Analytics Notes – AI Generated (Claude) 4.1 History of Text Mining: Text mining, also known as text data mining or text analytics, has its roots in several fields, including information retrieval, data mining, machine learning, statistics, and computational linguistics. The early developments in text mining can be traced back to the 1950s and 1960s,…

  • Time Series Short Notes

    Time Series Short Notes Overview of Time Series Analysis: Box-Jenkins Methodology: ARIMA Model: Autocorrelation Function (ACF): Autoregressive Models (AR): Moving Average Models (MA): ARMA and ARIMA Models: Building and Evaluating an ARIMA Model: Reasons to Choose and Cautions:

  • Regression Models Short Notes

    Regression Models Short Notes – AI Generated 2.1 Introduction to Simple Linear Regression: Introduction to Multiple Linear Regression: 2.2 Logistic Regression:

  • 10 Effective Ways to Center a Div

    10 Effective Ways to Center a Div Hello, myself Ajink. In this article, we will explore the various techniques to center a div element on a web page. Centering a div might seem like a simple task, but depending on the context and requirements, there are several approaches to achieve it. Let’s dive in and…