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 1
True/False
Pseudocode expresses the steps in a program,module,or method,but uses English-like statements in place of the flowchart's graphical symbols.
Question 2
True/False
Structure charts are used to illustrate the step-by-step logic that is to take place within a program,module,or method.
Question 3
True/False
Python programs run on computers using the Windows,Linux,UNIX,Mac OS X,or OS/2 operating systems,as well as on Palm and Nokia mobile devices.
Question 4
True/False
It is easier to write comments- particularly comments explaining the logic of a program-at the time the program is coded,instead of trying to add those comments at the end of the project.
Question 5
True/False
If an application is going to need to interact with existing programs,it will likely be coded in the same language as those other programs.
Question 6
True/False
An advantage to using 4GLs is that they can result in a smaller number of program statements and more efficient object code when they are compiled into machine language.
Question 7
True/False
The repetition control structure is also called the selection control structure.
Question 8
True/False
In addition to its traditional uses,COBOL is evolving to support new applications.
Question 9
True/False
Three common types of language translators are compilers,interpreters,and coders.
Question 10
True/False
With most programs,compiling or interpreting a program will result in errors-the assembling process consists of locating and correcting these errors.
Question 11
True/False
The property that makes 4GLs easier to use is that they are declarative,rather than the procedural third-generation languages.
Question 12
True/False
Comments are usually preceded by a specific symbol.
Question 13
True/False
A structured program is divided into individual modules;each module represents a specific processing task.
Question 14
True/False
To use a macro recorder,you start the macro recorder and then you perform the desired tasks-the macro recorder records all of the keystrokes and mouse clicks you make until the recorder is turned off.