Explore topic-wise fullforms in Information Technology

This section includes 1268 fullforms, each offering curated multiple-choice questions to sharpen your Information Technology knowledge and support exam preparation. Choose a topic below to get started.

801.

UAC meaning in Information Technology ?

Answer» What is User Account Control mean?

User Account Control (UAC) is a mandatory access control enforcement feature introduced with Microsoft's Windows Vista and Windows Server 2008 operating systems, with a more relaxed version also present in Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 8.1, Windows Server 2012 R2, and Windows 10. It aims to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorizes an increase or elevation. In this way, only applications trusted by the user may receive administrative privileges, and malware should be kept from compromising the operating system. In other words, a user account may have administrator privileges assigned to it, but applications that the user runs do not inherit those privileges unless they are approved beforehand or the user explicitly authorizes it.

UAC uses Mandatory Integrity Control to isolate running processes with different privileges. To reduce the possibility of lower-privilege applications communicating with higher-privilege ones, another new technology, User Interface Privilege Isolation, is used in conjunction with User Account Control to isolate these processes from each other. One prominent use of this is Internet Explorer 7's "Protected Mode".

Operating systems on mainframes and on servers have differentiated between superusers and userland for decades. This had an obvious security component, but also an administrative component, in that it prevented users from accidentally changing system settings.

Early Microsoft home operating-systems (such as MS-DOS, Windows 95-98 and Windows Me) did not have a concept of different user-accounts on the same machine. Subsequent versions of Windows and Microsoft applications encouraged the use of non-administrator user-logons, yet some applications continued to require administrator rights. Microsoft does not certify applications as Windows-compliant if they require administrator privileges; such applications may not use the Windows-compliant logo with their packaging.

MS-DOS and Windows versions 1.0 to 3.11: all applications had privileges equivalent to the operating system;Windows 9x and Windows Me: all applications enjoyed system-wide privileges rivaling those of the operating system itself;All versions of Windows NT up to Windows XP: introduced multiple user-accounts, but in practice most users continued to function as an administrator for their normal operations. Further, some applications would require that the user be an administrator for some or all of their functions to work.Windows Vista: Microsoft developed Vista security firstly from the Limited User Account (LUA), then renamed the concept to User Account Protection (UAP) before finally shipping User Account Control (UAC). Introduced in Windows Vista, User Account Control (UAC) offers an approach to encourage "super-user when necessary". The key to UAC lies in its ability to elevate privileges without changing the user context (user "Bob" is still user "Bob"). As always, it is difficult to introduce new security features without breaking compatibility with existing applications.When someone logs into Vista as a standard user, the system sets up a logon session and assigns a token containing only the most basic privileges. In this way, the new logon session cannot make changes that would affect the entire system.When a person logs in as a user with membership in the Administrators group, the system assigns two separate tokens: the first token contains all privileges typically awarded to an administrator, and the second is a restricted token similar to what a standard user would receive.User applications, including the Windows Shell, then start with the restricted token, resulting in a reduced-privilege environment – even when running under an Administrator account.When an application requests higher privileges or when a user selects a "Run as administrator" option, UAC will prompt standard users to enter the credentials of an Administrator account and prompt Administrators for confirmation and, if consent is given, continue or start the process using an unrestricted token.Windows 7: Microsoft included a user interface to change User Account Control settings, and introduced one new notification mode: the default setting. By default, UAC does not prompt for consent when users make changes to Windows settings that require elevated permission through programs stored in %SystemRoot% and digitally signed by Microsoft. Programs that require permission to run still trigger a prompt. Other User Account Control settings that can be changed through the new UI could have been accessed through the registry in Windows Vista.Windows 8 and 8.1: add a desi reference
Full Form Category
University Admissions Centre Academic & Science
University of Abomey Calavi Academic & Science
Undergraduate Advisory Committee Academic & Science
University Advising Center Academic & Science
Utah Asia Campus Academic & Science
University Air Center Academic & Science
Universities Admissions Centre Academic & Science
University Advisement Center Academic & Science
University Accessibility Center Academic & Science
San Luis Rio Colorado Airport Code
United America Mortgage Banking Corporation Banking
Union Affiliated Contractors Business
Universal Alloy Corporation Business
User Advisory Committee Business
United Africa Company Business
University Advisory Council Business
Utilities Advisory Commission Business
Union Aerospace Corporation Business
United Aerospace Corporation Business
Universal Air Cargo, PTY, LTD. Business
United Asset Coverage, Inc. Business
United Aircraft Corporation Business
Underwriting Agencies Council Business
UAE Adventurers Club Community
Ultimate Achievers Club Community
University Assessment Committee Community
United Artists Corporation Community
United Astrology Conference Community
Unaltered Augsburg Confession Community
United American Committee Community
Universal Access Concentrator Computing
Universal Access Control Computing
Unified Access Control Computing
User Applications Component Computing
Unified Administration Center Computing
Utah Avalanche Center Earth Science
User Acount Contol General
Undergraduate Advising Center General
Universal App campaigns General
University Activities Commission General
University Admission Commission General
Ultra Accessory Connector General
Uganda AIDS Commission General
Unaccompanied Alien Children General
University Animal Care General
Ukrainian Automobile Company General
Ulster Automobile Club General
Urban Affairs Coalition General
Ultimate Airsoft Custom General
User Access Control General
Umbilical Arterial Catheter General
Universal Air Conditioner General
Undergraduate Advisement Council Governmental
University Activities Council Governmental
Urban Ag Council Governmental
United Arts Council Governmental
Utah Association of Counties Governmental
Unemployment Action Center Governmental
User Account Control Information Technology
Unión Agraria Cooperativa International
Umbilical Artery Catheter Medical
Unlimited Ammo Community Military and Defence
User Agent Client Networking
Unnamed African Country Regional
UNITED Athletic Club Sports
Uniform Annual Charge Telecommunication
802.

VCPI meaning in Information Technology ?

Answer» What is Virtual Control Program Interface mean?

In computing, the Virtual Control Program Interface (VCPI) is a specification published in 1989 by Phar Lap Software that allows a DOS program to run in protected mode, granting access to many features of the processor not available in real mode. It was supplanted by DOS Protected Mode Interface (DPMI) shortly after being introduced, due in large part to VCPI's inability to work in Windows 3.0's protected mode.

reference nan
803.

VRML meaning in Information Technology ?

Answer» What is Virtual Reality Modeling Language mean?

VRML (Virtual Reality Modeling Language, pronounced vermal or by its initials, originally—before 1995—known as the Virtual Reality Markup Language) is a standard file format for representing 3-dimensional (3D) interactive vector graphics, designed particularly with the World Wide Web in mind. It has been superseded by X3D.

reference
804.

VBA meaning in Information Technology ?

Answer» What is Visual Basic for Applications mean?

Visual Basic for Applications (VBA) is an implementation of Microsoft's event-driven programming language Visual Basic 6, which was declared legacy in 2008, and is an associated integrated development environment (IDE). Although pre-.NET Visual Basic is no longer supported or updated by Microsoft, the VBA programming language was upgraded in 2010 with the introduction of Visual Basic for Applications 7 in Microsoft Office applications. As of 2020, VBA has held its position as "most dreaded" language for developers for 2 years, according to some who participated in surveys undertaken by Stack Overflow. (The most dreaded language for 2018 was Visual Basic 6).

Visual Basic for Applications enables building user-defined functions (UDFs), automating processes and accessing Windows API and other low-level functionality through dynamic-link libraries (DLLs). It supersedes and expands on the abilities of earlier application-specific macro programming languages such as Word's WordBASIC. It can be used to control many aspects of the host application, including manipulating user interface features, such as menus and toolbars, and working with custom user forms or dialog boxes.

As its name suggests, VBA is closely related to Visual Basic and uses the Visual Basic Runtime Library. However, VBA code normally can only run within a host application, rather than as a standalone program. VBA can, however, control one application from another using OLE Automation. For example, VBA can automatically create a Microsoft Word report from Microsoft Excel data that Excel collects automatically from polled sensors. VBA can use, but not create, ActiveX/COM DLLs, and later versions add support for class modules.

