by Pawan Arora | Apr 30, 2020 | Advanced Java, BCA, Bootstrap, BTech, CBSE, Computer Science, Core Java, CS C++, CS MySQL, CS Python, CSS, Education, Front End Development, HTML5, Informatics Practices, IP HTML, IP Java, IP MySQL, IP NetWorking, Java, Java Script, MS Excel, Multimedia and web technologies, NetBeans
Online Classes – Corona changed all, people got locked in their houses and social distancing became the only solution. Because of all this all the colleges and schools closed down, but didn’t realized at the beginning that it might go that far. Soon all...
by Pawan Arora | Mar 25, 2020 | BCA, BTech, CBSE, Computer Science, CS C++
Computer Science C++ – Write a function RevText() to read a text file “input.txt” and print only words (strings) starting with letter ‘i’ or ‘I’ in reverse order and rest of the words as it is. This problem is related to...
by Pawan Arora | Mar 23, 2020 | BCA, BTech, Computer Science, CS Python, Education
Is there a data type for handling dates in python? No. Python does not provides any special data type for handling dates in Python. But that does not mean, you can’t play with dates while programming in Python. In this post you will learn: What is Python module...
by Pawan Arora | Mar 22, 2020 | BCA, BTech, CBSE, Computer Science, CS Python, Informatics Practices
Based on CBSE Computer Science and Informatics Practices Syllabus – Solving Pattern questions using Python Patterns questions help you improve on logic around loops and repetitive tasks having some symmetry Almost all the languages support repetitive tasks by...
by Pawan Arora | Mar 16, 2020 | BCA, BTech, CBSE, Computer Science, CS C++
Stacks (LIFO) using Linked List (Self-referential Structure) In Board Exams for CBSE Class XII Computer Science using C++ they might ask a question to implement stacks using Linked Lists or Arrays. This tutorial describes how to implement Stacks using linked list. It...
by Pawan Arora | Oct 30, 2018 | BCA, BTech, CBSE, Computer Science, Informatics Practices, IP Java, Java, NetBeans, Technology
To code in Java, you need Java Development Kit (JDK). JDK is also known as “Java Platform, Standard Edition” or simply Java SE. The JDK or Java Development Kit can be freely downloaded from official website of Sun Microsystems which is now very much the part of...