β’The term “Web3” was coined by Gavin Wood, co-founder of Ethereum and founder of Parity Technologies β’Web3 is the next generation of the internet, built on blockchain technology. β’It is designed to be more decentralized, secure, and transparent than the current web. β’It has the potential to revolutionize the internet and give users more controlContinue reading “Web3/Latest Technology/IT”
Author Archives: Tech Infinity
5G Technology/The Digital Revolution
Network Properties 4G 5G Theoritical Max Speed 1 Gbps 20 Gbps Typical Speed 100 Mbps 200β3000 Mbps Latency 60β98 ms 1β5 ms Encryption 128-bit 128-bit or 256-bit Data Traffic 100 GB per month 1 TB per month Peak Data Rates 100 Mbps 20 Gbps Connection density 100,000 devices per square kilometer 1 million devices perContinue reading “5G Technology/The Digital Revolution”
MusicLM/Google/Information Technology/Latest AI
Table of Contents:- β’Release Date β’What is MusicLM β’ How does it work? β’ Merits β’Demerits when was Music LM Released? MusicLM was announced at the Google I/O developer conference on May 10, 2023. However, it was not released to the public immediately. Google said that they were still working on some copyright issues relatedContinue reading “MusicLM/Google/Information Technology/Latest AI”
18 Important functions in C++
Functions:- /*In this post we are going to learn about some important functions in C++.Hope you will learn something*/ We are going to learn about:- Functions in C++:- Cin:- β cin is used to read input from the standard input device, which is usually the keyboard. It is typically used in conjunction with the extractionContinue reading “18 Important functions in C++”
C++/Arrays and Structures/Important Points/Basic to Master
Arrays and Structures:- β’Structure is a user-defined which has the combination of data items with different data types. β’Structure is declared using the keyword ‘struct’. β’Structure elements are referenced using its object name followed by dot(.)operator and then the member name β’A structure without a name/tag is called anonymous structure. β’The structure elements can beContinue reading “C++/Arrays and Structures/Important Points/Basic to Master”
C++/Diving Deep/Important points/Basic to Master
Diving Deep into C++ β’A large program can typically be split into smaller sized blocks called functions. β’Functions can be classified into Predefined or Built-in or Library Functions and User-defined Functions. β’User-defined functions are created by the user. β’The void function tells the compiler that the function returns nothing. β’ The return statement returns aContinue reading “C++/Diving Deep/Important points/Basic to Master”
C++/Control Flow/Important Points/Basic to Master
Important points on control flow:- β’A computer program is a set of statements or instructions to perform a specific task. β’There are two kinds of statements used in C++, viz Null and Compound Statement. β’Control Statement are statements that alter the sequence of flow of instaructions. β’There are three kinds of control statement used inContinue reading “C++/Control Flow/Important Points/Basic to Master”