What is a command?

  • Accessibility
  • Sales:

    Home:

    1-800-426-7235

    Business:

    1-866-426-0911

    Chat Now >

    Visit Sales Support Page >


    Order Support:

    Order Lookup >

    Visit Order Support Page >

    Technical Support >

Lenovo
  • Sign In / Create Account
    My Lenovo Account
    Keep track of your wishlist, orders, and rewards all in one place
    Sign In / Create Account
    Welcome Back!
    Access your order, subscriptions, saved carts, rewards balance, and profile
    View My Account
    Orders
    View & track your orders
    Rewards
    Earn & redeem Rewards
    Profile
    Edit name, password, and account settings
    Wishlist
    Manage a wishlist of your favorite products
    Products
    Manage your devices, accessories
    Product Registration
    Register your product and/or update your warranty dates
    Sign Out
  • My Lenovo Rewards
  • Cart
  • Products
  • Solutions
  • Services
  • Support
  • About Lenovo
  • Deals
  • Student
  • Gaming
  • AI
  • Digital Workplace
  • Hybrid Cloud
  • Edge
  • Sustainability
  • TruScale
  • Solutions by Industry
  • Alliance Partners
  • Other Solutions
  • Resources
TEMPORARILY UNAVAILABLE
DISCONTINUED
Temporary Unavailable
Cooming Soon!
. Additional units will be charged at the non-eCoupon price. Purchase additional now
We're sorry, the maximum quantity you are able to buy at this amazing eCoupon price is
Sign in or Create an Account to Save Your Cart!
Sign in or Create an Account to Join Rewards
View Cart
Remove
Your cart is empty! Don’t miss out on the latest products and savings — find your next favorite laptop, PC, or accessory today.
item(s) in cart
Some items in your cart are no longer available. Please visit cart for more details.
has been deleted
Please review your cart as items have changed.
of
Contains Add-ons
Subtotal
Proceed to Checkout
Yes
No
Popular Searches
What are you looking for today ?
Trending
Recent Searches
Items
All
Cancel
Top Suggestions
View All >
Starting at
  • Black Friday in July! Limited-time Doorbusters + Buy more, Save more!  Shop Now >

  • My Lenovo Rewards! Earn 3%-9% in rewards and get free expedited delivery on select products. Join for Free >

  • Buy online, pick up select products at Best Buy. Shop Pick Up >

  • Lease-to-own today with Katapult. Get started with an initial lease payment as low as $1! * Learn More >

Home > Glossary >What is a command?
Glossary Hero
Learn More
StarStar

Annual Sale

Lenovo Laptop SaleLenovo Laptop Sale

Laptop Deals

Desktop DealsDesktop Deals

Desktop Deals

Workstation DealsWorkstation Deals

Workstation Deals

StoreStore

Pick Up Today at Best Buy

ControllerController

Gaming PC & Accessory Deals

MouseMouse

PC Accessories & Electronics Deals

MonitorMonitor

Monitor Deals

Tablet and phoneTablet and phone

Tablets & Phones Deals

ServerServer

Server & Storage Deals

Discount tagDiscount tag

Clearance Sale


What is a command?

A command, in the context of technology and computing, is an instruction given by a user to a computer or software to perform a specific task. It can be a single word, a line of code, or a series of instructions that tell the computer what to do.

Can I use commands in any programming language?

Yes, you can use commands in virtually any programming language. The syntax and structure of the commands may vary depending on the language. For example, in Python, you can use commands like print () to display output, or input () to receive user input.

How does a command work on a computer?

When you issue a command to a computer, it gets interpreted by the shell, which is a user interface for access to an operating system's services. The shell translates your command into a language the computer's kernel can understand. The kernel then executes the command and returns the result.

What's the difference between a command and a function?

A command and a function are similar in that they both instruct a program to perform a specific task. However, a function is a named section of a program that performs a specific task and can be called multiple times. A command, on the other hand, is typically a one-time instruction given to a computer or software.

When should I use commands instead of a graphical user interface?

If you're performing a repetitive task, it might be more efficient to use commands. Commands can be scripted and automated, saving you from the tedious task of clicking through the same series of options in a graphical user interface. Plus, commands often give you more control and flexibility over your tasks.

