Pages

Command Line

Posted on Monday, September 22, 2014 by Unknown


Windows DOS command prompt windowSometimes referred to as the command screen or a text interface, the command line is a user interface that is navigated by typing commands at prompts, as opposed to using the mouse to perform a command. For example, the root MS-DOS command line prompt is C:\> (as shown in the picture) and in Unix or Linux may be % or >. Unlike a GUI operating system, a command line only uses a keyboard to navigate by entering commands and does not utilize a mouse.
Because a command line interface requires unique commands, this interface is often more difficult to learn because of the need to memorize dozens of different commands. However, a command line operating system can be a very valuable resource and should not be ignored. For example, users who have Microsoft Windows may find trivial tasks such as renaming 100+ files in a folder a very difficult task; however, this is something that can be done in a matter of seconds through a simple command at the command line.

Text interface with menus

A text interface can be made easier to navigate with menus created with text and extended ASCII extended characters. For example, many command line text editors have some type of interface with menus and shortcut keys that make navigating the file being edited easier. In the example below, is a picture of the MS-DOS Editor used to edit files while at the MS-DOS or Windows command line.
MS-DOS edit command window
Although a text interface with menus has a lot more visual appeal than the command line, this interface is still considered a text interface and not a graphical interface.

Operating system

Posted on by Unknown


Windows XPAn operating system or OS is a software program that enables the computer hardware to communicate and operate with the computer software. Without a computer operating system, a computer and software programs would be useless. The picture is an example of Microsoft Windows XP, a popular operating system and what the box may look like if you were to visit a local retail store to purchase it.
When computers were first introduced the user interacted with them using a command line interface, which required the user to perform a series of commands in order to interact with the computer and its hardware and software. Today, almost every computer is using a Graphical User Interface (GUI) operating system that is much easier to use and operate.

Examples of computer operating systems

Microsoft Windows 7 - PC and IBM compatible operating system. Microsoft Windows is the most commonly found and used operating system.
Apple MacOS - Apple computer operating system. The only Apple computer operating system.
Ubuntu Linux - A popular variant of Linux used with PC and IBM compatible computers.
Google Android - operating system used with Android compatible phones.
iOS
- Operating system used with the Apple iPhone.

Computer instructions

Posted on by Unknown


Logo instructions for a square1. When referring to the computer processor, an instruction is a segment of code that contains steps that need to be executed by the computer processor. For example, if you were to ask the computer to draw a square it would need a set of instruction in order to complete the task. In logo, a user could complete this task by giving the computer the below set of instructions. The picture is an example of the results.
forward 100
right 90
forward 100
right 90
forward 100
right 90
forward 100
2. Computer instructions are a set of steps or documentation that includes information on how to operate, perform, or otherwise maintain particular computer software or hardware. If a program or hardware device includes an instruction manual or online instructions, it is highly recommended that these be reviewed before asking questions.