Friday, 22 September 2017

CS6504 Computer Graphics Important Questions

CS6504 CG Nov Dec 2016 Important Questions
CS6504 Lecture Important Questions
CS6504 Part B Important Questions
Regulation 2013 CS6504 CG Important Questions Part B Nov Dec 2016
Regulation 2013 Nov Dec 2016 Important Questions Anna University
CS6504 Computer Graphics Important Questions Anna University
Nov Dec 2016 Important Questions Anna University
Department of Computer Science and Engineering
Sub. Name: Computer Graphics                          Sub.Code: CS6504
Max.Marks: 100                                                       Time: 180 min
Department: Computer Science and Engineering Sem/Year: V/III       Date:
Model Exam- I
PART – A                            10x 2=20
1.      List down any two attributes of line.                                                           (CO1)
2.      Give an examples for line clipping.                                              (CO1)
3.      Differentiate between parallel and perspective projection.                          (CO2)
4.      What are splines?                                                                                        (CO2)
5.      State the different between HSV and CMY colors.                                     (CO3)
6.      Write down the different types of animation.                                              (CO3)
7.      What is meant by flat shading?                                                                   (CO4)
8.      Define texture pattern.                                                                                (CO4)
9.      What are Julia set?                                                                                      (CO5)
10.    Define Ray Tracing.                                                                                    (CO5)
PART – B         13 x 5=65
11.a. Explain the ellipse drawing algorithm with example.                                             (CO1)
or
11.b. Explain the line drawing algorithm with example.                                  (CO1)
12. a. Describe the two dimensional transformation and matrix representation.             (CO2)
or
12.b. Explain in detail the Sutherland-Hodgeman clipping algorithm with an example. (CO2)
13. a. With suitable examples explain all 3D transformations                          (CO3)
or
13.b. Write short notes on Polygons ,curved Lines, Quadratic surfaces           (CO3)4+4+5
14. a. Write notes o RGB and HSV color models.                                           (CO4)7+6
or
14.b. Explain in detail about the properties of light and draw chromaticity diagram (CO4)

15.a. Explain in detail about morphing with an example                                 (CO5) 8+5
or
15.b. Explain briefly about C-curves                                                               (CO5)
Part C                                                                               1 x 15=15
16.a. Explain about the step involved in creating cartoon with frames      (CO5)
Or

16.b Explain about the latest 4K display LED with architecture       (CO1)

CS6504 Computer Graphics Important Questions Anna University

CS6504 CG Nov Dec 2016 Important Questions
CS6504 Lecture Important Questions
CS6504 Part B Important Questions
Regulation 2013 CS6504 CG Important Questions Part B Nov Dec 2016
Regulation 2013 Nov Dec 2016 Important Questions Anna University
CS6504 Computer Graphics Important Questions Anna University
Nov Dec 2016 Important Questions Anna University
Department of Computer Science and Engineering
Sub. Name: Computer Graphics                          Sub.Code: CS6504
Max.Marks: 100                                                       Time: 180 min
Department: Computer Science and Engineering Sem/Year: V/III       Date:
Model Exam- I
PART – A                            10x 2=20
1. What is Aspect ratio?                                                                                   (CO1)
2. Distinguish between convex and concave polygons.                                   (CO1)
3. What is rotation?                                                                                          (CO2)
4. What is shearing?                                                                                         (CO2)
5. What is Polygon mesh?                                                                                (CO3)
6. Differentiate between interpolation spline and approximation spline.         (CO3)
7. Define rendering.                                                                                         (CO4)
8. What is purity of light?                                                                                (CO4)
9. What is a Fractal Dimension?                                                                      (CO5)
10. What is turtle graphics program?                                                                (CO5)
PART – B             13 x 5=65
11 a)(i) Using Bresenhams Line drawing algorithm with example                   (CO1)
OR
11.b(ii) Using Ellipse drawing algorithm plot two region and find  out the parametric equation.                                                                                             (CO1)
 12a (i) Clip the given line A(1,3) B(4,1) against a window P(2,2) Q(5,2) R(5,4) S(2,4) using Liang Barsky line clipping algorithm.                                                                          (CO2)
