answersLogoWhite

0


Best Answer

Visual language and code play an important role across cultures. When we think of symbols, many of us will be surprised to know that a lot of different cultures share similar or even the exact same symbols and visual languages. Visual language unites different cultures by means of symbols, gestures, and codes.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the role that visual language and code have across cultures?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a visual basic code?

Visual Basic code is a program or library that has been written using the Microsoft Visual Basic programming language.


What type of language is visual basic?

basic is a general purpose, high level programming language. and the same is with the visual basic. but the main difference is that, the earlier basic was the dos version language. whereas the visual basic programming language is the language which is not DOS based. but the simplicity in the language remains the same as in basic.


Can you run c code in visual studio?

I believe visual basic uses its own coding language. .Net if im not mistaken. A good program for writing code in c is code bloks. Just google code blocks and they'll walk you through set up, and should give you a link to download the compiler as well.


Is Visual Basic included with Visual Studio?

Visual studio is a collection of different language compiler, whereas visual basic is just a single language. Visual studio express edition can be downloaded from www.microsoft.com/express A visual basic programmer uses visual studio to write and compile visual basic programs.


How do you use or integrate c plus plus code in visual basic 6?

You can't integrate C++ source code directly into Visual Basic code. In order to make use of code written in another language, including C++, you must compile that source to produce a DLL. You can then link to that DLL via Visual Basic. The only caveat is that you must replace the C++ data types in the function declarations with the equivalent Visual Basic data types, such as 'Byte' for a C++ unsigned char, or 'Single' for a C++ float.


How visual basic.net become object oriented programming?

Visual Basic has always been an object oriented language. VB.NET is no different, but it also conforms to the Microsoft Common Language Infrastructure (CLI) which allows VB code interoperate with other CLI languages including C# and J#.


Is a method of communication?

Writing; speaking or verbal; sign language; facial expressions; semaphore or naval flags; Morse Code either aural (sound) or visual (sight) etc. ADLS: Tap Code


What is a method of communication?

Writing; speaking or verbal; sign language; facial expressions; semaphore or naval flags; Morse code either aural (sound) or visual (sight) etc. ADLS: Tap Code


What is the Source code for longitudinal redundancy check in C language?

It depends on the language you want to use. Here is a VB example:http://bytes.com/topic/visual-basic-net/answers/443023-lrc-calculation-algorithm


Can vb go away by itself?

No. Visual Basic is a programming language and no language can physically "go away by itself". They are not sentient. Can English go away by itself? Of course it can't. Neither can Visual Basic. What can go away is the software used to interpret the Visual Basic language. In this case that includes the Visual Basic plugins that enable the Visual Studio integrated development environment (IDE) to work with your Visual Basic code and other components, including the Visual Basic compiler and the runtime libraries required to execute Visual Basic programs. But they cannot "go away" by themselves. Either a hardware component has malfunctioned or a user has deliberately removed the hardware or software components. There simply isn't sufficient information to determine exactly why your Visual Basic has gone "away".


BASIC is a.... language?

The original BASIC would be considered an "interpreted" language; the instructions were never translated to machine code, but rather executed as the interpreter reads them. Visual Basic converts the commands into equivalent C++ programs, and then compiles them.


Who develop visual basic programming language and where?

BASIC (Beginners All-purpose Symbolic Instruction Code) was developed by John Kemeny and Thomas Kurtz. Microsoft took BASIC and deveoped it into QuickBASIC, which was further developed into Visual Basic.