Fourth-generation languages (4GLs) are sometimes called ____.
A. procedural programming languages
B. very-high-level languages
C. high-level languages
D. interpreted languages
Answer: B
You might also like to view...
Enter the swap.html text into a new Web page, then load the page in the browser to verify that it behaves as described.
Modify the page so that it has a third image to the right of the existing images. In place of the single button labeled Swap Images, there should be two buttons on the page, labeled Rotate Left and Rotate Right. When the user clicks on the Rotate Left button, the SRC attributes of the images should be changed so that each image is shifted to the left (and the image originally at the far left is rotated around to the right). For example, if the three images were initially the three faces happy-?sad-?surprised (from left-?to-?right), clicking the Rotate Left button would result in the sequence sad-?surprised-?happy. Conversely, clicking on the Rotate Right button should shift the images to the right (with the rightmost image rotating around to the left).
An image is the most basic element on a web page.
Answer the following statement true (T) or false (F)
Communication over the copper wire used in DSL technologies is ____.
A. half-duplex B. simplex C. full-duplex D. reflex
Procedural languages encourage programmers to approach problems by breaking down the solution into a series of steps.
Answer the following statement true (T) or false (F)