Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Manoj Singh

Manoj Singh

Community Learner
Share
7Questions
7Answers
13.6KViews on questions

What is the difference between HTML div and span elements?

The main difference between div and span in HTML lies in how they are used to structure and style content. Both are container elements, but they serve different purposes in terms of layout and presentation. A div (division) is a block-level element. This means it takes up the full width available and always starts on…

Python

Answered Sep 16, 2025 · 688 Views Read answer →

How do I make a time delay?

To make a time delay in Python, the most common and straightforward way is by using the built-in time module, specifically the sleep() function. This function pauses the program’s execution for a specified number of seconds. Time delays can be useful in scenarios like simulating loading, pacing output in loops,…

Python

Answered Jul 22, 2025 · 806 Views Read answer →

Can MP4 files have viruses?

To answer your questions - Can mp4 files have viruses, we have to understand what malware in an mp4 file actually means. An mp4 file isn't an executable, so it will not run any (malicious) code directly. Therefore, if a mp4 file contains malware that wants to execute instructions, it has to exploit a vulnerability…

Cyber Security

Answered Oct 20, 2022 · 7.2K Views Read answer →

Why do I need to get java security egd?

Regarding the java security ege - Everything: As root, just do this: rm /dev/random mknod /dev/random c 1 9 Now /dev/random will actually access the same underlying logic as /dev/urandom. After this change, both /dev/random and /dev/urandom will draw from the non-blocking pool. The non-blocking pool will draw from the…

Java

Answered Oct 11, 2022 · 1.1K Views Read answer →

How can we plot a lagged time series?

ggplot does not seem to have a lag.plot equivalent we can use tail to get a lagged version a vector: tail(x,-1) But within ggplot2 aesthetics must either be length one or having the same length, so we should append a value to the lagged one in order to plot it against the original vector. For example: x= 1:10…

Data Science

Answered May 1, 2020 · 1.2K Views Read answer →

What is Anaconda and how to install it?

Anaconda is a platform used by most Data science for R and python programming, to install Anaconda please follow below steps: Go to https://www.anaconda.com/distribution/ you will see a screen like below Now scroll down and select windows option for which you want to download and hit the download

Data Science

Answered Dec 19, 2019 · 1.7K Views Read answer →

More members from the Data Science community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest Data Science Blogs

Guides, tips and career advice on Data Science from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.