Model Question Papers. Pgdca 101 Computer Organization and Operating Systems
Model Question Papers. Pgdca 101 Computer Organization and Operating Systems
PART A
(Choose the correct Answer. Each question carries 1 mark)
6. The software used to translate assembly language program into a machine language program is called
_______
A. Assembler B. Compiler C. Interpreter D. Linker
10. The delay between the job submission and job completion is ________
A. Turn around time B. Waiting time C. Scheduling time D. None of these
11. The high speed memory placed between CPU and main memory is called _______
12. Special storage locations inside the CPU are called _______
15. The device used to convert digital signals to analog signals and vice versa is called ______
18. _________ is a software which acts as an interface between user and hardware
20. _________occurs when two processes wait for the same resource.
[scheme 2010 – Model QP ] 101 CO& OS
PART B
(Answer any EIGHT questions. Each question carries 5 marks)
PART C
b) Motherboard
d) Addressing modes
***********
Part A
(Answer all questions.Each carries 1 mark.)
20. When a language has the capability to produce new data type, it is called---------------.
[scheme 2010 – Model QP ] 102 PT
PART B
26. What are the different loops available in C. Explain with example.
27. What is an array in C. Explain how arrays can be used for storing and manipulating multiple values.
28. What is a string. Explain how character array can be used for manipulating string.
29. What is formal arguments and actual arguments in a C function. Explain with example.
PART C
31. a) Draw a flowchart to find the largest element from a set of n elements. (5)
32. Write a program using a recursive function to find the sum of digits of a no. (10)
33. Write a program using dynamic memory allocation method to allocate n elements in
34. Write a program to create a text file and display the contents. (10)
***************
Part A
(Answer all questions.Each carries 1 mark.)
Choose the correct answer.
1. _______ data independence insulates user from making changes to internal level.
a)physical b)logical c) internal d)external
7. ____ is table of contingencies for a defining a problem and the action to be taken.
a)DFD b)decision table c)structure chart d) FAT
10. __________ is a technique used for generating new ideas and obtaining general information requirements.
a) prototyping b) questionare c)brain storming d)none of these
12. The record type at the top of the tree structure is _________.
13. If the records in a file are physically ordered on a non key field ,that field is called _____.
15. _______ implies that goals are achieved through differing courses of action and a variety of paths.
16. An open system receives inputs from and delivers outputs to the outside world.
Part B
Part C
***********