Level 15
Level 17
9 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Input Device
Device the computer receives information from (keyboard, mouse)
Output Device
Device the computer sends info out on (screen, printer)
Compiler
a computer program hat transforms source code written in a programming language into another computer language, with the latter often having a binary form known as object code
Basic Data Types
-characters, numbers, boolean, strings, ect.
Constructed Data Types: Arrays
collection of elements of the same data type
Expressions and Operators
-expressions are formed by 'variables and constants' that are manipulated by 'operators'
VBA
a Common programming language
Conditional Statement
Allows to manipulate the order of instructions
Loops
allow repeated execution of Statements