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
Suppose yellow-green is an equal ratio of green = "00FF00" and yellow "FFFF00". What is the hexadecimal RGB codefor yellow-green?
(Short Answer)
4.8/5
(38)
Give the percentage of green for the color given by the hexadecimal RGB code "40FF80".
(Multiple Choice)
4.8/5
(36)
For the following Questions , identify the indicated point. Approximate if the point is not exact.
-B

(Multiple Choice)
4.8/5
(28)
Assume that the box below represents a computer screen. Use it to complete the following Questions.
-Assume there are 1280 pixels in the horizontal direction and 1024 in the vertical direction. What would be the coordinates of the pixel labeled A?

(Multiple Choice)
4.8/5
(36)
What output would result from the following loop?
For to 15
Print
Next
(Short Answer)
4.8/5
(37)
Describe the color given by the hexadecimal RGB code "80FF00"
in terms of percentages of red, green, and blue.
(Short Answer)
4.9/5
(35)
Assume that the box below represents a computer screen. Use it to complete the following Questions.
-With standard resolution, 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 A.

(Multiple Choice)
4.7/5
(29)
Give the percentage of blue for the color given by the hexadecimal RGB code "00FFFF".
(Multiple Choice)
4.7/5
(45)
For each of the following, identify the color represented in the CMYK diagram.
-CM′Y′

(Multiple Choice)
4.8/5
(45)
What output would result from the following loop?
For to 5
Print
Next
(Short Answer)
4.7/5
(32)
Assume that we are working with a 24-bit true color scheme, in which each pixel is assigned an RGB color with values for red, green, and blue, that each range from 0 to 255. The command for a solid blue pixel would be RGBColor = “0, 0, 255” (no red, no green, and full concentration of blue).
-Assume that the following code is applied to a computer monitor with resolution 1024 by 768. Describe the output.
For to
RGBColor
Plot Pixel
Next
(Short Answer)
4.9/5
(31)
What output would result from the following loop?
For to 30 step 10
Print
Next
(Short Answer)
4.9/5
(35)
For Questions in the figure below, identify the indicated point. Approximate if the point is not exact.
-C

(Short Answer)
4.8/5
(33)
For the following Questions ,identify the indicated point. Approximate if the point is not exact.
-C

(Short Answer)
4.8/5
(32)
Assume that the box below represents a computer screen. Use it to complete the following Questions.
-Suppose that the screen has a resolution of 1280 by 1024. Which loop would produce the output shown?

(Multiple Choice)
4.8/5
(35)
What output would result from the following loop?
For to 5
Print
Next
(Multiple Choice)
4.9/5
(35)
Showing 41 - 60 of 73
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)