Wednesday, 11 October 2017

CS6303 Computer Architecture Question


CS6303 Computer Architecture Nov/Dec 2016 Anna University Question Paper

ec8552-syllabus-computer-architecture-and-organization-regulation-2017-anna-university
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
PART – A                              10x 2=20
1.        What is mainframe computer?                                                 (CO1)
Mainframe computers (colloquially referred to as "big iron") arecomputers used primarily by large organizations for critical applications, bulk data processing, such as census, industry and consumer statistics, enterprise resource planning, and transaction processing.
2.        Define microcomputer.                                                                            (CO1)
microcomputer is a small, relatively inexpensive computer with a microprocessor as its central processing unit (CPU). It includes a microprocessor, memory, and minimal input/output (I/O) circuitry mounted on a single printed circuit board.
3.        What is overflow and underflow case in single precision?                      (CO2)
A processing system that determines whether an underflow or overflow condition has occurred concurrently with the determination of the floating point exponent result uses a group of latched constants which can be added to the intermediate exponent and the exponent adjust to determine out of range conditions for all cases.
4.     Discuss the IEEE format used for representing single- precision floating point numbers.                                                                                              (CO2)
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base-2 format is officially referred to as binary32. It was called single in IEEE 754-1985.
5.        What is pipeline register delay?                                                               (CO3)
Pipeline overhead arises from the combination of pipeline register delay (setup time plus propagation delay) and clock skew.
6.        What is data path?                                                                                   (CO3)
datapath is a collection of functional units (such as arithmetic logic units or multipliers, that perform dataprocessing operations), registers, and buses. Along with the control unit it composes the central processing unit (CPU).
7.        Define Register renaming.                                                                       (CO4)
Register renaming is a form of pipelining that deals with data dependences between instructions by renaming their register operands.
8.        Define Commit unit.                                                                                (CO4)
In Tomasulo algorithm, there is an additional stage "Commit". In this stage, the results of instructions will be stored in a register or memory. 
9.        What is cache memory?                                                                           (CO5)
Cache memory is a small-sized type of volatile computer memory that provides high-speed data access to a processor and stores frequently used computer programs, applications and data.
10.     What is Direct mapped cache?                                                                 (CO5)
In Full Associative Mapping Summary, the address is broken into two parts: a tag used to identify which block is stored in which line of the cache (s bits) and a fixed number of LSB bits identifying the word within the block (w bits).
PART – B                                              13 x 5=65

11.     a.Explain the architecture of a basic Computer system.                           (CO1)
Or
11.b Briefly discuss about Uniprocessor versus Multiprocessor and CPU performance of a computer                                                                                 (CO1)(7+6)
12.a.Give the block diagram for a floating point adder and subtraction unit and discuss its operation.                                                                                   (CO2)
or
12.b. Explain in detail about the carry look ahead adder.                 (CO2)
13.a.Describe the techniques for handling control hazard in pipelining(CO3)
Or
13.b. Briefly explain the speedup performance models for pipelining(CO3)
14.a. Explain MISD and MIMD with an example                          (CO4)(7+6)
or
14.b.Discuss briefly about the motivation of Multi-core computing(CO4)
15.a Write short note on I/O processor. Describe the functions of SCSI interface with a neat diagram                                                                                  (CO5)
or
15.b .Explain the need for memory hierarchy technology with a four-level memory                                                                                                              (CO5)
Part C                                                                             1 x 15=15
16. Explain details about the Intel core Processor and its architecture.(CO4)
Or

16. Briefly explain the speedup performance models for dual core processor pipelining(CO3)

CS6303 Computer Architecture

CS6303 Computer Architecture Nov/Dec 2016 Anna University Question Paper

