Software and Programming Fundamentals Flashcards
What is Computer Software?
Instructions that tells the computer what to do. Includes both Operating Systems and Applications
What is System Software
Used to control a computer and lets one control application softwares. AKA Operating System(OS)
What is Operating System?
System software that includes programs, utilities, and drivers. Often based on what OS is used.
What is an application Software?
Software to run specialized task such as a game, spreadsheet or web brower.
What is Programming?
Instructions for a computer to perform a task.
What are Programming Languages?
Language used to give instructions to a computer such as Python, C++, and Java.
What is a Syntax?
Spelling and Grammar used by a Programming Language.
Logic/Logical Error
Error in the code that leads to wrong or unexpected result. Can lead to crashing
What does EOF stand for?
End-of-file meaning that its the end of the input