click below
click below
Normal Size Small Size show me how
PTLW 1.1 & 1.2 Vocab
| Term | Definition |
|---|---|
| Computer Scientists | Scientists who apply their knowledge of computation to creating solutions using a computer system. |
| mobile applications | A type of software application designed to run on a mobile device, such as a smartphone or tablet computer. |
| computer science | The science of creating artifacts and solving problems using the help of a computer. |
| software | Any type of program that runs on a computer or other electronic device. |
| camelCase | The writing of compound words by starting each word with a capital letter. Procedures and variables are named using camelCase, but the first word in the name is not capitalized. |
| emulator | A simulator that imitates a program or events. |
| algorithm | An ordered set of instructions that are used to carry out a task. |
| flowchart | A diagram that represents an algorithm, work flow, or process, and uses geometric symbols connected by arrows to show the direction of the flow of action. |
| oval | represents the beginning or end in a flowchart |
| rectangle | represents a command/action in a flowchart |
| arrow | directs the movement between steps in a flowchart |
| algorithm thinking | the process of completing a task using a series of clearly defined steps |
| Linear Algorithm | A linear algorithm has only one sequence of steps |