GUVI
19.9K 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
September 12, 2020
September 13, 2020
September 14, 2020
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
September 14, 2020
*Basics of Web Storage*
https://youtu.be/LPn0ATpidQQ

The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.

Watch this video to know more about Web Storage and Its Uses.

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

Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram

Follow us on LinkedIn: https://www.linkedin.com/company/guviofficial
September 15, 2020
September 15, 2020
Suppose income is 4001, what will be the output of following python code?

if income > 3000: print("Income is greater than 3000") elif income > 4000: print("Income is greater than 4000")
Anonymous Quiz
50%
Income is greater than 3000
27%
Income is greater than 3000 followed by Income is greater than 4000
18%
Income is greater than 4000
4%
Income is greater than 4000 followed by Income is greater than 3000
September 15, 2020
September 16, 2020
Question of the day:

a=input("Enter the number:") b=a*a print("The square of number is:",b) What will be the output if a value is 5?
Anonymous Quiz
58%
a) The square of number is:25
7%
b) Name Error
26%
c)Type Error
9%
d)The square of number is:55
September 16, 2020
September 17, 2020
*Basics of JavaScript*
https://youtu.be/ejG0zqG_vl0

JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.

Watch this video to know more about Java Script and Its fundamentals.

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

Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
September 17, 2020
September 17, 2020
Question of the day

list[]=[21,22,23,24,25] for i in range(1,3): print(i) for j in range(1,6): print(j,end="") print()
Anonymous Quiz
20%
a) [21,22,23,24,25]
50%
b) 1 12345 2 12345
11%
c) [1,2,3,4,5]
20%
d) [1,2,3,4,5] [1,2,3,4,5] [1,2,3,4,5]
September 17, 2020
September 18, 2020