Language
Hungarian Notation
Looping
Fact Check
Terminology
100

 Visual Basic differs from BASIC in what way

Visual Basic is an object-oriented language and BASIC is not.

100

Integer

What is int?

100

Intcount is this 

What is a counter?

100

The name of the teacher

Who is Mrs. Shivar

100

In binary, these two numbers are used

What are 1 and 0?

200

The language used on most websites is commonly known as this

What is JavaScript?

200

Double

What is dbl?

200

What will the following result in

Do while x<5

x += 2

Loop

What is 6?

200

Which design approach should be considered when several programs all require similar functionality?

What is object oriented?

200

Find an output device in the room

Award points if correct

Examples: Printer, projector, monitor, headphones

300

A computer program that stores the names of 5,000 customers for a business would be written in this

What is SQL?

300

Daily double: 

Combo Box

What is cbo?

300

This loop executes this number of times

Do while x<0

x += 1 

Loop

What is 0?

300

T/F

There is a difference between check boxes and radio buttons

What is true

300

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?

400

This type of code is written in english

What is psuedocode?

400

String

What is str

400

Daily Double:

Looping is also known as this....this.....this....this.....this

What is repetition?

400

The process of checking for errors in a code is  known as this

What is debugging?

400

Try...Catch is a version of this

What is debugging?

500

Visual studio offers many languages to code in. The language that we use is known as this.

What is Visual Basic?

500
Boolean

What is bln?

500

What is wrong with the following loop

Do while x<0

x-2

loop

It is infinite

500

An apostrophe inserted into the code changes the color of the code to this

What is green?

500

Hexidecimal is based on this number

What is 16?

M
e
n
u