What is cyber Law?Cyber law, also known as cybercrime law, is legislation focused on the acceptable behavioral use of technology including computer hardware and software, the internet, and networks.Cyber law helps protect users from harm by enabling the investigation and prosecution of online criminal activity.It applies...
Showing posts with label Class 11 CS. Show all posts
Showing posts with label Class 11 CS. Show all posts
CBSE Class 11 CS Term-Wise SyllabusUNIT - 1: Computer System and OrganisationBoolean AlgebraHistory, IntroductionLogical Operator and Operand, Truth Table, Boolean ExpressionsLogic Gates (NOT, AND, OR, NAND, NOR, XOR, XNOR)Universal Gates - NAND, NORBasic Theorems of Boolean algebraDeMorgan's Law with ProveCreating Logic...
String Definition / What Is Strings in Python?Python string is characters/numbers/special characters enclosed in quotes of any type - single quotation marks (' '), Double quotation marks ( " ") and triple quotation marks (" " "). An empty string is a string that has 0 characters (i.e. it is just a pair of quotation marks)...
What is cyber safety/Internet Safety?Today's age cannot be thought without the Internet, even in dreams. Nowadays every person is being a victim of online fraud. Mostly children are caught in this trap so the first thing we need to know is how to protect a child from online fraud? The government has started its cyber safety...
What is Comment in Python?
Any remark such as who made the code and the purpose in the form of a note can be added in the program using comments. Comments are not executed by the interpreter, they are added with the purpose of making the source code easier to understand by humans. The documentation of the code...
In this post, I am going to discuss various types of data that you can store in Python. The data can be stored in mutable or immutable types of variable.
Let us now discuss CBSE class 11 subject Informatics practices and Computer Science chapter Data Types in Python.
What is Data type?
A data type or...
10
Jul
Tokens in Python -:
Today we will discuss "Python tokens", "Types of tokens with example", "List of tokens in Python", "How many types of tokens are allowed in Python".The Smallest individual unit in a python program is known as "Tokens".Python has mainly 5 types of token which are given below...