1.02
2.02
3.01
4.01
5.05
100
The number system we use in math and in
What is life
100
Computer programs are lists of
What is instructions
100
Only Contains One Project (.vbproj) and One Solution (.sln), Opening the Project is the Same as Opening the Solution
What is Visual Basic Project
100
is a named place in computer memory that holds a value.
What is a variable
100
is a dialog box that pops up and prompts the user for input
What is input box
200
What can we say about the decimal system
What is It is our day to day number system
200
developed by the Greeks
who made the First algorithms
200
Designer Window Solution Explorer Window Properties Window, and The Toolbox
What is The Main Tools Visible Are
200
must be given (assigned) a name and data type
What must Variables be given
200
Input boxes can be placed within a loop to provide repeated input until the user ends the loop.
What is Repeated Data Input
300
Binary
What is is Base 2
300
Al Khwarizmi
were does "Algorithm" comes from
300
displays a list of the projects in the solution and the items contained in the project.
What is The Solution Explorer window
300
we first must “declare” it using the DIM keyword
how to use a variable
300
Input Boxes can check to see if the user actually keyed something
What is Data Validation
400
Computers operate on a series on
What is electric impulses
400
are a fundamental part of Computer Programming and of Computing Science
What is Algorithms
400
Contains a Form
What is Designer Window
400
used with whole numbers (+/-)
What is Integer
400
A variable storing a number that is incremented by a
What is changing value.
500
56
What is 111000
500
When we can express the human thinking process as an
What is algorithm
500
is Utilized to Change the Characteristics of Your Form During Design Time
What is The Properties Window
500
used for a single character
What is Char (chr)
500
Programmers can code repeated actions into their programs
What is loop