An expression that attempts to divide a value by the number 0 will result in a ____ error.
A. syntax
B. logic
C. run time
D. sequence
Answer: C
You might also like to view...
Sam is writing a program that displays a conversion table for miles to kilometers in one-mile increments. What control structure(s) will he need to include in his program?
a. repetition and selection b. selection and sequential c. repetition and sequential d. repetition, selection, and sequential
The _________ is the address of the system that originated the IP packet.
A. ?Interface B. ?Source and destination transport level address C. ?IP protocol field D. ?Source IP address
Which of the following is not a way to help you design a general purpose Web site intended for the average user?
A) Use professional tools. B) Study other Web sites. C) Examine the Web sites of professional designers. D) Make extensive use of Web plug-ins. E) Create templates of your own.
List the order in which the steps that follow should be carried out during the development of a computer program to solve a problem:
a. Determine the data types of the memory cells required for storage of problem inputs and outputs. b. Determine the problem inputs and outputs. c. Read and understand the problem. d. Write an initial algorithm. e. Refine algorithm steps where needed.