Pick Your IT Skills
The WorkforceAI Marketplace contains a comprehensive range of IT skills organized into Categories.
Skillsets For: Systems Software
Skillset Details
Compilers
Category: Systems Software
Title: Ada compilers
Description : Ada improves code safety and maintainability by using the compiler to find errors in favor of runtime errors.
Category: Systems Software
Title: ALGOL compilers
Description : The ALGOL compiler includes provisions for interprogram communication, input/output (I/O) device handling, flexible data editing, and structured programming. In conjunction with other products, it provides facilities for structured programming, programmer productivity aids, and direct programming access to the Transaction Server and the MultiLingual System (MLS).
Category: Systems Software
Title: Assemblers
Description : Assembler is any low-level programming language in which there is a very strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly code is converted into executable machine code by a utility program referred to as an assembler.
Category: Systems Software
Title: BASIC compilers
Description : BASIC (Beginners All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use.
Category: Systems Software
Title: Batch compilers
Description : A batch compiler is one that does the compiling when a user is not waiting for the result of the compilation. It is one that we would say, using more modern terminology, done in the background.
Category: Systems Software
Title: C compilers
Description : Compiler converts a C program into an executable. There are four phases for a C program to become an executable. The four steps in the process are Pre-processing, Compilation, Assembly and Linking.
Category: Systems Software
Title: C# compilers
Description : When you run the C# compiler, it takes your code as an input, does some processing, and then outputs your program in intermediate language (IL) code which is saved in *.exe or *. dll files.
Category: Systems Software
Title: C++ compilers
Description : Compilers are utility programs that take your code and transform it into executable machine code files. When you run a compiler on your code, first, the preprocessor reads the source code (the C++ file you just wrote).
Category: Systems Software
Title: COBOL compilers
Description : COBOL is a compiled English-like computer programming language designed for business use.COBOL is still widely used in applications deployed on mainframe computers, such as large-scale batch and transaction processing jobs.
Category: Systems Software
Title: DIBOL/DBL compilers
Description : DIBOL invokes the VAX DIBOL compiler to compile one or more DIBOL source programs. ... Specifies one or more DIBOL source program files to be compiled.
Category: Systems Software
Title: Fortran compilers
Description : FORTRAN, (Formula Translation) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing. Fortran has had multiple versions, each adding extensions while largely retaining compatibility with prior versions.
Category: Systems Software
Title: Java compilers
Description : A Java compiler is a compiler for the programming language Java. The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that output optimized native machine code for a particular hardware/operating system combination.
Category: Systems Software
Title: Pascal compilers
Description : Pascal was designed to have a one-pass compiler, while C has a multi-pass compiler. This gives Pascal the advantage of faster compilation, but it also has some syntactical side-effects on how the code must be written.
Category: Systems Software
Title: PHP compilers
Description : PHP compiler is a special kind of compiler that provides a platform to compile the PHP program and also offers the runtime engine. It can also be considered as a special kind of program that is written in order to provide a complete solution to compile and render the code written in PHP programming language.
Category: Systems Software
Title: PL/I compilers
Description : PL/I Compiler is a legacy compiler for the .NET platform. It fully supports mainframe PL/I syntax, data types, and behavior. Applications can be migrated seamlessly, and the Visual Studio plugin provides a comfortable and productive development environment.
Category: Systems Software
Title: Smalltalk compilers
Description : Smalltalk is an object-oriented, reflective programming language that features dynamic types. It was designed and created in part for educational use, specifically for constructionist learning.