1 .SDK
SDK (Software development kit ) : A collection of software development tools in one installable package. They ease creation of applications by having a compiler, a debugger and a software framework.
An SDK is essentially just a toolbox for software developers. Instead of hammers and nails, it contains APIs, IDEs, and other essential tools. SDKs are used for a variety of projects, from smaller programming tasks to creating robust applications.
2. IDE
IDE (Integrated Development Environment) : This is a software application that provides comprehensive facilities to programmer like us for software development.
An IDE, or Integrated Development Environment, enables programmers to consolidate the different aspects of writing a computer program.
IDEs increase programmer productivity by combining common activities of writing software into a single application: editing source code, building executables, and debugging.
3. RWD
RWD (Responsive Web Design) : An approach to web design that makes web pages render well on a variety of devices, windows, and screen sizes.
Responsive web design uses only HTML and CSS.
Responsive web design is not a program or a JavaScript.
Web pages can be viewed using many different devices: desktops, tablets, and phones. Your web page should look good, and be easy to use, regardless of the device.
4. PWA
PWA (Progressive Web Apps) : These are web apps that use modern web capabilities to deliver an app-like experience to people.
PWA stands for progressive web app. This is an app built from the web technologies we all know and love, like HTML, CSS, and JavaScript, but with a feel and functionality that rivals an actual native app.
5. SQL
SQL (Structured Query Language) : This is the standard language for relational database management systems. It's used to communicate with a database.
All the Relational Database Management Systems (RDMS) like MySQL, MS Access, Oracle, Sybase, Informix, Postgres and SQL Server use SQL as their standard database language.
Also, they are using different dialects, such as −
MS SQL Server using T-SQL,
Oracle using PL/SQL,
MS Access version of SQL is called JET SQL (native format) etc.
6. BIOS
BIOS (Basic Input Output System) : The program a computer's microprocessor user to start the system after turning it on. It also manages data flow between the computer's operating system and attached devices like a mouse, printer. or Keyboard.
BIOS is an integral part of your computer and comes with it when you bring it home. (In contrast, the operating system can either be pre-installed by the manufacturer or vendor or installed by the user).
BIOS is a program that is made accessible to the microprocessor on an erasable programmable read-only memory (EPROM) chip. When you turn on your computer, the microprocessor passes control to the BIOS program, which is always located at the same place on EPROM.
7. HTTP
HTTP (Hypertext Transfer Protocol) : The set of rules for transferring files, such as text, graphics, sound, and other multimedia files, on the Internet.
An HTTP request is the way internet communications platforms such as web browsers ask for the information they need to load a website.
Each HTTP request made across the Internet carries with it a series of encoded data that carries different types of information. A typical HTTP request contains:
HTTP version type
a URL
an HTTP method
HTTP request headers
Optional HTTP body.
8. OOP
OOP (Object-Oriented Programming) : A programming paradigm based on the concept of "objects", which can contain data, in the form of fields, and code, in the form of fields, and code, in the form of procedures.
OOP focuses on the objects that developers want to manipulate rather than the logic required to manipulate them. This approach to programming is well-suited for programs that are large, complex and actively updated or maintained.
The organization of an object-oriented program also makes the method beneficial to collaborative development, where projects are divided into groups.
Opmerkingen