Reasons for Computer learning
Today is the age of Computer learning. Our country is being to digitalized day by day. Here is some reasons to why you should learn computer technology. · Jobs, Jobs,…
Top Trending IT Jobs
It's clear that several key IT roles are experiencing significant growth. Here's a breakdown of the top 5 trending jobs in the IT sector, based on current trends: Artificial Intelligence…
Top computer courses for summer vacations
Summer vacations offer a fantastic opportunity to learn new skills. Computer courses are a popular and practical choice. Here are five top computer courses perfect for filling those summer months,…
C++ Assignments
Que1. What is C++? Differentiate OOPs and POPs. C++ is an object-oriented programming language developed by Bjarne Stroustrup as an extension of C language. Differences between OOPs and POPs: OOPs…
App Script function for converting number to words
function INR(number) { // Function to convert a non-negative integer to words function numberToWords(n) { var ones = ["", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven",…
SpellNumber
Function SpellNumber(ByVal MyNumber, Optional incRupees As Boolean = True) Dim Crores, Lakhs, Rupees, Paise, Temp Dim DecimalPlace As Long, Count As Long Dim myLakhs, myCrores ReDim Place(9) As String Place(2)…
MS-Access
MS-Access : It is a relational Databasemanagement Software (RDBMS). It is used to organize data very efficiently. We can create tables, reports, query and forms. For eg. A school database…
HTML Code
<!DOCTYPE html> <html> <head> <title> Welcome to my homepage. </title> </head> <body…