OR
12.(ii) Derive the 2D viewing transformation matrix  explain in detail (CO2)
12b(ii) Explain the two dimensional viewing pipeline in detail                         (CO2)
13a.(i)Write a note on various 3D transformation techniques.                         (CO3)
OR
13b(i) Give brief notes on i) Quadric surfaces ii) Blobby objects                    (CO3)7+6
14.Discuss on  specular reflection and phong model and  Warm  modeldetail. (CO4)
OR
14bExplain the various properties of light detail.                                                            (CO4)
15aGive brief notes on various motion specification.                                      (CO5)
OR
15.b Write short notes on (i) Koch curves  (ii) C Curve                                      (CO5) (7+6)
Part C                                                                               1 x 15=15
16. a.Explain about the latest 4K display LED with architecture                  (CO1)
Or

16.b. Explain about the step involved in creating cartoon with frames      (CO5)

CS6504 Computer Graphics Important Questions Anna University

CS6504 CG Nov Dec 2016 Important Questions
CS6504 Lecture Important Questions
CS6504 Part B Important Questions
Regulation 2013 CS6504 CG Important Questions Part B Nov Dec 2016
Regulation 2013 Nov Dec 2016 Important Questions Anna University
CS6504 Computer Graphics Important Questions Anna University
Nov Dec 2016 Important Questions Anna University
Department of Computer Science and Engineering
Sub. Name: Computer Graphics                          Sub.Code: CS6504
Max.Marks: 100                                                       Time: 180 min
Department: Computer Science and Engineering Sem/Year: V/III       Date:
Model Exam- I
PART – A                            10x 2=20
1.Compute the resolution of a 2*2 inch image that has 512*512 pixels.(CO1)
2.Give the contents of the display file.                                                            (CO1)
3. Derive the general form of scaling matrix about a fixed point (xf,yf) (CO2)
4. Write down the conditions for point clipping in window                             (CO2)
5. Represent the parametric representation of a cubic Bezier curve.                (CO3)
6. Define Projection plane and centre of projection.                         (CO3)

7. Define dithering.                                                                                          (CO4)

8.Convert the given color value to CMY colour mode where R=0.23 G =0.57 B=0.11 (CO4)

9. Give the basic principle of animation.                                          (CO5)
10.List the attributes of turtle in graphics.                                         (CO5)
PART – B             13 x 5=65
       11 a)(i) Define and Differentiate random scan and raster scan devices. (CO1)
Or
    11.b.(ii) Using Bresenhams circle drawing algorithm plot one quadrant of a circle of radius 7 pixels with origin as centre.                                                  (CO1)
12a(i) Derive the viewing transformation matrix                              (CO2)
Or
12b. (i) Clip the given line A(1,3) B(4,1) against a window P(2,2) Q(5,2) R(5,4) S(2,4) using Liang Barsky line clipping algorithm.                                                           (CO2)
13a.(i) Derive the parametric equation for a cubic Bezier curve.      (CO3)
Or
13b(ii) How will you perform three dimensional rotation about any arbitrary axis in space General 3D Rotations.                                                                (CO3)
14.Discuss on colour spectrum, color concepts and color models in detail. (CO4)
Or
14bExplain the Illumination models in detail.                                   (CO4)
15a.(i) Distinguish between raster animation and key frame animation in detail
Raster Animations                                                                                           (CO5)
Or
15.b Write short notes on (i) Koch curves  (ii) Morphing (iii)Ray tracing(CO5) 5+4+4
Part C                    1 x 15=15
16. Explain about the step involved in creating cartoon with frames               (CO5)
Or
16.b. Explain difference between the 4 dimensional display and 3 dimensional display(CO3)

Saturday, 9 September 2017

CS6504 Computer Graphics Important Questions Anna University


