Answer: See explanation
Explanation:
A flowchart simply means the representation of a computer program in graphics. In flowchart, the relationship in the program are been defined by using geometric symbols like arrows, oval shapes and rectangle.
Advantages of flowchart include cost reduction, faster and easier way of communication, it also facilitates troubleshooting and helps in the promotion of logical accuracy.
Disadvantages include the fact it is expensive and also because it is not easy to manage.
Answer:
The 2 on the right belong in the drawing section. The left 2 being on the sketch section
Explanation:
A technical drawing is all about precision and using a computer to refine sketches.
Answer:
RGB function basically used generated any color such as black or key color combination
Explanation:
In computer, all color code is generated based on RGB functions.
RGB function is color function code red, green and blue combination. It is eight bit color code is used.
If end-user he or she uses RGB(255,0,0) where red color code is generated
If end-user he or she uses RGB(0,255,0) where green color code is generated
If end-user he or she uses RGB(0,0,255) where green color code is generated
Based on these combination end user can generate code and displayed in the screen
End use can use RGB(255,255,255) for white and RGB(0,0,0) for black.