Exam 6: Graphs
Exam 1: Computation73 Questions
Exam 2: Binary Numbers75 Questions
Exam 3: Octal and Hexadecimal Numbers75 Questions
Exam 4: Sets and Algebra75 Questions
Exam 5: Boolean Circuits74 Questions
Exam 6: Graphs73 Questions
Exam 7: Computer Science and Mathematics97 Questions
Select questions type
What output would result from the following loop?
For to 15
Print
Next
Free
(Multiple Choice)
4.7/5
(40)
Correct Answer:
C
Describe the color given by the hexadecimal RGB code "00FFFF"
in terms of percentages of red, green, and blue.
Free
(Short Answer)
5.0/5
(33)
Correct Answer:
0% red, 100% green, 100% blue
Assume that the box below represents a computer screen. Use it to complete the following Questions .
-Again, assume there are 1024 pixels in the horizontal direction and 768 in the vertical direction. Use that information to approximate the coordinates of the pixel labeled B.

(Short Answer)
5.0/5
(31)
Assume that the following code is applied to a computer monitor
with resolution 1024 by 768. Describe the output.
For to 255
RGBColor
Plot Pixel (x, 384)
Next
(Short Answer)
4.9/5
(32)
What color is represented by the hexadecimal RGB code "00FFFF"?
(Short Answer)
4.9/5
(34)
Assume that the following code is applied to a computer monitor with resolution 1024 by 768. Describe the output.
For to
Plot Pixel
Next
(Short Answer)
4.9/5
(33)
What output would result from the following loop?
For to 6
Print
Next
(Short Answer)
4.7/5
(25)
What output would result from the following loop?
For to 25 step 5
Print
Next
(Short Answer)
4.9/5
(34)
What color is represented by the hexadecimal RGB code "00FFFF"?
(Multiple Choice)
4.7/5
(20)
What output would result from the following loop?
For to
Print
Next
(Short Answer)
4.8/5
(25)
What output would result from the following loop?
For to 30 step 10
Print
Next
(Multiple Choice)
4.9/5
(28)
What color is represented by the hexadecimal RGB code "FF00FF"?
(Short Answer)
4.8/5
(30)
Assume that the following code is applied to a computer monitor
with resolution 1024 by 768. Describe the output. For to 767
RGBColor
For to 767
RGBColor
Plot Pixel
Next
(Short Answer)
4.8/5
(37)
For the foloowing Questions ,find the coordinates of the indicated points.
-Point B

(Multiple Choice)
4.8/5
(43)
Suppose purple is an equal ratio of blue = "0000FF" and magenta "FF00FF". What is the hexadecimal RGB code for purple?
(Multiple Choice)
4.8/5
(36)
For the following Questions , identify the indicated point. Approximate if the point is not exact.
-C

(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 73
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)