CS6504 Computer Graphics Important Questions Nov Dec 2016 Exam

CS6504 Computer Graphics Important Questions Nov Dec 2016 Part B & Part C Important Questions

Rejinpaul.com Nov Dec 2016 Important Questions is available for download in this page for CS6504 Computer Graphics. Students can download the Important Questions in the PDF format or in Word format. Questions will also be available in Rejinpual Network App. Important Questions provided here are the Expected questions that are possible to be appeared in the upcoming exams.you can make use of the below questions and prepare for your exams.
Department of Computer Science and Engineering
Sub. Name: Computer Graphics                                                                   Sub.Code: CS6504
Max.Marks: 100                                                                                         Time: 180 min
Department: Computer Science and Engineering                             Sem/Year: III/II       Date:
PART - A
1. What is Aspect ratio?(CO1)
2. Distinguish between convex and concave polygons.(CO1)
3. What is rotation? (CO2)
4. What is shearing? (CO2)
5. What is Polygon mesh?(CO3)
6. Differentiate between interpolation spline and approximation spline. (CO3)
7. Define rendering (CO4)
8. What is purity of light? (CO4)
9. What is a Fractal Dimension? (CO5)
10. What is turtle graphics program? (CO5)
PART - B
11 a)(i) Using Bresenhams Line drawing algorithm with example(CO1)
OR
a(ii) Using Ellipse drawing algorithm plot two region and find  out the parametric equation.  (Nov/Dec 2015) (CO1)

 12a12b. (i) Clip the given line A(1,3) B(4,1) against a window P(2,2) Q(5,2) R(5,4) S(2,4) using Liang Barsky line clipping algorithm. (CO2)
OR
(ii) Derive the 2D viewing transformation matrix  explain in detail (Nov/Dec 2015) (CO2)
12b(ii) Explain the two dimensional viewing pipeline in detail  (Nov/Dec 2015) (CO2)

13a.(i)Write a note on various 3D transformation techniques. (CO3)
OR
13b(i) Give brief notes on i) Quadric surfaces ii) Blobby objects (CO3)
14.Discuss on  specular reflection and phong model and  Warm  modeldetail. (CO4)
OR
14bExplain the various properties of light detail. (CO4)
15aGive brief notes on various motion specification. (CO5)
OR
15.b Write short notes on (i) Koch curves  (ii) C Curve(CO5)


CS6504 Computer Graphics Important Questions

CS6504 Computer Graphics Important Questions Nov Dec 2016 Exam


CS6504 Computer Graphics Important Questions Nov Dec 2016 Part B & Part C Important Questions
Rejinpaul.com Nov Dec 2016 Important Questions is available for download in this page for CS6504 Computer Graphics. Students can download the Important Questions in the PDF format or in Word format. Questions will also be available in Rejinpual Network App. Important Questions provided here are the Expected questions that are possible to be appeared in the upcoming exams.you can make use of the below questions and prepare for your exams.
Department of Computer Science and Engineering
Sub. Name: Computer Graphics                                                                   Sub.Code: CS6504
Max.Marks: 100                                                                                         Time: 180 min
Department: Computer Science and Engineering                             Sem/Year: III/II       Date:
Model Exam- I
PART - A
1.Compute the resolution of a 2*2 inch image that has 512*512 pixels.(CO1)
2.Give the contents of the display file. (CO1)
3. Derive the general form of scaling matrix about a fixed point (xf,yf)  (CO2)
4. Write down the conditions for point clipping in window (CO2)
5. Represent the parametric representation of a cubic Bezier curve. (CO3)
6. Define Projection plane and centre of projection. (CO3)

7. Define dithering.When does this occur? (CO4)

8.Convert the given color value to CMY colour mode where R=0.23 G =0.57 B=0.11 (CO4)

9. Give the basic principle of animation. (CO5)
10.List the attributes of turtle in graphics. (CO5)
PART - B
       11 a)(i) Define and Differentiate random scan and raster scan devices. (CO1)
