A/ Type your name, class name, class period number, and unit number left-aligned on separate lines at the top of the page as shown below.
B/ Number each vocab word starting with the number 1.
C/ Type the vocab word followed by a hyphen and then two or more complete sentences that explain the use and/or meaning of the vocab word.
D/ Make the vocab word bold where it appears within one of the sentences.
E/ Do not copy or plagiarize the teacher's lecture notes or any other website. Explain the vocab word in your own words. The definitions must be created without help or collaboration from other students.
--------------- Example -------------------------------
John Doe
Visual Basic
Period 1
Unit 1
1. CPU - A computer's CPU drives the main operations of the computer. The acronym CPU stands for central processing unit.
2. RAM - The RAM is the primary storage of the computer. The acronym RAM stands for random access memory.
3. ROM - The ROM cannot be overwritten or replaced since it is read only. ROM stands for read only memory.
4. bit - A bit is a binary digit (0 and 1) that computers use to represent decimal numbers. There are only two possible bit values, 0 and 1.
5. byte - A byte is made up of 8 bits. An example of a byte is 1011 1110.
-------------------------------------------------------------
Unit 1
- object
- property
- method
- form
- interface
- code
- IDE
- Properties window
- Toolbox
- design time
- run time
- bug
- compile error
- run-time error
- logic error
- ENIAC
- keyboard shortcut
- the focus
- concatenation operator
- empty string
- syntax
- keywords
- Hungarian Notation
Unit 2
- variable
- declaration statement
- Dim
- data type
- String data type
- Double data type
- Integer data type
- overflow
- scope
- local variable
- module variable
- assignment statement
- Mod
- Val
- Str
Unit 3
- PictureBox
- gif vs jpg graphic file type
- FromArgb
- DrawLine
- DrawRectangle
- DrawEllipse
- DrawString
- call statement
- reusability of methods
Unit 4
- menu's Checked property
- menu's Enabled property
- For loop
- definite loop
- loop iteration
- body of a loop
- loop variable
- tracing a loop
- fencepost error
- counter statement
- increment
- compound operator
Unit 5
- If statement
- relational operator
- logical operator
- truth table
- Boolean expression
- Exit For
Unit 6
- collision detection
- MouseDown method
- KeyDown method
Unit 7
- Timer object
- Interval property of a Timer
- Enabled property of a Timer
- PlaySound
- wav format for audio files
- mp3 format for audio files
Unit 8
- Rnd method
- Math.Pow
- Math.Max
- Math.Floor
- call statement
- function header
- return type
- parameter
- passing a parameter
Unit 9
- splash screen
- InputBox
Unit 10
- While loop
- infinite loop
- indefinite loop
- flag variable
- sentinel value
- Exit While
- array
- Length method of an array
- subscript
- element
- sequential search
- binary search
- key
Unit 11
- string
- leading space
- null string
- concatenation
- Length method of a String
- ToString method
- Compare method
- Trim method
- Substring method
- IndexOf method
Unit 12
- text file
- reading data from a text file
- writing data to a text file
Unit 13
- class
- state
- behavior
- client programmer
- class developer
- default constructor
- modifier method
- accessor method
- to instantiate
- to override a method
- inheritance
- child class
- encapsulation
- polymorphism
- object-oriented programming (OOP)