Home > Business Professionals of America (BPA) > Quizzes > BPA Computer Programming Concepts
BPA Computer Programming Concepts
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 58% Most missed: “A terminator node in a flow chart is represented by which shape?”
BPA Computer Programming Concepts
Time left 00:00
25 Questions

1. What condition is useful for testing greater than two unique conditions without nesting?

2. A(n) ______ tells a computer what to do based on whether a condition is true or false.

3. a way of doing something (like programming), not a concrete thing (like a language).

4. T/F - A predictive is a paradigm.

5. The value of abc123 is

6. A(n) ______ defines the characteristics of a set of objects.

7. T/F - the goto command is rarely used by skilled programmers because is can lead to programs that are hard to understand and maintain.

8. How many bytes are in 256 Bits?

9. ______ is a tool programmers use to combine object files into a single file

10. The for" loop is ideal to loop structures that ______."

11. A ______ is a context within a program in which a variable is valid.

12. Define I/O

13. T/F - Algorithms are usually written in a format that is specific to a particular programming language.

14. In many languages, this symbol represents a negation?

15. _______- generation languages, such as COBOL and FORTRAN, were used extensively for business and scientific applications

16. Creating a variable for future use is ...

17. What are some examples of a loop?

18. What is the correct way to use the standard namespace in C++?

19. What symbol is used to represent output in a flowchart

20. The human readable version of a program created in a high-level language by a programmer is called ______.

21. ______ provides OO programs with easy extensibility and can help simplify program control structures

22. A(n) ____ for a computer program is a set of steps that explains how to begin with known information specified in a problem statement and how to manipulate that information to arrive at the solution.

23. a void function will return

24. What are some floating point variables?

25. T/F - Prolog and other declarative languages were classified as fifth generation languages.