General Awareness

Color Theory and Symbolism

1,945 Questions

Color theory and symbolism examine primary, secondary, and tertiary colors, alongside their psychological and cultural meanings. Questions also cover color spaces, photography, and optical properties. This specialized topic appears in design, architecture, and general intelligence sections of various competitive exams.

Primary and secondary colorsColor spaces and modelsCultural color symbolismChemical compound colorsOptical color properties

Color Theory and Symbolism Questions

Multiple choice computer
  1. 2

  2. 4

  3. 16

  4. 256

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CGA (Color Graphics Adapter) supports a maximum of 16 colors simultaneously. While it had multiple graphics modes, the highest color mode was 4-bit color depth (2^4 = 16 colors). This was a significant limitation compared to later standards like VGA (256 colors) and SVGA.

Multiple choice css
  1. body {color: black}

  2. body:color=black

  3. {body:color=black(body}

  4. {body;color:black}

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

CSS uses selector {property: value} syntax. The selector targets elements, curly braces contain the rules, properties are followed by colons, and value pairs end with semicolons. Option A shows this correctly with body as selector, color as property, and black as value.

Multiple choice css
  1. text-color:

  2. color:

  3. text-color=

  4. font-color:

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The color property controls text color in CSS. Many beginners expect text-color or font-color, but the actual property is simply color, while background-color controls the element background.

Multiple choice web-design
  1. 256

  2. 216

  3. 256,000

  4. 17,000,000

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The web-safe color palette consists of 216 colors (not 256). This comes from a 6x6x6 color cube where each RGB channel can be one of six values: 00, 33, 66, 99, CC, FF. The 40 colors excluded from the full 256 could dither on some platforms, so 216 was the set that rendered consistently across browsers and operating systems in the 1990s.

Multiple choice css html
  1. text-color

  2. foreground-color

  3. background-color

  4. color

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The CSS 'color' property specifically controls text color (foreground color). Option A 'text-color' doesn't exist in CSS. Option B 'foreground-color' also doesn't exist - though it sounds logical, CSS uses the simpler 'color' property name. Option C 'background-color' controls the background, not the text. 'color' is the standard, correct property for text color in CSS.

Multiple choice general knowledge
  1. Red

  2. Green

  3. Yellow

  4. Orange

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Edward de Bono's Six Thinking Hats method uses six specific colored hats representing different thinking modes: White (facts), Red (emotions), Black (caution), Yellow (optimism), Green (creativity), and Blue (process control). Orange is NOT part of this framework. The claimed answer D (Orange) is correct because it's the only color not among de Bono's six thinking hats. This is a straightforward recall question about a well-known thinking tool.

Multiple choice general knowledge
  1. Red and Yellow

  2. Green and Yellow

  3. Pink and Blue

  4. Red and White

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In The Magician's Nephew, Uncle Andrew creates magic rings for traveling between worlds - yellow rings are for the journey to Narnia and green rings for the return journey. The other color combinations don't match the book's description.

Multiple choice general knowledge
  1. black

  2. hazel

  3. brown

  4. blue

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Mr. Tumnus is described as having strange but pleasant eyes - in C.S. Lewis's 'The Lion, the Witch and the Wardrobe', they are specifically described as brown. This detail is part of the initial character description when Lucy first meets the faun.

Multiple choice general knowledge
  1. blond

  2. deep chestnut

  3. golden brown

  4. black

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In the Chronicles of Narnia series, Susan Pevensie is consistently described as having black hair throughout the books. This physical description is part of her character contrast with her younger sister Lucy, who has fair hair.

Multiple choice general knowledge science & technology
  1. Colourless

  2. Blue

  3. Bluish Green

  4. Green

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Pure water in small quantities is colorless and transparent. While large bodies of water can appear blue due to light scattering and absorption, water itself has no inherent color. The 'blue' appearance of oceans and lakes is an optical effect, not the actual color of water molecules.

Multiple choice general knowledge science & technology
  1. Colorless

  2. Blue

  3. Bluish Green

  4. Green

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Pure seawater is actually colorless in small quantities. The blue appearance we see in oceans and seas is due to water's molecular properties - it absorbs longer wavelengths of light (red, orange) and scatters shorter blue wavelengths, making large water bodies appear blue.