IT Glossary - P - ITU Online

IT Glossary
Key Terms To Know In The IT Industry

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Privacy Policy

A statement that outlines how an organization collects, uses, and protects user data.

You will find this term commonly used in Security, Cybersecurity

Private Cloud

A private cloud is a cloud computing environment dedicated solely to one organization, offering the same benefits of scalability, flexibility, and resource optimization as public clouds but with greater control and security.

You will find this term commonly used in Cloud Computing

Private IP Address

An IP address that is not publicly accessible over the internet, typically used within a private network.

You will find this term commonly used in Networking, Security

Procurement

The process of acquiring goods or services, often involving requests for proposals (RFPs) and vendor selection.

You will find this term commonly used in General IT, Management

Product Manager

Oversees the development and marketing strategy of IT products from conception through launch.

You will find this term commonly used in Product Development, Marketing

Program

A set of instructions that tell a computer how to perform specific tasks or functions.

You will find this term commonly used in General IT, Software Development

Programming

The process of creating software or applications using code.

You will find this term commonly used in General IT, Software Development

Programming Language

A programming language is a formal language comprising a set of instructions that can be used to produce various kinds of output, such as algorithms, data structures, and software applications, through computer programming.

You will find this term commonly used in Software Development

Project Management

The process of planning, organizing, and managing resources to complete a project.

You will find this term commonly used in General IT, Management

Project Management Institute (PMI)

Known for the Project Management Professional (PMP) certification, PMI also offers certifications in agile project management, risk management, and more.

You will find this term commonly used in Project Management

Project Management Software

Project management software is a tool or application used to plan, organize, track, and manage projects, tasks, and resources, facilitating collaboration, communication, and project progress monitoring.

You will find this term commonly used in General IT, Project Management, Collaboration

Protocol

A set of rules governing the format and transmission of data between devices in a network.

You will find this term commonly used in Networking

Proxy Server

A server that acts as an intermediary between clients and other servers, forwarding requests.

You will find this term commonly used in Networking, Security

Pseudocode

A high-level description of an algorithm that uses natural language and structural conventions.

You will find this term commonly used in General IT, Software Development

Public Cloud

A type of cloud computing where services and infrastructure are provided over the internet by third-party providers.

You will find this term commonly used in Cloud Computing, Networking

Public IP Address

An IP address that can be accessed over the internet, typically assigned to network devices by internet service providers (ISPs).

You will find this term commonly used in Networking, Security

Public Key

A cryptographic key pair consisting of a public key and a private key used for encryption and digital signatures.

You will find this term commonly used in Security, Cryptography

Public Key Cryptography

A cryptographic system that uses pairs of keys: a public key, which may be disseminated widely, and a private key, which is known only to the owner.

You will find this term commonly used in Security, Cryptography

Public Key Infrastructure (PKI)

A system for securely exchanging information using public and private cryptographic keys.

You will find this term commonly used in Security, Cybersecurity

Public Wi-Fi

Wireless internet access provided in public locations such as cafes, airports, and libraries.

You will find this term commonly used in Networking, Security

Python

A versatile and easy-to-learn programming language commonly used for web development, data analysis, and artificial intelligence.

You will find this term commonly used in General IT, Programming, AI

Python Anaconda

A free and open-source distribution of the Python and R programming languages for scientific computing, that aims to simplify package management and deployment.

You will find this term commonly used in Data Science, Software Development

Python async/await

A feature introduced in Python 3.5 for writing asynchronous code using the async and await keywords, simplifying asynchronous programming.

You will find this term commonly used in Software Development, General IT

Python Asyncio

A built-in Python library for asynchronous programming and event-driven I/O, providing a framework for writing concurrent and responsive applications.

You will find this term commonly used in Software Development, Networking

Python Asyncpg

An asynchronous PostgreSQL client library for Python that allows developers to interact with PostgreSQL databases in an asynchronous and non-blocking manner.

You will find this term commonly used in Database Management, Software Development

Python Beautiful Soup

A Python library used for web scraping and parsing HTML and XML documents, making it easy to extract data from web pages.

You will find this term commonly used in Web Development, Data Scraping

Python BeautifulSoup

A Python library for web scraping and parsing HTML and XML documents, allowing developers to extract data from web pages with ease.

You will find this term commonly used in Web Development, Data Analytics

Python Bokeh

A Python library for creating interactive and scalable visualizations in web browsers, allowing developers to build rich and interactive data applications.

You will find this term commonly used in Data Visualization, Web Development

Python Bottle

A micro web framework for Python, designed for creating simple web applications with minimal effort and code.

You will find this term commonly used in Web Development, General IT

Python Celery

A distributed task queue for Python that allows developers to run asynchronous tasks in the background, enabling scalable and distributed processing of workloads.

You will find this term commonly used in Software Development, Networking

Python CGI

Common Gateway Interface (CGI) support for Python, enabling the execution of Python scripts on a web server to generate dynamic web content.

You will find this term commonly used in Web Development, General IT

Python CherryPy

A Python web framework that allows developers to build web applications in a similar way to writing Python programs, using object-oriented programming principles.

You will find this term commonly used in Web Development, General IT

Python cx_Oracle

A Python extension module that allows access to Oracle databases, enabling Python applications to interact with Oracle database servers.

You will find this term commonly used in Database Management, General IT

Python Dash

A Python framework for building analytical web applications, providing a high-level interface for creating interactive dashboards and data visualizations.

