Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
9th Edition
ISBN: 9780134801346
Author: FELKE-MORRIS
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 4, Problem 1MC
Program Description Answer

The “GIF” images can be made transparent.

Hence, the correct answer is option “A”.

Expert Solution & Answer
Check Mark

Explanation of Solution

GIF:

GIF is a Graphic Interchange Format used for line drawings and it mostly used in clip art images. The extension of GIF is “.gif”. The GIF supports transparency in their images like background color and textures.

Hence, the option “a” is correct.

Explanation for incorrect options:

JPG:

Joint Photographic Experts Group (JPG) is an image format and mostly used in photographs. It has the contrast function of GIF image and it cannot be made transparent and cannot be animated.

Hence, the option “b” is wrong.

BMP:

Bitmap image file (BMP) is an image format which allow images with high quality and it is used in large size images.

Hence, the option “c” is wrong.

PHOTO:

PHOTO is not a graphic type. It is a word that demonstrate a picture which is produced using a camera.

Hence, the option “d” is wrong.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
If an artist would like a drawing to be freely available everyone, make it: a. Public domain  b. Shareware c. Vector graphic d. Freeware   A 1-bit depth image is mostly represented as a. Black and white  b. Yellow and red c. Black and yellow  d. Red, blue, green
Does this display two images? And if so in which folder shall I add the gif files?   package javafxapplication3; import javafx.application.Application;import javafx.scene.Scene;import javafx.scene.image.Image;import javafx.scene.image.ImageView;import javafx.scene.layout.GridPane;import javafx.stage.Stage; public class JavaFXApplication3 extends Application {@Overridepublic void start(Stage primaryStage)throws Exception {GridPane gridPane = new GridPane();int flagCount = 0;for (int i = 0; i<2; i++) {for (int j = 0; j<2; j++) { gridPane.add(new ImageView(new Image("image/flag"+flagCount+".gif")), i, j);flagCount++;}}Scene scene = new Scene(gridPane, 1000, 500);primaryStage.setTitle("Flags");primaryStage.setScene(scene);primaryStage.show();}public static void main(String[]args) {Application.launch(args);}}
Which objects are added to others, from left to right, as in:  A is added (→) to B which is added (→) to C, etc.?    Button → Stage → Scene → Pane   Button → Scene → Stage → Pane    Button → Scene → Pane → Stage   Button → Pane → Scene → Stage
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    Systems Architecture
    Computer Science
    ISBN:9781305080195
    Author:Stephen D. Burd
    Publisher:Cengage Learning
    Text book image
    CMPTR
    Computer Science
    ISBN:9781337681872
    Author:PINARD
    Publisher:Cengage
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage