0% found this document useful (0 votes)
344 views35 pages

Stet 3RD Shift

Uploaded by

namkumg16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
344 views35 pages

Stet 3RD Shift

Uploaded by

namkumg16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 35

QUESTION PAPER

Uchcha Madhyamic Computer Science [SHIFT - 3


1]

Exam Date : 18/09/2023 Time : 03:00 PM - 05:30 PM

Subject Name : Computer Science Subject Code : 226

Subject Question

Question 1 Question Id : 1
How many inputs does a full -adder circuit have for each individual binary digit being added or subtracted?
Answer : Option Id
(A) 1 input
1001

(B) 2 inputs
1002

(C) 3 inputs
1003

(D) 4 inputs
1004

Right Answer : Right Option Id : 1003


3 inputs

Question 2 Question Id : 55
Which flip-flop type is known for having a forbidden state, where both inputs are set to '1'?
Answer : Option Id
(A) S-R flip-flop
55001

(B) J-K flip-flop


55002

(C) D flip-flop
55003

(D) T flip-flop
55004

Right Answer : Right Option Id : 55001


S-R flip-flop

Question 3 Question Id : 54
What is the key advantage of using a carry-lookahead adder instead of a ripple-carry adder?
Answer : Option Id
(A) Simplicity of design
54001

(B) Faster propagation delay


54002

(C) Lower power consumption


54003

(D) Reduced gate count


54004

Right Answer : Right Option Id : 54002


Faster propagation delay

Question 4 Question Id : 53
Given binary numbers A = 101010 and B = 111111, what is the result of (A AND B) OR (A XOR B)?
Answer : Option Id
(A) 111111
53001

(B) 101111
53002

(C) 111010
53003

(D) 101010
53004

Right Answer : Right Option Id : 53001


111111
Question 5 Question Id : 52

Answer : Option Id
(A) A + B + C
52001

(B) A'B + AC
52002

(C) A + B + C'
52003

(D) A'B'C
52004

Right Answer : Right Option Id : 52002


A'B + AC

Question 6 Question Id : 51
In a ROM-based design, how are logic functions implemented?
Answer : Option Id
(A) By programming the inputs and outputs of the ROM
51001

(B) By using a combination of AND gates and OR gates


51002

(C) By using only NAND gates


51003

(D) By using only XOR gates


51004

Right Answer : Right Option Id : 51002


By using a combination of AND gates and OR gates

Question 7 Question Id : 50
When adding two positive binary numbers using the 2's complement method, if the result has a carry-out from the most significant bit (MSB), what should
be done?
Answer : Option Id
(A) Ignore the carry
50001

(B) Add the carry to the least significant bit (LSB)


50002

(C) Add the carry to the sign bit


50003

(D) Subtract the carry from the MSB


50004

Right Answer : Right Option Id : 50002


Add the carry to the least significant bit (LSB)

Question 8 Question Id : 49
In Hamming Code, how are parity bits positioned within a data unit?
Answer : Option Id
(A) At the beginning of the data unit
49001

(B) At the end of the data unit


49002

(C) At specific positions based on powers of 2


49003

(D) At random positions within the data unit


49004

Right Answer : Right Option Id : 49003


At specific positions based on powers of 2
Question 9 Question Id : 48
In an ideal microcomputer, where is the Arithmetic Logic Unit (ALU) located?
Answer : Option Id
(A) CPU
48001

(B) Memory
48002

(C) Input devices


48003

(D) Output devices


48004

Right Answer : Right Option Id : 48001


CPU

Question 10 Question Id : 47
In which year did Intel release the first x86 microprocessor, the 8086, which laid the foundation for the x86 architecture widely used in personal computers?
Answer : Option Id
(A) 1971
47001

(B) 1981
47002

(C) 1986
47003

(D) 1991
47004

Right Answer : Right Option Id : 47002


1981

Question 11 Question Id : 46
Which addressing mode involves specifying a value within the instruction itself, rather than referencing a memory location?
Answer : Option Id
(A) Direct addressing
46001

(B) Immediate addressing


46002

(C) Indirect addressing


46003

(D) Indexed addressing


46004

Right Answer : Right Option Id : 46002


Immediate addressing

Question 12 Question Id : 45
Which Karnaugh Map simplification technique involves grouping cells that are not adjacent but share a common variable value?
Answer : Option Id
(A) Pair simplification
45001

(B) Quad simplification


45002

(C) Octet simplification


45003

(D) Group simplification


45004

Right Answer : Right Option Id : 45001


Pair simplification

Question 13 Question Id : 44
When using the parity bit method, how does the receiver determine if an error has occurred during transmission?
Answer : Option Id
(A) By counting the number of ones in the data
44001

(B) By comparing the parity bit with the data


44002

(C) By performing modulo arithmetic


44003

(D) By comparing the number of ones with the parity bit


44004

Right Answer : Right Option Id : 44002


By comparing the parity bit with the data

Question 14 Question Id : 43
Algorithm analysis is primarily concerned with:
Answer : Option Id
(A) Determining the best algorithm for a specific problem
43001

(B) Measuring the time and space efficiency of an algorithm


43002

(C) Creating new algorithms from scratch


43003

(D) Solving algorithmic problems using any available approach


43004

Right Answer : Right Option Id : 43002


Measuring the time and space efficiency of an algorithm

Question 15 Question Id : 42

Answer : Option Id
(A) g(n) is a lower bound on f(n)
42001

(B) g(n) is an upper bound on f(n)


42002

(C) g(n) is true


42003

(D) g(n) is false


42004

Right Answer : Right Option Id : 42003


g(n) is true

Question 16 Question Id : 41
When analyzing the time complexity of an algorithm using Big-O notation, what property allows us to ignore lower-order terms?
Answer : Option Id
(A) Reflexivity
41001