Does every command need an argument?

Not every command needs an argument. Some commands can be executed on their own, while others require additional information, known as arguments, to perform a specific task. For instance, the "cd" command requires an argument specifying which directory to navigate to.

Would learning command line improve my programming skills?

Absolutely, learning command line can significantly improve your programming skills. It gives you a better understanding of how your computer works, makes you more efficient at navigating and manipulating your file system, and provides a foundation for using version control systems like Git.

Can commands be used in databases?

Yes, commands are heavily used in databases. Structured query language (SQL) is a programming language specifically designed for managing data held in a relational database management system. It includes commands like SELECT, UPDATE, DELETE, and INSERT to retrieve, modify, delete, and add data.

What's the difference between command line and terminal?

The term "command line" often refers to the text-based interface used to input commands. On the other hand, "terminal" refers to the actual program or window that houses the command line. However, these terms are often used interchangeably in everyday conversation.

Does the order of commands matter when programming?

In most cases, yes, the order of commands matters when programming. Computers execute commands sequentially, from top to bottom and left to right. Changing the order of commands can significantly alter the output of your program.

How do I learn to use commands effectively?

The best way to learn to use commands effectively is through practice. Start with basic commands and gradually move on to more complex ones. Use online resources, books, and tutorials. Don't be afraid to experiment and make mistakes - that's part of the learning process.

Could I automate tasks using commands?

Yes, one of the benefits of using commands is the ability to automate tasks. By writing scripts (a series of commands), you can automate repetitive tasks, make them quicker and reduce the chance of human error.

What's an application programming interface (API) command?

API commands are instructions sent to a software program, allowing interaction with it. These commands can be used to retrieve data, update data, or trigger actions within the software. APIs are commonly used in web development to interact with external services.

Would using commands expose my computer to security risks?

Using commands does not inherently expose your computer to security risks. However, executing unknown or untrusted commands could potentially harm your system. Always ensure you understand what a command does before running it, and only download scripts or code from trusted sources.

Can I use commands in Excel?

Yes, Excel supports a wide range of commands, known as functions in this context. For example, the SUM function (=SUM (A1:A10)) adds up all numbers in cells A1 through A10.

What's the importance of commands in databases?

Commands are crucial in databases as they allow users to interact with data. They can retrieve data, insert new data, update existing data, and delete data. Without these commands, a database would be a static, unchangeable collection of data.

What's a voice command?

A voice command is an oral instruction given by a user to a device equipped with speech recognition technology. These commands can be used to execute tasks, such as making a phone call, sending a text message, or playing music, without having to physically interact with the device.

Is it possible to create custom commands?

Yes, in many systems and programming languages, it's possible to create custom commands. These are often created as functions or scripts that can be called upon to perform a specific task. The process for creating custom commands varies depending on the system or language being used.

What's a shell command?

A shell command is a specific instruction given to a computer operating system via a command-line interface (CLI) or a shell script. These commands allow users to perform operations, like navigating the file system or managing processes, directly from the terminal.

How do I execute a command in Windows?

In Windows, you can execute commands using Command Prompt or PowerShell. To open Command Prompt, search for "cmd" in the Start menu and hit Enter. In the Command Prompt window, you can type your command and press Enter to execute it.

What's a keyboard command?

A keyboard command, also known as a keyboard shortcut, is a series of one or several keys that invoke a software program to perform a preprogrammed action. This could be anything from copying text (Ctrl+C), to saving a file (Ctrl+S), or even opening a new browser tab (Ctrl+T).

What's the difference between a command and an instruction?

In computing, a command and an instruction can often mean the same thing – a directive given to a computer to perform a specific task. However, in some contexts, an instruction may refer to a single operation performed by a central processing unit (CPU), while a command might refer to a higher-level operation performed by a software application.

