Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Understanding Computers Today
Quiz 13: Program Development and Programming Languages
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
True/False
One or more rounds of outside tests for programs created for mass distribution are referred to as alpha tests.
Question 22
True/False
With the do until structure,the instructions in the loop are repeated as long as a certain condition is true.
Question 23
True/False
C is an object-oriented programming language developed by Sun Microsystems.
Question 24
True/False
Although there is no precise definition of 3GLs,they are even further from machine language than fourth-generation languages,and,therefore,are much easier to use.
Question 25
Multiple Choice
____ values are values that represent one of two states-yes (true) or no (false) .
Question 26
True/False
With a(n)sequence control structure,the direction that the program control takes depends on the results of a certain condition.
Question 27
True/False
In a(n)procedural program,variables can be accessed and their values changed from any module in the program,as appropriate.
Question 28
True/False
Much of the coding in a declarative programming language consists of mouse clicks to select instructions and issue commands to the program.
Question 29
Multiple Choice
____ is a software development approach that continues the programming trend of breaking a software program into small and more manageable pieces that overlap in functionality as little as possible.