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)

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.      What are the 8 recent ideas in computer architecture?(CO1)
2.      Distinguish pipelining from parallelism.(CO1)
3.      How overflow occur in subtraction?(CO2)
4.      What you meant by sub word parallelism?(CO2)
5.      What are R type Instruction?(CO3)
6.      What is branch prediction buffer?(CO3)
7.      Differentiate between strong scaling and weak scaling.(CO4)
8.      Compare UMA and NUMA multiprocessor.(CO4)
9.      What is the need to implement memory as hierarchy?(CO5)
10.  Point out how DMA can improve i/o speed.(CO5)

11.  Discuss about the various  techniques to represent instruction in the computer system(CO1) (13)
Or
What is the need for addressing in a computer system(CO1)? Explain different address modes with suitable examples.(CO1) (13)
12.  Explain the sequential version of multiplication algorithm and its hardware.(CO2) (13)
Or
Explain how floating point addition is carried out in a computer system. Give an example for binary point addition.(CO2)(13)
13.  Explain different types of pipeline hazards with suitable example.(CO3) (13)
Or
Explain in details how the exception are handled in MIPS architecture.(CO3) (13)
14.  Discuss about SISD, MIMD , SIMD, SPMD and VECTOR system. (CO4) (13)
Or
What is hardware multithreading? Compare and contrast Fine grained multithreading and Coarse grained multithreading. (CO4) (13)
15.  Elaborate on the various memory technologies and it relevance. (CO5) (13)
Or
What is virtual memory(CO1)?  Explain the step involved in virtual memory address translation. (CO5) (13)
Part C
16.Explain about the various processors and its comparison regarding performance (15)

Nazareth Railway Tamil Nadu

Nazareth tamil Nadu

Nazareth Railway Station Tamilnadu

https://www.youtube.com/watch?v=RbT6zBG3mPI


EC6009 Advanced Computer Architecture

EC6009 Advanced Computer Architecture Nov/Dec 2016 Anna University Question Paper

EC6009 Advanced 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 EC6009 Advanced 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: Advance Computer Architecture                                                     Sub.Code: EC6009
Max.Marks: 100                                                                                                Time: 180 min
Department: Electronics Communication and Engineering                          Sem/Year: VII/IV       Date:
Model
PART- A    (10 X 2 = 20)

1.      What are the five trends in computer Technology?(CO1)
2.      How to find cost of an Integrated Circuit? (CO1)
3.      Explain the idea behind dynamic scheduling ? (CO2)
4.      Give an example for data dependences. (CO2)
5.      Differentiate GPC and CPU. (CO3)
6.      What are the primary components of instruction set architecture of VMIPS? (CO3)
7.      List the methods for providing synchronization in threads. (CO4)
8.      Define sequential consistency. (CO4)
9.      List the six basic optimizations techniques of cache.(CO5)
10.  What are the types of storage devices?(CO5)



PART- B           (5 X 16 = 80)



11.a) Write short notes on energy and power consumption in a microprocessor (16) (CO1)
Or
b)Discuss  the Performance Evaluation methods of different computers(16) (CO1)

12. a) Explain the types of dependencies in ILP and compiler techniques that can be used to expose ILP  (CO2)
Or
b) Explain  how  dynamic  scheduling  helps  in  overcoming  data  hazards  caused  by instruction level parallelism.(16)  (CO2)

13.a) Discuss similarities and difference between Vector Architecture and GPUs (16) (CO3)
Or
b)Explain in detail the concept involved in Loop Level Parallelism.(16) (CO3)

14. a)Explain the model of Memory Consistency in detail.(16) (CO4)
Or
b)With  neat  block  diagram  explain  the Distributed  shared  memory architecture. (16) (CO4)

15. a) Explain the categories of misses and how will you reduce cache miss rate(16) (CO5)
Or
b) Briefly describe standard RAID levels in detail.(16)  (

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...