logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is a Web Worker?


  • Correct Answer
  • - A web worker is a JavaScript which runs in the background It exists in external files - It is independent of other scripts and does not affect the performance of the page - Web workers are usually used for CPU intensive tasks 


  • Technology problems


    Search Results


    • 1. What is a Manifest file?
    • Discuss
    • 2. What is the concept of Application Cache in HTML5? What are its advantages?
    • Discuss
    • 3. Differentiate between localStorage and sessionStorage objects.
    • Discuss
    • 4. What is HTML5 Web Storage?
    • Discuss
    • 5. What is a Canvas?
    • Discuss
    • 6. Which JavaScript objects are not accessible to web worker?
    • Discuss
    • 7. What are the new attributes provided in HTML5 for "form" tag ?
    • Discuss
    • 8. Can HTML 5 get the geographical position of a user?
    • Discuss
    • 9. HTML 5 provides drag and drop facility. How do you make an image draggable?
    • Discuss
    • 10. Which method is used to draw an image on the canvas?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment