Terms
Random
Code
Terms
Terms
100

A way to work out the logic without worrying about the specifics of the programming language.

Pseudocode

100

Why do text based languages put the import code in its location

So that they may be used anywhere in the code

100

In BRAIN.LCD.print("Hello"), "Hello" is a

Argument

100

A command used to trigger or start an event or procedure in a program

Broadcast

100

To identify errors or bugs in the computer hardware and fix them

Debugging

200

The language that people use in daily conversation with each other

natural language

200

When two processes occur at the same time

Parallel

200

In BRAIN.LCD.print("Hello"), print() is a(n)...

Method

200

The process of applying or using a procedure and only knowing what the procedure does, without knowing how it does it.

Procedural abstraction

200

Putting a function inside another function or loop inside another loop

Nesting

300

a type of procedure or routine

Function

300

In the event handler, if i change my debug variable to false, then download my program to the SDV

Nothing would happen, because the else part of the conditional has not been setup yet

300

In VISION.takeSnapshot(SIG1,1), VISION is a(n)...

Object

300

One of two values, such as true or false, that allows a computer to know what step in the conditional statement process to execute next

Boolean

300

A range of color values that are considered by a vision system to belong to the same color

Color signature

400

The values that a program provides to a function

Argument

400

Why is the count intialized to 1 instead of 0

if an object can be counted then there is 1. if it cannot be counted then nothing happens with the variable

400

In if(VISION.objectCount>3), objectCount is a(n)...

Property

400

The smallest unit of data storage that a program can use

Variable

400

A combination of color signatures in a set order, which is recognizable by a vision system

Color code

500

A programming statement that evaluates a true/false Boolean expression to determine the next steps in a program

Conditional statement

500

A navigational method used only in the absence of data from sensors.

Dead reckoning

500

Behind the scenes, VexVision is written in C++ code. This code is a blueprint for creating VexVision objects. VexVision is an example of a(n)

Class

500

A set of steps to accomplish a task

Algorithm

500

The technology and processes used to make image based decisions in code.

Machine vision

M
e
n
u