by Pawan Arora | Jul 9, 2020 | CBSE, Informatics Practices, IP MySQL, IP NetWorking, IP Python
Informatics Practices – 065 Class XI – Topics Reduced / Revised CBSE has revised to reduced the syllabus for Informatics Practices (IP) students for class XI and XII, keeping in mind the situation being created due to covid19. Unit 3: Data Handling using...
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 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 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...
by Pawan Arora | Mar 9, 2020 | CBSE, Computer Science, CS Python, Informatics Practices
In python variables are not declared – as declared in many languages like C, C++, Java etc. Python associates variable type on the basis of value stored in it. Now since its not always we assign a value to a variable while writing a code, sometime value is...