VBA is built into most Microsoft Office applications, including Office for Mac OS X (except version 2008), and other Microsoft applications, including Microsoft MapPoint and Microsoft Visio. VBA is also implemented, at least partially, in applications published by companies other than Microsoft, including ArcGIS, AutoCAD, CorelDraw, LibreOffice, Reflection, SolidWorks, WordPerfect, and UNICOM System Architect (which supports VBA 7.1).

reference
805.

VG meaning in Information Technology ?

Answer» What is Volume Group mean?

In Linux, Logical Volume Manager (LVM) is a device mapper framework that provides logical volume management for the Linux kernel. Most modern Linux distributions are LVM-aware to the point of being able to have their root file systems on a logical volume.

Heinz Mauelshagen wrote the original LVM code in 1998, when he was working at Sistina Software, taking its primary design guidelines from the HP-UX's volume manager.

reference
806.

VBS meaning in Information Technology ?

Answer» What is Visual Basic Script mean?

VBScript ("Microsoft Visual Basic Scripting Edition") is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It allows Microsoft Windows system administrators to generate powerful tools for managing computers with error handling, subroutines, and other advanced programming constructs. It can give the user complete control over many aspects of their computing environment.

VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the FileSystemObject (FSO) is used to create, read, update and delete files. VBScript has been installed by default in every desktop release of Microsoft Windows since Windows 98; in Windows Server since Windows NT 4.0 Option Pack; and optionally with Windows CE (depending on the device it is installed on).

A VBScript script must be executed within a host environment, of which there are several provided with Microsoft Windows, including: Windows Script Host (WSH), Internet Explorer (IE), and Internet Information Services (IIS). Additionally, the VBScript hosting environment is embeddable in other programs, through technologies such as the Microsoft Script Control (msscript.ocx).

reference
807.

VFAT meaning in Information Technology ?

Answer» What is Virtual FAT mean?

File Allocation Table (FAT) is a file system developed for personal computers. Originally developed in 1977 for use on floppy disks, it was adapted for use on hard disks and other devices. It is often supported for compatibility reasons by current operating systems for personal computers and many mobile devices and embedded systems, allowing interchange of data between disparate systems. The increase in disk drives capacity required three major variants: FAT12, FAT16 and FAT32. The FAT standard has also been expanded in other ways while generally preserving backward compatibility with existing software.

FAT is no longer the default file system for Microsoft Windows computers.

FAT file systems are still commonly found on floppy disks, flash and other solid-state memory cards and modules (including USB flash drives), as well as many portable and embedded devices. FAT is the standard file system for digital cameras per the DCF specification.

reference
808.

VFS meaning in Information Technology ?

Answer» What is Virtual File System mean?

A virtual file system (VFS) or virtual filesystem switch is an abstract layer on top of a more concrete file system. The purpose of a VFS is to allow client applications to access different types of concrete file systems in a uniform way. A VFS can, for example, be used to access local and network storage devices transparently without the client application noticing the difference. It can be used to bridge the differences in Windows, classic Mac OS/macOS and Unix filesystems, so that applications can access files on local file systems of those types without having to know what type of file system they are accessing.

A VFS specifies an interface (or a "contract") between the kernel and a concrete file system. Therefore, it is easy to add support for new file system types to the kernel simply by fulfilling the contract. The terms of the contract might change incompatibly from release to release, which would require that concrete file system support be recompiled, and possibly modified before recompilation, to allow it to work with a new release of the operating system; or the supplier of the operating system might make only backward-compatible changes to the contract, so that concrete file system support built for a given release of the operating system would work with future versions of the operating system.

reference
809.

VGA meaning in Information Technology ?

Answer» What is Video Graphics Array mean?

Video Graphics Array (VGA) is a video display controller and accompanying de facto graphics standard, first introduced with the IBM PS/2 line of computers in 1987, which became ubiquitous in the PC industry within three years. The term can now refer to the computer display standard, the 15-pin D-subminiature VGA connector, or the 640×480 resolution characteristic of the VGA hardware.

VGA was the last IBM graphics standard to which the majority of PC clone manufacturers conformed, making it the lowest common denominator that virtually all post-1990 PC graphics hardware can be expected to implement.

IBM intended to supersede VGA with the Extended Graphics Array (XGA) standard, but failed. Instead, VGA was adapted into many extended forms by third parties, collectively known as Super VGA, then gave way to custom graphics processing units which, in addition to their proprietary interfaces and capabilities, continue to implement common VGA graphics modes and interfaces to the present day.

The VGA analog interface standard has been extended to support resolutions of up to 2048×1536 and even higher in special applications.

reference
Full Form Category
Vijayawada Airport Code
Video Game Alliance Business
Video Graphics Association Business
Veteran Golfers Association Community
Video Graphic Association Community
Virtual Graphic Adapter Computing
Variable Gain Amplifier Electronics
Voltage Generator Amplitude Electronics
Vga (video Graphics Array) Graphics Adapter Electronics
Os/2 Vga Bitmap Graphics File File Type
Vga (video Graphics Array) Display Font File Type
VIA Gamers Arena General
Van Gool Asset General
Versatile Graphics Adapter General
Visual Grading Analysis General
Video Game Art General
Variable Gain Amplifiers General
Volkswagen Group Australia General
Volkswagen Group of America General
Vehicule Gravement Accidente General
Volvo Group Australia General
Vehicule a Guidage Automatique General
Volatile Graphics Access General
Very Gross Adapter General
Very Good Adaptor General
Violet, Green, and Aqua General
Video Graphical Array General
A Visual And Graphics Adaptation General
Video Graphics Accellerator General
Visual Gate Array General
Video Game Arena General
Vesa Graphics Adapter General
Video Graphics Ansi General
Video Game Awards General
Video Graphic Array General
Video Game Authority Governmental
Virginia General Assembly Governmental
VEPAGUNTA Indian Railway Station
Video Graphics Array Information Technology
Video Graphics Adapter Information Technology
Very Good Abilities Jobs
Viral Genome Assembler Medical
Vermont Golf Association Sports
Virtual Golf Association Sports
Vijayawada International Airport Transport & Travel
Variable Gauge Axle Transport & Travel
810.

UAAG meaning in Information Technology ?

Answer»

INFO: Full form for UAAG is User Agent Accessibility Guidelines in Information Technology category

nan
811.

UART meaning in Information Technology ?

Answer»

INFO: Full form for UART is Universal Asynchronous Receiver/Transmitter in Information Technology category
UART also has other full forms in other categories mentioned below.

812.

VGA meaning in Information Technology ?

Answer» What is Video Graphics Adapter mean?

Video Graphics Array (VGA) is a video display controller and accompanying de facto graphics standard, first introduced with the IBM PS/2 line of computers in 1987, which became ubiquitous in the PC industry within three years. The term can now refer to the computer display standard, the 15-pin D-subminiature VGA connector, or the 640×480 resolution characteristic of the VGA hardware.

VGA was the last IBM graphics standard to which the majority of PC clone manufacturers conformed, making it the lowest common denominator that virtually all post-1990 PC graphics hardware can be expected to implement.

IBM intended to supersede VGA with the Extended Graphics Array (XGA) standard, but failed. Instead, VGA was adapted into many extended forms by third parties, collectively known as Super VGA, then gave way to custom graphics processing units which, in addition to their proprietary interfaces and capabilities, continue to implement common VGA graphics modes and interfaces to the present day.

The VGA analog interface standard has been extended to support resolutions of up to 2048×1536 and even higher in special applications.

