Unit Test - II

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

GOVERNMENT POLYTECHNIC, GADCHIROLI.

2022-2023
Second Sessional Examination Winter Semester: Third
Program :Computer Engineering (CO-3)
Course Code : 22318
Course: Computer Graphics (CGR) Max. Marks :20
Time :1 Hour Marks Obtd.:
RollNo: Date: Sign. Of Inv.:
Name:

Instructions:
1. All questions are compulsory
2. Use of non-programmable calculator is permissible
(08) COs
Level Q1 Attempt any four question (4x2) CO3
3R1 a) Write three-dimensional homogeneous matrix equation for
rotation around z-axis.
CO4
3U1 b) Explain parallel projection with diagrar
COS
4U1 C Explain 'All or none' text clipping strategy
COS
4U2 d) Describe i)Window ii) Viewport.
CO6
SU1 e) Explain arc CO3
3R2 ) 4 List basic transformations in computer graphics

Q2 Attempt any three questions (3x4 ) (12)


3A1 a) Consider a triangle A(1,0), B(0,1), C(1,1) scale the triangle to CO3

half of its size around point (1,1) . CO3


3A2 b) Apply shearing transformation to a square A(0,0),
B(1,0),C(1,1),D(0, 1) with value of shx=0.3 and find resultant
coordinates.
4A2 c) Use cohen-sutherland line clipping algorithm to clip line COS
P1(30,30) and P2(90,30) against window A(50,10),
B(80,10),C(80,40) and D(50,40)
5U2 Explain DDA arc drawing algorithm CO6
d)

Course Outcomes:
CO3 Develop programs for 2D and 3D transformations
CO4 Use projections to visualize objects on view plane
CO5 Implement various clipping algorithms
CO6 Develop programs to create curves using algorithms
GOVT. POLYTECHNIC GADCHIROLI
DEPARTMENT OF COMPUTER ENGINEERING
SECONDCLASS TEST EXAMINATION (2022)
SUBJECT: DIGITAL TECHNIQUES (DTE) (22320)
SEMESTER: -THIRD SEMESTER (CO3I) Date :- 17/12/22
DURATION :-1 HOUR TOTAL MARKS :- 20
INSTRUCTION : 1) ALL QUESTION ARE COMPULSORY
2) ILLUSTRATE YOUR ANSWER WITH NEAT SKETCH WHEREVER NECESSARY
3) FIGURES TO THE RIGHT INDICATE FULL MARKS.
4) ASSUME SUITABLE ADDITIONAL DATA, IF NECESSARY.
5) PREFERABLY, WRITE THE ANSWER IN SEQUENTIAL ORDER.

LEVEL CO Q. 1 ATTEMPT ANY FOUR MARKS


3 a
Draw logical circuit diagram of half adder circuit. 2
R bo
4
Define shift register and list its types.
R 4 C
Draw symbol and write truth table of Dand T Flip Flop. 2
U 3 d
State the necessity of multiplexer. List its two application. 2
4
Define modulus of a counter. Write the numbers of flip flops 2
required for Mod-6 counter.
U 4 f State function of preset and clear in flip flop. 2

Q. 2 ATTEMPT ANY THREE


+5V
A 3 a
Design 16:1 MUX using 4:1 MUX. 4

U 4 b Write the truth table for fig 1. D 4:1


MUX.
Da

Fig(1=+5V,
1 ground = 0)

A 3. C
Realize given expression using K-map 4

f (A, B, C, D= Em (3, 5, 7, 8, 10, 11, 12, 13)


d
5
Calculate the analog output for 4 bit weighted register type DAC 4

for inputs (i) 1011 (ii) 1001 Assume VFS full scale range of
voltage is 5v.
ALL THE BEST

CO 3 BUILD SIMPLE COMBINATIONAL CIRCUIT.


CO 4 BUILD SIMPLE SEQUENTIAL CIRCUIT.
CO 5 TEST DATA CONVERTERS AND PLDS IN DIGITAL ELECTRONICS SYSTEMS.
O.) 2S

0.637S
GÖVERNMENT POLYTECHNIC, GADCHIROLI.
Second Sessional Examination Summer 2022-2023
Program: Computer Engineering (CO-3) Semester: Third
Course: DMS Code: 22319
Time :1 Hour Max, Marks : 20
Roll No: Date: Sign. Of Inv.: Marks Obtd.:
Name:

Instructions:
1. All questions are compulsory.
2. Illustrate your answers with neat sketches wherever necessary
3. Figures to the right indicate full marks.
4. Assume suitable data if necessary.
5. Preferably, write the answers in sequential
Level Q1 Attempt any four (08) COs

3R1 a Define view and index CO3


4RI 3) Define PL/SQL and write its advantages CO4

4U1 c) Describe (i)for loop (i)while loop (iv) if then (v) if then elsif. CO4.
SRI d) List the type of database users. COS
5R2 e Define Database Security. CO5
3R2 Enlist string functions. CO3

Q2 Attempt any three (12)


4A1 a) Explain PL/SQL Block structure with the help of block CO4

diagram.
4U2 b) Deseribe PL/SQL Variables and Constant in PL/SQL. CO4

5A1 c) Explain ACID. COs

4U1 d) Describe Sequential control statement. CO4

Course Outcomnes:

C4 Analyze Block structure of PL/SQL and advantages.


CO3 Analyze view and index
COS We learn about database security
2.
GOVERNMENT POLYTECHNIC, GADCHIROLI.
Second Sessional Examination Winter 2022-2023
Program
Course:
:COMPUTER Engineering (CO-3)
: Data Structure using 'C'
Semester: THIRD
Time
Course Code :22317
:1Hour Max. Marks:20
Name Of Student: Date: 15-12-2022

Instructions:
1. All questions are compulsory
2. Illustrate your answers with neat sketches wherever necessary
3. Figures to the right indicate full marks
4 Assume suitable data if necessary
5. Preferably, write the answers in sequential

Level Q1 Atempt Any Four question (2x4) (08) COs


3RI a) Differentiate between Stack and Queue. CO3
3R2 b) Define Priority Queue. CO3
4RI c) Difference between Linear Linked List and Circular Linked C04
list.
4R2 d) Define the following term: CO4
1.Null Pointer 2. Node
3.Empty list 4. Pointer
5RI e) Define the term related to Binary tree COs
1.Level 2. Root
3.Parent 4.Child
5R1 f) Comparision between General tree and Binary tree CO5
Q2 Attempt Any Three Question (3x4) (12 )
3A1 a Convert the following Infix String to Postfix Expression and CO3
show details of each step.
A+(B*C-(D/E-F)*G)*H
3U1 b) Describe the following term with suitable diagram. CO3
1.Stack Overflow
2.Stack Underflow
5A1 c) What is necessity of Converting a tree into binary tree?Give COS
the following tree A

M
4U1 d) Describe PUSH and POP Operations on Stack and POP CO4
Operations on stack using Array Representation.
Course Outeomes:
|CO1 Performs Basic Operations on Arrays.
|CO2 Apply Different Searching and Sorting Techniques.
2

GOVERNMENT POLYTECHNIC, GADCHIROLI.


Second Sessional Examination Summer 2022-2023
Progranm :COMPUTER Engineering (C0-3) Semester: THIRD
Course: :Object Oriented Programming Course Code :22316
Time :1Hour Max. Marks :20
NameOf Student: Date: Dec 2022

Instructions:

1. Allquestions are compulsory


2. Illustrate your answers with neat sketches wherever necessary
3. Figures to the right indicate full marks
4 Assume suitable data if necessary
5. Preferably, write the answers in sequential
Level Q1 Attempt Any Four question (2x4) (08) COs

3RI a State any two forms of inheritance. Give an example of each. CO3
4R1 b State any one use of this pointer with suitable example. C04
5U1 C) List and explain use of any four file mode parameters CO5
4R2 d Define concept of virtual base class. CO4
4A1 e) Write a C++ program to swap two numbers using pointer CO4
5A1 Write a program to copy contents of ABC.txt to XYZ.txt COS
Q2 Attempt Any Three Question (3x4 ) (12 )
3A1 a Demonstrate hybrid inheritance with the help of suitable CO3
example.
3R2 b State rules for virtual function. CO3
4R3 c) State any four points of differentiation between compile time CO4
polymorphism and run time polymorphism.
442 d) Write a C++ program to overload area() function to calculate COS
area of shapes like triangle ,square, circle.

Course Outcomes:

CO3 Implement Inheritance in C++ Programs.


CO4 Use Polymorphism in C++ Programs.
COs Develop C++ Program to perform File Operation.

AllThe Best

Heyp a

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy