Visual Basic differs from BASIC in what way
Visual Basic is an object-oriented language and BASIC is not.
Integer
What is int?
Intcount is this
What is a counter?
The name of the teacher
Who is Mrs. Shivar
In binary, these two numbers are used
What are 1 and 0?
The language used on most websites is commonly known as this
What is JavaScript?
Double
What is dbl?
What will the following result in
Do while x<5
x += 2
Loop
What is 6?
Which design approach should be considered when several programs all require similar functionality?
What is object oriented?
Find an output device in the room
Award points if correct
Examples: Printer, projector, monitor, headphones
A computer program that stores the names of 5,000 customers for a business would be written in this
What is SQL?
Daily double:
Combo Box
What is cbo?
This loop executes this number of times
Do while x<0
x += 1
Loop
What is 0?
T/F
There is a difference between check boxes and radio buttons
What is true
The example below is
1. Obtain two numbers from the user
2. Add the two numbers together
3. Print the two numbers
What is an algorithm?
This type of code is written in english
What is psuedocode?
String
What is str
Daily Double:
Looping is also known as this....this.....this....this.....this
What is repetition?
The process of checking for errors in a code is known as this
What is debugging?
Try...Catch is a version of this
What is debugging?
Visual studio offers many languages to code in. The language that we use is known as this.
What is Visual Basic?
What is bln?
What is wrong with the following loop
Do while x<0
x-2
loop
It is infinite
An apostrophe inserted into the code changes the color of the code to this
What is green?
Hexidecimal is based on this number
What is 16?