Lesson 1: Intro to Programming Flashcards
It is a way to instruct the computer to perform various tasks.
Programming
It is an area of programming that refers to writing, markup, and coding involved in web development.
Web Programming
Web development includes ___, ___, and ___.
web content, web client, and server
It is an area of programming that is a subset of game development; it is the software development of video games.
Game Programming
It is the provision of computing services such as servers, storage, databases, networks, software, analysis, intelligence, and more.
Cloud Computing Programming
It is the use of multiple processing elements simultaneously for solving any problem.
Parallel Programming
It is any software that can be installed on a single computer and used to perform specific tasks.
Desktop App Programming
It is a set of coded commands or instructions that tell a mechanical device and electronic system what tasks to perform.
Robotics Programming
It is used to perform autonomous tasks.
Robot software
It is the user giving something to the program.
Input
- Basic Elements
It is the program giving something to the user.
Output
- Basic Elements
It is a function which can perform adding, subtracting, multiplying, and dividing.
Arithmetic
- Basic Elements
It is a programming device that performs a function on one or more inputs.
Operator
Its structures are a way for computer programs to repeat one or more various steps depending on conditions.
Conditional and looping
- Basic Elements
Conditions can be set either by ___ initially or real-time by the ___.
programmer, actual program