> என் ராஜபாட்டை : March 2021

.....

.

Tuesday, March 30, 2021

How to Link Aadhaar with PAN Card using Online and SMS and Check Status.

 


You can get their PAN and Aadhar linked online by following the steps mentioned below:

Step 1. Step 1. Visit the Income Tax e-Filing website and click on the ‘Link Aadhaar’ option under the quick links


 

 Step 2. Enter your PAN and Aadhaar number


Step 3. Enter the name as mentioned in your Aadhaar card
 

 Step 4. In case, if only the date of birth is mentioned on your Aadhaar card and 

               you have to tick the square


Step 5. Tick mark ‘I agree to validate my Aadhaar details with UIDAI’

 

Step 6. Now, enter the ‘Captcha Code’ mentioned in the image for the  

             verification
 

Step 7. You need to click on theLink Aadhaarbutton
 

Step 8. A pop-up message will appear showing your successfully linked 

               Aadhaar with PAN Card

 

 

Method 2 :(SMS)

Link Aadhaar with PAN by  SMS

Steps:

  • You have to type a message in the format
    UIDPAN<12 Digit Aadhaar> <10 Digit PAN>
  • Send the message in the above-mentioned format to either 567678 or 56161 from your registered mobile number
  • For example, if your Aadhaar number is 9000000000 and your PAN is ABCDE1234F, you have to type UIDPAN 9000000000 ABCDE1234F and send the message to either 567678 or 56161

 

 

WATCH VIDEO:

 

YOUTUBE LINK CLICK HERE

======

WATCH HERE:


 



TOMORROW TEST QUESTION PAPER

TEST NO : 1

DATE : 1-4-2021

 

 




COMPUTER SCIENCE

 

 

 

 

COMPUTER APPLICATION

 

 

 

 


Monday, March 29, 2021

12 STD || CH: 4 || TYPES OF OPERATORS - TOKENS

 

 

 

 


Operators are the constructs which can manipulate the value of operands.

Consider the expression 4 + 5 = 9. Here, 4 and 5 are called operands and + is called operator.

Types of Operator

 

Python language supports the following types of operators.

  • Arithmetic Operators
  • Comparison (Relational) Operators
  • Assignment Operators
  • Logical Operators
  • Bitwise Operators
  • Membership Operators
  • Identity Operators

 

 

 

VIDEO LINK:

 

CLICK HERE

 

=====================

 

YOUTUBE LINK

 

 12 STD || CH: 4 ||  TYPES OF OPERATORS - TOKENS


HOW TO USE PYTHON IN MOBILE PHONE ?


  

 

There are numerous operating systems such as Android, iOS and Windows which Python supports. In fact, you can use Python interpreters to use and run the code across platforms and tools.

 

VIDEO LINK:

 

CLICK HERE

 

 

YOUTUBE LINK :

 

CLICK HERE

 

 

APP LINK:

 

CLICK HERE 

Friday, March 26, 2021

12 STD: CH: 3 : PART-2 : LEGB rule


 LEGB rule


Scope also defines the order in which variables have to be mapped to the object in order to obtain the value. Let us take a simple example as shown below:
1. x:= 'outer x variable'
2. display():
3. x:= 'inner x variable'
4. print x
5. display()
When the above statements are executed the


statement (4) and (5) display the result as Output outer x variable
inner x variable Above statements give different outputs because the same variable name x resides in different scopes, one inside the
function display() and the other in the upper level. The value ‘outer xvariable’ is printed when x is referenced outside the function
definition. Whereas when display() gets executed, ‘inner x variable’ is printed which  is the x value inside the function definition. From the above example, we can guess that there is a rule followed, in order to decide from which scope a variable has to be picked. 


The LEGB rule is used to decide the order in which the scopes are to be searched for scope resolution. The scopes are listed below in terms of hierarchy (highest to lowest).

 

 

VIDEO LINK:

 

CLICK HERE

 

 =================

WATCH VIDEO HERE :

 

 



 

 =========================

YOUTUBE LINK:

 

CLICK HERE

 

12 STD - CH: 3 : LEGB rule


 LEGB rule


Scope also defines the order in which variables have to be mapped to the object in order to obtain the value. Let us take a simple example as shown below:
1. x:= 'outer x variable'
2. display():
3. x:= 'inner x variable'
4. print x
5. display()
When the above statements are executed the


