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 | Mar 12, 2020 | CBSE, Computer Science, CS C++
Stacks using Arrays and Classes In CBSE Class XII Computer Science using C++ board exams a question might come using stacks of one of the following types: Stack implementation using Arrays (chances are less) Stack implementation using Arrays of Structure and Classes....
by Pawan Arora | Mar 10, 2020 | CBSE, Computer Science, CS NetWorking, Informatics Practices, IP NetWorking
First set of some important questions related to Networking and Communications listed below: Q1. What is the difference between HTTP and FTP? HTTP is a standard communication protocol used on Internet that stands for Hyper Text Transfer Protocol. FTP stands for File...
by Pawan Arora | Mar 9, 2020 | Computer Science, CS C++, CS NetWorking, CS Python, Informatics Practices, IP Java, IP NetWorking
Important Abbreviations Some important abbreviations related to Computer Science and Informatics Practices for CBSE Class XI/XII related to Computer Networking, Communication Technologies are listed below. These abbreviations are not listed in any order – all of...