An artist makes an RGB raster image in which each pixel color is  encoded with 12-bits --- 4 bits each for red, green and blue.Which of the  following correctly shows the hexadecimal value for Red as a 12-bit  representation
A. F00
B. 00F
C. FF00
D. FF0000

1 Answer

Answer :

D. FF0000

Related questions

Description : How many colours can be used for each pixel if the colour depth is 4 bit? A. 4 colours B. 5 colours C. 15 colours D. 16 colours

Last Answer : D. 16 colours

Description : The binary code for each pixel is used to determine A. Which colour will be displayed B. How big the image is C. What shape the image is D. How many pixels will be in the image

Last Answer : A. Which colour will be displayed

Description : Which of these is NOT a way to decrease image blurriness? A. Use compatible file formats B. Increase the size of thumbails C. Save images using loseless compression D. Check if raster or vector graphics work better

Last Answer : A. Use compatible file formats

Description : The number of dots of ink or toner per inch on a printed image. A. DPI B. RGB C. CMYK

Last Answer : B. RGB

Description : The color model uses varying intensities of (R)ed, (G)reen, and (B)lue light are added together in to reproduce a broad array of colors. A. BGR Color B. Primary Color C. Analogous Color D. RGB Color

Last Answer : C. Analogous Color

Description : An Image is Square array of 256X256 pixel requires 65536 bytes, and after compression it reduced to 16384 X8 bytes. What will be the compression rate: a. 2 b. 3 c. 4 d. 5

Last Answer : a. 2

Description : A particular way of coding information for storage in a computer file A. Raster graphic B. Vector graphic C. File format D. Layer

Last Answer : A. Raster graphic

Description : Data compression which guarantees that all original data can be restored exactly A. Lossless compression B. Lossy compression C. File compression D. Raster compression

Last Answer : B. Lossy compression

Description : Best for print. A. DPI B. RGB C. CMYK

Last Answer : B. RGB

Description : Best for on Screen Display A. DPI B. RGB C. CMYK

Last Answer : A. DPI

Description : A Huffman code: A = 1, B = 000, C = 001, D = 01 ,P(A) = 0.4, P(B) = 0.1, P(C) = 0.2, P(D) = 0.3 The average number of bits per letter is A. 8.0 bit B. 2.0 bit C. 1.9 bit D. 2.1 bit

Last Answer : C. 1.9 bit

Description : A Huffman code: A = 1, B = 000, C = 001, D = 01 ,P(A) = 0.4, P(B) = 0.1, P(C) = 0.2, P(D) = 0.3 The average number of bits per letter is a. 8.0 bit b. 2.0 bit c. 1.9 bit d. 2.1 bit

Last Answer : c. 1.9 bit

Description : An Image is represented by 65536 X8 bits, and after compression it reduced to 16384 X8 bits. What will be the compression ratio: a. 55% b. 65% c. 75% d. 85%

Last Answer : c. 75%

Description : Which formula shows how to work out the percentage a file has been compressed by? A. bits in (Huffman *7) /100 B. bits in ASCii - bits in Huffman C. difference in bits / bits in ASCII * 100

Last Answer : C. difference in bits / bits in ASCII * 100

Description : Why are the color printer inks magenta, cyan and yellow and not RGB (red, green, blue, the "primary colors")?

Last Answer : Additive vs subtractive color. Additive - Adding light to black (no light) Shine red, green, and blue spotlights on a wall - where they intersect: Blue + Green = cyan Red + Blue = magenta Red + ... : Additive and Subtractive Colors The Paper Mill Store - CMYK and RGB Color: Which One Should You Use?

Description : In the encoded file, by using which process it can be transformed into original file at any time ? a) Straight b) Reverse c) Transfer d) Compressed

Last Answer : b) Reverse

Description : In the encoded file, which symbol is marked in the ending ? a) ^ b) & c) $ d) %

Last Answer : c) $

Description : In the encoded file, which symbol is marked in the beginning ? a) ^ b) & c) $ d) %

Last Answer : a) ^

Description : In the encoded file, how many time lengthy words appear ? a) Not a single time b) One c) Infinite d) As specified

Last Answer : b) One

Description : What is the reason that in the beginning of encoded file there is data telling which digit/letter represents which word ? a) It is needed to convert the file in compression form b) it is ... convert the file in its original uncompressed form d) it is needed to convert the file in graphical form

Last Answer : c) it is needed to convert the file in its original uncompressed form

Description : Where in the encoded file, one can have the data that tells which digit/letter represents which word ? a) Beginning b) Middle c) Ending d) None of these

Last Answer : a) Beginning

Description : An ________is encoded and the algorithm attempts to use the next smaller context. a. One length context b. Zero context c. Escape symbol d. None

Last Answer : c. Escape symbol

Description : In the encoded file, which type of changes are made in sysmbols ? a. They are compressed b. They are changed to a letter or symbol c. They are represented in the graphical form d. No changes are made

Last Answer : d. No changes are made

Description : 72 Points = _______ A. 1 Inch B. 1 Pica C. 1 Point D. 1 Pixel

Last Answer : A. 1 Inch