reference
Full Form Category
Vijayawada Airport Code
Video Game Alliance Business
Video Graphics Association Business
Veteran Golfers Association Community
Video Graphic Association Community
Virtual Graphic Adapter Computing
Variable Gain Amplifier Electronics
Voltage Generator Amplitude Electronics
Vga (video Graphics Array) Graphics Adapter Electronics
Os/2 Vga Bitmap Graphics File File Type
Vga (video Graphics Array) Display Font File Type
VIA Gamers Arena General
Van Gool Asset General
Versatile Graphics Adapter General
Visual Grading Analysis General
Video Game Art General
Variable Gain Amplifiers General
Volkswagen Group Australia General
Volkswagen Group of America General
Vehicule Gravement Accidente General
Volvo Group Australia General
Vehicule a Guidage Automatique General
Volatile Graphics Access General
Very Gross Adapter General
Very Good Adaptor General
Violet, Green, and Aqua General
Video Graphical Array General
A Visual And Graphics Adaptation General
Video Graphics Accellerator General
Visual Gate Array General
Video Game Arena General
Vesa Graphics Adapter General
Video Graphics Ansi General
Video Game Awards General
Video Graphic Array General
Video Game Authority Governmental
Virginia General Assembly Governmental
VEPAGUNTA Indian Railway Station
Video Graphics Array Information Technology
Video Graphics Adapter Information Technology
Very Good Abilities Jobs
Viral Genome Assembler Medical
Vermont Golf Association Sports
Virtual Golf Association Sports
Vijayawada International Airport Transport & Travel
Variable Gauge Axle Transport & Travel
813.

VLAN meaning in Information Technology ?

Answer» What is Virtual Local Area Network mean?

A virtual LAN (VLAN) is any broadcast domain that is partitioned and isolated in a computer network at the data link layer (OSI layer 2). LAN is the abbreviation for local area network and in this context virtual refers to a physical object recreated and altered by additional logic. VLANs work by applying tags to network frames and handling these tags in networking systems – creating the appearance and functionality of network traffic that is physically on a single network but acts as if it is split between separate networks. In this way, VLANs can keep network applications separate despite being connected to the same physical network, and without requiring multiple sets of cabling and networking devices to be deployed.

