Testing and Fixing Code Computer Lit
Identify Characteristics of Compiler Software Which of these are characteristics of compiler software? Check all of the boxes that apply.
Compiler software compiles code. Compiler software can step through code line by line. Compiler software can be used to find syntax errors. Compiler software translates the code into machine language.
Identify Characteristics of Debugging Software Which of these is a characteristic of debugging software?
It includes several tools that help to trace a problem to its source.
Identify the Characteristics of Verifying the Code Fix Which of these statements are true of verifying that a program's code is fixed? Check all of the boxes that apply.
It is the process of testing code to be sure that a fix is right. It includes running sample data through a program to test a fix.
Complete the Definition of Iteration Using the drop-down menu, complete the sentence.
Iteration ✔ repeats a process for the purpose of reaching a desired ✔ outcome
Identify Reasons for Testing Code Which of these are reasons to test code? Check all of the boxes that apply
Most code contains some errors. Users expect software programs to function properly.
Identify Characteristics of Computer Program Bugs Complete the sentences using the drop-down menu.
Program bugs are code errors that can multiply.✔ halt the execution of the computer program. Program bugs can result from ✔ misspelling a command. Program bugs can result in✔ an incorrect outcome.
Identify the Iterative Activity Which of these exemplifies an iterative process?
You write a research paper, then review it, revise it, review it again, and revise it again.
Identify the Iterative Processes Which of these are parts of the iterative process? Check all of the boxes that apply.
debugging code testing code
Identify Tools Used to Diagnose and Test Code Which of these are tools used to diagnose and test code? Check all of the boxes that apply.
debugging software compiler software error messages
Identify How to Test a Computer Program How would you test a computer program?
running the program with test data to see if outcomes are as expected
Identify the Steps in the Testing Cycle Which of these are steps in the testing cycle? Check all of the boxes that apply.
testing the fixed code fixing the error reproducing and diagnosing the error