What is the output of the following program :
def guvi(g): g = g + 2 g = g * 2 return g print guvi(2)
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
*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
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
YouTube
The Memory Hierarchy, logical and physical address| Arun Prakash | GUVI
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.…
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
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
YouTube
List,Tuple and Dictionary | Fundamentals of Python | Tamil Tutorial | Arun Prakash | GUVI
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.…
A list, in Python, stores a sequence of objects in a defined order. They allow indexing or iterating through the list.…
Which is the correct way to write a JavaScript array?
Anonymous Quiz
19%
var txt = new Array(1:"tim",2:"kim",3:"jim")
15%
var txt = new Array:1=("tim")2=("kim")3=("jim")
61%
var txt = new Array("tim","kim","jim")
5%
var txt = new Array="tim","kim","jim"
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
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
Lessons from Lifetime Working in the World of Software | Rajendran Dandapani, Zoho | GUVI
https://www.youtube.com/watch?v=V51aSwc76UE
Stay on top of your industry by interacting with us on our social channels:
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
https://www.youtube.com/watch?v=V51aSwc76UE
Stay on top of your industry by interacting with us on our social channels:
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
YouTube
Lessons from Lifetime Working in the World of Software | Rajendran Dandapani, Zoho | GUVI
Stay on top of your industry by interacting with us on our social channels:
Follow us on Instagram: https://instagram.com/guviofficial
Like us on Facebook: https://www.facebook.com/guviofficial
Follow us on Twitter: https://www.twitter.com/guviofficial
Follow…
Follow us on Instagram: https://instagram.com/guviofficial
Like us on Facebook: https://www.facebook.com/guviofficial
Follow us on Twitter: https://www.twitter.com/guviofficial
Follow…
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