VLANs allow network administrators to group hosts together even if the hosts are not directly connected to the same network switch. Because VLAN membership can be configured through software, this can greatly simplify network design and deployment. Without VLANs, grouping hosts according to their resource needs the labor of relocating nodes or rewiring data links. VLANs allow devices that must be kept separate to share the cabling of a physical network and yet be prevented from directly interacting with one another. This managed sharing yields gains in simplicity, security, traffic management, and economy. For example, a VLAN can be used to separate traffic within a business based on individual users or groups of users or their roles (e.g. network administrators), or based on traffic characteristics (e.g. low-priority traffic prevented from impinging on the rest of the network's functioning). Many Internet hosting services use VLANs to separate customers' private zones from one other, allowing each customer's servers to be grouped in a single network segment no matter where the individual servers are located in the data center. Some precautions are needed to prevent traffic "escaping" from a given VLAN, an exploit known as VLAN hopping.

To subdivide a network into VLANs, one configures network equipment. Simpler equipment might partition only each physical port (if even that), in which case each VLAN runs over a dedicated network cable. More sophisticated devices can mark frames through VLAN tagging, so that a single interconnect (trunk) may be used to transport data for multiple VLANs. Since VLANs share bandwidth, a VLAN trunk can use link aggregation, quality-of-service prioritization, or both to route data efficiently.

reference
814.

TTY meaning in Information Technology ?

Answer» What is Teletype mean?

A teleprinter (teletypewriter, teletype or TTY) is an electromechanical device that can be used to send and receive typed messages through various communications channels, in both point-to-point and point-to-multipoint configurations. Initially they were used in telegraphy, which developed in the late 1830s and 1840s as the first use of electrical engineering, though teleprinters were not used for telegraphy until 1887 at the earliest. The machines were adapted to provide a user interface to early mainframe computers and minicomputers, sending typed data to the computer and printing the response. Some models could also be used to create punched tape for data storage (either from typed input or from data received from a remote source) and to read back such tape for local printing or transmission.

Teleprinters could use a variety of different communication media. These included a simple pair of wires; dedicated non-switched telephone circuits (leased lines); switched networks that operated similarly to the public telephone network (telex); and radio and microwave links (telex-on-radio, or TOR). A teleprinter attached to a modem could also communicate through standard switched public telephone lines. This latter configuration was often used to connect teleprinters to remote computers, particularly in time-sharing environments.

Teleprinters have largely been replaced by fully electronic computer terminals which typically have a computer monitor instead of a printer (though the term "TTY" is still occasionally used to refer to them, such as in Unix systems). Teleprinters are still widely used in the aviation industry (see AFTN and airline teletype system), and variations called Telecommunications Devices for the Deaf (TDDs) are used by the hearing impaired for typed communications over ordinary telephone lines.

reference
815.

TUCOWS meaning in Information Technology ?

Answer»

INFO: Full form for TUCOWS is The Ultimate Collection of Winsock Software in Information Technology category

nan
816.

TUG meaning in Information Technology ?

Answer» What is TeX Users Group mean?

TeX (, see below), stylized within the system as TeX, is a typesetting system which was designed and written by Donald Knuth and first released in 1978. TeX is a popular means of typesetting complex mathematical formulae; it has been noted as one of the most sophisticated digital typographical systems.

TeX is widely used in academia, especially in mathematics, computer science, economics, political science, engineering, linguistics, physics, statistics, and quantitative psychology. It has largely displaced Unix troff, the other favored formatting system, in many Unix installations which use both for different purposes. It is also used for many other typesetting tasks, especially in the form of LaTeX, ConTeXt, and other macro packages.

TeX was designed with two main goals in mind: to allow anybody to produce high-quality books with minimal effort, and to provide a system that would give exactly the same results on all computers, at any point in time (together with the Metafont language for font description and the Computer Modern family of typefaces). TeX is free software, which made it accessible to a wide range of users.

reference
817.

UAT meaning in Information Technology ?

Answer» What is User Acceptance Testing mean?

In engineering and its various subdisciplines, acceptance testing is a test conducted to determine if the requirements of a specification or contract are met. It may involve chemical tests, physical tests, or performance tests.

In systems engineering, it may involve black-box testing performed on a system (for example: a piece of software, lots of manufactured mechanical parts, or batches of chemical products) prior to its delivery.

In software testing, the ISTQB defines acceptance testing as:

Formal testing with respect to user needs, requirements, and business processes conducted to determine whether a system satisfies the acceptance criteria and to enable the user, customers or other authorized entity to determine whether to accept the system.

Acceptance testing is also known as user acceptance testing (UAT), end-user testing, operational acceptance testing (OAT), acceptance test-driven development (ATDD) or field (acceptance) testing. Acceptance criteria are the criteria that a system or component must satisfy in order to be accepted by a user, customer, or other authorized entity.

A smoke test may be used as an acceptance test prior to introducing a build of software to the main testing process.

reference
Full Form Category
Unified Astronomy Thesaurus Academic & Science
University of Alabama at Tuscaloosa Academic & Science
University of Advancing Technology Academic & Science
University of Arizona - Tucson Academic & Science
Ultra Active Technology, Ltd. Business
United Auto & Truck, Inc. Business
Universal Aqua Technologies Business
Urban America Television Community
University of Advancing Technology's Computing
Unauthorised Transaction Computing
UltrAlpha Cryptocurrency
Universal Agriculture and Trade Educational Degree
Ultra-advanced Technology Electronics
Ultimate Adjustable Trigger General
Universiteti Amerikan i Tiranës General
Universidad Autonoma de Tamaulipas General
User Access Testing General
Undergraduate ALFALFA Team General
User accaptance test General
Urinary Antigen Tests General
Universal Access Toilet General
Upon Arrival Training General
Universal Access Testing General
Universal Asynchronous Transceiver General
United Aircraft Technologies General
Unified Acupuncture Theory General
Ultra Alta Temperatura General
Universal Articles Transported General
United Auto and Truck General
University of Adultary Ticket General
Union Aeromaritime de Transport Governmental
User Acceptance Testing Information Technology
Uluslararasi Af Teskilati International
Upper Alimentary Tract Medical
Union Army of Tennessee Military and Defence
Unavaliable Type Networking
User Acceptance Test Softwares
United America Senior Tour Sports
Universal Access Transceiver Telecommunication
818.

UDMA meaning in Information Technology ?

Answer» What is Ultra DMA mean?

The Ultra DMA (Ultra Direct Memory Access, UDMA) interface was the fastest method used to transfer data through the ATA controller, usually between the computer and an ATA device. UDMA succeeded Single/Multiword DMA as the interface of choice between ATA devices and the computer. There are 8 different UDMA modes, ranging from 0 to 6 for ATA (0 to 7 for CompactFlash), each with its own timing.

Modes faster than UDMA mode 2 require an 80-conductor cable to reduce data settling times, lower impedance and reduce crosstalk.

reference
819.

UEFI meaning in Information Technology ?

Answer» What is Unified Extensible Firmware Interface mean?

The Unified Extensible Firmware Interface (UEFI) is a publicly available specification that defines a software interface between an operating system and platform firmware. UEFI replaces the legacy Basic Input/Output System (BIOS) firmware interface originally present in all IBM PC-compatible personal computers, with most UEFI firmware implementations providing support for legacy BIOS services. UEFI can support remote diagnostics and repair of computers, even with no operating system installed.

Intel developed the original Extensible Firmware Interface (EFI) specifications. Some of the EFI's practices and data formats mirror those of Microsoft Windows. In 2005, UEFI deprecated EFI 1.10 (the final release of EFI). The Unified EFI Forum is the industry body that manages the UEFI specifications throughout.

reference
820.

ULA meaning in Information Technology ?

Answer» What is Uncommitted Logic Array mean?

A gate array is an approach to the design and manufacture of application-specific integrated circuits (ASICs) using a prefabricated chip with components that are later interconnected into logic devices (e.g. NAND gates, flip-flops, etc.) according to a custom order by adding metal interconnect layers in the factory.

Similar technologies have also been employed to design and manufacture analog, analog-digital, and structured arrays, but, in general, these are not called gate arrays.

Gate arrays have also been known as uncommitted logic arrays (ULAs), which did also offer linear circuit functions, and semi-custom chips.

reference
821.

UMA meaning in Information Technology ?

Answer» What is Upper Memory Area mean?

In DOS memory management, the upper memory area (UMA) refers to memory between the addresses of 640 KB and 1024 KB (0xA0000–0xFFFFF) in an IBM PC or compatible. IBM reserved the uppermost 384 KB of the 8088 CPU's 1024 KB address space for BIOS ROM, Video BIOS, Option ROMs, video RAM, RAM on peripherals, memory-mapped I/O, and obsoleted ROM BASIC.

However, even with video RAM, the ROM BIOS, the Video BIOS, the Option ROMs, and I/O ports for peripherals, much of this 384 KB of address space was unused. As the 640 KB memory restriction became ever more of an obstacle, techniques were found to fill the empty areas with RAM. These areas were referred to as upper memory blocks (UMBs).

reference
Full Form Category
University of Maine at Augusta Academic & Science
Ultimate Medical Academy Academic & Science
University of Maine at Academic & Science
University of Mohaghegh Ardabili Academic & Science
Unión Matemática Argentina Academic & Science
Argentine Mathematical Union Academic & Science
Unified Method Architecture Academic & Science
University Medical Associates Academic & Science
Unified Memory Architecture Academic & Science
Ulf Mejergren Architects Academic & Science
Universal Memory Architecture Academic & Science
Punta De Maisi Airport Code
Undergraduate Marketing Association Business
United Motorcoach Association Business
Unified Managed Account Business
World Muslim Community Community
Utah Medical Association Community
Ubiquitous Musicians Association Community
Arab Maghreb Union Community
Uniform Memory Access Computer Hardware
Uniform Memory Architecture Computer Hardware
Universal Mainboard Architecture Computing
User-Mode Audio Computing
Unlocking Mechanical Apparatus Computing
Undeliverable Message Action Computing
Universal Measurement Architecture Computing
Universal Messaging Architecture Computing
Universal Multimedia Access Computing
Unified Management Agent Computing
Universal Management Agent Computing
Unified Mobile Access Computing
Universal Mobile Access Computing
Unique Monthly Audience Computing
UMA Cryptocurrency
Unity Multipurpose Avatar General
User Managed Access General
Unidentified Mysterious Animals General
Utveckling mot arbete General
Un Minut de Adolescenta General
Ugliest Man Alive General
United Monsters of America General
Unidentified Mysterious Animal General
United Military Assassins General
Urban Mobility Assistance General
Unidentified Mystery Animal General
Universal Market Access General
United Military Alliance General
Universal Motors Agencies General
Underground Mafias Army Governmental
Utah Military Academy Governmental
Universal Multipurpose Agency Governmental
Upper Memory Area Information Technology
University Medical Associate Jobs
Unified Messaging Application Networking
Punta de Maisi Airport, Maisi, Cuba Regional
Unlicensed Mobile Access Telecommunication
822.

UMB meaning in Information Technology ?

Answer» What is Upper Memory Block mean?

In DOS memory management, the upper memory area (UMA) refers to memory between the addresses of 640 KB and 1024 KB (0xA0000–0xFFFFF) in an IBM PC or compatible. IBM reserved the uppermost 384 KB of the 8088 CPU's 1024 KB address space for BIOS ROM, Video BIOS, Option ROMs, video RAM, RAM on peripherals, memory-mapped I/O, and obsoleted ROM BASIC.

However, even with video RAM, the ROM BIOS, the Video BIOS, the Option ROMs, and I/O ports for peripherals, much of this 384 KB of address space was unused. As the 640 KB memory restriction became ever more of an obstacle, techniques were found to fill the empty areas with RAM. These areas were referred to as upper memory blocks (UMBs).

reference
823.

UML meaning in Information Technology ?

Answer» What is Unified Modeling Language mean?

The Unified Modeling Language (UML) is a general-purpose, developmental, modeling language in the field of software engineering that is intended to provide a standard way to visualize the design of a system.

The creation of UML was originally motivated by the desire to standardize the disparate notational systems and approaches to software design. It was developed at Rational Software in 1994–1995, with further development led by them through 1996.

In 1997, UML was adopted as a standard by the Object Management Group (OMG), and has been managed by this organization ever since. In 2005, UML was also published by the International Organization for Standardization (ISO) as an approved ISO standard. Since then the standard has been periodically revised to cover the latest revision of UML. In software engineering, most practitioners do not use UML, but instead produce informal hand drawn diagrams; these diagrams, however, often include elements from UML.: 536 

reference
824.

UML meaning in Information Technology ?

Answer» What is User-Mode Linux mean?

User-mode Linux (UML) enables multiple virtual Linux kernel-based operating systems (known as guests) to run as an application within a normal Linux system (known as the host). As each guest is just a normal application running as a process in user space, this approach provides the user with a way of running multiple virtual Linux machines on a single piece of hardware, offering some isolation, generally without affecting the host environment's configuration or stability.

reference
825.

UMPC meaning in Information Technology ?

Answer»

INFO: Full form for UMPC is Ultra-Mobile Personal Computer in Information Technology category
UMPC also has other full forms in other categories mentioned below.

826.

UNC meaning in Information Technology ?

Answer» What is Universal Naming Convention mean?

A path is a string of characters used to uniquely identify a location in a directory structure. It is composed by following the directory tree hierarchy in which components, separated by a delimiting character, represent each directory. The delimiting character is most commonly the slash ("/"), the backslash character ("\"), or colon (":"), though some operating systems may use a different delimiter. Paths are used extensively in computer science to represent the directory/file relationships common in modern operating systems, and are essential in the construction of Uniform Resource Locators (URLs). Resources can be represented by either absolute or relative paths.

reference
Full Form Category
University of North Carolina at Chapel Hill Academic & Science
University of North Carolina Academic & Science
University of Nueva Caceres Academic & Science
University of Northern Colorado Academic & Science
University of North Cuba Academic & Science
University of North Confederacy at Chapel Hill Academic & Science
United Nuclear Corporation Academic & Science
University of National City Academic & Science
University of No Classes Academic & Science
Unguia Airport Code
Unified National Coarse Business
Urology Nurses of Canada Business
United Corporations Limited Business
User to Network Communication Computing
Update Network Cost Computing
Uma Network Controller Computing
Ultimate Nerf Clan Computing
University of National Champions General
University of No Confidence General
United Nations of Carolina General
Unified Nominal Coarse General
A Universal Network Convention General
Univ Of Northern Colorado General
Udaipur Netfirms Com General
A Universal Name Configuration General
University of No Class General
Univeral Naming Convention General
A Unified National Course General
United Nations Coarse General
Usual Nest of Commies General
Under No Circumstance General
Unlawful Non Citizen General
Unified National Course General
Uncooperative Governmental
Unofficial Nsider Council Governmental
United Naga Council Governmental
Universal Naming Convention Information Technology
Uncle Internet
Unconscious Medical
User Name Club Messaging
United Nations Command Military and Defence
Uniform Network Controller Networking
Uniform Naming Convention Networking
Universal Network Command Networking
Unguia, Colombia Regional
United National Congress Regional
828.

TRS-DOS meaning in Information Technology ?

Answer»

INFO: Full form for TRS-DOS is Tandy Radio Shack - Disk Operating System in Information Technology category

nan
829.

TSO meaning in Information Technology ?

Answer» What is Time Sharing Option mean?

Time Sharing Option (TSO) is an interactive time-sharing environment for IBM mainframe operating systems, including OS/360 MVT, OS/VS2 (SVS), MVS, OS/390, and z/OS.

reference
Full Form Category
Time Spent Online Business
Transition (to) Stabilized Occupancy Business
Territory Sales Officer Business
Tishman Speyer Office Fund Business
The Seraphim Order Community
Toledo Symphony Orchestra Community
Travel Safe Officers Community
Tulsa Symphony Orchestra Community
Trans-Siberian Orchestra Community
Tucson Symphony Orchestra Community
Tallahassee Symphony Orchestra Community
Terminal System Operation Computing
Tcp Segmentation Offload Computing
Tailored Systems Offering Computing
Technical Services Organization Computing
Terminating Service Office Computing
The Sims Online Computing
Trattamento Sanitario Obbligatorio General
The Sick One General
The Smarter One General
Trichuris Suis Ova General
Tony Stelliga And Omologato General
The Stationary Office General
Trading Standards Officer General
The Sun Organization General
Technical Support Officer General
Tal Sexual Outlet General
Time Sharing Operating General
Trisun Sunflower Oil General
Time Sharing Operation General
Timberwolf Support Organization General
Time Saving Option General
Two Stroke Oil General
Touring Sport Omologato General
Tundra Sales Organization General
Thierry Sabine Organisation General
Technical Services Office General
Transportation Systems Operations General
Technical Support Operations General
Toyota Starlet Owners General
Technical Standard Orders General
Truck Stop Operator General
Texas State Optical General
The Stationery Office General
Take System Over General
The Sanford Organization General
This Side of General
Tyan System Operator General
TRICARE Support Office Governmental
Technical Standard Order Governmental
Taxpayer Service Office Governmental
Third sector organisations Governmental
Transportation Security Officer Governmental
Time Sharing Option Information Technology
Turkish Supported Opposition International
Transmission System Operator Jobs
Time Sharing Opttion Jobs
Team Support Officer Jobs
The Stationery Office (formerly Her Majesty's Stationery Office) Medical
The Stationery Office–formerly, HM Stationery Office Medical
Transient Spastic Occlusion Medical
Telecommunications Service Order Military and Defence
Top Secret Organization Military and Defence
Technical Service Order Military and Defence
Tactical Systems Officer Military and Defence
Type Standardization Orders Military and Defence
Technical Staff Officer Military and Defence
Tactical Support Operations Military and Defence
Time Share Option Real Estate
Tresco, Isles of Scilly Regional
Toronto Symphony Orchestra Regional
Time Since Overhaul Space Science
Technical Standards Order Space Science
830.

TTA meaning in Information Technology ?

Answer»

INFO: Full form for TTA is True Tap Audio in Information Technology category
TTA also has other full forms in other categories mentioned below.

Full Form Category
Transition Training Academy Academic & Science
Toledo Technology Academy Academic & Science
Triple Threat Academy Academic & Science
Transport Triggered Architecture Academic & Science
Transformative Tech Academy Academic & Science
Tan Tan Airport Code
Total Ord Business
TTA Holdings Ltd Business
Telegraphic Transfer Advance Business
Tower Top Amplifier Business
Tennessee Trucking Association Community
Texas Telephone Association Community
Teacher Training Agency Community
Texas Transit Association Community
Tennessee Theatre Association Community
Temporary Transfer Assignment Community
The Transformer Association Community
Torrance Teachers Association Community
Tennessee Turfgrass Association Community
Texas Thoroughbred Association Community
Tennessee Telecommunications Association Community
Troop Travel Application Community
Texas Turfgrass Association Community
The True Audio (codec) Computer Hardware
Teletex Attachment Computing
Time Triggered Architecture Computing
Transfer Triggered Architecture Computing
Time To Activate Computing
True Audio Computing
Telecommunication Technology Association Computing
Telecommunications Technology Association Computing
Telecom Technical assistant Computing
Tennessee Telecom Association Computing
Technology Transfer Alliance Computing
The True Audio File Type
Threads That Arent General
The Third Alternative General
Turbo Trans Am General
Travel Time Advisory General
Top Tether Anchorage General
Toronto Trucking Association General
Truck Training Academy General
Trail Turn Assist General
Time To Action General
Tibial Tuberosity Advancement General
The Thinking Atheist General
Tesla Tech Arrays General
Tactical Terminal Adapter General
Test Trend Analyzer General
Target Time of Arrival General
Trade to Adopt General
The Training Associates General
Tal Toe Arthroplasty General
Test Time Augmentation General
Try Try Again General
Trying To Avoid General
Tibial Tuberosity Advancemnt General
Taste Tester Award General
Tow Truck Act General
Toyota Team Argentina General
Torsional Trailing a-Arm General
Texas Timing Association General
Team Toyota Australia General
Tommorowland Transit Authority Governmental
Tomorrowland Transit Authority Governmental
Triangle Transit Authority Governmental
Toronto Taxi Alliance Governmental
Terran Trade Authority Governmental
The Transit Authority Governmental
Transportation Training Academy Governmental
True Tap Audio Information Technology
Tap That A** Internet
Things To Avoid Internet
To take away (drugs) Medical
Teacher Training Agencyor To Take Away Medical
Tetanus Toxoid Antigen Medical
Total Toe Arthroplasty Medical
transtibial amputation Medical
transtracheal aspiration Medical
To Take Away Medical
This Time Around Messaging
Training and Test Area Military and Defence
Torpedo Tube Assembly Military and Defence
Tan Tan, Morocco Regional
Thermomechanical Test Area Space Science
Time To Apogee Space Science
Tallahassee Tennis Association Sports
Table Tennis Australia Sports
Teeball Teachers Association Sports
The Technology Transfer and Awareness Technology
831.

TTL meaning in Information Technology ?

Answer»

INFO: Full form for TTL is Transistor-Transistor Logic in Information Technology category
TTL also has other full forms in other categories mentioned below.

Full Form Category
Total Transect Length Academic & Science
Transistor Transitor Logic Academic & Science
Textile Testing Laboratory Academic & Science
Transistor To Transistor Logic Academic & Science
Transmission transistor logic Academic & Science
Transfer Transistor Lights Academic & Science
The Transistor Logic Academic & Science
Transistor Transformer Logic Academic & Science
Turtle Island Airport Code
Total Tech Level Business
Tennessee Truck Lines Business
Taiwan Tobacco and Liquor Company Business
The Twenties Life Community
Technology for Teaching and Learning Community
Totally To Live Community
Thank The Lord Community
Text Transfer Language Computing
Tiny Template Library Computing
Test Technology Library Computing
Teaching Technology Lab Computing
To The Limit Electronics
Through The Lens Electronics
Tata Technologies Limited General
Tire Testing Laboratory General
Tilt Telescoping Leather Steering Wheel General
Trailer Tongue Load General
Temporary Traffic Lights General
Travel Time Under Load General
Total Transported Load General
Tom Tom Link General
Toronto Taxi License General
Thru The Lens General
Top Ten List General
Though The Lens General
Tied the Leader General
Tubulin Tyrosine Ligase General
Tapeten Teppichboden Land General
Tal Time In Line General
Transport Trading Limited General
Time To Love General
Tiptronic Turbo Look General
Twin Trapezoidal Link General
Time To Lose Governmental
Tax, Title, & License Governmental
TIRUTTANGAL Indian Railway Station
Transistor-Transistor Logic Information Technology
Time To Live Information Technology
Tips, Tricks, and Links Internet
Transistor Transistor Logic (boolean) Maths
Tubulin Tyrosine Lygase Medical
Translational Therapy Laboratory Medical
Torpedo Tube Layer Military and Defence
Technololgy Transfer Layer Military and Defence
Time To Last Networking
T T Limited NSE Company Symbol
Title Real Estate
Transistor Technology Logic Technology
832.

TTL meaning in Information Technology ?

Answer»

INFO: Full form for TTL is Time To Live in Information Technology category
TTL also has other full forms in other categories mentioned below.

Full Form Category
Total Transect Length Academic & Science
Transistor Transitor Logic Academic & Science
Textile Testing Laboratory Academic & Science
Transistor To Transistor Logic Academic & Science
Transmission transistor logic Academic & Science
Transfer Transistor Lights Academic & Science
The Transistor Logic Academic & Science
Transistor Transformer Logic Academic & Science
Turtle Island Airport Code
Total Tech Level Business
Tennessee Truck Lines Business
Taiwan Tobacco and Liquor Company Business
The Twenties Life Community
Technology for Teaching and Learning Community
Totally To Live Community
Thank The Lord Community
Text Transfer Language Computing
Tiny Template Library Computing
Test Technology Library Computing
Teaching Technology Lab Computing
To The Limit Electronics
Through The Lens Electronics
Tata Technologies Limited General
Tire Testing Laboratory General
Tilt Telescoping Leather Steering Wheel General
Trailer Tongue Load General
Temporary Traffic Lights General
Travel Time Under Load General
Total Transported Load General
Tom Tom Link General
Toronto Taxi License General
Thru The Lens General
Top Ten List General
Though The Lens General
Tied the Leader General
Tubulin Tyrosine Ligase General
Tapeten Teppichboden Land General
Tal Time In Line General
Transport Trading Limited General
Time To Love General
Tiptronic Turbo Look General
Twin Trapezoidal Link General
Time To Lose Governmental
Tax, Title, & License Governmental
TIRUTTANGAL Indian Railway Station
Transistor-Transistor Logic Information Technology
Time To Live Information Technology
Tips, Tricks, and Links Internet
Transistor Transistor Logic (boolean) Maths
Tubulin Tyrosine Lygase Medical
Translational Therapy Laboratory Medical
Torpedo Tube Layer Military and Defence
Technololgy Transfer Layer Military and Defence
Time To Last Networking
T T Limited NSE Company Symbol
Title Real Estate
Transistor Technology Logic Technology
833.

SPARC meaning in Information Technology ?

Answer» What is Scalable Processor Architecture mean?

SPARC (Scalable Processor Architecture) is a reduced instruction set computing (RISC) instruction set architecture originally developed by Sun Microsystems. Its design was strongly influenced by the experimental Berkeley RISC system developed in the early 1980s. First developed in 1986 and released in 1987, SPARC was one of the most successful early commercial RISC systems, and its success led to the introduction of similar RISC designs from a number of vendors through the 1980s and 90s.

The first implementation of the original 32-bit architecture (SPARC V7) was used in Sun's Sun-4 workstation and server systems, replacing their earlier Sun-3 systems based on the Motorola 68000 series of processors. SPARC V8 added a number of improvements that were part of the SuperSPARC series of processors released in 1992. SPARC V9, released in 1993, introduced a 64-bit architecture and was first released in Sun's UltraSPARC processors in 1995. Later, SPARC processors were used in symmetric multiprocessing (SMP) and non-uniform memory access (CC-NUMA) servers produced by Sun, Solbourne and Fujitsu, among others.

The design was turned over to the SPARC International trade group in 1989, and since then its architecture has been developed by its members. SPARC International is also responsible for licensing and promoting the SPARC architecture, managing SPARC trademarks (including SPARC, which it owns), and providing conformance testing. SPARC International was intended to grow the SPARC architecture to create a larger ecosystem; SPARC has been licensed to several manufacturers, including Atmel, Bipolar Integrated Technology, Cypress Semiconductor, Fujitsu, Matsushita and Texas Instruments. Due to SPARC International, SPARC is fully open, non-proprietary and royalty-free.

As of September 2017, the latest commercial high-end SPARC processors are Fujitsu's SPARC64 XII (introduced in 2017 for its SPARC M12 server) and Oracle's SPARC M8 introduced in September 2017 for its high-end servers.

On Friday, September 1, 2017, after a round of layoffs that started in Oracle Labs in November 2016, Oracle terminated SPARC design after the completion of the M8. Much of the processor core development group in Austin, Texas, was dismissed, as were the teams in Santa Clara, California, and Burlington, Massachusetts.

An "Enhanced" version of Fuijitu's older SPARC M12 server is expected in 2021.

reference
Full Form Category
Scholarly Publishing And Academic Resources Coalition Academic & Science
Southern Plains Agricultural Research Center Academic & Science
Standards Planning And Requirements Committee Academic & Science
Space Physics Aeronomy Research Collaboratory Academic & Science
service passion action Rollins College Academic & Science
Stratospheric Processes and their Role in Climate Academic & Science
Student Projects and Research Committee Academic & Science
Scholarship Performance Art Research and Creativity Academic & Science
Students Preparing for Academic Research Careers Business
Support Personnel Accountability Report Card Business
Standard Planning And Requirement Committee Community
Supporting People Achieving Real Choice Community
School of the Performing Arts in the Richmond Community Community
Society for the Promotion of Area Resource Centers Community
School Parent And Reading Connection Community
Student, Parent, And Reading Connection Community
Society for Promotion of Area Resource Centres Community
Scalar Processor ARChitecture Computing
Sun Processor Allowing Remote Capture Computing
Sunos Pipeline Accelerated Risc Computer Computing
Scalable Performance Architecture Computing
Selective Per Antenna Rate Control Computing
Standards Planning And Review Committee Computing
Speed Point Aiming for Rapid Combat General
Service Peer Assistance Resource Counseling General
Summer Program on Applied Rationality and Cognition General
Santa Paula Animal Rescue Center General
Spokane Piston And Rotary Club General
Social and Public Art Resource General
See Plan Act Refine Communicate General
Strength Power Accelerated Resistance Cardio General
Strategic Partners Acquisition Readiness Contract General
Stimulating Peripheral Activity to Relieve Conditions General
Social and Public Art Resource Center General
Special Population Area Recreational Council Governmental
Support Programme for Abuse Reactive Children Governmental
Scalable Processor Architecture Information Technology
Supporting Physicians After Recruitment Care Medical
Single Person Armed Racing Craft Military and Defence
Sun Pharma Advanced Research Company Limited NSE Company Symbol
Syracuse Professional and Recreational Club Sports
Sport Performance Assessment and Rehabilitation Centre Sports
Sport, Physical Activity and Recreation Committee Sports
834.

SRAM meaning in Information Technology ?

Answer» What is Static Random Access Memory mean?

Static random-access memory (static RAM or SRAM) is a type of random-access memory (RAM) that uses latching circuitry (flip-flop) to store each bit. SRAM is volatile memory; data is lost when power is removed.

The term static differentiates SRAM from DRAM (dynamic random-access memory) which must be periodically refreshed. SRAM is faster and more expensive than DRAM; it is typically used for the cache and internal registers of a CPU while DRAM is used for a computer's main memory.

reference
835.

SWF meaning in Information Technology ?

Answer»

INFO: Full form for SWF is Shock Wave Flash in Information Technology category
SWF also has other full forms in other categories mentioned below.

Full Form Category
Newburgh (ny) Airport Code
Poughkeepsie (ny) Airport Code
Silver Wings Fraternity Community
Strategic Waste Fund (Scotland) Community
Singapore Writers Festival Community
Sturge- Weber Foundation Community
Share With Friends Community
A Special Wish Foundation Community
Shockwave Flash File Computing
Small Web File Computing
Serious Wow Factor Electronics
Shortwave Frequency Electronics
Macromedia Flash File File Type
Small Web Format General
System Windows Forms General
Standard Workload Form General
Sidewall Filler General
Standard Workload Formula General
Shock Wave Format General
Sustainable Water Facility General
Simple Web Flow General
Secure World Foundation General
Small Wireless Facility General
Simple Web FlowB General
Surfing With Freddy General
Simple Work Flow General
Stevie Weinstein Foner General
Subpixel Water Fraction General
Solid Wing Face General
Shock Wave File General
Salt Water Flush General
Small White Folks General
Small Web Files General
Secret Weapons Facility Governmental
State Wealth Fund Governmental
SATHIN ROAD Indian Railway Station
Shock Wave Flash Information Technology
Single White Female Internet
Strategic Weapons Facility Military and Defence
Sydney Writers’ Festival Regional
Stewart International Airport, Newburgh, New York USA Regional
Smarks Wrestling Federation Sports
Stricks Wrestling Federation Sports
Supreme Wrestling Federation Sports
Shaneo Wrestling Federation Sports
Street Wrestling Federation Sports
Sydney Wrestling Federation Sports
Sovereign Wealth Fund Stock Exchange
Switched Fractional Telecommunication
836.

SSH meaning in Information Technology ?

Answer» What is Secure Shell mean?

Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line, login, and remote command execution, but any network service can be secured with SSH.

SSH provides a secure channel over an unsecured network by using a client–server architecture, connecting an SSH client application with an SSH server. The protocol specification distinguishes between two major versions, referred to as SSH-1 and SSH-2. The standard TCP port for SSH is 22. SSH is generally used to access Unix-like operating systems, but it can also be used on Microsoft Windows. Windows 10 uses OpenSSH as its default SSH client and SSH server.

SSH was designed as a replacement for Telnet and for unsecured remote shell protocols such as the Berkeley rsh and the related rlogin and rexec protocols. Those protocols send sensitive information, notably passwords, in plaintext, rendering them susceptible to interception and disclosure using packet analysis. The encryption used by SSH is intended to provide confidentiality and integrity of data over an unsecured network, such as the Internet.

reference
837.

SWT meaning in Information Technology ?

Answer» What is Standard Widget Toolkit mean?

The Standard Widget Toolkit (SWT) is a graphical widget toolkit for use with the Java platform. It was originally developed by Stephen Northover at IBM and is now maintained by the Eclipse Foundation in tandem with the Eclipse IDE. It is an alternative to the Abstract Window Toolkit (AWT) and Swing Java graphical user interface (GUI) toolkits provided by Sun Microsystems as part of the Java Platform, Standard Edition (J2SE).

To display GUI elements, the SWT implementation accesses the native GUI libraries of the operating system using Java Native Interface (JNI) in a manner that is similar to those programs written using operating system-specific application programming interfaces (APIs). Programs that call SWT are portable, but the implementation of the toolkit, despite part of it being written in Java, is unique for each platform.

The toolkit is free and open-source software distributed under the Eclipse Public License, which is approved by the Open Source Initiative.

reference
Full Form Category
SouthWest Texas State University Academic & Science
Student Web Team Academic & Science
Scarf Wrapping Technique Academic & Science
Strzhewoi Airport Code
Shorter Work Time Business
State Withholding Tax Business
Service Writer's Toolkit Community
Subhanahu Wa Ta'ala (Arabic, "praised and exalted is He") Community
Conference on SoftWare Tools Community
St. Helena Bay Water Quality Trust Community
Scottish Wildlife Trust Community
Star Wars Trilogy Community
Sigma Wireless Technology Computing
Swarm City Cryptocurrency
Smart Wallet Token Cryptocurrency
Subhanahu Wa Taala General
Subhanu Wa Ta General
Subhana Wa Taala General
Subhaanahu Wa Taaalaa General
Structured WalkThrough General
Simple Web Token General
Subhanahu Wa Ta General
South West Terminal General
Shinobi World Time General
Subhana Wa Tala General
Social Work Trainee General
Stroke Width Transform General
Strictly Worse Than General
Social Worker Trainee General
Silk Way Technics General
Surface Wet Tolerant General
Shuttle Walk Test General
Secure Web Transaction General
Swedish Winter Time General
Surface and Wet Tolerant General
Stationary Wavelet Transform General
Suzuki Works Techno General
Steering Wheel Torque General
Sidewall Torsion Sensor General
Speedway Wide Tread General
Subhanna Wa Taala General
SHIVWALA TEHU Indian Railway Station
Standard Widget Toolkit Information Technology
Shock Wave Therapy Medical
Spide With Tache Medical
Sweat Messaging
Shall We Talk Messaging
South West Trains Regional
Strzhewoi, Russia Regional
Simple Widget Toolkit Softwares
Science Working Team Space Science
Supersonic Wind Tunnel Space Science
839.

SSSE meaning in Information Technology ?

Answer»

INFO: Full form for SSSE is Supplementary Streaming SIMD Extensions in Information Technology category
SSSE also has other full forms in other categories mentioned below.

840.

SUSE meaning in Information Technology ?

Answer»

INFO: Full form for SUSE is Software und System-Entwicklung in Information Technology category
SUSE also has other full forms in other categories mentioned below.

841.

SVG meaning in Information Technology ?

Answer» What is Scalable Vector Graphics mean?

Scalable Vector Graphics (SVG) is an (XML)-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999.

SVG images and their behaviors are defined in XML text files. This means that they can be searched, indexed, scripted, and compressed, and can be scaled in size without loss of quality. As XML files, SVG images can be created and edited with any text editor, as well as with drawing software. The most-used web browsers render SVG files.

reference
842.

Sysop meaning in Information Technology ?

Answer» What is System operator mean?

A sysop (; an abbreviation of system operator) is an administrator of a multi-user computer system, such as a bulletin board system (BBS) or an online service virtual community. The phrase may also be used to refer to administrators of other Internet-based network services.

Co-sysops are users who may be granted certain admin privileges on a BBS. Generally, they help validate users and monitor discussion forums. Some co-sysops serve as file clerks, reviewing, describing, and publishing newly uploaded files into appropriate download directories.

Historically, the term system operator applied to operators of any computer system, especially a mainframe computer. In general, a sysop is a person who oversees the operation of a server, typically in a large computer system. Usage of the term became popular in the late 1980s and 1990s, originally in reference to BBS operators. A person with equivalent functions on a network host or server is typically called a sysadmin, short for system administrator.

Because such duties were often shared with that of the sysadmin prior to the advent of the World Wide Web, the term sysop is often used more generally to refer to an administrator or moderator, such as a forum administrator. Hence, the term sysadmin is technically used to distinguish the professional position of a network operator.

reference
843.

TAO meaning in Information Technology ?

Answer»

INFO: Full form for TAO is Track-At-Once in Information Technology category
TAO also has other full forms in other categories mentioned below.

Full Form Category
Triple Antibotic Ointment Academic & Science
Tropical Atmosphere Ocean Academic & Science
Qingdao Airport Code
Technology, Application, and Organization Business
The Associations and Objects Community
Truth Above Oneself Community
The American Organist Community
Taoist Arts Organisation Community
Topics, Associations, and Occurrences Community
Technology Association of Oregon Computing
Technical Assistance Organization General
Third Age Online General
Test Acceleration and Optimization General
Together as One General
Transparency Authenticity and Openness General
Temple Adath Or General
Teleology Affordance Ontology General
Thyroid Associated Ophthalmopathy General
Tactical Actions Officer General
Tour Auto Optic General
Temperature Air Outlet General
Tower Automotive Operations General
Traffic Area Office General
The Art Of Objects General
Thomas A Owen General
The Ardennes Offensive General
Taxpayer Assistance Order Governmental
TAMNA Indian Railway Station
Track-At-Once Information Technology
T·k Anonim Ortakligi International
Türk Anonim Ortakligi International
Thrombo-Arteritis Obliterans. Medical
Triple Antibiotic Ointment Medical
Therapy Assistance Online Medical
Therapist Assisted Online Medical
Tactically Augmented Organism Medical
Thyroid Associated Orbitopathy Medical
Teen Advice Online Messaging
Tailored Access Operations Military and Defence
Tactical Action Officer Military and Defence
The Anarchist Organization Military and Defence
Qingdao, Mainland China Regional
The Ace Orb Softwares
Testability, Analysis, and Optimization Softwares
Trans-atlantic Abort Space Science
Trace Architecture Office Sports
845.

SMBIOS meaning in Information Technology ?

Answer» What is System Management BIOS mean?

In computing, the System Management BIOS (SMBIOS) specification defines data structures (and access methods) that can be used to read management information produced by the BIOS of a computer. This eliminates the need for the operating system to probe hardware directly to discover what devices are present in the computer. The SMBIOS specification is produced by the Distributed Management Task Force (DMTF), a non-profit standards development organization. The DMTF estimates that two billion client and server systems implement SMBIOS.

The DMTF released the version 3.4.0 of the specification on August 20, 2020.

SMBIOS was originally known as Desktop Management BIOS (DMIBIOS), since it interacted with the Desktop Management Interface (DMI).

reference
846.

SPMD meaning in Information Technology ?

Answer»

INFO: Full form for SPMD is Single Program, Multiple Data in Information Technology category
SPMD also has other full forms in other categories mentioned below.

847.

SMIL meaning in Information Technology ?

Answer» What is Synchronized Multimedia Integration Language mean?

Synchronized Multimedia Integration Language (SMIL ()) is a World Wide Web Consortium recommended Extensible Markup Language (XML) markup language to describe multimedia presentations. It defines markup for timing, layout, animations, visual transitions, and media embedding, among other things. SMIL allows presenting media items such as text, images, video, audio, links to other SMIL presentations, and files from multiple web servers. SMIL markup is written in XML, and has similarities to HTML.

reference
848.

SNTP meaning in Information Technology ?

Answer» What is Simple Network Time Protocol mean?

The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks. In operation since before 1985, NTP is one of the oldest Internet protocols in current use. NTP was designed by David L. Mills of the University of Delaware.

NTP is intended to synchronize all participating computers to within a few milliseconds of Coordinated Universal Time (UTC).: 3 It uses the intersection algorithm, a modified version of Marzullo's algorithm, to select accurate time servers and is designed to mitigate the effects of variable network latency. NTP can usually maintain time to within tens of milliseconds over the public Internet, and can achieve better than one millisecond accuracy in local area networks under ideal conditions. Asymmetric routes and network congestion can cause errors of 100 ms or more.

The protocol is usually described in terms of a client–server model, but can as easily be used in peer-to-peer relationships where both peers consider the other to be a potential time source.: 20 Implementations send and receive timestamps using the User Datagram Protocol (UDP) on port number 123. They can also use broadcasting or multicasting, where clients passively listen to time updates after an initial round-trip calibrating exchange. NTP supplies a warning of any impending leap second adjustment, but no information about local time zones or daylight saving time is transmitted.

The current protocol is version 4 (NTPv4), which is a proposed standard as documented in RFC 5905. It is backward compatible with version 3, specified in RFC 1305.

Network Time Security (NTS), a secure version of NTP with TLS and AEAD is currently a proposed standard and documented in RFC 8915.

reference
849.

SOPA meaning in Information Technology ?

Answer» What is Stop Online Piracy Act mean?

The Stop Online Piracy Act (SOPA) was a controversial United States bill introduced on October 26, 2011, by U.S. Representative Lamar S. Smith (R-TX) to expand the ability of U.S. law enforcement to combat online copyright infringement and online trafficking in counterfeit goods. Provisions included the requesting of court orders to bar advertising networks and payment facilities from conducting business with infringing websites, and web search engines from linking to the websites, and court orders requiring Internet service providers to block access to the websites. The proposed law would have expanded existing criminal laws to include unauthorized streaming of copyrighted content, imposing a maximum penalty of five years in prison.

Proponents of the legislation said it would protect the intellectual-property market and corresponding industry, jobs and revenue, and was necessary to bolster enforcement of copyright laws, especially against foreign-owned and operated websites. Claiming flaws in existing laws that do not cover foreign-owned and operated websites, and citing examples of active promotion of rogue websites by U.S. search engines, proponents asserted that stronger enforcement tools were needed. The bill received strong, bipartisan support in the House of Representatives and the Senate. It also received support from the Fraternal Order of Police, the National Governors Association, The National Conference of Legislatures, the U.S. Conference of Mayors, the National Association of Attorneys General, the Chamber of Commerce, the Better Business Bureau, the AFL–CIO and 22 trade unions, the National Consumers League, and over a hundred associations representing industries throughout the economy which claim that they are being harmed by online piracy.

Opponents argued that the proposed legislation threatened free speech and innovation, and enabled law enforcement to block access to entire Internet domains due to infringing content posted on a single blog or webpage. They also stated that SOPA would bypass the "safe harbor" protections from liability presently afforded to websites by the Digital Millennium Copyright Act. Some library associations also claimed that the legislation's emphasis on stronger copyright enforcement would expose libraries to prosecution. Other opponents claimed that requiring search engines to delete domain names violated the First Amendment and could begin a worldwide arms race of unprecedented Internet censorship.

The move to protest against SOPA and PIPA was initiated when Fight for the Future organized thousands of the most popular websites in the world, including Reddit, Craigslist, and the English Wikipedia, to consider temporarily closing their content and redirecting users to a message opposing the proposed legislation. On January 18, 2012, the English Wikipedia, Google, and an estimated 7,000 other smaller websites ceased standard operation as part of a coordinated service blackout as an attempt to spread awareness and objection to the bill. In many cases, websites replaced the entirety of their main content with facts regarding SOPA and the entity's case against its passing. Boycotts of companies and organizations that support the legislation were organized, along with an opposition rally held in New York City. Google announced the company had collected over 4.5 million signatures opposing the bill in their January petition. In response to the protest actions, the Recording Industry Association of America (RIAA) stated, "It's a dangerous and troubling development when the platforms that serve as gateways to information intentionally skew the facts to incite their users and arm them with misinformation", and "it's very difficult to counter the misinformation when the disseminators also own the platform." Access to websites of several pro-SOPA organizations and companies such as RIAA, CBS.com, and others was impeded or blocked with denial-of-service attacks which started on January 19, 2012. Self-proclaimed members of the "hacktivist" group Anonymous claimed responsibility and stated the attacks were a protest of both SOPA and the United States Department of Justice's shutdown of Megaupload on that same day.

Some opponents of the bill support the Online Protection and Enforcement of Digital Trade Act (OPEN) as an alternative. On January 20, 2012, House Judiciary Committee Chairman Smith postponed plans to draft the bill: "The committee remains committed to finding a solution to the problem of online piracy that protects American intellectual property and innovation ... The House Judiciary Committee will postpone consideration of the legislation until there is wider agreement on a solution." The bill was effectively dead at that point.

reference
850.

SMTP meaning in Information Technology ?

Answer» What is Simple Mail Transfer Protocol mean?

The Simple Mail Transfer Protocol (SMTP) is an internet standard communication protocol for electronic mail transmission. Mail servers and other message transfer agents use SMTP to send and receive mail messages. User-level email clients typically use SMTP only for sending messages to a mail server for relaying, and typically submit outgoing email to the mail server on port 587 or 465 per RFC 8314. For retrieving messages, IMAP (which replaced the older POP3) is standard, but proprietary servers also often implement proprietary protocols, e.g., Exchange ActiveSync.

Since SMTP's introduction in 1981, it has been updated, modified and extended multiple times. The protocol version in common use today has extensible structure with various extensions for authentication, encryption, binary data transfer, and internationalized email addresses. SMTP servers commonly use the Transmission Control Protocol on port number 25 (for plaintext) and 587 (for encrypted communications).

reference