Graded A+
First step of system development lifecycle - Answers Problem and opportunity identification
______ is the process of translating a task into a series of commands that a computer will use to
perform the task - Answers Programming
The capability of moving a completed programming solution easily from one type of computer
to another is known as _______ - Answers portability
______ is a programming language that can be used to create a wide range of Windows
applications - Answers Visual Basic
A small Java-based program is called a ______ - Answers Java applet
Tags are used in which language? - Answers HTML/XHTML
Division by zero is a ______ error that is caught when the program executes. - Answers runtime
T/F
During the program debugging stage, the people who will use the program test the software. -
Answers False
T/F
Second-gen languages are also known as assembly languages - Answers True
T/F
Syntax errors are caught only when the program executes - Answers False
A ______ is a group of related data that can be stored, sorted, organized, and queried. - Answers
database
You can set a ______, which is automatically displayed in a field unless the user enters
something different. - Answers default value
______ means that for each value in the foreign key of one table, there is a corresponding value
in the primary key of another table. - Answers referential integrity
A ______ displays a subset of data from a table (or tables) based on the specified criteria -