(B) Addition
41002

(C) Multiplication
41003

(D) Ignorability of Constants


41004

Right Answer : Right Option Id : 41004


Ignorability of Constants

Question 17 Question Id : 56
In the context of minimum spanning trees, the "cut property" is used to justify the correctness of Prim's algorithm. What does the cut property state?
Answer : Option Id
(A) The algorithm always cuts the maximum weight edge.
56001

(B) The algorithm always cuts the minimum weight edge.


56002

(C) The algorithm always cuts an edge crossing the cut with the minimum weight.
56003

(D) The algorithm always cuts an edge crossing the cut with the maximum weight.
56004

Right Answer : Right Option Id : 56003


The algorithm always cuts an edge crossing the cut with the minimum
weight.

Question 18 Question Id : 57
In the context of the All-Pair Shortest Paths algorithm, what does the term "transitive property" refer to?
Answer : Option Id
(A) The property of having a cyclic path
57001

(B) The property of having all vertices connected to each other


57002

(C) The property of being able to reach one vertex from another
57003

(D) The property of a path being shorter than another path


57004

Right Answer : Right Option Id : 57003


The property of being able to reach one vertex from another

Question 19 Question Id : 58
What is the time complexity of Merge Sort for sorting an array of size "n"?
Answer : Option Id
(A) O(n)
58001

(B) O(log n)
58002

(C) O(n log n)


58003

(D) O(n^2)
58004

Right Answer : Right Option Id : 58003


O(n log n)

Question 20 Question Id : 67
In a Binary Search Tree (BST), the operation of deleting a node with one child involves:
Answer : Option Id
(A) Removing the node and replacing it with its left child
67001

(B) Removing the node and replacing it with its right child
67002

(C) Removing the node and replacing it with its parent


67003

(D) Removing the node and leaving the subtree unaltered


67004

Right Answer : Right Option Id : 67003


Removing the node and replacing it with its parent

Question 21 Question Id : 73
Counting Sort is particularly efficient for sorting arrays where the range of elements is:
Answer : Option Id
(A) Very large
73001

(B) Very small


73002

(C) Constant
73003

(D) Sorted
73004

Right Answer : Right Option Id : 73002


Very small
Question 22 Question Id : 72
Index sequential search is an improvement over sequential search that uses:
Answer : Option Id
(A) Linked lists for efficient searching
72001

(B) Arrays for efficient searching


72002

(C) Hashing for efficient searching


72003

(D) Binary search trees for efficient searching


72004

Right Answer : Right Option Id : 72001


Linked lists for efficient searching

Question 23 Question Id : 71
Which implementation of a stack requires a fixed amount of memory allocated for a fixed number of elements?
Answer : Option Id
(A) Array implementation
71001

(B) Linked implementation


71002

(C) Dynamic implementation


71003

(D) Static implementation


71004

Right Answer : Right Option Id : 71001


Array implementation

Question 24 Question Id : 70
In the context of linked lists, what is the time complexity for inserting a node at the end of the list, assuming "n" is the number of nodes?
Answer : Option Id
(A) O(1)
70001

(B) O(n)
70002

(C) O(log n)
70003

(D) O(n^2)
70004

Right Answer : Right Option Id : 70002


O(n)

Question 25 Question Id : 69
The Tower of Hanoi problem is a classic example of a problem that can be solved using recursion. How many minimum moves are required to solve the
Tower of Hanoi problem with 3 disks?
Answer : Option Id
(A) 3
69001

(B) 7
69002

(C) 15
69003

(D) 63
69004

Right Answer : Right Option Id : 69002


7

Question 26 Question Id : 68
In a triplet representation of a sparse matrix, each non-zero element is represented by:
Answer : Option Id
(A) Its value and column index
68001

(B) Its value, row index, and column index


68002

(C) Its value and row index


68003

(D) Its row index


68004

Right Answer : Right Option Id : 68002


Its value, row index, and column index

Question 27 Question Id : 66
Which method is used to transfer small amounts of data between the CPU and I/O device using programmed I/O?
Answer : Option Id
(A) Polling
66001

(B) DMA
66002

(C) Interrupt-Driven I/O


66003

(D) Parallel I/O


66004

Right Answer : Right Option Id : 66001


Polling

Question 28 Question Id : 59
The "inode" in a Unix-like file system is used to:
Answer : Option Id
(A) Store the contents of the file
59001

(B) Store the file's name and location


59002

(C) Store the attributes and metadata of the file


59003

(D) Store the directory structure of the file system


59004

Right Answer : Right Option Id : 59003


Store the attributes and metadata of the file

Question 29 Question Id : 65
Which storage allocation strategy allocates the largest available block of memory to a process, ensuring that the remaining space is maximized?
Answer : Option Id
(A) Best Fit
65001

(B) Worst Fit


65002

(C) First Fit


65003

(D) Next Fit


65004

Right Answer : Right Option Id : 65002


Worst Fit

Question 30 Question Id : 64
The main advantage of the overlay technique in memory management is that it allows:
Answer : Option Id
(A) Processes to be loaded into memory as a whole
64001

(B) Processes to share memory partitions


64002

(C) Large programs to be executed on systems with limited memory


64003
(D) Processes to communicate directly with each other
64004

Right Answer : Right Option Id : 64003


Large programs to be executed on systems with limited memory

Question 31 Question Id : 63
Which of the following is a solution to the deadlock problem that involves ensuring that processes hold all required resources before starting execution?
Answer : Option Id
(A) Avoidance
63001

(B) Detection
63002

(C) Prevention
63003

(D) Termination
63004

Right Answer : Right Option Id : 63003


Prevention

Question 32 Question Id : 62
The process of acquiring a semaphore and entering a critical section while ensuring mutual exclusion is often called:
Answer : Option Id
(A) Wait-free synchronization
62001

