Brain in Human Anatomy MCQ Questions and Answers

1. The primary motor cortex is located in which part of the cerebral cortex? A) Postcentral gyrus B) Superior temporal gyrus C) Precentral gyrus D) Cuneus Answer: C 2. Which artery mainly supplies the lateral surface of the cerebral hemisphere, including Broca’s and Wernicke’s areas? A) Anterior cerebral artery B) Posterior cerebral artery C) Middle

Ellipse Algorithms in Computer Graphics MCQ Questions and Answers

1. The main purpose of ellipse drawing algorithms is to A) Draw straight lines B) Generate rasterized ellipses efficiently using integer arithmetic C) Compute 3D models D) Fill polygons Answer: B 2. The midpoint ellipse algorithm is conceptually similar to which other algorithm? A) DDA B) Wu’s algorithm C) Midpoint circle algorithm D) Scanline polygon

Mid-Point Circle Algorithms in Computer Graphics MCQ Questions and Answers

1. The midpoint circle algorithm is used to A) Fill polygons B) Draw ellipses only C) Rasterize circles using integer arithmetic and symmetry D) Compute polygon normals Answer: C 2. The midpoint circle algorithm is a variant of which family of algorithms? A) Scanline polygon fill B) Bresenham-like incremental algorithms C) Clipping algorithms D) Texture

Line Drawing Algorithms in Computer Graphics MCQ Questions and Answers

1. The principal goal of line drawing algorithms in raster graphics is to A) Compute polygon normals B) Fill polygons with color C) Determine which pixels best approximate the continuous line D) Compute lighting per vertex Answer: C 2. Which algorithm is known for using floating-point arithmetic and incremental updates? A) DDA (Digital Differential Analyzer)