The term used to find and fix errors in programming code is _________

Fill in the blank(s) with correct word


debug, debugging

Computer Science & Information Technology

You might also like to view...

Assume that inputFile references a Scanner object that was used to open a file. Which of the following while loops is the correct way to read data from the file until the end of the file is reached?

a. while (inputFile.nextLine == " ") { ... } b. while (inputFile != null) { ... } c. while (!inputFile.EOF) { ... } d. while (inputFile.hasNext()) { ... }

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 2-1Megan is having a lot of fun with Adobe Flash CS6 because she is an excellent artist with a knack for quickly learning new software and applying her considerable artistic skills to her multimedia work. Megan began to use the Eyedropper tool when the phone rang. After she returns to her laptop, she glances at the screen. How does she know if the last thing she did was to click a fill?

A. The pointer has changed to an eyedropper and paintbrush. B. The pointer has changed to an eyedropper. C. The pointer has changed to a paint bucket. D. The pointer has changed to an inkwell.

Computer Science & Information Technology

Case 7-3 Andrea is the new receptionist at Edoron Technologies. Although she is new at using a computer system, she tries her best to organize all the files and folders on the system. Andrea wants to copy a file titled "Applications" from the "Development" folder to the "Maintenance" folder on the same drive. To do this, she should _____.

A. ?press and hold the Ctrl key while dragging the Applications file to the Maintenance folder B. ?right-click on the Applications file and drag and then click restore down in the Maintenance folder C. ?press and hold the Alt key while dragging the Applications file to the Maintenance folder D. ?left-click on the Applications file and drag and then click refresh in the Maintenance folder

Computer Science & Information Technology

?A tab stop is a point on the horizontal ruler that indicates the location at which to align text.

A. Yes B. No

Computer Science & Information Technology