The underlying software development kit powering Flutter, Google's UI toolkit for crafting natively compiled applications for mobile, web, and desktop from a single codebase. The Flutter Engine is written primarily in C++ and supports rendering, I/O, and plugin architecture.
You will find this term commonly used in Software Development
A popular open-source framework by Google for building natively compiled applications for mobile, web, and desktop from a single codebase. It provides a fast and expressive way for developers to build user interfaces.
You will find this term commonly used in Software Development
The core building blocks of the Flutter framework, used to create and manage the user interface in mobile and web applications developed with Flutter.
You will find this term commonly used in Software Development, Mobile Development
A software design pattern that minimizes memory use by sharing as much data as possible with related objects; it is particularly useful in the creation of large numbers of objects.
You will find this term commonly used in Software Development, Design Patterns
A communications protocol standard for embedding small amounts of digital information in conventional FM radio broadcasts.
You will find this term commonly used in Multimedia, Broadcasting
A step-by-step approach for identifying all possible failures in a design, a manufacturing or assembly process, or a product or service. It is used to determine the effect of failures on system reliability and to identify the parts that are most in need of change.
You will find this term commonly used in General IT, Quality Assurance
A web crawling technique that uses algorithms to download only web pages that are relevant to a predefined set of topics.
You will find this term commonly used in Web Technologies, AI
An architectural extension of cloud computing, which involves the deployment of data handling resources and application services closer to the edge of the network, to improve efficiency and reduce the amount of data that needs to move across the network.
You will find this term commonly used in Cloud Computing, Networking
An architectural layer in fog computing that distributes computing, storage, and networking services closer to end devices, along the cloud-to-thing continuum. It is designed to reduce latency, network traffic, and enhance the processing of IoT data.
You will find this term commonly used in Cloud Computing, IoT
An architectural extension of cloud computing, which involves bringing computing, storage, and networking services closer to end devices, at the network edge.
You will find this term commonly used in Networking, Cloud Computing
An architecture that integrates fog computing and cloud computing to optimize resource allocation and processing across cloud-to-edge environments.
You will find this term commonly used in Cloud Computing, Networking
The process of examining digital media in a forensically sound manner with the aim of identifying, preserving, recovering, analyzing, and presenting facts and opinions about the digital information.
You will find this term commonly used in Cybersecurity, Legal
The process of uncovering and interpreting electronic data. The goal of digital forensics is to preserve any evidence in its most original form while performing a structured investigation by collecting, identifying, and validating the digital information for the purpose of reconstructing past events.
You will find this term commonly used in Security, Cybersecurity
The act of creating a new project from the source code of an existing software project. Forking allows developers to develop the software independently from the original codebase, often leading to divergent features or entirely new projects.
You will find this term commonly used in Software Development
A type of denial-of-service attack where a process continuously replicates itself to exhaust the available system resources.
You will find this term commonly used in Cybersecurity, System Performance
The process of creating a copy of an existing project or source code from one software development environment to another, often to develop it in a new direction.
You will find this term commonly used in Software Development, Open Source
In design, the form factor of a piece of electronic equipment is its size, shape, and other physical specifications. Different form factors are often more or less suitable for various applications.
You will find this term commonly used in Hardware, General IT
A security vulnerability where an attacker can insert malicious code into forms within web applications to exploit backend systems.
You will find this term commonly used in Cybersecurity, Web Development
Techniques used in computer science to apply rigorous mathematical methods for the specification, development, and verification of software and hardware systems.
You will find this term commonly used in Software Development, System Verification
The process of using mathematical methods to prove or disprove the correctness of a system's algorithms with respect to a certain formal specification or property.
You will find this term commonly used in Cybersecurity, AI
Malicious software that specifically targets the firmware of devices to embed itself deeply in the system, often evading traditional antivirus solutions.
You will find this term commonly used in Cybersecurity
An algorithm used in artificial intelligence, where inference rules are applied to the known data to extract more data until a goal is reached.
You will find this term commonly used in AI, Logic Programming
The traditional process of moving from high-level abstractions and logical, implementation-independent designs to the physical implementation of a system.
You will find this term commonly used in Software Development, Systems Engineering
A technique used in data transmission where the sender adds redundant data to its messages. This allows the receiver to detect and correct errors without needing to request retransmission of data, improving the reliability of communication channels.
You will find this term commonly used in Networking, Data Communication
In DNS (Domain Name System), a part of the DNS database that maps domain names to IP addresses. Forward lookup zones are used to resolve human-readable domain names into machine-readable IP addresses.
You will find this term commonly used in Networking, Internet
A server that sits between a group of client machines and the internet. It is used to forward requests for content from the clients to the internet. Forward proxies can provide anonymity and are used to bypass network restrictions.
You will find this term commonly used in Networking, Security
A feature of certain key agreement protocols that ensures a session key derived from a set of public and private keys will not be compromised if one of the private keys is compromised in the future.
You will find this term commonly used in Security, Cybersecurity
A property of secure communication protocols where session keys cannot be compromised even if the private key of the server is compromised in the future. Forward Secrecy ensures that session keys for encryption are not derived from a set of long-term keys, enhancing security.
You will find this term commonly used in Security, Cryptography
Software that can be classified as both free software and open-source software. Anyone is freely licensed to use, copy, study, and change the software in any way, and the source code is openly shared so that people are encouraged to voluntarily improve the design of the software.
You will find this term commonly used in General IT, Software Development
An integrated circuit designed to be configured by a customer or a designer after manufacturing – hence "field-programmable".
You will find this term commonly used in Hardware, General IT
The process of loading a design into an FPGA (Field-Programmable Gate Array) after it has been powered on. The configuration data defines how the FPGA operates, enabling it to perform specific digital logic functions.
You will find this term commonly used in Hardware, General IT
The process of configuring or programming a Field-Programmable Gate Array (FPGA) device using hardware description languages like VHDL or Verilog. FPGA programming enables the creation of custom hardware configurations for specific applications.
You will find this term commonly used in Hardware, Software Development
The complete domain name for a specific computer, or host, on the Internet. The FQDN consists of two parts: the hostname and the domain name. It is used to address nodes in a network.
You will find this term commonly used in Networking, General IT
The process of converting a fully qualified domain name (FQDN) into its corresponding IP address during DNS resolution. This is necessary for network communications as computers use IP addresses, whereas humans use domain names for convenience.
You will find this term commonly used in Networking
A type of cyber attack where the attacker manipulates DNS records to redirect users from a legitimate fully qualified domain name to a malicious website.
You will find this term commonly used in Cybersecurity
The process of associating a Fully Qualified Domain Name with its corresponding IP address. This mapping is crucial for the DNS system to resolve domain names into IP addresses that can be used to route internet traffic.
You will find this term commonly used in Networking, Internet
The process of translating a Fully Qualified Domain Name (FQDN) into its corresponding IP address using the Domain Name System (DNS). FQDN resolution is essential for internet communication, as it allows users to access websites using human-readable names instead of numerical IP addresses.
You will find this term commonly used in Networking, Internet
The malicious act of impersonating a Fully Qualified Domain Name (FQDN) to mislead users or systems, often used in phishing attacks to mimic legitimate websites.
You will find this term commonly used in Cybersecurity
A method of image compression that uses fractals or mathematical formulas to encode images. It is based on the principle that parts of an image often resemble other parts of the same image. Fractal compression can achieve high levels of compression.
You will find this term commonly used in Software Development, Graphics
In file systems, the process of assigning disk space to store file fragments. Fragment allocation strategies affect the efficiency and performance of file access, especially in systems where files are frequently modified and can become fragmented.
You will find this term commonly used in Operating Systems, Storage
A type of shader used in 3D graphics rendering that calculates the colors and other attributes of each pixel. Fragment shaders are a core element of many graphics processing units (GPUs) and are used to add effects such as lighting and texture mapping to 3D scenes.
You will find this term commonly used in Software Development, Graphics
In computing, fragmentation is the process where storage space is used inefficiently, reducing capacity or performance and often both. The phenomenon whereby storage space is used inefficiently, reducing capacity or performance and often both.
You will find this term commonly used in General IT, Networking
The division of digital information or media content into smaller parts or fragments, often to improve transmission over a network or to work around limitations in protocols or systems.
You will find this term commonly used in Networking, Data Storage
The condition of a disk in which files are divided into pieces scattered around the disk. Fragmentation occurs when the operating system cannot allocate contiguous space to a file as it grows. This can degrade system performance as it increases the head seek time.
You will find this term commonly used in Operating Systems, Storage
The breaking up of a file into many pieces that are stored in non-contiguous clusters on a disk. As files are deleted and new ones are saved, it can result in free spaces being scattered throughout the disk, which can lead to increased access times and reduced performance.
You will find this term commonly used in General IT, Storage
The process of breaking down data packets into smaller pieces (fragments) to be transmitted across a network that cannot support the original packet size. This is common in IP networks.
You will find this term commonly used in Networking
A networking parameter that determines the maximum packet size that can be sent over a network without requiring fragmentation.
You will find this term commonly used in Networking
A digital data transmission unit in computer networking and telecommunication. In packet switched systems, a frame is a simple container for a single network packet. Frames are used to deliver data packets between connected network points.
You will find this term commonly used in Networking
In network analysis, frame analysis refers to the detailed examination of data packets or frames transmitted over a network. This can involve looking at header information, payload, and trailers to diagnose issues, ensure security, and optimize performance.
You will find this term commonly used in Networking, Security
A portion of RAM containing a bitmap that drives a video display. It is used to store the current viewable frame in computer graphics. Frame buffers help in rendering images, including the composition of multiple images or the display of video or animation.
You will find this term commonly used in Hardware, Graphics
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
$129.00 Original price was: $129.00.$51.60Current price is: $51.60.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
$129.00 Original price was: $129.00.$51.60Current price is: $51.60.
Start for only $1. Unlock endless learning opportunities with over 2,600 hours of IT training at our lowest price ever. Plus, get all new and updated online courses for free while your subscription remains active.
Cancel at your convenience. This exceptional deal on IT training provides you access to high-quality IT education at the lowest monthly subscription rate in the market. Boost your IT skills and join our journey towards a smarter tomorrow.
ENDING THIS WEEKEND: Train for LIFE at our lowest price. Buy once and never have to pay for IT Training Again.