(B) Lock-free synchronization


62002

(C) Critical section synchronization


62003

(D) Barrier synchronization


62004

Right Answer : Right Option Id : 62003


Critical section synchronization

Question 33 Question Id : 61
In a preemptive multitasking system, a process in the "running" state may be interrupted by:
Answer : Option Id
(A) An I/O operation
61001

(B) Another process


61002

(C) A hardware error


61003

(D) The user


61004

Right Answer : Right Option Id : 61002


Another process

Question 34 Question Id : 60
Which command is used to remove a relation from an SQL?
Answer : Option Id
(A) Drop table
60001

(B) Delete
60002

(C) Purge
60003

(D) Remove
60004

Right Answer : Right Option Id : 60001


Drop table
Question 35 Question Id : 40
Rows of a relation are known as the _______.
Answer : Option Id
(A) Degree
40001

(B) Tuples
40002

(C) Entity
40003

(D) All of the above


40004

Right Answer : Right Option Id : 40002


Tuples

Question 36 Question Id : 39
The term "DFD" stands for?
Answer : Option Id
(A) Data file diagram
39001

(B) Data flow document


39002

(C) Data flow diagram


39003

(D) None of the above


39004

Right Answer : Right Option Id : 39003


Data flow diagram

Question 37 Question Id : 38
Which one of the following commands is used for removing (or deleting) a relation forms the SQL database?
Answer : Option Id
(A) Delete
38001

(B) Drop
38002

(C) Remove
38003

(D) All of the above


38004

Right Answer : Right Option Id : 38002


Drop

Question 38 Question Id : 37
Database Management System is a type of _________software
Answer : Option Id
(A) It is a kind of application software
37001

(B) It is a kind of general software


37002

(C) It is a type of system software


37003

(D) None of the above


37004

Right Answer : Right Option Id : 37003


It is a type of system software

Question 39 Question Id : 17
Which one of the following is a type of Data Manipulation Command?
Answer : Option Id
(A) Delete
17001

(B) Alter
17002

(C) Create
17003

(D) All of the above


17004

Right Answer : Right Option Id : 17001


Delete

Question 40 Question Id : 16
A report generator is used to
Answer : Option Id
(A) Update file
16001

(B) Print file on paper


16002

(C) Both of the above


16003

(D) None of the above


16004

Right Answer : Right Option Id : 16002


Print file on paper

Question 41 Question Id : 15
What is the main purpose of the Data Link Control in the data link layer?
Answer : Option Id
(A) Error correction
15001

(B) Data encryption


15002

(C) Data routing


15003

(D) Data framing


15004

Right Answer : Right Option Id : 15004


Data framing

Question 42 Question Id : 14
What is the primary function of SNMP (Simple Network Management Protocol)?
Answer : Option Id
(A) File transfer
14001

(B) Remote terminal access


14002

(C) Network management and monitoring


14003

(D) Web browsing


14004

Right Answer : Right Option Id : 14003


Network management and monitoring

Question 43 Question Id : 13
Which sublayer of the Data Link Layer manages access to the shared communication medium?
Answer : Option Id
(A) Logical Link Control (LLC)
13001

(B) Media Access Control (MAC)


13002

(C) Flow Control Sublayer


13003
(D) Error Control Sublayer
13004

Right Answer : Right Option Id : 13002


Media Access Control (MAC)

Question 44 Question Id : 12
Frame design in the Data Link Layer includes:
Answer : Option Id
(A) Deciding the routing path for data packets
12001

(B) Defining the structure of data frames


12002

(C) Assigning IP addresses to devices


12003

(D) Setting the data transmission rate


12004

Right Answer : Right Option Id : 12002


Defining the structure of data frames

Question 45 Question Id : 11
A socket is used for:
Answer : Option Id
(A) Physical data transmission
11001

(B) Process-to-process communication


11002

(C) Storing network protocols


11003

(D) Network management


11004

Right Answer : Right Option Id : 11002


Process-to-process communication

Question 46 Question Id : 10
SNMP (Simple Network Management Protocol) is used for:
Answer : Option Id
(A) Managing network devices and monitoring
10001

(B) Secure data transmission


10002

(C) Routing data between networks


10003

(D) Ensuring data integrity


10004

Right Answer : Right Option Id : 10001


Managing network devices and monitoring

Question 47 Question Id : 9
TCP regulates the end-to-end packet flow by use of:
Answer : Option Id
(A) Source quench messages
9001

(B) A window size advertisement


9002

(C) Fixed size segments


9003

(D) Binary exponential backoff


9004

Right Answer : Right Option Id : 9002


A window size advertisement
Question 48 Question Id : 8
What is the primary purpose of Software Requirements Specification (SRS) documents?
Answer : Option Id
(A) To list the programming languages used
8001

(B) To describe the user interface design


8002

(C) To define the software's functional and non-functional requirements


8003

(D) To specify the hardware components required


8004

Right Answer : Right Option Id : 8003


To define the software's functional and non-functional requirements

Question 49 Question Id : 7
White Box Testing is also known as:
Answer : Option Id
(A) Functional Testing
7001

(B) Black Box Testing


7002

(C) Glass Box Testing


7003

(D) Unit Testing


7004

Right Answer : Right Option Id : 7003


Glass Box Testing

Question 50 Question Id : 6
Delphi and COCOMO are techniques used for estimating:
Answer : Option Id
(A) Software size
6001

(B) Software reliability


6002

(C) Software complexity


6003

(D) Software development cost


6004

Right Answer : Right Option Id : 6004


Software development cost

Question 51 Question Id : 5
What is the purpose of staffing level estimation in software project management?
Answer : Option Id
(A) To determine the number of hardware components required
5001

(B) To identify potential risks in the project


5002

(C) To allocate appropriate resources to the project


5003

