Module 1
Module 2
Module 3
Module 4
Module 5
100

A program that is able to reproduce itself over a network is also known as: 

What is a worm?

100

Multiple lines of code are known as this

What is a Block?
100

The property value identifying a control in visual basic

What is a Name?

100

The decimal 3.141592 would be stored in the memory as what?

What is 3.141592?

100

Given an error due to typing something wrong, you would obtain this error

What is a syntax error?
200

The following is what type of code: 


8B542408 83FA0077 06B80000

What is Machine Code?

200

A list of instructions set for a computer to follow

What is a computer program?

200

Mrs. Shivar wants to make text larger so her students can see how far behind they are. Which property would she change in order to enlarge the text?

What is font?

200

Daily Double: 

Given the variable of "Failing Grade", what should the Hungarian notation be

What is "str"?

200

Logic, runtime, and syntax are all types of this

What are errors?

300

In decimal form, 10111 represents this 

What is 23

300

An expression explaining code step by step using plain text as an algorithm 

What is Pseudocode

300

The button clicked before clicking start 

What is Debug?

300

This data type is stored inside of a text box

What is string?

300

Unexpected results produce this error

What is logic error?

400

A text file created by the server computer when a user enters information into a website, or grandmas favorite recipe

What is a Cookie? 

400

The design approach that should be considered when multiple programs are in need of similar functionality

What is Object Oriented?

400

The object used to keep other objects together

What is a group box?

400

A passing grade of "A" would be stored as what type of notation

What is char?

400

When expecting the result of a 50, Mrs. Shivar got a 100 as a grade. This is what type of error

What is a logic error

500

This act restricts the way in which personal data can be used by federal agencies

What is The Privacy Act of 1974?

500

Daily Double: 

The project type that is ran directly by the user via forms through the desktop

What is a Windows Application?

500

What would a user need in order to select multiple options on their pizza

What are checkboxes?

500

When setting the variable equal to large numbers, such as the number of points attached to this question, what type of declaration should be used?

What is integer?

500

A type of error that halts the program when a statement cannot be executed

What is a runtime error?