Posts

Network- MOBILE TECHNOLOGIES

Image
Good Afternoon boys Now we will talking about the MOBILE TECHNOLOGIES. The Google meet code for this session is: meet.google.com/wyx-kspr-wqh  ------------------------------------------------------------------------------------------------------------------- By the end of the session , you will be able to: Understand the modern mobile technologies Understand the step by step improvement and the traits of each of these technologies Understand the future of mobile technologies (recent future). ------------------------------------------------------------------------------------------------------------------- First generation mobile networks (1G) : reliant upon analog radio system users could only make phone calls - voice calls they could not send or receive text messages 1G Network was introduced in Japan in 1979 and USA in 1980 Cellphones began with 1G technology in 1980s 1G is the first generation of wireless cellular techno...

FOR - revision

Image
Good Morning Dear boys Today we will sum up the concept of FOR loop. ----------------------------------------------------------------------------------------- The Google meet link for today's class is: meet.google.com/mrc-qmqt-fiv -------------------------------------------------------------------------------------------------------- By the end of this session, you will be able to: Understand and apply the concept of FOR loop Apply the concept learnt- For and predict the output in given situations create appropriate programing code to solve the given questions -------------------------------------------------------------------------------------------------------------- Following problem was shared with you in the last session: Write a program in python to print the first 10 multiples of 5. For this question  print("The Table of 5 is as follows:") for  x  in   range  (1 , 11 , 1 ):    print ("5 x ",x,"=",5*...

Python- FOR(review+application)

Good Morning Dear boys Today we will sum up the concept of FOR loop. ----------------------------------------------------------------------------------------- The Google meet link for today's class is: meet.google.com/yzh-cjji-eeg ------------------------------------------------------------------------------------------------------------ By the end of this session, you will be able to: Understand and apply the concept of FOR loop Apply the concept learnt- For, continue, break and range and predict the output in given situations create appropriate programing code to solve the given questions. ------------------------------------------------------------------------------------------------------------ Python For Loops A  for  loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string). This is less like the  for  keyword in other programming languages, and works more like an iterator method as...

Remote Login Protocols+ FOR loop

Image
Good Morning Students The Google meet id for today is: meet.google.com/eip-pshh-sra -------------------------------------------------------------------------------------------------------------- By the end of the session, you will be able to: understand the purpose of remote login and file transfer protocols SSH SFTP AND SCP FTP TELNET Define the concept of remote login ------------------------------------------------------------------------------------------------------------- REMOTE LOGIN AND FILE TRANSFER PROTOCOLS 1. SECURE SHELL (SSH) It is a security protocol developed in the mid- 1990s by Helsinki University researcher Tatu Yionen. used to log into a remote machine or server and execute command. provides an encrypted session for  transferring files and  executing server programs functions as a secure client/server connection for applications supports variety of authentication methods widely used on all platforms in both ...

Range( )+FOR

Image
IMPORTANT!! Please read carefully *We at St Columba's School, are ready to take the next step - and move towards using Google Classroom as a tool to enhance the teaching learning environment. *This shift involves the school giving each student a unique email address, which he will need to setup ( the teachers will assist him in doing the same). This email will facilitate each student to interact with his teachers. * The student should use this email ID only for: -interacting with  teachers on school /subject related matters -keep the words and expressions as he would- if he  were interacting with us as a Columban student -use the facilities connected to this email ID only for google meets organised with the permission of a teacher  -he should have a copy of the permission given ( when and by which teacher and for what purpose) -do not access any of the other facilities connected with this email address unless he first seeks the permission...