(D) To estimate the maintenance costs of the software


5004

Right Answer : Right Option Id : 5003


To allocate appropriate resources to the project

Question 52 Question Id : 4
In the context of software project management, what is LOC an acronym for?
Answer : Option Id
(A) Line of Change
4001
(B) Level of Complexity
4002

(C) Lines of Code


4003

(D) List of Components


4004

Right Answer : Right Option Id : 4003


Lines of Code

Question 53 Question Id : 3
Which maintenance process model focuses on fixing defects as they are identified?
Answer : Option Id
(A) Waterfall Model
3001

(B) Corrective Maintenance


3002

(C) Perfective Maintenance


3003

(D) Adaptive Maintenance


3004

Right Answer : Right Option Id : 3002


Corrective Maintenance

Question 54 Question Id : 18
The model used for estimating software maintenance costs is called:
Answer : Option Id
(A) COCOMO
18001

(B) Putnam's Model


18002

(C) Musa's Basic Model


18003

(D) Boehm's Model


18004

Right Answer : Right Option Id : 18002


Putnam's Model

Question 55 Question Id : 2
What is encapsulation in OOP?
Answer : Option Id
(A) The ability to inherit properties from multiple classes
2001

(B) The process of creating objects


2002

(C) The bundling of data and methods that operate on the data
2003

(D) The use of abstract classes only


2004

Right Answer : Right Option Id : 2003


The bundling of data and methods that operate on the data

Question 56 Question Id : 19
Which keyword is used to define an abstract method within an abstract class?
Answer : Option Id
(A) abstract
19001

(B) virtual
19002

(C) override
19003

(D) implement
19004
Right Answer : Right Option Id : 19001
abstract

Question 57 Question Id : 21
What is the purpose of data abstraction in OOP?
Answer : Option Id
(A) To hide the implementation details
21001

(B) To expose all internal details


21002

(C) To limit the scope of data


21003

(D) To make methods public


21004

Right Answer : Right Option Id : 21001


To hide the implementation details

Question 58 Question Id : 36
What is polymorphism in OOP?
Answer : Option Id
(A) Using abstract classes only
36001

(B) The ability of objects to take on multiple forms


36002

(C) A type of inheritance


36003

(D) A method with no implementation


36004

Right Answer : Right Option Id : 36002


The ability of objects to take on multiple forms

Question 59 Question Id : 35
Which type of method does not have an implementation in the base class and must be overridden by derived classes?
Answer : Option Id
(A) Virtual method
35001

(B) Abstract method


35002

(C) Sealed method


35003

(D) Static method


35004

Right Answer : Right Option Id : 35002


Abstract method

Question 60 Question Id : 34
Which keyword is used to indicate that a class cannot be inherited by other classes?
Answer : Option Id
(A) sealed
34001

(B) final
34002

(C) private
34003

(D) static
34004

Right Answer : Right Option Id : 34001


sealed
Question 61 Question Id : 33
Which keyword is used to indicate that a class or method can be accessed by other classes within the same package?
Answer : Option Id
(A) private
33001

(B) protected
33002

(C) package-private
33003

(D) public
33004

Right Answer : Right Option Id : 33003


package-private

Question 62 Question Id : 32
What is the function of a DNS (Domain Name System)?
Answer : Option Id
(A) Sending emails
32001

(B) Translating domain names to IP addresses


32002

(C) Managing databases


32003

(D) Providing website security


32004

Right Answer : Right Option Id : 32002


Translating domain names to IP addresses

Question 63 Question Id : 31
What is the purpose of CSS media queries?
Answer : Option Id
(A) To add multimedia content to a webpage
31001

(B) To create animations


31002

(C) To apply different styles based on the device's characteristics


31003

(D) To define color schemes for a website


31004

Right Answer : Right Option Id : 31003


To apply different styles based on the device's characteristics

Question 64 Question Id : 30
How can you make an asynchronous request to a server in JavaScript?
Answer : Option Id
(A) Using the "async" keyword
30001

(B) Using the "await" keyword


30002

(C) Using the fetch API or XMLHttpRequest


30003

(D) By defining a callback function


30004

Right Answer : Right Option Id : 30003


Using the fetch API or XMLHttpRequest

Question 65 Question Id : 29
What is the role of a Document Type Definition (DTD) in XML?
Answer : Option Id
(A) It defines the structure and data types of XML documents.
29001
(B) It provides a list of external resources for an XML document.
29002

(C) It specifies the styling rules for XML elements.


29003

(D) It encrypts the content of an XML document


29004

Right Answer : Right Option Id : 29001


It defines the structure and data types of XML documents.

Question 66 Question Id : 28
Which programming languages are commonly supported by Dreamweaver for web development?
Answer : Option Id
(A) Python and Ruby
28001

(B) HTML and CSS @


28002

(C) C++ and Java


28003

(D) PHP and MySQL


28004

Right Answer : Right Option Id : 28002


HTML and CSS @

Question 67 Question Id : 27
What is the purpose of SQL injection attacks?
Answer : Option Id
(A) To increase the performance of database queries
27001

(B) To bypass authentication systems


27002

(C) To improve database security


27003

(D) To enhance data encryption


27004

Right Answer : Right Option Id : 27002


To bypass authentication systems

Question 68 Question Id : 26
Which of the following is not a part of quin-tuple (five tuple) finite automata?
Answer : Option Id
(A) Input alphabet
26001

(B) Output Alphabet


26002

(C) Initial State


26003

(D) Transition function


26004

Right Answer : Right Option Id : 26002


Output Alphabet

Question 69 Question Id : 25

Answer : Option Id
(A) 1
25001

(B) 2
25002

(C) 3
25003

(D) 4
25004

Right Answer : Right Option Id : 25003


3

Question 70 Question Id : 24

Answer : Option Id
(A) 3
24001

