FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

RASPBERRY PI PROJECT IDEAS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which one of the following is a text editor that can be used by the Raspberry Pi?
A
Nano.
B
HTML.
C
Notepad.
D
Microsoft Word.
Explanation: 

Detailed explanation-1: -GNU Nano. GNU Nano is the native text editor of most Linux distros. It’s easy to use and offers a myriad of keyboard shortcuts, which are useful when writing in a computer’s CLI (Command Line Interface). Nano comes with the Raspberry Pi OS as default, and you can start it by simply entering nano .

Detailed explanation-2: -nano is a command-line text editor that is often included with Unix-like computing systems such as Raspberry Pi OS or Ubuntu. It is our preferred text-editor when working within the command-line. We use nano within all of our Raspberry Pi projects and Linux guides.

Detailed explanation-3: -The Geany is the best choice for the Raspberry Pi as it is a text editor which can be used for editing the text as well as it has built-in support for more than fifty programming languages among which Python is one. We can write the Python code in it, compile it as well as debug the errors of the code if they exist.

Detailed explanation-4: -Thonny is the perfect IDE for Pi if you want to code in Python. It’s easy to use and comes with Python 3.7 built-in. If you’re new to Python and want to create a basic program with it, Thonny offers a clean, vanilla interface.

Detailed explanation-5: -Examples of text editors Notepad and WordPad-Microsoft Windows included text editors. TextEdit-Apple computer text editor. Emacs-Text editor for all platforms that is a very powerful text editor once you’ve learned all its commands and options.

There is 1 question to complete.