I MSC Comprehension-Questions Only
I MSC Comprehension-Questions Only
Lect
Course Tutorial Practical Credit
Category Course Type Course Title ure
Code (T) (P) (C)
(L)
Comprehension – 1 Comprehensio
PART-III (Online Exam) P20IT1C1 n in core 1 - - 1
courses
1)A process that involves recognizing and focusing on the important characteristics of a
situation or object is known as:
(a) Encapsulation (b) Polymorphism
(c) Abstraction (d) Inheritance.
4)Which of the following does not belong: If a class inherits from some other class, it
should
(a) Make use of the parent class’s capabilities
(b) Over-ride or add the minimum to accomplish the derived class’ purpose
(c) Over-ride all the methods of its parent class
(d) Make sure the result “IS-A-KIND-OF” its base class
5)Object-oriented inheritance models the
(a) “is a kind of” relationship
(b) “has a” relationship
(c) “want to be” relationship
(d) inheritance does not describe any kind of relationship between classes
7)Polymorphism
(a) Is not supported by Java
(b) Refers to the ability of two or more objects belonging to different classes to respond to
exactly the same message in different class-specific ways
(c) Simplifies code maintenance
(d) Refers to the ability of two or more objects belonging to different classes to respond to
exactly the same message in different class-specific ways and simplifies code maintenance.
8)Given a class named student, which of the following is a valid constructor declaration
for the class?
(a) Student (student s) { } (b) Student student ( ) { }
(c) Private final student ( ) { } (d) Void student ( ) { }
13)Basic Java language functions are stored in which of the following java package?
(a) java.lang (b) java.io (c) java.net (d) java.util
18)What is the return type of the method getID() defined in AWTEvent class
(a) Int (b) long (c) Object (d) Component
23) What will be the result of attempting to compile the following program?
public class MyClass {
long var;
public void MyClass(long param) { var = param; } //(1)
public static void main(String[] args) {
MyClassa,b;
a = new MyClass(); //(2)
b = new MyClass(5); //(3)
}
}
(a)A compilation ERROR will occur at (1), since constructors cannot specify a return value
(b)A compilation error will occur at (2), since the class does not have a default constructor
(c)A compilation error will occur at (3), since the class does not have a constructor which
takes one argument of type int
(d)The program will compile correctly
25)Which of these modifierscan be used for a variableso that it can be accessed from any
thread or parts of a program?
a) transient b) volatile c) global d) No modifier is needed
26)Which of these operators can be used to get run time information about an Object?
a)getInfo b)Info c)instanceOf d)getinfoof
29)Which object of HttpSession can be used to view and manipulate information about
a session?
a)session identifier b)creation time c) last accessed time d)All mentioned above
30)Which is the container that doesn't contain title bar and MenuBars but it can have
other components like button, textfield etc?
a) Window b) Frame c) Panel d) Container
33)Which method is used to set the graphics current color to the specified color in the
graphics class?
a) public abstract void setFont(Font font)
b) public abstract void setColor(Color c)
c) public abstract void drawString(String str, int x, int y)
d) None of the above
34)In Graphics class which method is used to draws a rectangle with the specified width
and height?
a) public void drawRect(int x, int y, int width, int height)
b)public abstract void fillRect(int x, int y, int width, int height)
c) public abstract void drawLine(int x1, int y1, int x2, int y2)
d) public abstract void drawOval(int x, int y, int width, int height)
35)Which object can be constructed to show any number of choices in the visible
window?
a) Labels b) Choice c) List d) Checkbox
36)Which is used to store data and partial results, as well as to perform dynamic
linking, return values for methods, and dispatch exceptions?
a)Window b) Panel c) Frame d)Container
41)What is the name of the method that is used to start the execution of a thread?
a) startb) runc) init()d) none of these e)resume
42)Which method registers a thread in a thread scheduler?
a)Construct b)Start c)run d)register e)none of the above
53)Using gray-level transformation, the basic function linearity deals with which of the
following transformation?
a) log and inverse-log transformations
b) negative and identity transformations
c) nth and nth root transformations
d) All of the mentioned
56) For pixels p(x, y), q(s, t), the Euclidean distance between p and q is defined as?
a) D(p, q) = [(x – s)2 + (y – t)2]1/2 b) D(p, q) = |x – s| + |y – t|
c) D(p, q) = max (|x – s| + |y – t|) d) None of the mentioned
64)Both the -------- and -------- filters are used to enhance horizontal edges (or vertical if
transposed)
a) Prewitt and Sobel b) Sobel and Gaussian
c) Prewitt and Laplacian d) Sobel and Laplacian
67)To map a narrow range of low gray-level input image into a wider range of output
levels , we use
a) Log Intensity Transformation Function
b) Power-law Intensity Transformation Function
c) Inverse Log Intensity Transformation Function
d) Identity Intensity Transformation Function
68)The sum of all elements in the mask of the smoothing averaging spatial filtering must
be equal to
a) m rows b) n columns c) m * n d d) 1
71) Which type of enhancement operations are used to modify pixel values according to
the value of the pixel‘s neighbors?
a) point operations b) local operations
c) global operations d) mask operations
72)In which type of progressive coding technique,graycolor is encoded first and then
other colors are encoded?
a) quality progressive b) resolution progressive
c) component progressive d) region progressive
73)If the pixels of an image are shuffled then the parameter that may change is
a) Histogram b) Mean c) Entropy d) Covariance
75) To convert a continuous image f(x,y) to digital form, we have to sample the function
in _________
a) Coordinates b) Amplitude c) All of the above d) None of the above
76)Which of the following filter(s) attenuates high frequency while passing low
frequencies of an image?
a) Unsharp mask filter b) Lowpass filter
c) Zero-phase-shift filter d) All of the mentioned
77)A spatial domain filter of the corresponding filter in frequency domain can be
obtained by applying which of the following operation(s) on filter in frequency domain?
a) Fourier transform b) Inverse Fourier transform
c) None of the mentioned d) All of the mentioned
80)Filter that replace the pixel value with medians of intensity level is________.
a)Arithmetic mean filter b) Geometric mean filter
c)Median filter d) Sequence mean filter
84) Reflection and translation of the image object are based on _______.
a)Pixels b) Frames c) Structuring elements d) co-ordinates
94)If R is the entire region of the image then union of all segmented parts should be
equal to_____.
a)R b) R' c) Ri d) Rn
110) Interrupt table of pointers having addresses for each interrupt is located at_____.
a)high memory b) low memory c) mid memory d) both a and b
113)A large number of disks in a system improves the rate at which data can be read or
written if ____________
a) the disks are operated on sequentially b) the disks are operated on selectively
c) the disks are operated in parallel d) all of the mentioned
115)If the mean time to failure of a single disk is 100,000 hours, then the mean time to
failure of some disk in an array of 100 disks will be ____________
a) 100 hours b) 10 days c) 10 hours d) 1000 hours.
123)____ is the mechanism of removing process from memory, storing on disk, bringing
back in from disk to continue execution.
a)Scheduling b)Synchronizing c)Swapping d)Dispatching
130)If several jobs are ready to run at the same time the system must choose among
them. This decision is called ___
a)Job scheduling b) CPU scheduling c) Program scheduling d) Time scheduling
131)A technique that allows the execution of process that isnot completely in memory is
called______
a)Cache memory b)Physical memory c)Both a&b d)Virtual memory
137)Internet_____.
a) Inter connection of local area networkb) A waste collection of different networks
c) A single network d) Intra connection of local area network
139)IOT devices should have the characteristic to be calm, ambient and ubiquitous.
Which means?
a) They are not present everywhere but silently working and not seeking attention
b) They are present everywhere but not silently working and seekingattention.
c) They are present everywhere, silently working not seeking attention.
d) They are present everywhere, silently working and seeking attention.
140)The systems which allow only one process execution at a time, are called
_________?
a) uniprogramming systems b) uniprocessing systems
c) unitasking systems d)all of the above
142) When the operating system selects jobs from the job pool, it loads that job into
––––––––– for execution.
(a) memory (b) interface (c) controller (d) resource
143) ––––––––– and the registers built into the processor itself are the only storage that
the CPU can access directly.
(a) Main Memory (b) Secondary memory (c) Virtual memory (d) Buffer
144) For a deadlock to arise, which of the following conditions must hold
simultaneously?
a) Mutual exclusion b) No pre-emption c) Hold and waitd) All of the mentioned
157)The most common source of change data in refreshing a data warehouse is:
a)Querytable change data
b)Cooperative change data
c)Logged change data
d)Snapshot change data
158)Which of the following statements is not true about refreshing a data warehouse:
a)It is a process of managing timing differences between the updating of data sources and the
related data warehouse objects
b)Updates to dimension tables may occur at different times than the fact table
c)The data warehouse administrator has more control over the load time lag than the valid
time lag
d)None of the above
161)The generic two-level data warehouse architecture includes which of the following?
a)At least one data mart
b)Data that can extracted from numerous internal and external sources
c)Near real-time updates
d)All of the above.
170)A star schema has what type of relationship between a dimension and fact table?
a)Many-to-many b)One-to-one
c)One-to-many d)All of the above
177)When the referential integrity rule is enforced, which one is usually not a valid
action in response to the deletion of a row that contains a primary key value referenced
elsewhere?
a)Do not allow the deletion
b)Accept the deletion without any other action
c)Delete the related rows
d)Set the foreign keys of related rows to null
183) __________ may be defined as the data objects that do not comply with the general
behaviour or model of the data available.
a)outlier analysis b)evolution analysis
c)prediction d)classification
185)To integrate heterogeneous databases, how many approaches are there in Data
Warehousing?
a)2 b)3 c)4 `d) 5
192) __________ refers to the description and model regularities or trends for objects
whose behaviour changes over time.
a) Outlier Analysis
b) Evolution Analysis
c) Prediction
d) Classification
197)In which step of Knowledge Discovery, multiple data sources are combined?
a)Data Cleaning
b)Data Integration
c)Data Selection
d)Data Transformation
200)A star schema has what type of relationship between a dimension and fact table?
a)Many-to-many
b)One-to-one
c)One-to-many
d)All of the above.
212) When you delete a file in your computer, where does it go?
a) Recycle bin
b) Hard disk
c) Taskbar
d) None of these
221) If a page number is not found in the translation lookaside buffer, then it is known
as a?
a)Translation Lookaside Buffer miss
b)Buffer miss
c)Translation Lookaside Buffer hit
d)All of the mentioned
224) Which of the following windows does not have a start button?
a)Windows 7
b)Windows 8
c)Windows XP
d)None of these
225) Which of the following operating systems does not support more than one program
at a time?
a)Linux b)Windows c)MAC d)DOS
227) Who provides the interface to access the services of the operating system?
a)API
b)System call
c)Library
d)Assembly instruction
228) Where are placed the list of processes that are prepared to be executed and
waiting?
a)Job queue
b)Ready queue
c)Execution queue
d)Process queue
229) Who among the following can block the running process?
a)Fork b)Read c)Down d)All of these
230) Which of the following does not interrupt the running process?
a)Timer interrupt b)Device
c)Power failure d)Scheduler process
234) Which of the following operating systems do you use for a client-server network?
a)MAC
b)Linux
c)Windows XP
d)Windows 2000
236) What type of commands are required to perform various tasks in DOS?
a)Internal commands
b)External commands
c)Valuable commands
d)Primary commands
237) What is the number of characters contained in the primary name of the file of MS-
DOS?
a)Up to 8 characters
b)3 characters
c)Up to 10 characters
d)None of the above
238) Which command is used to fetch a group (.doc) of files that have just been deleted?
a)Undelete
b)Undelete/all
c)Undelete *.doc
d)All of above
240) Which program runs first after booting the computer and loading the GUI?
a)Desktop Manager
b)File Manager
c)Windows Explorer
d)Authentication
244) Which of the following options is correct about the windows operating system?
a)Windows is a CUI operating system.
b)Windows is based on CUI.
c)Windows is a GUI operating system.
d)None of the these
245) Which of the following file systems is supported by the windows OS?
a)NTFS
b)FAT32
c)exFAT
d)All of the these
246) Which of the following keys does the user use to switch between applications
running simultaneously in the Windows operating system?
a)FN + TAB
b)ALT + TAB
c)CTRL + TAB
d)SHIFT + TAB
247) Which of the following commands creates an emergency repair disk for Windows
NT 4.0?
a)BAT
b)EXE
c)EXE/S
d)ADD/REMOVE program
249) How can you get a printout of the system configuration on windows 9x OS?
a)Open the CMD window, type "MSDN", and press <printscrn>
b)From the device manager, click the print button
c)Open the CMD window, type "SYS", and press <printscrn>
d)None of the these
251) What type of memory stores data in a swap file on a hard drive?
a)Secondary memory
b)Virtual memory
c)Low memory
d)RAM
254)Among the following, functions that can be performed by digital image processing is?
a) Fast image storage and retrieval
b) Controlled viewing
c) Image reformatting
d) All of the above
257) How does picture formation in the eye vary from image formation in a camera?
a) Fixed focal length
b) Varying distance between lens and imaging plane
c) No difference
d) Variable focal length
258) What are the names of the various colour image processing categories?
a) Pseudo-color and Multi-color processing
b) Half-color and pseudo-color processing
c) Full-color and pseudo-color processing
d) Half-color and full-color processing
260) Which of the following statement describe the term pixel depth?
a) It is the number of units used to represent each pixel in RGB space
b) It is the number of mm used to represent each pixel in RGB space
c) It is the number of bytes used to represent each pixel in RGB space
d) It is the number of bits used to represent each pixel in RGB space
261) The aliasing effect on an image can be reduced using which of the following methods?
a) By reducing the high-frequency components of image by clarifying the image
b) By increasing the high-frequency components of image by clarifying the image
c) By increasing the high-frequency components of image by blurring the image
d) By reducing the high-frequency components of image by blurring the image
262)Which of the following is the first and foremost step in Image Processing?
a) Image acquisition
b) Segmentation
c) Image enhancement
d) Image restoration
263)Which of the following image processing approaches is the fastest, most accurate, and
flexible?
a) Photographic
b) Electronic
c) Digital
d) Optical
264) Which of the following is the next step in image processing after compression?
a) Representation and description
b) Morphological processing
c) Segmentation
d) Wavelets
269) The digitization process, in which the digital image comprises M rows and N columns,
necessitates choices for M, N, and the number of grey levels per pixel, L. M and N must have
which of the following values?
a) M have to be positive and N have to be negative integer
b) M have to be negative and N have to be positive integer
c) M and N have to be negative integer
d) M and N have to be positive integer
270) Which of the following tool is used in tasks such as zooming, shrinking, rotating, etc.?
a) Filters
b) Sampling
c) Interpolation
d) None of the Mentioned
271)The effect caused by the use of an insufficient number of intensity levels in smooth areas
of a digital image _____________
a) False Contouring
b) Interpolation
c) Gaussian smooth
d) Contouring
272) What is the procedure done on a digital image to alter the values of its individual pixels
known as?
a) Geometric Spacial Transformation
b) Single Pixel Operation
c) Image Registration
d) Neighbourhood Operations
273) Points whose locations are known exactly in the input and reference images are used in
Geometric Spacial Transformation.
a) Known points
b) Key-points
c) Réseau points
d) Tie points
275) Approaches to image processing that work directly on the pixels of incoming image
work in ____________
a) Spatial domain
b) Inverse transformation
c) Transform domain
d) None of the Mentioned
276) Which of the following in an image can be removed by using a smoothing filter?
a) Sharp transitions of brightness levels
b) Sharp transitions of gray levels
c) Smooth transitions of gray levels
d) Smooth transitions of brightness levels
278) Which of the following comes under the application of image blurring?
a) Image segmentation
b) Object motion
c) Object detection
d) Gross representation
280) Which of the following illustrates three main types of image enhancing functions?
a) Linear, logarithmic and power law
b) Linear, logarithmic and inverse law
c) Linear, exponential and inverse law
d) Power law, logarithmic and inverse law
282) Which of the following operation is done on the pixels in sharpening the image, in the
spatial domain?
a) Differentiation
b) Median
c) Integration
d) Average
288) _________ is the process of moving a filter mask over the image and computing the
sum of products at each location.
a) Nonlinear spatial filtering
b) Convolution
c) Correlation
d) Linear spatial filtering
289)Which side of the greyscale is the components of the histogram concentrated in a dark
image?
a) Medium
b) Low
c) Evenly distributed
d) High
294)The response for linear spatial filtering is given by the relationship __________
a) Difference of filter coefficient’s product and corresponding image pixel under filter mask
b) Product of filter coefficient’s product and corresponding image pixel under filter mask
c) Sum of filter coefficient’s product and corresponding image pixel under filter mask
d) None of the mentioned
297) Which of the following image component is characterized by a slow spatial variation?
a) Reflectance and Illumination components
b) Reflectance component
c) Illumination component
d) None of the mentioned
300) Which gray-level transformation increases the dynamic range of gray-level in the
image?
a) Negative transformations
b) Contrast stretching
c) Power-law transformations
d) None of the mentioned