(B) 7
24002

(C) 5
24003

(D) 6
24004

Right Answer : Right Option Id : 24003


5

Question 71 Question Id : 23
A grammar that produces more than one parse tree for the same sentence is called
Answer : Option Id
(A) Contiguous
23001

(B) Ambiguous
23002

(C) Unambiguous
23003

(D) Regular
23004

Right Answer : Right Option Id : 23002


Ambiguous

Question 72 Question Id : 22

Answer : Option Id
(A) 4
22001

(B) 5
22002

(C) 6
22003

(D) 7
22004

Right Answer : Right Option Id : 22002


5

Question 73 Question Id : 74
The language L={0ᵐ1ᵐ0ᵐ| m ≥ 1} is a
Answer : Option Id
(A) Regular language
74001

(B) Context free language


74002

(C) Both (A) and (B)


74003

(D) None of these


74004

Right Answer : Right Option Id : 74004


None of these

Question 74 Question Id : 20
Which of the following is true for the language: { ap| p is a prime}
Answer : Option Id
(A) It is regular but not context-free
20001

(B) It is neither regular nor context-free, but accepted by a Turing machine


20002

(C) It is not accepted by a Turing Machine


20003

(D) It is context-free but not regular


20004

Right Answer : Right Option Id : 20003


It is not accepted by a Turing Machine

Question 75 Question Id : 75
Which among the following is not true about IoT?
Answer : Option Id
(A) IoT uses Micro Controllers
75001

(B) IoT is fully safe


75002

(C) IoT uses Sensors and Actuators


75003

(D) IoT uses wireless technology


75004

Right Answer : Right Option Id : 75002


IoT is fully safe

Question 76 Question Id : 78
__________ is a light weight IoT protocol
Answer : Option Id
(A) IP
78001

(B) CoAP
78002

(C) HTTP
78003

(D) MQTT
78004

Right Answer : Right Option Id : 78004


MQTT

Question 77 Question Id : 92
SCADA is a ______________.
Answer : Option Id
(A) Hardware
92001

(B) System
92002

(C) Process
92003

(D) Protocol
92004

Right Answer : Right Option Id : 92003


Process
Question 78 Question Id : 93
What is the role of the MISO pin in the RFID Module?
Answer : Option Id
(A) Master In Slave Out
93001

(B) Manage Internal Slave Output


93002

(C) Master Internal Search Optimization


93003

(D) Manage Input Slave Op


93004

Right Answer : Right Option Id : 93001


Master In Slave Out

Question 79 Question Id : 94
ZigBee architecture has ________layers?
Answer : Option Id
(A) 4
94001

(B) 5
94002

(C) 6
94003

(D) 7
94004

Right Answer : Right Option Id : 94002


5

Question 80 Question Id : 97
Resource management includes?
Answer : Option Id
(A) IoT devices
97001

(B) IoT cloud


97002

(C) IoT web


97003

(D) IoT networks


97004

Right Answer : Right Option Id : 97002


IoT cloud

Question 81 Question Id : 96
AI is about
Answer : Option Id
(A) Playing games on Computer
96001

(B) Making a machine intelligent


96002

(C) putting human intelligence into computer


96003

(D) None of these


96004

Right Answer : Right Option Id : 96002


Making a machine intelligent

Question 82 Question Id : 91
The components expert system is/ are
Answer : Option Id
(A) Knowledge Base
91001
(B) Inference Engine
91002

(C) User Interface


91003

(D) All of the above


91004

Right Answer : Right Option Id : 91004


All of the above

Question 83 Question Id : 98
Where will the Hill Climbing Algorithm terminate?
Answer : Option Id
(A) Stopping Criterion met
98001

(B) Global Min/Max is achieved


98002

(C) No neighbor has higher value


98003

(D) All of the above


98004

Right Answer : Right Option Id : 98003


No neighbor has higher value

Question 84 Question Id : 99
Forward chaining systems are _____________ where as backward chaining systems are _________
Answer : Option Id
(A) Goal-driven, goal-driven
99001

(B) Goal-driven, data-driven


99002

(C) Data-driven, goal-driven


99003

(D) Data-driven, data-driven


99004

Right Answer : Right Option Id : 99003


Data-driven, goal-driven

Question 85 Question Id : 100


Building blocks of a frame structure are?
Answer : Option Id
(A) Facts and Data
100001

(B) Procedure and Default values


100002

(C) Frame names


100003

(D) Frame inference in hierarchy


100004

Right Answer : Right Option Id : 100001


Facts and Data

Question 86 Question Id : 95
The advantage of using an expert system development tool is___________?
Answer : Option Id
(A) imposed structure
95001

(B) knowledge engineering assistance


95002

(C) rapid prototyping


95003

(D) all of the mentioned


95004
Right Answer : Right Option Id : 95004
all of the mentioned

Question 87 Question Id : 90
Which of the following is not a Capabilities of Expert Systems?
Answer : Option Id
(A) Advising
90001

(B) Demonstrating
90002

(C) Explaining
90003

(D) Expanding
90004

Right Answer : Right Option Id : 90004


Expanding

Question 88 Question Id : 77
Which products are people most likely to be more uncomfortable buying on the Internet?
Answer : Option Id
(A) Books
77001

(B) Movie ticket


77002

(C) Furniture
77003

(D) None of the above


77004

Right Answer : Right Option Id : 77003


Furniture

Question 89 Question Id : 88
Which of the following are advantages normally associated with B2B e‐commerce?
Answer : Option Id
(A) Wide Reach
88001

(B) Shorter Cycle Time


88002

(C) Reduced Cost


88003

(D) All of the above


88004

Right Answer : Right Option Id : 88004


All of the above

Question 90 Question Id : 87
Which form of e‐marketplace brings together buyers and sellers from multiple industries, often for MRO materials?
Answer : Option Id
(A) Horizontal
87001

