Technology

The Top 8 Programming Languages to Learn in 2023

  • May 14, 2023
  • 0 Comments

As the world becomes increasingly digitized, the demand for skilled programmers continues to soar. If you’re looking to embark on a journey into the exciting realm of coding or expand your programming repertoire, it’s essential to stay updated with the latest trends. In this article, we’ll explore the top 10 programming languages that are expected […]

Programming Language Programming What is & Queries

What is Programming Language? & It’s Types

  • April 23, 2022
  • 0 Comments

The computer understands the programming language and the computer programming language is known as the set of rules that transforms logic, events, and actions into the user’s interactions in different ways, such as through Graphical interfaces or Command line-based functions. Programming Language is a specially developed software programs, scripts or other sets of instuctions for […]

Advantages and Disadvantages of Assembly Language Pros and Cons What is & Queries

Advantages and Disadvantages of Assembly Language

  • April 20, 2022
  • 0 Comments

The assembly language programming needs a good knowledge of machine architecture, operating systems, and programming principles. Assembly language is case insensitive, therefore, the program can be coded either in uppercase or lowercase or a combination of both. The programs written in assembly language are compact and efficient, which have to be converted to machine code […]

javascript print hello world Programming

JavaScript – Write First Scripting Program

  • September 19, 2020
  • 0 Comments

JavaScript has it’s own style of writing codes. It requires the <script> </script> tag. The JavaScript code can be written inside the <script> and </script> tag. We will talk more about it later. So here is our first JavaScript example to print “Hello World!“. Here i am writing inside <body></body>. You can write JavaScript code […]