Or
a(ii) Using Bresenhams circle drawing algorithm plot one quadrant of a circle of radius 7 pixels with origin as centre.  (Nov/Dec 2015) (CO1)
12a(i) Derive the viewing transformation matrix   (Nov/Dec 2015) (CO2)
Or
12b. (i) Clip the given line A(1,3) B(4,1) against a window P(2,2) Q(5,2) R(5,4) S(2,4) using Liang Barsky line clipping algorithm. (CO2)
13a.(i) Derive the parametric equation for a cubic Bezier curve. (CO3)
Or
13b(ii) How will you perform three dimensional rotation about any arbitrary axis in space
General 3D Rotations: (CO3)
14.Discuss on colour spectrum, color concepts and color models in detail. (CO4)
Or
14bExplain the Illumination models in detail. (CO4)
15a.(i) Distinguish between raster animation and key frame animation in detail
Raster Animations (CO5)
Or
15.b Write short notes on (i) Koch curves  (ii) Morphing (iii)Ray tracing

CS6303 Computer Architecture

CS6303 Computer Architecture Nov/Dec 2016 Anna University Question Paper


CS6303 Computer Architecture Nov/Dec 2016 Anna University Question paper Nov/Dec 2016 Here you can get Previous Year Question paper Recent Question Papers 2marks syllabus 2013 regulation etc.  To Score more in your semester exams Get best score in your semester exams without any struggle. Just refer the previous year questions from our website. At the last time of examination you won’t be able to refer the whole book. We know students find it difficult to score better in university exams so we make it easy to assemble, use, and even reuse the frequently asked questions. We are a library of questions which are asked frequently, all you need to do is to refer our website and get the CS6303 Computer Architecture Anna university Question paper Nov/Dec 2016
Students who are already keeping good score should use previous questions only for reference. It may help you to get full score. For such students a small advice is that, after studying the entire portions, one can use these recent year questions for revision. Our recentquestionpaper.com is meant for practicing and revising what one has studied and for you to assure pass mark who find it difficult to study the full portion. It helps you to know the range of questions asked in semester exam.

Department of Computer Science and Engineering
Sub. Name: Computer Architecture                                                           Sub.Code: CS6303
Max.Marks: 100                                                                                         Time: 180 min
Department: Computer Science and Engineering                             Sem/Year: III/II       Date:
Model Exam I
Answer All Questions.
PART- A           (10 X 2 = 20)
1.      Define Amdahl’s Law.
2.      Explain Relative addressing mode with an example.
3.      Explain the little endian arrangement.
4.      Define DMA.
5.      Explain about speculation.
6.      Define exception.
7.      State the Flynn’s Classification.
8.      Define multithreading.
9.      Explain Programmed I/O and Interrupt I/O.
10. Explain the purpose of Dirty/Modified bit in Cache memory.
PART- B           (5 X 13 = 65)
11. a) Explain about registers,data types,addressing modes and instruction format of MIPS architecture.(13)
(Or)
b) Explain the components of a computer systems and Eight ideas in details.(13)
12. a) Explain the floating point addition algorithm in details with suitable examples. (13)
(Or)
b) Explain the floating point multiplication algorithm in details with suitable examples. (13)
13.a) Explain the different types of hazards and how to handle those hazards.(13)
(or)
b) Explain in detail to build a simple data path with example(13)
14. a) Explain in detail about Flynn’s Classification(13)
(or)
b) Explain in detail about hardware multithreading and its types.(13)
15. a) Explain in detail about the DMA and it bus arbitrary(13)
(or)
b) Explain in detail about cache basics and how to measure its performance.(13)
Part – C   (1x15=15 )
16.a) Explain in detail about i7 processor and its components(15)
(or)

b) Explain in detail about advance IO device topologies in market(15)

CCS 365 Software Defined Network Lab Manual

 CCS 365 Software Defined Network Lab Manual 1) Setup your own virtual SDN lab i) Virtualbox/Mininet Environment for SDN - http://mininet.or...