Looking for a Great Deal?
Shop Lenovo.com for great deals on A+ Education PCs, Accessories, Bundles and more.
Shop Deals Now

  • Shop
    • Student Deals
    • K-12 Student Laptops
    • Student Accessories
    • Laptops by Major
    Education resource
    Explore
    • What is STEM?
    • Best Laptops for College
    • Student & Teacher Discounts
    • Lenovo Sustainability Programs
    Education carry case

    Stem Articles
    See All STEM Articles
    • Online STEM Education

    • STEM Career Tips & Resources

    • Women in STEM

    • STEM Educator Training

    • STEM Grants & Funding

    • STEM Education: Coding for Kids

    • STEM Education: Robotics

    • STEM Education: Biotechnology

    • STEM Education: Sustainability

    • STEM Education: AI & ML

    While every effort has been made to ensure accuracy, this glossary is provided for reference purposes only and may contain errors or inaccuracies. It serves as a general resource for understanding commonly used terms and concepts. For precise information or assistance regarding our products, we recommend visiting our dedicated support site, where our team is readily available to address any questions or concerns you may have.

    Why Lenovo?

    Go Greener with Leno...

    Lenovo is committed to Smarter Climate Action with lower energy laptops, use of sustainable materials and packaging, and available CO2 Offset Services.
    Learn More
    pastel background

    Get It Now, Pay For ...

    Lenovo has multiple financing option: the Lenovo Credit Card, installment plans, and lease-to-own financing op...
    Learn More
    pastel background

    Productivity & Peace of Mind

    Stay productive with Premium Care Plus - 24/7 priority support and coverage against accidental damage. Power through your day with our Smart Performance and extended battery solutions.
    Learn More
    pastel background

    Fast & Secure

    Get the most from your laptop with Lenovo’s state-of-the-art Smart Performance, delivering powerful, all-in-on...
    Learn More
    pastel background

    Assistance and Suppo...

    Chat with a trained professional who can help you find the right products, place or check on an order, or setup your Education laptop.
    Contact Us
    pastel background
    Enter email to receive Lenovo marketing and promotional emails. Review our Privacy Statement for more details.
    Please enter the correct email address!
    Email address is required
    • Facebook
    • Twitter
    • Youtube
    • Pinterest
    • TikTok
    • Instagram
    Select Country / Region:
    Country
    AndroidIOS

    About Lenovo

    • Our Company
    • News
    • Investors Relations
    • Compliance
    • ESG
    • Product Recycling
    • Product Security
    • Product Recalls
    • Executive Briefing Center
    • Lenovo Cares
    • Careers
    • Formula 1 Partnership

    Products & Services

    • Laptops & Ultrabooks
    • Smarter AI for You
    • Desktop Computers
    • Workstations
    • Gaming
    • Tablets
    • Servers, Storage, & Networking
    • Accessories & Software
    • Services & Warranty
    • Product FAQs
    • Outlet
    • Deals
    • Lenovo Coupons
    • Cloud Security Software
    • Windows 11 Upgrade

    Resources

    • Legion Gaming Community
    • Lenovo EDU Community
    • Lenovo Pro Community
    • Lenovo Pro for Business
    • My Lenovo Rewards
    • Lenovo Financing
    • Lenovo Trade-in
    • Affiliate Program
    • Affinity Program
    • Employee Purchase Program
    • Lenovo Partner Hub
    • Laptop Buying Guide
    • Where to Buy
    • Glossary

    Customer Support

    • Contact Us
    • Policy FAQs
    • Return Policy
    • Shipping Information
    • Order Lookup
    • Register a Product
    • Replacement Parts
    • Technical Support
    • Forums
    • Provide Feedback
    © 2025 Lenovo. All rights reserved.
    PrivacyCookie Consent ToolSite MapTerms of UseExternal Submission PolicySales terms and conditionsAnti-Slavery and Human Trafficking Statement
    Compare  ()
    x
    Call

    Need Help? Call: 

    1-800-426-7235
    Select Your Store
    Add items to your cart?
    We've noticed that you've entered a different store. Do you want to add these items to your cart in the new store?
    No Yes. Add in Lenovo Pro

    close_icon

    Sign up and receive up to $100
    off your next purchase.
    Click here for offer details
    Are you shopping for a business?

    No, Thanks

    Click here for offer details
    *Offer valid for new subscribers only. Not valid on previous purchases.
    Lenovo Privacy Policy
    Thanks for signing up!
    You should receive an email from us within the next 2 hours
    *Offer valid for new subscribers only. Not valid on previous purchases.
    Lenovo Privacy Policy
    An error occurred while submitting your request.
    Please try again later.