ec8552-syllabus-computer-architecture-and-organization-regulation-2017-anna-university
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
PART – A                              10x 2=20
1.        What is RISC and CISC?                                                                        (CO1)
The architectural designs of CPU are RISC (Reduced instruction set computing) and CISC (Complex instruction set computing). CISC has the ability to execute addressing modes or multi-step operations within one instruction set. It is the design of the CPU where one instruction performs many low-level operations
2.        List out the methods used to improve system performance.                    (CO1)
The time to execute a program is a function of the number of instructions to execute, the average number of clock cycles required per instruction, and the clock cycle time:

3.        Write the rules for add/sub operation on floating point numbers.            (CO2)
In a computer, there is a tradeoff between range and precision - given a fixed number of binary digits (bits), precision can vary inversely with range. In this section, we overview decimal to FP conversion, MIPS FP instructions, and how registers are used for FP computations.
4.        Define Truncation.                                                                                  (CO2)
Truncation of positive real numbers can be done using the floor function. Given a number {\displaystyle x\in \mathbb {R} _{+}}x\in \mathbb {R} _{+} to be truncated and {\displaystyle n\in \mathbb {N} _{0}}n\in \mathbb {N} _{0}, the number of elements to be kept behind the decimal point, the truncated value of x is
{\displaystyle \operatorname {trunc} (x,n)={\frac {\lfloor 10^{n}\cdot x\rfloor }{10^{n}}}.}
5.        Define structural hazards.                                                                        (CO3)
For example, a structural hazard would occur if a processor tried to use the same memory port for both instructions and data. Structural hazards commonly are overcome by pipeliningMIPS instruction sets.
6.        What is branch folding?                                                                          (CO3)
Branch folding is a technique where, on the prediction of mostbranches, the branch instruction is completely removed from the instruction stream presented to the execution pipeline. 
7.        Define Strong scaling and weak scaling.                                                 (CO4)
The first is strong scaling, which is defined as how the solution time varies with the number of processors for a fixed total problem size. The second is weak scaling, which is defined as how the solution time varies with the number of processors for a fixed problem size per processor.
8.        Define multithreading.                                                                             (CO4)
In computer architecture, multithreading is the ability of a central processing unit (CPU) or a single core in a multi-core processor to execute multiple processes or threads concurrently, appropriately supported by the operating system.
9.        Define virtual memory.                                                                           (CO5)
In computing, virtual memory is a memory management technique that is implemented using both hardware and software. It maps memory addresses used by a program, called virtual addresses, into physical addresses in computer memory.
10.     What is SCSI?                                                                                         (CO5)
The Small Computer System Interface (SCSI) is a set of parallel interface standards developed by the American National Standards Institute (ANSI) for attaching printers, disk drives, scanners and other peripherals to computers. SCSI (pronounced "skuzzy") is supported by all major operating systems.
PART – B                                              13 x 5=65
11.a. Explain in detail about the eight ideas of computer architecture.                     (CO1)
Or
11.b. What are the various logical operations and explain the instructions supporting the logical operations                                                                                                          (CO1)(6+7)
12.a. Give the block diagram for a adder and revised  and discuss its operation. (CO2)
Or
12.b. Explain the Booth’s algorithm for multiplication of signed two’s complement numbers                                                                                                                               (CO2)
13 a. Briefly explain the speedup performance models for pipelining                     (CO3)
Or
13.b. Explain the data path and control consideration of a pipeline organization and explain                                                                                                                  (CO3)
14.a. Explain MISD and MIMD with an example                                                  (CO4)(6+7)
Or
14.b. Explain challenges in parallel processing.                                                      (CO4)
15.a. What is an interrupt? Explain the different types of interrupts and the different ways of handling the interrupts                                                                                           (CO5)(4+9)
Or
15.b. Write short note on I/O processor. Describe the functions of SCSI interface with a neat diagram                                                                                                                 (CO5)(5+8)
Part C                                                                                     1 x 15=15
16. Explain details about the operation used in windows 64 bit system. (CO2)
Or
16. Explain details about the Instruction architecture used in graphical system(CO3)





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)

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