Podcast
Questions and Answers
What is the correct order of programming phases?
What is the correct order of programming phases?
- Specification, Implementation, Design, Testing & Debugging, Deployment
- Design, Specification, Implementation, Testing & Debugging, Deployment
- Specification, Design, Implementation, Deployment, Testing & Debugging
- Specification, Design, Implementation, Testing & Debugging, Deployment (correct)
Which development environment is recommended for C# programming?
Which development environment is recommended for C# programming?
- NetBeans
- Eclipse
- Visual Studio (correct)
- IntelliJ IDEA
Which framework provides a set of useful standard classes for C#?
Which framework provides a set of useful standard classes for C#?
- Python Standard Library
- Java Standard Library
- Microsoft.NET Framework FCL (correct)
- Ruby Standard Library
What is NOT one of the specified approaches for Homework 1?
What is NOT one of the specified approaches for Homework 1?
What is the purpose of the implementation phase in programming?
What is the purpose of the implementation phase in programming?
Which phase involves fixing program errors?
Which phase involves fixing program errors?
What type of programming is Visual Studio most associated with?
What type of programming is Visual Studio most associated with?
Which documentation resource is recommended for C# and Microsoft.NET Framework?
Which documentation resource is recommended for C# and Microsoft.NET Framework?
Which step is primarily concerned with making the customer happy?
Which step is primarily concerned with making the customer happy?
Which programming phase involves planning your solution?
Which programming phase involves planning your solution?