statement (4) and (5) display the result as Output outer x variable
inner x variable Above statements give different outputs because the same variable name x resides in different scopes, one inside the
function display() and the other in the upper level. The value ‘outer xvariable’ is printed when x is referenced outside the function
definition. Whereas when display() gets executed, ‘inner x variable’ is printed which  is the x value inside the function definition. From the above example, we can guess that there is a rule followed, in order to decide from which scope a variable has to be picked. 


The LEGB rule is used to decide the order in which the scopes are to be searched for scope resolution. The scopes are listed below in terms of hierarchy (highest to lowest).

 

 

VIDEO LINK:

 

CLICK HERE

 

 =================

WATCH VIDEO HERE :

 

 


 

 =========================

YOUTUBE LINK:

 

CLICK HERE

 

Thursday, March 25, 2021

12 STD || CH:2 || PART-2 || DTP || COMPUTER APPLICATION

 

 

Introduction to Adobe  PageMaker


Adobe PageMaker is a page layout software. It is used to design and produce documents that can be printed. You can create anything from a simple business card to a large book. Page layout software includes tools that allow you to easily position text and graphics on document pages. For example, using PageMaker, you can create a newsletter that includes articles and pictures on each page. 

 

CLICK ANY ONE AD:

 

VIDEO LINK:

 

CLICK HERE

 

 ================

WATCH VIDEO HERE: 

 


 

====================

YOUTUBE LINK:

 

 12 STD || CH:2 || PART-2 || DTP ||  COMPUTER APPLICATION

12 STD || CH:2 || PART-1 || DTP || COMPUTER APPLICATION

 

 

Introduction to Adobe  PageMaker


Adobe PageMaker is a page layout software. It is used to design and produce documents that can be printed. You can create anything from a simple business card to a large book. Page layout software includes tools that allow you to easily position text and graphics on document pages. For example, using PageMaker, you can create a newsletter that includes articles and pictures on each page. 

 

CLICK ANY ONE AD:

 

VIDEO LINK:

 

CLICK HERE

 

 ================

WATCH VIDEO HERE: 

 

 

====================

YOUTUBE LINK:

 

 12 STD || CH:2 || PART-1 || DTP ||  COMPUTER APPLICATION

12 STD|| PART-4 || CH: 4 || PYTHON|| INPUT-OUTPUT FUNCTION


 INPUT-OUTPUT FUNCTION

 

 

Input and Output Functions


A program needs to interact with the user to accomplish the desired task; this can be achieved using Input-Output functions. The input() function helps to enter data at run time by the user and the output function print() is used to display the result of the program on the screen after execution.

 

 MUST CLICK ANY ONE AD:

 

VIDEO LINK:

 

CLICK HERE

 

===============


 

 


 

 

===================

 

YOUTUBE LINK:

 


CLICK HERE

12-STD || PART-3 || CH: 4 || PYTHON || TOKEN & LITERALS


 TOKEN & LITERALS

 

 

Python breaks each logical line into a sequence of elementary lexical components
known as Tokens. The normal token types are
1) Identifiers,
2) Keywords,
3) Operators,
4) Delimiters and
5) Literals.
Whitespace separation is necessary between tokens, identifiers or keywords

 

 MUST CLICK ANY ONE AD:

 

VIDEO LINK:

 

CLICK HERE

 

===============

WATCH VIDEO HERE

 

 


 

 

===================

 

YOUTUBE LINK:

 

TOKEN & LITERALS

Wednesday, March 24, 2021

CH:-4 PART-2: Interactive mode Programming

 

 

 Interactive mode Programming

 

In interactive mode Python code can be directly typed and the interpreter displays the result(s) immediately. The interactive mode can also be used as a simple calculator.

 

 

 

 

 

 

VIDEO LINK:

 

 

CLICK HERE

 

 

=====================

 

 

WATCH VIDEO HERE :

 

 

 


 

 

 =========================

YOUTUBE LINK:

 

 

CLICK HERE

 

CH : 4 PYTHON - VARIABLES AND OPERATORS

 

 CH : 4   PYTHON -  VARIABLES AND OPERATORS

 

 

 Introduction

Python is a general purpose programming language created by GuidoVan Rossum from CWI (Centrum Wiskunde & Informatica) which is a National Research Institute for Mathematics and Computer Science in Netherlands. Th e language was released in I991. Python got its name from a BBC comedy series from seventies- “Monty Python’s Flying Circus”. Python supports both Procedural and Object Oriented programming approaches.

 

 

VIDEO LINK:

 

CLICK HERE

 

 ========================

WATCH VIDEO HERE

 

 


 

 ===========================

YOUTUBE LINK:

 

CLICK HERE