Examlex

Solved

Which of the Following Statements Is CORRECT

question 41

Multiple Choice

Which of the following statements is CORRECT?


Definitions:

Graphical Language

A graphical language is a form of communication through visuals, utilizing symbols, diagrams, and graphical elements to represent information or commands.

Pseudocode

A simplified programming language used to outline or plan a code structure without syntax constraints.

Iterator

An object that provides a way to access elements of a collection sequentially without exposing the underlying representation.

Container

An abstract data structure that serves to contain and organize multiple elements, often with functions to add, remove, and iterate over them.

Related Questions