November 2018
November 2018
(NO. OF PAGES: 2)
(FOR THE CANDIDATES ADMITTED 18 UIT 101
DURING THE ACADEMIC YEAR 2018 ONLY) REG.NO. :
N.G.M.COLLEGE (AUTONOMOUS): POLLACHI
END-OF-SEMESTER EXAMINATIONS: NOVEMBER 2018
B.Sc. I.T MAXIMUM MARKS: 75
I - SEMESTER TIME: 3 HOURS
PART – III
PROGRAMMING IN ‘C’
SECTION – A (10 X 1 = 10 MARKS)
ANSWER THE FOLLOWING QUESTIONS:
(Multiple Choice Questions)
1. Instructions are formed by using symbols and words according to some rules known
as ___________.
a. Syntax rule b. Program rule
c. Structure rule d. Instruction rule
2. The __________ is an entry controlled loop.
a. Do While b. While c. Switch d. None of the above
3. The function ______ allocates requested size of bytes and returns a pointer to first
byte of allocated space.
a. calloc b. malloc c. realloc d. None of the above
4. __________is a collection of distinct data items under one name in which the items
share the same storage.
a. Union b. Array c. Structure d. None of the above
5. ________ function is used to move the file position to a desired location within a file.
a. ftell() b. fgo() c. fseek() d. fmove()
SHORT ANSWERS:
6. Define Algorithm.
7. How does the break statement work?
8. Define array.
9. Define call by reference.
10. What is the use of pre-processor?
SECTION - B (5 X 5 = 25 MARKS)
ANSWER EITHER (a) OR (b) IN EACH OF THE FOLLOWING QUESTIONS
11. a. Explain the Structure of C Program.
(OR)
b.Explain about Constants and its types.
12. a. Briefly explain about While Loop and Do While Loop with an example.
(OR)
b. Write a C program for Biggest among three numbers.
*********
(A-4)
(NO. OF PAGES: 2)
(FOR THE CANDIDATES ADMITTED 18 UIT 102
DURING THE ACADEMIC YEAR 2018 ONLY) REG.NO. :
N.G.M.COLLEGE (AUTONOMOUS): POLLACHI
END-OF-SEMESTER EXAMINATIONS: NOVEMBER 2018
B.Sc. I.T MAXIMUM MARKS: 75
I - SEMESTER TIME: 3 HOURS
PART – III
COMPUTER SYSTEM ARCHITECTURE
SECTION – A (10 X 1 = 10 MARKS)
ANSWER THE FOLLOWING QUESTIONS:
(Multiple Choice Questions)
1. Register used as a working area in CPU is-----------------.
a) Program Counter b) instruction registers
c) accumulator d) instruction decoder
2. In stack organization the insertion operation is known as-------------------.
a) pop b) push c) add d) delete
3. In DMA transfers, the required signals and addresses are given by the -------------------.
a) Processor b) Device driver c) DMA controllers d) The program
itself
4. The computer architecture aimed at reducing the time of execution of instructions is --------
----
a) CISC b) RISC c) ISA d) ULTRA
SPARC
5. Write Through technique is used in -------------- memory for updating the data.
a) Main b) Auxiliary c) Cache d) RAM
SHORT ANSWERS:
6. Describe Interrupt.
7. What is Stack Pointer?
8. Describe Peripheral.
9. Define vector processing.
10. What is Virtual memory?
SECTION – B (5 X 5 = 25 MARKS)
ANSWER EITHER (a) OR (b) IN EACH OF THE FOLLOWING QUESTIONS:
11. a) Write notes on instruction code.
(OR)
b) Explain about instruction cycle.
13. a) A computer while calculating correlation coefficient between two variables X and
Y from 25 pairs of observations obtained the following results:
N=25; ; ; = 650; = 460; =508
It was, however, discovered at the time of checking that two pairs of observations
were not correctly copied. They were taken as (6,14) and (8,6) while the correct
values were (8,12) and (6,8). Prove that the correct values of the correlation
coefficient should be .
(Or)
b) Calculate Pearson’s rank correlation coefficient for the following:
Mathematics 85 60 73 40 90
Statistics 93 75 65 50 80
18. Calculate (i) Range (ii)semi-inter quartile (iii) coefficient of QD for the following
30 – 32 – 34 – 36 – 38 – 40 –
Wages(Rs.) 42 - 44
32 34 36 38 40 42
Labourers 12 18 16 14 12 8 6
20. Tickets are numbered from 1 to 100. They are well shuffled and a ticket is drawn at
random. What is the probability that the drawn ticket has:
(a) An even number,
(b) A number 5 or a multiple of 5,
(c) A number which is greater than 75,
(d) A number which is a square?
21. In a certain sample of 2000 families,1400 families are consumers of tea. Out of 1800
Hindu families, 1236 families consume tea. Use x 2 test and state whether there is any
significant difference between consumption of tea among Hindu and non-Hindu families.
**********
(A-4)
(NO. OF PAGES: 2)
(FOR THE CANDIDATES ADMITTED 17 UIT 307
DURING THE ACADEMIC YEAR 2017 ONLY) REG.NO. :
N.G.M.COLLEGE (AUTONOMOUS): POLLACHI
END-OF-SEMESTER EXAMINATIONS: NOVEMBER 2018
B.Sc. I.T MAXIMUM MARKS: 75
III - SEMESTER TIME: 3 HOURS
PART – III
OPERATING SYSTEMS
SECTION – A (10 X 1 = 10
MARKS)
ANSWER THE FOLLOWING QUESTIONS:
(Multiple Choice Questions)
1. Run time support system is system that is provided by _________.
a) System programs b) System calls interface
c) Circuits d) Chips
2. The IPC stands for _________.
a) Inter Program Communication b) Inter Procedure Communication
SECTION – C (4 X 10 = 40 MARKS)
ANSWER ANY FOUR OUT OF SIX QUESTIONS:
(16th question is compulsory and answer any three questions from qn. no :17 to 21)
SECTION – C (4 x 10 = 40 MARKS)
ANSWER ANY FOUR OUT OF SIX QUESTIONS:
(16th Question is compulsory and answers any three questions from qn. no. 17 to 21)
16. Explain with examples how to update and delete existing rows/records in a table.
21. How will you apply database triggers? Also mention the type of triggers with
example.
---------x---------
(A-4)
(NO. OF PAGES: 2)
(FOR THE CANDIDATES ADMITTED 17 UIT 309
DURING THE ACADEMIC YEAR 2017 ONLY) REG.NO. :
N.G.M.COLLEGE (AUTONOMOUS): POLLACHI
END-OF-SEMESTER EXAMINATIONS: NOVEMBER 2018
B.Sc. I.T MAXIMUM MARKS: 75
III - SEMESTER TIME: 3 HOURS
PART – III
CLIENT/SERVER COMPUTING
SECTION – A (10 X 1 = 10 MARKS)
ANSWER THE FOLLOWING QUESTIONS:
(Multiple Choice Questions)
1. The system is allowed to migrate from an old mainframe-based system to a new
client/server system in small incremental steps in _________.
a) screen scraping b) downsizing c) upsizing d) processing
2. Both the client and the server machines format the display presented to the end user in
_______.
a) remote presentation b) distributed presentation
c) remote data d) distributed data
3. The RAID that spreads data and parity information across all the drives in an array is
_________.
a) 2 b) 3 c) 4 d) 5
4. Performance and optimization in client/server systems involves _______ components.
a) hardware b) software c) network d) overall system
5. The middleware to create a “single system image “of all the services on the network
is __________.
a) NOS b) DFS c) MOM d) RPC
SHORT ANSWERS:
6. Which performance is improved when the speed of the network interface card is
improve?
7. What provides the efficiency of the network information?
8. Expand RAID.
9. Name the programs that replicate themselves to destroy data or usurp system
resources.
10. What is the administration, control and audit of the organization’s security policy
called as?
SECTION - B (5 x 5 = 25 MARKS)
SECTION – C (4 x 10 = 40 MARKS)
ANSWER ANY FOUR OUT OF SIX QUESTIONS:
(16th question is compulsory and answer any three questions from qn. no. 17 to 21)
16. Explain MOM in detail.
17. Explain the following models:-
a) Distributed Data
b) Remote Data
18. Explain the steps involved in implementation of client/server.
19. Explain upgrading file servers in detail.
20. Explain maintaining network hardware and software documentation.
21. Explain building a security solution for client/server development.
---------x---------
(A-4)
(NO. OF PAGES: 2)
(FOR THE CANDIDATES ADMITTED 17 UIT 3A3
DURING THE ACADEMIC YEAR 2017 ONLY) REG.NO. :
N.G.M.COLLEGE (AUTONOMOUS): POLLACHI
END-OF-SEMESTER EXAMINATIONS: NOVEMBER 2018
B.Sc. I.T MAXIMUM MARKS: 75
III - SEMESTER TIME: 3 HOURS
PART – III
MICROPROCESSOR AND ASSEMBLY LANGUAGE PROGRAMMING
SECTION – A (10 X 1 = 10 MARKS)
ANSWER THE FOLLOWING QUESTIONS:
(Multiple Choice Questions)
1. The AMD 2901 is a _______.
a) Embedded Microprocessor b) Integrated Microprocessor
c) Bit – slice Microprocessor d) Array Microprocessor
2. The software used to drive microprocessor-based systems is called _______.
a) BASIC interpreter instructions b) firmware
c) machine language code d) assembly language
3. The instruction that is used to transfer the data from source operand to destination
operand is ________.
a) data copy/transfer instruction b) branch instruction
c) arithmetic/logical instruction d) string instruction
4. Which is not an alpha microprocessor _______.
a) 21064 b) 21164
c) 21264 d) 31164
5. The popular technique that is used in the integration of ADC chips is _______.
a) successive approximation
b) dual slope integration
c) successive approximation and dual slope integration
d) none
SHORT ANSWERS:
6. What is a transputer?
7. Give the use of segment override prefix byte?
8. List the operating modes of Intel 486.
9. Name the six condition flags in Pentium processor.
10. How many cores do i3, i5, and i7’s have?
SECTION – B (5 X 5 = 25 MARKS)
ANSWER EITHER (a) OR (b) IN EACH OF THE FOLLOWING QUESTIONS.
11. a) Write about vector processors.
(OR)
b) Explain the Segment registers in detail.
12. a) Explain the addressing mode byte.
(OR)
b) Write a ALP program to arrange a set of numbers in descending order..
(CONTD.....2)
(2) (17UIT3A3)
15. a) Compare and contrast the Quad , Octa and Penta processors.
(OR)
b) Explain the Bipolar to Unipolar converter.
SECTION – C (4 X 10 = 40 MARKS)
ANSWER ANY FOUR OUT OF SIX QUESTIONS:
(16th question is compulsory and answer any three questions from qn. no :17 to 21)
16. Explain the pin description of Intel 8086.
*******
(A-4)
(NO. OF PAGE: 1)
(FOR THE CANDIDATES ADMITTED DURING 17 UIT 3N1
THE ACADEMIC YEAR 2017 ONLY) REG.NO. :
SECTION – C (5 X 8 = 40 MARKS)
*******
(NO. OF PAGES: 2)
(FOR THE CANDIDATES ADMITTED 16 UIT 517
DURING THE ACADEMIC YEAR 2016 ONLY) REG.NO. :
N.G.M.COLLEGE (AUTONOMOUS): POLLACHI
END-OF-SEMESTER EXAMINATIONS: NOVEMBER 2018
B.Sc. I.T MAXIMUM MARKS: 75
V - SEMESTER TIME: 3 HOURS
PART – III
MOBILE COMPUTING
SECTION – A (10 X 1 = 10
MARKS)
ANSWER THE FOLLOWING QUESTIONS:
(Multiple Choice Questions)
1. __________ can be defined as a computing environment of physical mobility.
a) Mobile Computing b) Application c) Network d) CDMA
2. RFID stands for __________.
a) Rapid Frequency Identification b) Radio Frequency Identification
c) Radio Frequency Integration d) Radar Frequency Identification
3. The GSM Administrative Region is commonly known as_________.
a) PSTN b) PLMN c) CSMA d) CDMA
4. ____________ specifies the maximum/peak bit rate and the mean bit rate.
a) Reliability b) Delay c) Throughput d) Service precedence
5. ____________ is a local area data network without wires.
a) LAN b) WLAN c) VAN d) MAN
SHORT ANSWERS:
6. List the different types of Middleware components and Gateways.
7. What is FDMA?
8. What are the five main groups of GSM Network?
9. Define MMS.
10. Write any four advantages of Wireless LAN.
SECTION-B (5X5=25 MARKS)
ANSWER EITHER (a) OR (b) IN EACH OF THE FOLLOWING QUESTIONS:
11. a) Write a note on Mobile Computing Functions.
(OR)
b) List any five Mobile Computing Applications.
************************
(NO. OF PAGES: 2)
(FOR THE CANDIDATES ADMITTED 16 UIT 518
DURING THE ACADEMIC YEAR 2016 ONLY) REG.NO. :
N.G.M.COLLEGE (AUTONOMOUS): POLLACHI
END-OF-SEMESTER EXAMINATIONS: NOVEMBER 2018
B.Sc. I.T MAXIMUM MARKS: 75
V - SEMESTER TIME: 3 HOURS
PART – III
SOFTWARE ENGINEERING (ELECTIVE-I)
SECTION – A (10 X 1 = 10
MARKS)
ANSWER THE FOLLOWING QUESTIONS:
(Multiple Choice Questions)
10. A __________ is a collection of activities, actions and tasks that are performed
when some work product is to be created.
a) Product b) Process c) Input d) Output
11. CRC stands for __________.
a) Class Responsibility Collaborator b) Class Reply Collaborator
c) Class Responsibility Collection d) Cohesive Responsibility Collaborator
12. _________ is an indication of the relative functional strength of a module.
a) Coupling b) Class c) Cohesion d) Model
13. The __________ is conducted at the Developer’s site.
b) Array test b) Alpha-test c)Beta-test d)Smoke Test
14. ___________ testing is sometimes called as Glass-box testing.
a) Black-Box b) White-Box c) System d) Structure
SHORT ANSWERS:
15. What are the five Framework activities of Software Engineering?
16. List the models in which Requirements Modeling results.
17. Define Pattern.
18. List any 4 Garvin’s Quality Dimensions.
19. Define an Independent path.
SECTION-B (5X5=25 MARKS)
ANSWER EITHER (a) OR (b) IN EACH OF THE FOLLOWING QUESTIONS:
20. a) Write a note on “The Software Process”.
(OR)
b) What is an Agile Process? What are the Agility Principles?
************