(B) Vertical
87002

(C) integrated
87003

(D) isolated
87004

Right Answer : Right Option Id : 87001


Horizontal
Question 91 Question Id : 89
The study of encryption is called‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐
Answer : Option Id
(A) Encryption
89001

(B) Cryptography
89002

(C) Decryption
89003

(D) None of the above


89004

Right Answer : Right Option Id : 89002


Cryptography

Question 92 Question Id : 86
OTP stands for
Answer : Option Id
(A) One time password
86001

(B) One time Process


86002

(C) One time processor


86003

(D) One time Processing


86004

Right Answer : Right Option Id : 86001


One time password

Question 93 Question Id : 85
Secret key is used for
Answer : Option Id
(A) Public Key Cryptography
85001

(B) Private key cryptography


85002

(C) Asymetric Key Cryptography


85003

(D) None of the above


85004

Right Answer : Right Option Id : 85002


Private key cryptography

Question 94 Question Id : 84
Real time streaming protocol is used ___________
Answer : Option Id
(A) to control streaming media servers
84001

(B) for establishing and controlling media sessions between endpoints


84002

(C) to provide real time control of playback of media files from the server
84003

(D) All of the above


84004

Right Answer : Right Option Id : 84004


All of the above

Question 95 Question Id : 76
In Audio and Video Compression, term RBG expresses_________
Answer : Option Id
(A) red, black, grey
76001
(B) blue, grey, white.
76002

(C) red, blue, green.


76003

(D) red, bluish, greyish.


76004

Right Answer : Right Option Id : 76003


red, blue, green.

Question 96 Question Id : 83
MP3 produces three data rates from 96 Kbps to_____________
Answer : Option Id
(A) 164 kbps
83001

(B) 256 kbps


83002

(C) 128 kbps


83003

(D) 320 kbps


83004

Right Answer : Right Option Id : 83001


164 kbps

Question 97 Question Id : 82
___________ is basically a form of pictorial presentation.
Answer : Option Id
(A) Photography
82001

(B) Animations
82002

(C) Drawing
82003

(D) Creativity
82004

Right Answer : Right Option Id : 82002


Animations

Question 98 Question Id : 81
What are the categories of digital image processing?
Answer : Option Id
(A) Image Enhancement
81001

(B) Image Classification and Analysis


81002

(C) Image Transformation


81003

(D) All of the mentioned


81004

Right Answer : Right Option Id : 81004


All of the mentioned

Question 99 Question Id : 80
Which of the following is the first and foremost step in Image Processing?
Answer : Option Id
(A) Image acquisition
80001

(B) Segmentation
80002

(C) Image enhancement


80003

(D) Image restoration


80004
Right Answer : Right Option Id : 80001
Image acquisition

Question 100 Question Id : 79


Which of the following is the next step in image processing after compression?
Answer : Option Id
(A) Representation and description
79001

(B) Morphological processing


79002

(C) Segmentation
79003

(D) Wavelets
79004

Right Answer : Right Option Id : 79002


Morphological processing

Art Of Teaching

Question 101 Question Id : 120


In a class with large strength the best used method is
Answer : Option Id
(A) debate and discussion
120001

(B) group work


120002

(C) lecture
120003

(D) sely study


120004

Right Answer : Right Option Id : 120003


lecture

Question 102 Question Id : 121


To improve co-operation in a mixed class of boys and girls the best method will be
Answer : Option Id
(A) group work
121001

(B) lecture
121002

(C) demonstration
121003

(D) blended
121004

Right Answer : Right Option Id : 121001


group work

Question 103 Question Id : 125


One of them is not the focal point of tripolar process of teaching
Answer : Option Id
(A) teaching methods
125001

(B) teacher
125002

(C) pupil
125003

(D) content
125004

Right Answer : Right Option Id : 125001


teaching methods
Question 104 Question Id : 123
The goal of teaching is
Answer : Option Id
(A) to give information
123001

(B) involve people in activity


123002

(C) to inculcate knowledge


123003

(D) desirable change in behaviour


123004

Right Answer : Right Option Id : 123004


desirable change in behaviour

Question 105 Question Id : 124


Inductive method is
Answer : Option Id
(A) drilling
124001

(B) exercising
124002

(C) moving from specific to general


124003

(D) moving from general to specific


124004

Right Answer : Right Option Id : 124003


moving from specific to general

Question 106 Question Id : 119


Socratic method is
Answer : Option Id
(A) lecture demonstration
119001

(B) inquiry
119002

(C) question Answer


119003

(D) drill
119004

Right Answer : Right Option Id : 119003


question Answer

Question 107 Question Id : 117


One of them is not true about project method
Answer : Option Id
(A) it is teacher centred
117001

(B) accomplished in real life


117002

(C) happens in social environment


117003

(D) purposeful activity


117004

Right Answer : Right Option Id : 117001


it is teacher centred

Question 108 Question Id : 126


Drama or role play is best suited to teach
Answer : Option Id
(A) science
126001
(B) Maths
126002

(C) History
126003

(D) geography
126004

Right Answer : Right Option Id : 126003


History

Question 109 Question Id : 127


Example of a psychomotor activity is
Answer : Option Id
(A) performs an experiment
127001

(B) narrates a story


127002

(C) demonstrates
127003

(D) computes result of two experiment


127004

Right Answer : Right Option Id : 127001


performs an experiment

Question 110 Question Id : 128


The rule of presenting the contents to make them easy is
Answer : Option Id
(A) method of teaching
128001

(B) maxims of teaching


128002

(C) techniques of teaching


128003

(D) teaching strategies


128004

Right Answer : Right Option Id : 128002


maxims of teaching

Question 111 Question Id : 129


Set induction relates to
Answer : Option Id
(A) previous knowledge
129001

