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
-
<body background="yellow">
-
<background>yellow</background>
-
<body style="background-color:yellow">
-
<body color="background-color:yellow">
C
Correct answer
Explanation
Modern HTML uses inline CSS with the style attribute to add background color: . Option A uses the obsolete 'background' attribute, which is deprecated. Option B uses a non-existent tag, and Option D has incorrect attribute syntax ('color' with a colon-separated value isn't valid HTML).
-
<background>yellow</background>
-
<body background="yellow">
-
<body style="background-color:yellow">
-
<body style="background-color='yellow'">
C
Correct answer
Explanation
The correct way to add background color in modern HTML is using CSS with the style attribute: . The tag doesn't exist, and the background attribute is deprecated. Double quotes are standard in HTML attributes.
-
<background>yellow</background>
-
<body background="yellow">
-
<body style="background-color:yellow">
-
<body style="background-color='yellow'">
C
Correct answer
Explanation
Modern HTML uses CSS for styling. The correct inline CSS approach is style="background-color:yellow" (option C). The background attribute in option B is deprecated HTML4 syntax.
-
Green
-
Red
-
Either green or red (default color black) will be applied
-
Error
B
Correct answer
Explanation
In WPF/XAML, locally set properties always take precedence over styled properties. Even though the Style defines Background as 'Green', the direct Background='Red' setting on the Button element overrides it. This is a fundamental property value precedence rule: inline/local values > style setters > default values. The button will appear red.
-
text-color:
-
font-color:
-
color:
-
fgcolor:
C
Correct answer
Explanation
CSS uses the 'color' property to set text color. Properties like 'text-color', 'font-color', and 'fgcolor' do not exist in CSS specification.
D
Correct answer
Explanation
The hex color #ffffff represents white because all three color channels (red, green, blue) are at their maximum value (FF = 255). This creates pure white light. Option D is correct. Black would be #000000 (all channels at minimum).
D
Correct answer
Explanation
In the standard resistor color code, blue represents the digit 6. The color code sequence is: black(0), brown(1), red(2), orange(3), yellow(4), green(5), blue(6), violet(7), gray(8), white(9).
-
Red, Red, Brown, Gold
-
Orange, Orange, Black, Gold
-
Red, Red, Black, Gold
-
Red, Red, Brown, Silver
A
Correct answer
Explanation
A 220 ohm resistor with 5% tolerance uses the color code: Red (2), Red (2), Brown (x10), Gold (±5%). Reading: 22 × 10 = 220 ohms. The gold band indicates 5% tolerance. This is the standard resistor color code calculation.
-
Color.DKGRAY
-
#FF000000
-
Color.GREEN
-
@drawable/red
-
#765500
E
Correct answer
Explanation
#765500 is valid in HTML, but not in Android.
-
Background Color
-
Back Color
-
BehindColor
-
None of these
B
Correct answer
Explanation
In Visual Basic, the property that controls a form's background color is called 'BackColor' (written as two words: Back and Color). This is the standard naming convention for color properties in VB controls. 'Background Color' and 'BehindColor' are not valid property names in VB.
-
Appearance
-
Borderstyle
-
BackColour
-
None of these
C
Correct answer
Explanation
This property allows a user to set back colour of form from colour dialog box.
-
The number of red lights is equal to the number of blue lights.
-
The number of green lights is equal to the number of yellow lights.
-
The sum of red and green lights is equal to sum of the yellow and blue lights.
-
The sum of red and blue lights is equal to the sum of green and yellow lights.
-
Orange
-
Yellow
-
Red
-
Deep saffron
D
Correct answer
Explanation
The top color of the Indian national flag is deep saffron (kesariya), which represents courage and sacrifice. The flag consists of three horizontal stripes of equal width - saffron at the top, white in the middle (with the Ashoka Chakra), and green at the bottom.
-
BLUE is BLACK
-
BLACK is RED
-
RED is GREEN
-
RED is BLACK
-
BLUE is RED
D
Correct answer
Explanation
GREEN = RED, RED = BLUE and BLUE = BLACK.
So, the code for GREEN is BLUE will be RED is BLACK.
-
Green, Blue, Red
-
Red, Green, Yellow
-
Green, Yellow, Blue
-
Yellow, Blue, Red