A program that is able to reproduce itself over a network is also known as:
What is a worm?
Multiple lines of code are known as this
The property value identifying a control in visual basic
What is a Name?
The decimal 3.141592 would be stored in the memory as what?
What is 3.141592?
Given an error due to typing something wrong, you would obtain this error
The following is what type of code:
8B542408 83FA0077 06B80000
What is Machine Code?
A list of instructions set for a computer to follow
What is a computer program?
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?
Daily Double:
Given the variable of "Failing Grade", what should the Hungarian notation be
What is "str"?
Logic, runtime, and syntax are all types of this
What are errors?
In decimal form, 10111 represents this
What is 23
An expression explaining code step by step using plain text as an algorithm
What is Pseudocode
The button clicked before clicking start
What is Debug?
This data type is stored inside of a text box
What is string?
Unexpected results produce this error
What is logic error?
A text file created by the server computer when a user enters information into a website, or grandmas favorite recipe
What is a Cookie?
The design approach that should be considered when multiple programs are in need of similar functionality
What is Object Oriented?
The object used to keep other objects together
What is a group box?
A passing grade of "A" would be stored as what type of notation
What is char?
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
This act restricts the way in which personal data can be used by federal agencies
What is The Privacy Act of 1974?
Daily Double:
The project type that is ran directly by the user via forms through the desktop
What is a Windows Application?
What would a user need in order to select multiple options on their pizza
What are checkboxes?
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?
A type of error that halts the program when a statement cannot be executed
What is a runtime error?