You will find this term commonly used in Web Development, Data Analytics

Python Dependency

A software library or module required by a Python application to function correctly.

You will find this term commonly used in Software Development, General IT

Python Django

A high-level Python web framework that encourages rapid development and clean, pragmatic design.

You will find this term commonly used in Web Development, General IT

Python Django REST Framework

A powerful and flexible toolkit for building Web APIs in Python, providing features such as serialization, authentication, and authorization out of the box.

You will find this term commonly used in Web Development, General IT

Python Fabric

A Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.

You will find this term commonly used in System Administration, Automation

Python Flask

A lightweight web application framework for Python.

You will find this term commonly used in Web Development, General IT

Python Folium

A Python library for creating interactive maps and visualizations, allowing users to generate Leaflet maps from spatial data and embed them in web applications.

You will find this term commonly used in Data Visualization, Web Development

Python Framework

A pre-built structure or skeleton for developing software applications in Python, providing standardized patterns and libraries.

You will find this term commonly used in Software Development, Web Development

Python Gevent

A coroutine-based Python networking library that provides a high-level synchronous API for writing concurrent network applications with minimal overhead.

You will find this term commonly used in Networking, Software Development

Python IDE

An Integrated Development Environment specifically designed for writing, debugging, and testing Python code.

You will find this term commonly used in Software Development, General IT

Python Interpreter

A program that executes Python code, translating it into machine-readable bytecode.

You will find this term commonly used in Software Development, General IT

Python Jinja

A templating engine for Python, used in web development frameworks such as Flask to generate dynamic HTML content.

You will find this term commonly used in Web Development, General IT

Python Keras

A high-level neural networks API, written in Python and capable of running on top of TensorFlow, Theano, or CNTK.

You will find this term commonly used in AI, Machine Learning

Python Library

A collection of reusable Python code that provides pre-written functionality to simplify development tasks.

You will find this term commonly used in Software Development, General IT

Python Matplotlib

A Python library used for creating static, animated, and interactive visualizations in Python.

You will find this term commonly used in Data Visualization, AI

Python NetworkX

A Python library for the creation, manipulation, and study of complex networks, providing tools for analyzing network structure, dynamics, and functions.

You will find this term commonly used in Networking, Data Analytics

Python NLTK

A natural language processing (NLP) library for Python that provides tools and resources for text analysis, tokenization, stemming, tagging, parsing, and semantic reasoning.

You will find this term commonly used in AI, Natural Language Processing

What's Your
Career Path?
ON SALE 60% OFF
Data Analyst Career Path

Data Analyst Career Path

Become a crucial member of your team as a Data Analyst
Total Hours
56 Hrs 36 Min
icons8-video-camera-58
358 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Cisco Network Career Path

Cisco Network Engineer Career Path

Master Cisco Networks in this comprehensive training series. Elevate your career today.
Total Hours
126 Hrs 29 Min
icons8-video-camera-58
459 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Network Security Analyst

Network Security Analyst Career Path

Become a proficient Network Security Analyst with our comprehensive training series, designed to equip you with the skills needed to protect networks and systems against cyber threats. Advance your career with key certifications and expert-led courses.
Total Hours
96 Hrs 49 Min
icons8-video-camera-58
419 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Information Security Career Path

Leadership Mastery: The Executive Information Security Manager

An advanced training series designed for those with prior experience in IT security disicplines wanting to advance into a management role.
Total Hours
95 Hrs 38 Min
icons8-video-camera-58
346 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Video Editor Career Path

Video Editor Career Path

From mastering editing software to understanding the nuances of visual storytelling, this series is designed for aspiring video editors.
Total Hours
24 Hrs 3 Min
icons8-video-camera-58
154 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Web Designer Career Path

Web Designer Career Path

Explore the theoretical foundations and practical applications of web design to craft engaging and functional websites.
Total Hours
33 Hrs 38 Min
icons8-video-camera-58
171 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
IT User Support Specialist Career Path

Comprehensive IT User Support Specialist Training: Accelerate Your Career

Advance your tech support skills and be a viable member of dynamic IT support teams.
Total Hours
121 Hrs 41 Min
icons8-video-camera-58
610 On-demand Videos

$51.60$169.00

ON SALE 60% OFF
IT Project Manager

IT Project Manager Career Path

Explore the role of an IT Project Manager with our comprehensive IT Manager Career Path Series.
Total Hours
36 Hrs 58 Min
icons8-video-camera-58
151 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Kubernetes Certification

Kubernetes Certification: The Ultimate Certification and Career Advancement Series

Enroll now to elevate your cloud skills and earn your Kubernetes certifications.
Total Hours
11 Hrs 5 Min
icons8-video-camera-58
207 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Information Security Specialist

Entry Level Information Security Specialist Career Path

Jumpstart your cybersecurity career with our training series, designed for aspiring entry-level Information Security Specialists.
Total Hours
109 Hrs 39 Min
icons8-video-camera-58
502 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Network Administrator Career Path

Network Administrator Career Path

Wanting to become a Network Administrator? This training series offers the core training you need.
Total Hours
158 Hrs 43 Min
icons8-video-camera-58
511 On-demand Videos

$51.60

Add To Cart
ON SALE 60% OFF
Information Security Analyst Career Path

Information Security Analyst Career Path

Dive into Cybersecurity with our Comprehensive Information Security Analyst training series.
Total Hours
54 Hrs 29 Min
icons8-video-camera-58
215 On-demand Videos

$51.60

Add To Cart