Home / CSE MCQs / D3.js ::

CSE MCQs :: D3.js

  1. Explain about d3.js Scales?
  2. A.
    Quantitative Scales
    B.
    Ordinal Scales
    C.
    Linear Scales
    D.
    All of these

  3. What does path generators include in it?
  4. A.
    svg.line- Make a new line generator
    B.
    svg.line.radial- Make a new radial line generator
    C.
    svg.area
    D.
    All of the mentioned

  5. What does D3.js mean?
  6. A.
    It is a JavaScript framework to display D3 models
    B.
    It is a JavaScript library for changing native objects to D3 objects
    C.
    It is Node.js to parse a server's data to objects with D3 features
    D.
    It is a JavaScript library for creating and manipulating documents based on data

  7. What are the data binding methods?
  8. A.
    data() function
    B.
    enter() function
    C.
    exit() function
    D.
    All of these

  9. What are the selector methods in D3 JS?
  10. A.
    select()
    B.
    select All()
    C.
    append()
    D.
    html()
    E.
    All of these

  11. What is the slider available in d3.js?
  12. A.
    Default slider
    B.
    Slider with start value
    C.
    Slider with slide event
    D.
    All of the above

  13. Which of the following terms is correct about SVG?
  14. A.
    it is a JSON object to show properties in math figures
    B.
    it is a markup language for determining two-dimensional vector graphics
    C.
    it is a JavaScript fabric method to show the charts, tables
    D.
    it is a Scalable Vector Graphics in JSON and is crucial for graphics

  15. What are the key features Of D3.js?
  16. A.
    Data Driven
    B.
    DOM Manipulation
    C.
    Interaction and animation
    D.
    All

  17. What are the uses of D3.js?
  18. A.
    D3.js is small and open-source and written in JavaScript
    B.
    D3.js is used for dynamic, interactive graphical presentation and data visualization frameworks
    C.
    D3.js main focuses on binding data to DOM elements
    D.
    All of the above mentioned

  19. In which of the following cases, D3.js is helpful?
  20. A.
    viewing huge data reports of account detail, e-commerce budgeting, population
    B.
    using D3 models on backgrounds of gaming applications
    C.
    analyzing and representing a server data
    D.
    None of the mentioned