SKSmriti Kumariinsmriti2024.hashnode.dev·Apr 19, 2024 · 3 min readInternal working of python programWhat is Variable ? In Python, a variable is a named reference to a value. It's like a container that holds information, and you can change what's stored in it throughout your program. For example, you can have a variable named "x" and assign it a val...00
SKSmriti Kumariinsmriti2024.hashnode.dev·Apr 18, 2024 · 3 min readPythonWHAT IS PYTHON Python is a versatile, high-level programming language known for its simplicity and readability. It's widely used for web development, data analysis, artificial intelligence, scientific computing, and more. Python emphasizes code reada...00
SKSmriti Kumariinsmriti2024.hashnode.dev·Mar 6, 2024 · 4 min readVIRUS {threats and its types}TYPES OF VIRUSES? File Infector Viruses: These viruses attach themselves to executable files, such as .exe or .dll files, and infect them. When an infected file is executed, the virus activates and spreads to other files on the system. Macro Viruse...00
SKSmriti Kumariinsmriti2024.hashnode.dev·Mar 4, 2024 · 2 min readTermuxWHAT IS TERMUX? Termux is an Android terminal emulator and Linux environment app that allows users to run a Linux shell on their Android device. It provides a full Linux command-line environment, including package management with APT, to run various ...00
SKSmriti Kumariinsmriti2024.hashnode.dev·Mar 3, 2024 · 1 min readClient server ArchitectureClient-server Architecture Client-server architecture is a model where client devices, like computers or smartphones, request services or resources from servers, which fulfill these requests. There are several types: Two-Tier Architecture: Also know...00