GUVI
20K subscribers
814 photos
119 videos
1 file
756 links
GUVI (Grab Your Vernacular Imprint)
An HCL Group Company | 3M+ Learners | 19 Languages | 1000+ Hiring Companies
Master Tech Skills in your Native Language

Career Consultation: https://bit.ly/4j2Lt21
Download Telegram
What is the output of the following program :

def guvi(g): g = g + 2 g = g * 2 return g print guvi(2)
Anonymous Quiz
30%
8
14%
16
20%
Runtime error
36%
Indentation error
Congrats Snehil on winning the 4th week Telegram Alexa Contest by scoring the highest points in WEBKATA. Your prize is on the way
@SneakySensei Congrats once again for winning #4week GUVI's ALEXA contest.
*The Memory Hierarchy*
https://youtu.be/r8YK0a_TX5U

Address uniquely identifies a location in the memory. We have two types of addresses that are logical address and physical address. The logical address is a virtual address and can be viewed by the user. The user can’t view the physical address directly. The logical address is used like a reference, to access the physical address.


The fundamental difference between logical and physical address is that logical address is generated by CPU during a program execution whereas, the physical address refers to a location in the memory unit. Watch the video by Mr.Arun Prakash, Founder & CTO of GUVI to know more about Logical and physical address & Memory Hierarchy.


Visit www.guvi.in/courses to Learn more.

Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
The top 10 leader board for week #4 Alexa contest.
Overview of Telegram Alexa Contest Week#4

Thank you for your participation.
Question of the Day
Which of the following is used to find the length of an array in JavaScript?
Anonymous Quiz
27%
len(array)
23%
Array.len
50%
array.length
Fundamentals of Python
https://youtu.be/CZBcGypwL18

In Python, the most important data structures are List, Tuple, and Dictionary. So you should know how they work and when to use them.

A list, in Python, stores a sequence of objects in a defined order. They allow indexing or iterating through the list. Next, lists are mutable which you can modify after creation.

Watch the video by Mr.Arun Prakash, Founder & CTO of GUVI to know more about how to use List,Tuple and Dictionary in Python

Visit www.guvi.in/courses to Learn more.

Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
Question of the day
Get to know with RPA that's associated with "way of automating repeating and often rules-based processes" whereas AI and ML is concerned with "thinking" and "learning". Witness the flexible low-investment less complex alternative to traditional solutions that are used for data manipulation and communications across multiple IT systems.

Interested in learning RPA, Enroll in GUVI RPA Crash course for free. Visit www.guvi.in/rpa?utm_source=telegram today.

#learntocode #guvi #codingislife #progamming #rpa
https://www.instagram.com/p/B_IEHnzhXyh/?igshid=1n4wzi54sq0ow
Question of the Day
After compilation of the java source code,which file is created by the JVM.
Anonymous Quiz
51%
a).class
42%
b).java
5%
c).cdr
3%
d).doc