voc_u2 Flashcards
(44 cards)
Code
A term used to describe text that is written using the protocol of a particular language by a computer programmer.
Programming
Writing code (a set of instructions) to be interpreted and executed by a computer or another electronic device.
Routine
Code called and executed anywhere in a program. Also referred to as a function, procedure, method and subprogram.
Trackpad
= touchpad. A special area on a laptop or other computer that you touch in order to move the cursor or give an instruction.
Novice
Someone who is not experienced in a job or situation.
To run a program
To execute a program.
Debugging
Removing the bugs or mistakes from a program.
Define (a function)
Figure out the details of the problems that you are trying to solve.
Input
Something that is put into a system.
Algorithm
A set of mathematical instructions that, especially if given to a computer, will help to calculate an answer to a problem.
Iteration
A technique to sequence through a block of code repeatedly until a specific condition either exists or no longer exists.
Parentheses
Symbols that are put around a word or phrase (UK: brackets)
Decomposition
To break the code into smaller chunks.
To execute
To make a computer program or instruction work.
Bridge code
Refers to a system that maps the runtime behavior of different programming languages so they can share common resources. Thus, you can translate data and state across the two sides of the bridge.
Library
Refers to a collection of files, programs, routines, scripts or functions that can be referenced in the programming code.
Contributor
A person/company that gives support to help another person/company achieve its goals.
Module
A discrete piece of code which can be independently created and maintained to be used in different systems.
Syntax
The use of character structures that a computer can interpret.
Ecosystem
A collection of software projects, which are developed and co-evolve in the same environment.
Prototype
An early version of a product not yet manufactured or released.
Test bench
An environment used to verify the correctness or soundness of a design or model.
Stub
A temporary placeholder for a function that will be implemented at a later time.
Motion
The name given to a proposal when it is being discussed at a meeting. It must have a proposer and be seconded before being put to a vote.