Description : What is colour/bit depth of the image? A. 1 B. 2 C. 3 D. 4

Last Answer : A. 1

Description : A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15. A. Binary B. Decimal C. Hexadecimal D. Hepadeximal

Last Answer : A. Binary

Description : Define the term 'sample rate'. A. Snapshots of sound are taken as the wave cannot be represented as a series of continuous changes. B. The number of samples taken each second C. The number of bits used per second of audio D. The number of bits available for each clip

Last Answer : B. The number of samples taken each second

Description : The act of changing the background color of a publication on which the image displays does not make the image look different. A. Color Depth B. Compression C. Portability D. Transparency

Last Answer : D. Transparency

Description : How many bits for each pixel in true color format?

Last Answer : 24 bits/pixel: one byte for red, one byte for green, one bytefor blue.

Description : What is the bit rate for transmitting uncompressed 800x600 pixel colour frames with 8 bits/pixel at 40 frames/second ? (A) 2.4 Mbps (B) 15.36 Mbps (C) 153.6 Mbps (D) 1536 Mbps 

Last Answer : (C) 153.6 Mbps Explanation: The number of bits/sec is just 800x600x40x8 or 153.6 Mbps.

Description : Images tend to be very large collection of data. The size of memory required for a 1024 by 1024 image in which the colour of each pixel is represented by a n-bit number, (in an 8 bit machines) is (A) n × 8 MB (B) n / 8 MB (C) (1024 × 1024) / 8 MB (D) 1024 MB

Last Answer : (B) n / 8 MB

Description : Given an image of size 1024 × 1024 pixels in which intensity of each pixel is an 8-bit quality. It requires ............... of storage space if the image is not compressed. (A) one Terabyte (B) one Megabyte (C) 8 Megabytes (D) 8 Terabytes

Last Answer : (B) one Megabyte

Description : Which number is formed from a binary number by grouping bits in groups of 4-bit each starting at the binary point: a. Binary b. Octal c. Decimal d. Hexadecimal

Last Answer : d. Hexadecimal

Description : How do you calculate the number of bits of a body of text in ASCII? A. Number of characters * 7 B. Number of characters (including spaces) *7 C. bits in Huffman * 7 D. bits in Huffman / 7

Last Answer : B. Number of characters (including spaces) *7

Description : The basic idea behind Huffman coding is to A. compress data by using fewer bits to encode fewer frequently occuring characters B. compress data by using fewer bits to encode more ... frequently occuring characters D. expand data by using fewer bits to encode more frequently occuring characters

Last Answer : B. compress data by using fewer bits to encode more frequently occuring characters

Description : Entropy of a source is a. Self information of the source b. Average self information c. Average number of bits d. Both (a) and (b)

Last Answer : b. Average self information

Description : The basic idea behind Huffman coding is to a. compress data by using fewer bits to encode fewer frequently occuring characters b. compress data by using fewer bits to encode more ... frequently occuring characters d. expand data by using fewer bits to encode more frequently occuring characters

Last Answer : b. compress data by using fewer bits to encode more frequently occuring characters

Description : Consider a sequence F00 defined as: Then what shall be the set of values of the sequence F00? (1) (1, 110, 1200) (2) (1, 110, 600, 1200) (3) (1, 2, 55, 110, 600, 1200) (4) (1, 55, 110, 600, 1200)

Last Answer : Answer: 1 Explanation: We have given, F00(0) = 1, F00(1) = 1 F00(2) = (10*F00(1) + 100)/F00(0) = 110 F00(3) = (10*F00(2) + 100)/F00(1) = 1200 F00(4) = (10*F00(3) + ... (2) = 110 Since the values repeats after the first three values, the set of values of F00 will be (1,110,1200).

Description : Data that describes other data. For example, a digital image may include metadata that describe the size of the image, number of colors, or resolution. A. Metadata B. Emdata C. Tridata D. Perameter

Last Answer : D. Perameter

Description : A type of data used for graphics or pictures. A. Gyphs B. Numbers C. Text D. Image

Last Answer : A. Gyphs

Description : The amount of detail stored for an Image. A. Resolution B. PPI C. Print Resolution

Last Answer : A. Resolution

Description : The appearance of an image on a website is dependent upon? A. The DPI of the printer B. The SPI of the printer C. The PPI of the monitor D. The SPI of the monitor

Last Answer : C. The PPI of the monitor

Description : A bitmap image is made up of A. Pixels B. Colours C. Sounds D. Samples

Last Answer : A. Pixels

Description : Down sampling is to make a digital image file smaller by A. removing pixels B. adding noise C. adding pixels D. removing noise

Last Answer : A. removing pixels

Description : A ........ is an initial document that shows where all text and graphic elements will be placed A. Comp B. DTP C. On screen D. Online

Last Answer : C. On screen

Description : From the following, which option shows an issue faced with multimedia contents ? a) Converting multimedia information coming from hardware devices into computer data b) converting the computer data back into audio/ ... for playing on the hardware device c) a and b both d) None of these

Last Answer : c) a and b both

Description : Huffman trees use the _______________ of each character to work out their encoding. A. Frequency B. Order in ASCII C. Number value

Last Answer : A. Frequency