Visual Logic

Last updated
Visual Logic
Visual Logic Screenshot.png
Paradigm structured, imperative
Stable release
2.2.10 / 2014
Typing discipline Weak
OS Microsoft Windows
License Proprietary license [1]
Filename extensions .vls, .vlsig
Website www.visuallogic.org
Influenced by
Flowcharts

Visual Logic is a graphical authoring tool which allows students to write and execute programs using flowcharts. [2] It is typically used in an academic setting to teach introductory programming concepts. [3]

Contents

See also

Other educational programming languages include:

Related Research Articles

Computer programming is the process of designing and building an executable computer program to accomplish a specific computing result or to perform a specific task. Programming involves tasks such as: analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms in a chosen programming language. The source code of a program is written in one or more languages that are intelligible to programmers, rather than machine code, which is directly executed by the central processing unit. The purpose of programming is to find a sequence of instructions that will automate the performance of a task on a computer, often for solving a given problem. Proficient programming thus often requires expertise in several different subjects, including knowledge of the application domain, specialized algorithms, and formal logic.

Field-programmable gate array Array of logic gates that are reprogrammable

A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturing – hence the term field-programmable. The FPGA configuration is generally specified using a hardware description language (HDL), similar to that used for an application-specific integrated circuit (ASIC). Circuit diagrams were previously used to specify the configuration, but this is increasingly rare due to the advent of electronic design automation tools.

Prolog is a logic programming language associated with artificial intelligence and computational linguistics.

Plug-in (computing) Software component that adds a specific feature to an existing software application

In computing, a plug-in is a software component that adds a specific feature to an existing computer program. When a program supports plug-ins, it enables customization.

Programmable logic device Reprogrammable computer hardware technology

A programmable logic device (PLD) is an electronic component used to build reconfigurable digital circuits. Unlike integrated circuits (IC) which consist of logic gates and have a fixed function, a PLD has an undefined function at the time of manufacture. Before the PLD can be used in a circuit it must be programmed (reconfigured) by using a specialized program.

A logic puzzle is a puzzle deriving from the mathematical field of deduction.

Computer science is the study of the theoretical foundations of information and computation and their implementation and application in computer systems. One well known subject classification system for computer science is the ACM Computing Classification System devised by the Association for Computing Machinery.

Programming paradigms are a way to classify programming languages based on their features. Languages can be classified into multiple paradigms.

Model–view–controller Software design pattern

Model–view–controller is a software design pattern commonly used for developing user interfaces that divide the related program logic into three interconnected elements. This is done to separate internal representations of information from the ways information is presented to and accepted from the user.

Decision table

Decision tables are a concise visual representation for specifying which actions to perform depending on given conditions. They are algorithms whose output is a set of actions. The information expressed in decision tables could also be represented as decision trees or in a programming language as a series of if-then-else and switch-case statements.

Visual programming language

In computing, a visual programming language (VPL) is any programming language that lets users create programs by manipulating program elements graphically rather than by specifying them textually. A VPL allows programming with visual expressions, spatial arrangements of text and graphic symbols, used either as elements of syntax or secondary notation. For example, many VPLs are based on the idea of "boxes and arrows", where boxes or other screen objects are treated as entities, connected by arrows, lines or arcs which represent relations.

Flowchart Diagram that represents a workflow or process

A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task.

Visual communication Conveying Visual Communication

Visual communication is the use of visual elements to convey ideas and information which include but are not limited to, signs, typography, drawing, graphic design, illustration, industrial design, advertising, animation, and electronic resources. Humans have used visual communication since prehistoric times. Within modern culture, there are several types of characteristics when it comes to visual elements, they consist of objects, models, graphs, diagrams, maps and photographs. Outside the different types of characteristics and elements, there are seven components of visual communication: Color, Shape, Tones, Texture, Figure-Ground, Balance, and Hierarchy.

Animal Logic Australian animation and visual effects studio

Animal Logic is an Australian animation and visual effects digital studio based at Fox Studios in Sydney, New South Wales in Australia, Yaletown, Vancouver in Canada, and Rideback Ranch in Los Angeles, California. Established in 1991, Animal Logic has produced visual effects and animation for feature films such as the Academy Award-winning Happy Feet, Legend of the Guardians: The Owls of Ga'Hoole, Walking with Dinosaurs 3D,The Lego Movie andPeter Rabbit. The company was also recognized for its work as lead visual effects vendor on Baz Luhrmann's The Great Gatsby, which won Outstanding Achievement in Visual Effects at the 3rd AACTA Awards ceremony. In 2018, Peter Rabbit was presented with a range of accolades, including the AACTA Award for Best Visual Effects or Animation, and Australian Production Design Guild Awards (APDG) in Visual Effects Design and Drawing, Concept Illustration & Concept Models for Screen. Most recently, the company has produced work for the Warner Animation Group's The Lego Movie 2: The Second Part and Marvel Studios' Captain Marvel.

In computer science, in particular in knowledge representation and reasoning and metalogic, the area of automated reasoning is dedicated to understanding different aspects of reasoning. The study of automated reasoning helps produce computer programs that allow computers to reason completely, or nearly completely, automatically. Although automated reasoning is considered a sub-field of artificial intelligence, it also has connections with theoretical computer science and philosophy.

Visual Basic (classic) Event-driven programming language

The original Visual Basic is a third-generation event-driven programming language from Microsoft known for its Component Object Model (COM) programming model first released in 1991 and declared legacy during 2008. Microsoft intended Visual Basic to be relatively easy to learn and use. Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects, Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects.

Stencyl

Stencyl is a video game development tool that allows users to create 2D video games for computers, mobile devices, and the web. The software is available for free, with select publishing options available for purchase. The software was originally called "StencylWorks" while in development and for the initial release but was later shortened to just "Stencyl".

The Pixel Visual Core (PVC) is a series of ARM-based system in package (SiP) image processors designed by Google. The PVC is a fully programmable image, vision and AI multi-core domain-specific architecture (DSA) for mobile devices and in future for IoT. It first appeared in the Google Pixel 2 and 2 XL which were introduced on October 19, 2017. It has also appeared in the Google Pixel 3 and 3 XL. Starting with the Pixel 4, this chip was replaced with the Pixel Neural Core.

References

  1. "Visual Logic".
  2. "FAQ". Visual Logic. Retrieved 2014-09-20.
  3. Gudmundsen, Dee; Olivieri, Lisa; Sarawagi, Namita (June 2011). "Using visual logic©: three different approaches in different courses - general education, CS0, and CS1". Journal of Computing Sciences in Colleges. 26 (6): 23–29. Retrieved 2015-08-24.