194 2023 A
194 2023 A
194 2023 A
3. Which of the following memories must be refreshed many times per second?
(A) Static RAM (B) Dynamic RAM
(C) USB (D) HDD
8. What is the minimum number of two input NAND gates used to perform the function of two
input OR gates?
(A) 2 (B) 3
(C) 5 (D) 7
A 3
[P.T.O.]
9. Who is the father of C language?
(A) Dennis Ritchie (B) James Gosling
(C) Sundar Pichai (D) Tim Cook
15. Which of the following shows the Operator overloading feature in C++?
(A) Encapsulation (B) Abstraction
(C) Polymorphism (D) Inheritance
194/2023 4 A
19. In MS Office Format Painter is in which group?
(A) Font (B) Clipboard
(C) Alignment (D) Styles
24. Which one of the following in Excel allows to transform rows into columns and columns to
rows and can also make advanced calculations?
(A) Chart (B) Formulas
(C) Pivot Table (D) Filter
25. Which chart type is the best for comparing multiple values?
(A) Pie (B) Bar
(C) Column (D) Line
26. While using Excel formulas, which reference adjusted automatically as per the corresponding
rows and columns?
(A) Absolute cell reference (B) Mixed cell reference
(C) Unique cell reference (D) Relative cell reference
A 5 194/2023
[P.T.O.]
28. Which option in Excel will find the right input when you know the result you want?
(A) Goal seek (B) Data validation
(C) Consolidate (D) Scenario Manager
29. Which option is used for making all content visible within a cell by displaying it on multiple
lines?
(A) Merge and Center (B) Wrap Text
(C) Justified alignment (D) Center alignment
30. Which preview allows you to manually move page breaks and reorganize a worksheet into
pages for printing?
(A) Print Preview (B) Column Break Preview
(C) Page Break Preview (D) Live Preview
31. In Power Point Slides, Handouts and Notes are included in which view?
(A) Reading View (B) Master View
(C) Slide show view (D) Presenter View
32. A text that temporarily hold a place in a document for the purpose of typesetting and layout
is called :
(A) Notes (B) Comment
(C) Text Box (D) Placeholder
33. In Power Point which Smart Art Graphic Types shows non-sequential informations :
(A) List (B) Pyramid
(C) Process (D) Hierarchy
35. Which of the following asymptotic notations is used to provide lower bound constraints?
(A) X (B)
(C) (D) Ω
36. Identify the two types of efficiency that are important for computer algorithms :
(A) Time Efficiency and High Power efficiency
(B) High power efficiency and Computational efficiency
(C) Computational efficiency and space efficiency
(D) Space efficiency and Time Efficiency
194/2023 6 A
37. Which of the following data structure is non linear type?
(A) Graph (B) Stacks
(C) Lists (D) None of the above
43. What is the time complexity of the greedy algorithm for the coin change problem?
(A) O (n log n ) (B) O (log n )
(C) O (n ) (D) O (n 2 )
A 7 194/2023
[P.T.O.]
46. The number of entities to which another entity can be related through a relationship set is
called :
(A) Cardinality (B) Entity
(C) Schema (D) Attributes
47. In SQL, which of the following is not a data definition language commands?
(A) GRANT (B) UPDATE
(C) RENAME (D) REVOKE
48. Which command allows the removal of all rows from a table but flushes a table more
efficiently since no rollback information is retained?
(A) Create command (B) TRUNCATE command
(C) Drop table command (D) Alter table command
52. In practical applications, how many types of Normal Forms are there?
(A) 3 (B) 4
(C) 5 (D) 6
194/2023 8 A
55. What is the key feature of the decentralized channel allocation method?
(A) Optimize network traffic by reducing packet overhead
(B) Time is divided into discrete intervals for transmission
(C) Each machine decides for itself whether to transmit
(D) Enable communication between networks with different protocols
56. What is the maximum number of slave devices that can be supported in a Bluetooth
network?
(A) 15 (B) 10
(C) Unlimited (D) 7
57. Which category of Ethernet cable is suitable only for voice communication?
(A) CAT 6 (B) CAT 5e
(C) CAT 2 (D) CAT 1
60. Which encoding method does Ethernet use to ensure clock synchronization between sending
and receiving hosts?
(A) Phase-shift keying (B) Manchester
(C) Bipolar (D) Amplitude modulation
61. Which of the following is the one-way communication system where information is
transmitted from one device to another, but the receiving device cannot send information
back to the transmitting device?
(A) Half Duplex (B) Simplex
(C) Full Duplex (D) All of the above
62. Which modulation scheme uses different tones or frequencies to represent symbols?
(A) Binary Phase Shift Keying (BPSK)
(B) Quadrature Phase Shift Keying (QPSK)
(C) Frequency Shift Keying (FSK)
(D) Amplitude Shift Keying (ASK)
A 9 194/2023
[P.T.O.]
63. Where does the Visual Basic MsgBox function belong within the namespace hierarchy?
(A) System.Collections (B) System.Window.Forms
(C) Microsoft.VisualBasic.Interation (D) Microsoft.DotNet.Interaction
64. In Visual Basic .NET which category of types minimizes memory overhead and maximizes
speed of access?
(A) Value types (B) Interface types
(C) Primitive types (D) Reference types
65. Which keyword is used to write comments in VisualBasic.NET that will not be considered by
the compiler?
(A) Optional (B) REM
(C) RemoveHandler (D) IsNot
66. How can you declare a variable of type Integer using identifier type character in
VisualBasic.NET?
(A) Dim L As Integer Type (B) Dim L$
(C) Dim L% (D) Dim L:Integer
67. What principle is used to order the items in the stack data structure in VisualBasic.NET?
(A) Last-In, First-Out (LIFO) (B) First-In, First-Out (FIFO)
(C) Alphabetical order (D) Last-In, Last-Out (LILO)
69. How can allocate an array of a specific type using the 'New’ keyword in VisualBasic.NET?
(A) Dim numbers( ) As Integer numbers = New Integer(4) { }
(B) Dim numbers( ) As Integer numbers = NewArray Integer(4) { }
(C) Dim numbers( ) As integer numbers = NewArray Integers(4) { }
(D) Dim numbers( ) As Integer numbers = New ArrayInteger(4) { }
194/2023 10 A
71. Which looping construct is most commonly used to iterate through each element or subscript
of an array or collection in VisualBasic.NET?
(A) For Each.........Next (B) Do.........Loop
(C) While.........Wend (D) For.........Next
72. In VisualBasic.NET which access modifier is used to define a type that is accessible from
within the program in which it is declared?
(A) Friend (B) Protected
(C) Private (D) Public
73. Which of the following statement is/are correct about The Waterfall Model?
(i) The waterfall model is the oldest paradigm for software engineering.
(ii) The waterfall model, sometimes called the classic life cycle.
(iii) Work flows from communication through deployment in a reasonably nonlinear fashion.
(iv) A variation in the representation of the waterfall model is called the V-model.
(A) Only (i), (ii) and (iii) (B) Only (i), (ii) and (iv)
(C) All of the above (i), (ii), (iii) and (iv) (D) Only (ii), (iii) and (iv)
74. Which one of the following is not a generic process framework activity?
(A) Planning (B) Modeling
(C) Measurement (D) Deployment
75. In a requirement analysis phase, use cases and user stories used in which model?
(A) Behavioral models (B) Class models
(C) Flow models (D) Scenario-based models
77. Among the following statements, which one is/are not correct?
(i) Alpha testing, Beta testing, Acceptance testing are the three different types of user
testing.
(ii) Unit testing should focus on testing component interfaces.
(iii) System testing checks that components are compatible, interact correctly and transfer
the right data at the right time across their interfaces.
(A) Only (i) and (iii) (B) All of the above (i), (ii) and (iii)
(C) Only (iii) (D) Only (ii)
A 11 194/2023
[P.T.O.]
78. ——————— checking whether new features break or degrade functionality.
(A) Functional testing (B) Performance testing
(C) Regression testing (D) Integration testing
79. Find the statement that not related to three core steps in The Six Sigma methodology :
(i) Improve the process by eliminating the root causes of defects
(ii) Define customer requirements and deliverables and project goals via well-defined
methods of customer communication
(iii) Measure the existing process and its output to determine current quality performance
(collect defect metrics)
(iv) Analyze defect metrics and determine the vital few causes.
(A) Only (ii) (B) Only (i)
(C) Only (iii) (D) Only (ii) and (iv)
80. Which of the following is the correct level of maturity in the Software Engineering Institute’s
Capability Maturity Model (CMM)?
(A) Level 4, Managed (B) Level 4, optimized
(C) Level 4, Defined (D) Level 4, Repeatable
82. int[ ] nums = {4, 2, 5, 3, 1, 0}; How would you access the third element in nums?
(A) nums[4] (B) nums[3]
(C) nums[2] (D) nums(3)
194/2023 12 A
86. ——————— makes a variable belong to a class, rather than being defined for each
instance of the class.
(A) Volatile (B) Final
(C) Static (D) Abstract
90. ——————— method of Thread class is used to find out the priority given to a thread?
(A) ThreadPriority( ) (B) getPriority( )
(C) getThreadPriority( ) (D) All of the above
A 13 194/2023
[P.T.O.]
94. HTML is a subset of :
(A) SGML (B) SGMT
(C) SGME (D) XHTML
98. Which single character escape sequence represents “line feed” in javascript?
(A) \b (B) \n
(C) \f (D) \t
99. Which of the following variables takes precedence over the others if the names are the same?
(A) The local element (B) Global variable
(C) Both (A) and (B) (D) None of the above
————————
194/2023 14 A
SPACE FOR ROUGH WORK
A 15 194/2023
[P.T.O.]
SPACE FOR ROUGH WORK
194/2023 16 A