201k views
0 votes
Which type of programming language provides a graphical environment where the programmer uses a combination of English-like instructions, graphics, icons, and symbols to create code?

A) Procedural programming language
B) Object-oriented programming language
C) Visual programming language
D) Functional programming language

User Joe Morgan
by
7.6k points

1 Answer

5 votes

Final answer:

A Visual programming language allows programmers to use a graphical environment with English-like instructions and symbols to create code, featuring drag-and-drop interfaces and visual elements.

Step-by-step explanation:

The type of programming language that provides a graphical environment where the programmer uses a combination of English-like instructions, graphics, icons, and symbols to generate code is known as a Visual programming language. This approach allows programmers to work more intuitively, often by using drag-and-drop interfaces and other graphical elements to represent the logic of software. Instead of writing lines of code, you manipulate with visual elements. Examples of visual programming environments include Scratch, LabVIEW, and Microsoft’s Visual Basic.

User Gatsby
by
7.6k points