(B) new knowledge


129002

(C) specific objectives


129003

(D) statement of aim


129004

Right Answer : Right Option Id : 129001


previous knowledge

Question 112 Question Id : 108


Home work in a lesson plan should realte to
Answer : Option Id
(A) previous knowledge
108001

(B) recapitulation
108002

(C) student activity


108003

(D) new ideas realted to previous knowledge


108004
Right Answer : Right Option Id : 108004
new ideas realted to previous knowledge

Question 113 Question Id : 130


Probing question in a lesson plan demands
Answer : Option Id
(A) previous knowledge
130001

(B) prior experience


130002

(C) content knowledge


130003

(D) all the above


130004

Right Answer : Right Option Id : 130004


all the above

Question 114 Question Id : 122


To assertain that specific objective has been achieved we use
Answer : Option Id
(A) black board
122001

(B) statement of aim


122002

(C) recapitulation
122003

(D) evaluation
122004

Right Answer : Right Option Id : 122004


evaluation

Question 115 Question Id : 118


Teaching point is mentioned in the lesson plan in
Answer : Option Id
(A) the first column
118001

(B) second column


118002

(C) third column


118003

(D) fourth column


118004

Right Answer : Right Option Id : 118001


the first column

Question 116 Question Id : 115


In which type of test the analysis of item is necessary:
Answer : Option Id
(A) Standardized test
115001

(B) Teacher made tests


115002

(C) Both A and B


115003

(D) None of the above


115004

Right Answer : Right Option Id : 115001


Standardized test
Question 117 Question Id : 116
In which type of test the students’ performance is compared with other students:
Answer : Option Id
(A) Objective referenced test
116001

(B) Norm-referenced test


116002

(C) Criterion-referenced test


116003

(D) None of the above


116004

Right Answer : Right Option Id : 116002


Norm-referenced test

Question 118 Question Id : 101


The planned interview is called:
Answer : Option Id
(A) Structural interview
101001

(B) Focused interview


101002

(C) Panel interview


101003

(D) Group interview


101004

Right Answer : Right Option Id : 101001


Structural interview

Question 119 Question Id : 102


In which interview method, the discussion is concentrated on one method:
Answer : Option Id
(A) Structural interview
102001

(B) Focused interview


102002

(C) Panel interview


102003

(D) Group interview


102004

Right Answer : Right Option Id : 102002


Focused interview

Question 120 Question Id : 104


Item analysis generally focuses to find out:
Answer : Option Id
(A) Effectiveness of distractors
104001

(B) Facility index


104002

(C) Discrimination power


104003

(D) All of the above


104004

Right Answer : Right Option Id : 104004


All of the above

Question 121 Question Id : 105


In the true-false test the most significant advantage is:
Answer : Option Id
(A) Elimination of guessing
105001

(B) Wide sampling


105002

(C) Items validity


105003

(D) None of the above


105004

Right Answer : Right Option Id : 105002


Wide sampling

Question 122 Question Id : 106


If any item has difficulty index 5% then it is:
Answer : Option Id
(A) Difficult
106001

(B) Very easy


106002

(C) Easy
106003

(D) Acceptable
106004

Right Answer : Right Option Id : 106001


Difficult

Question 123 Question Id : 107


Generally the type of marking and reporting system is:
Answer : Option Id
(A) Letters to the parent
107001

(B) Traditional marking system


107002

(C) Pass-fail system


107003

(D) All above


107004

Right Answer : Right Option Id : 107004


All above

Question 124 Question Id : 103


Measurement is basically the:
Answer : Option Id
(A) Numerical value
103001

(B) Qualitative value


103002

(C) Value judgment


103003

(D) None of the above


103004

Right Answer : Right Option Id : 103001


Numerical value

Question 125 Question Id : 109


Basically evaluation is:
Answer : Option Id
(A) Qualitative value
109001

(B) Numerical value


109002

(C) Value judgment


109003

(D) None of the above


109004
Right Answer : Right Option Id : 109003
Value judgment

Question 126 Question Id : 110


In a paper the score of a student is:
Answer : Option Id
(A) Evaluation
110001

(B) Test
110002

(C) Measurement
110003

(D) All of the above


110004

Right Answer : Right Option Id : 110003


Measurement

Question 127 Question Id : 111


A test usually answers the question:
Answer : Option Id
(A) How good
111001

(B) How well


111002

(C) How much


111003

(D) None of the above


111004

Right Answer : Right Option Id : 111004


None of the above

Question 128 Question Id : 112


______ is used to monitor the learning process.
Answer : Option Id
(A) Summative evaluation
112001

(B) Formative evaluation


112002

(C) Placement evaluation


112003

(D) All of the above


112004

Right Answer : Right Option Id : 112002


Formative evaluation

Question 129 Question Id : 113


Which scale is used for attitude measurement?
Answer : Option Id
(A) Projective scale
113001

(B) Likert scale


113002

(C) Ordinal scale


113003

(D) Technical scale


113004

Right Answer : Right Option Id : 113002


Likert scale
Question 130 Question Id : 114
An aptitude test is used to measure:
Answer : Option Id
(A) Present attainment
114001

(B) Attained ability


114002

(C) Potential ability


114003

(D) Overall mental ability


114004

Right Answer : Right Option Id : 114002


Attained ability

Other Skills

Question 131 Question Id : 149


Who among the following is known to oppose the Age of consent bill?
Answer : Option Id
(A) Behramji Malabari
149001

(B) Bal Gangadhar Tilak


149002

(C) Mahatma Gandhi


149003

(D) Bipin Chandra Pal


149004

Right Answer : Right Option Id : 149002


Bal Gangadhar Tilak

Question 132 Question Id : 148


Which Indian state share the longest land border with Bhutan?
Answer : Option Id
(A) Assam
148001

