What is console ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is console ?

18th Dec 2016, 5:25 PM
Nagvadiya Vishal
Nagvadiya Vishal - avatar
2 Answers
+ 2
thanks.for help @Blaze Tutours
19th Dec 2016, 7:15 AM
Nagvadiya Vishal
Nagvadiya Vishal - avatar
+ 1
Console is the real "brain" of the computer. Every command you give to the machine, it will be directed to the console, and then it will be received, processed and just after this will appear on screen. What you see when using the computer, is just the visual result of what the Console (Prompt) commands. When programming in C# or some other languages, you also have a library named Console, where you can make many commands (some of them in Machine Language) with just one comand line, just like "Console.WriteLine" for example. The machine receives information to "draw" every bit of each letter on screen, but for you is just ONE command. Hope I helped ;)
18th Dec 2016, 6:42 PM
Blaze Tutours
Blaze Tutours - avatar