Multiple choice technology

Choose the correct order :

  1. Report Design (.rod) -> Generate .bas code (.bas) -> Build Executable(.rox) -> Run Report (.roi)-> View Report

  2. Build Executable(.rox) -> Report Design (.rod) -> Generate .bas code (.bas) -> Run Report (.roi)-> View Report

  3. Report Design (.rod) -> Build Executable(.rox) -> Generate .bas code (.bas) -> Run Report (.roi)-> View Report

  4. Build Executable(.rox) -> Generate .bas code (.bas) -> Report Design (.rod) -> Run Report (.roi)-> View Report

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The correct Actuate report workflow is: Design the report layout (.rod), generate the BASIC code (.bas), build the executable (.rox), run the report to produce output (.roi), then view the report. Options B and D are incorrect because they attempt to build before design or code generation. Option C is incorrect because it builds before generating the necessary code.