(B) Sikkim
148002

(C) Arunachal Pradesh


148003

(D) West Bengal


148004

Right Answer : Right Option Id : 148001


Assam

Question 133 Question Id : 147


The power of the commercial banks to expand deposits through expanding their loans and advances is known as which among the following?
Answer : Option Id
(A) Capital Expansion
147001

(B) Credit Expansion


147002

(C) Credit Control


147003

(D) Credit Creation


147004

Right Answer : Right Option Id : 147004


Credit Creation

Question 134 Question Id : 146


Bihar Socialist Party was born in 1934 with its Secretary
Answer : Option Id
(A) Acharya Narendra Dev
146001
(B) Jayaprakash Narayan
146002

(C) Rambriksh Benipuri


146003

(D) Karpoori Thakur


146004

Right Answer : Right Option Id : 146002


Jayaprakash Narayan

Question 135 Question Id : 145


.‘Siyom bridge’ has been inaugurated in which state/UT?
Answer : Option Id
(A) Assam
145001

(B) Jammu and Kashmir


145002

(C) Arunachal Pradesh


145003

(D) Punjab
145004

Right Answer : Right Option Id : 145003


Arunachal Pradesh

Question 136 Question Id : 144


Which one of these does NOT refer to the direct use of forest products?
Answer : Option Id
(A) Grass for grazing
144001

(B) Gums and resins


144002

(C) Medicine
144003

(D) Bamboo for baskets


144004

Right Answer : Right Option Id : 144002


Gums and resins

Question 137 Question Id : 143


Which of these does not constitute to be a reason for the loss of forests?
Answer : Option Id
(A) Extinction of species
143001

(B) Increasing use of sood


143002

(C) Building dams and mining


143003

(D) Extensive usage of fuel woods


143004

Right Answer : Right Option Id : 143001


Extinction of species

Question 138 Question Id : 142


Which of these days is celebrated in the form of World Environment Day all around the world?
Answer : Option Id
(A) July 5th
142001

(B) June 10th


142002

(C) October 20th


142003

(D) June 5th


142004
Right Answer : Right Option Id : 142004
June 5th

Question 139 Question Id : 141


In which of these following can we find Brackish water ecosystems?
Answer : Option Id
(A) Wetlands
141001

(B) Streams
141002

(C) Deltas
141003

(D) Coastal shallows


141004

Right Answer : Right Option Id : 141003


Deltas

Question 140 Question Id : 131


Which drug is associated with the tea or coffee plant source?
Answer : Option Id
(A) Camphor
131001

(B) Caffeine
131002

(C) Thorn Apple


131003

(D) Opium Poppy


131004

Right Answer : Right Option Id : 131002


Caffeine

Question 141 Question Id : 139


Average age of 5 people is 42 years. Another group has 8 people who have average age of 81 years. When both groups are mixed what is average age of all
people?
Answer : Option Id
(A) 64 years
139001

(B) 66 years
139002

(C) 61.5 years


139003

(D) 70 years
139004

Right Answer : Right Option Id : 139002


66 years

Question 142 Question Id : 138


Find the Compound Interest on Rs. 1000 for two years at 2% per annum.
Answer : Option Id
(A) 20
138001

(B) 20.5
138002

(C) 20.4
138003

(D) 20.6
138004

Right Answer : Right Option Id : 138003


20.4
Question 143 Question Id : 137
Arrange the fractions in ascending order
Answer : Option Id
(A) 5/8 < 7/12 < 3/4< 13/16
137001

(B) 5/8 < 7/12 < 13/16 < 3/4


137002

(C) 5/8 < 3/4< 13/16 < 7/12


137003

(D) 7/12 < 5/8 < 3/4< 13/16


137004

Right Answer : Right Option Id : 137004


7/12 < 5/8 < 3/4< 13/16

Question 144 Question Id : 136


LCM of two numbers is 138. But their GCD is 23. The numbers are in a ratio 1:6. Which is the largest number amongst the two?
Answer : Option Id
(A) 46
136001

(B) 138
136002

(C) 69
136003

(D) 23
136004

Right Answer : Right Option Id : 136002


138

Question 145 Question Id : 135


If a tower 6m high casts a shadow of 2√3 m long on the ground, then the sun’s elevation is:
Answer : Option Id
(A) 60°
135001

(B) 45°
135002

(C) 30°
135003

(D) 90°
135004

Right Answer : Right Option Id : 135001


60°

Question 146 Question Id : 134


Marathon is to race as hibernation is to
Answer : Option Id
(A) winter
134001

(B) bear
134002

(C) dream
134003

(D) sleep
134004

Right Answer : Right Option Id : 134004


sleep

Question 147 Question Id : 133


Select the option that belongs to the category of words given below.
Cinema, Actor, Director
Answer : Option Id
(A) Book
133001

(B) Disease
133002

(C) Principal
133003

(D) Theater
133004

Right Answer : Right Option Id : 133004


Theater

Question 148 Question Id : 132


Look at this series: 7, 10, 8, 11, 9, 12, ... What number should come next?
Answer : Option Id
(A) 7
132001

(B) 10
132002

(C) 12
132003

(D) 13
132004

Right Answer : Right Option Id : 132002


10

Question 149 Question Id : 140


If Z = 52 and ACT = 48, then BAT will be equal to
Answer : Option Id
(A) 39
140001

(B) 41
140002

(C) 44
140003

(D) 46
140004

Right Answer : Right Option Id : 140004


46

Question 150 Question Id : 150


If A is the brother of B; B is the sister of C; and C is the father of D, how D is related to A?
Answer : Option Id
(A) Brother
150001

(B) Sister
150002

(C) Nephew
150003

(D) Cannot be determined


150004

Right Answer : Right Option Id : 150004


Cannot be determined

You might also like