WorksheetsIoT-Fundamental - Topic 3
Total questions: 8
Worksheet time: 4mins
Which one of the following is used to process commands issued to a computer in the form of lines of text?
CLI
GUI
Methods
Libraries
The name of the default Windows CLI is
Terminal
LXTerminal
Command Prompt
Nano
Identify a CLI built-in text editor
IntellSense
Notepad++
LXTerminal
Nano
Which one of the following is NOT a typical characteristic of a programming language?
Ease in reading
Flexibility
Portability
Battery Capacity
Which one of the following tools incorporates IntelliSense to its usage?
IDE
Python
CLI
Java
Which IDE feature is used to visually differentiate parts of a program?
Portability
IntelliSense
Error Highlighting
Syntax Highlighting
Which statement represents parts of a command correctly?
Command, functions, arguments
Command, options, arguments
Command, functions, libraries
Command, options, methods
In Python, which keyword is used to load a library?
import
GPIO
pip
method
