Python Home(Theory)

Common Settings & Configurations in Pycharm *** All the Python programs are tested on Pycharm Professional 2022.1/2023.1. *** To create a new. Py file using Pycharm to write and run the Python program – File menu – New Project – Pure Python – Name the Project(pythonProject1) – Create – This Read more…

Loading

Notations for complexity

(A) Asymptotic Notations (n→∞): Asymptotic notations are used to express the running time of an algorithm in terms of function, whose domain is the set of natural numbers N={1,2,3,…..}. Such notations are convenient for describing the worst case running time function T(n). Asymptotic notation gives the rate of growth, i.e. Read more…

Loading

JS Interview Questions

Ques. : What is JavaScript? Ques. : Differenciate between Java and JS. Ques. : Which symbol is used for Comments in Javascript? Ques. : Which company developed JS? Ques. : Is JavaScript case sensitive? Ques. : What are the different data types present in JS? Ques. : Explain Hoisting in JS. Ques. : Is it possible to break Read more…

Loading