solution - STET Computer Science : Asked Question-2023 (part-1)

Question : What is the main purpose of inheritance in OOP?

Solution :
110078669 Correct Answer : To establish a parent-child relationship between classes

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which principle ensures that only essential information is visible to the outside world?

Solution :
345842838 Correct Answer : Abstraction

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which of the following best defines a class?

Solution :
679939186 Correct Answer : A blueprint for creating objects

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the purpose of the "super" keyword in Java and other similar languages?

Solution :
175740604 Correct Answer : It refers to the superclass in inheritance

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is an abstract class in OOP?

Solution :
764100483 Correct Answer : A class that cannot be instantiated

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which keyword is used to create an instance of a class in most programming languages?

Solution :
755220804 Correct Answer : new

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the purpose of staffing level estimation in software project management?

Solution :
788426841 Correct Answer : To identify potential risks in the project

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which metric is used for estimating the size of a software project?

Solution :
464435100 Correct Answer : Function Points (FP)

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the main goal of System Testing?

Solution :
284397452 Correct Answer : Testing software functionality from the user's perspective

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which testing approach involves testing individual components or units of code?

Solution :
752056222 Correct Answer : Unit Testing

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Reverse engineering is primarily used for:

Solution :
989927127 Correct Answer : Understanding and documenting existing software

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the main goal of software quality assurance?

Solution :
960597942 Correct Answer : To establish and enforce standards and processes to improve software quality

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which software life cycle model allows for iterative development and incorporates risk analysis?

Solution :
863076752 Correct Answer : Spiral model

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the purpose of ARP (Address Resolution Protocol)?

Solution :
589726305 Correct Answer : To map MAC addresses to IP addresses

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Routing involves:

Solution :
955341686 Correct Answer : Determining the best path for data packets

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Contention-based MAC protocols are commonly used in:

Solution :
397039543 Correct Answer : Ethernet networks

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which of the following is NOT a network topology?

Solution :
67620228 Correct Answer : Disk

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Data transmission using multiple pathways simultaneously is known as:

Solution :
838208076 Correct Answer : Parallel Transmission

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is a socket in the context of process-to-process communication?

Solution :
309421962 Correct Answer : A software interface for network communication

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the primary function of routing in the network layer?

Solution :
699150096 Correct Answer : Finding the best path for data

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The term "Data" refers to:

Solution :
781068819 Correct Answer : Row Facts and figures

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The term "FAT" is stands for_____

Solution :
731244988 Correct Answer : File Allocation Table

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The term "DFD" stands for?

Solution :
547639949 Correct Answer : Data flow diagram

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which of the following is a top-down approach in which the entity's higher level can be divided into two lower sub-entities?

Solution :
52189233 Correct Answer : Specialization

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The term "NTFS" refers to which one of the following?

Solution :
727567111 Correct Answer : New Technology File System

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which of the following is correct according to the technology deployed by DBMS?

Solution :
120664812 Correct Answer : Locks are used to maintain transactional integrity and consistency

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is DBMS?

Solution :
922235406 Correct Answer : DBMS stores, modifies and retrieves data

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : In multiprogramming with fixed partitions, if a process requires more memory than is available in a partition, it may lead to:

Solution :
258474776 Correct Answer : Fragmentation

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The purpose of a page table in a paging system is to:

Solution :
355845493 Correct Answer : Translate virtual addresses to physical addresses

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The primary goal of load control is to:

Solution :
713399947 Correct Answer : Ensure that CPU time is evenly distributed among processes

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The I/O subsystem in an operating system is responsible for:

Solution :
921578351 Correct Answer : Managing input/output operations between processes and input/output devices

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : File manipulation operations in an operating system include:

Solution :
217622358 Correct Answer : Reading, writing, and modifying file content

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : In an operating system, a "buffer cache" is used to:

Solution :
231065518 Correct Answer : Store copies of frequently used files in memory

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : A formal model of protection in an operating system provides:

Solution :
645893153 Correct Answer : A mathematical framework for analyzing resource allocation

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The process of removing recursion involves replacing recursive function calls with:

Solution :
486978479 Correct Answer : Loops

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : In the Tower of Hanoi problem with "n" disks, how many moves are required to solve the problem?

Solution :
325653021 Correct Answer : 2^n - 1

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which collision resolution technique involves placing collided elements in the next available empty slot in the hash table?

Solution :
331158491 Correct Answer : Linear probing

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Separate chaining involves storing collided elements in separate data structures, typically in:

Solution :
776949313 Correct Answer : Linked lists

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : In a directed graph, an edge that points from vertex A to vertex B is denoted as:

Solution :
963714327 Correct Answer : (A, B)

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which traversal algorithm is typically implemented using a stack data structure?

Solution :
491918256 Correct Answer : DFS

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : A threaded binary tree is a binary tree in which:

Solution :
524897237 Correct Answer : Each node has a thread connecting it to its predecessor or successor

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Divide and Conquer is an algorithmic paradigm that solves problems by:

Solution :
841410806 Correct Answer : Recursively solving subproblems

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : The recurrence equation T(n) = T(n/2) + 1 represents the time complexity of which algorithmic paradigm?

Solution :
914939941 Correct Answer : Divide and Conquer

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : If an algorithm's behavior is bounded by "o(f(n)) if g(n)", what notation does it become when the condition is removed?

Solution :
759394391 Correct Answer : o(f(n))

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Conditional asymptotic notation allows for a more nuanced analysis of algorithm behavior under specific conditions. This is particularly useful when:

Solution :
973613847 Correct Answer : Algorithm behavior varies based on certain input characteristics

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which term refers to the strategy of optimizing an algorithm's use of resources, often by making sacrifices in one aspect for improvements in another?

Solution :
764610705 Correct Answer : Tradeoff

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which data structure often results in a time-space tradeoff by using extra memory to speed up operations?

Solution :
589230773 Correct Answer : Hash tables

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Microcontrollers find application in various fields. What is a typical application of microcontrollers in the automotive industry?

Solution :
828558411 Correct Answer : Engine control in cars

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : How is the width of the data bus typically measured in a microcomputer system?

Solution :
291635658 Correct Answer : In bits

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which component of an ideal microcomputer is responsible for temporarily holding data and instructions during processing?

Solution :
804344145 Correct Answer : Memory

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : To convert a Gray Code to its binary equivalent, which technique is commonly used?

Solution :
39905207 Correct Answer : Exclusive OR (XOR) operation

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the relationship between the distance between parity bits and their error detection and correction capability in Hamming Code?

Solution :
479161358 Correct Answer : Closer parity bits provide lower error correction capability

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : In binary multiplication using the simple method, what is the first step after aligning the digits and preparing for multiplication?

Solution :
784986239 Correct Answer : Multiply the least significant bit (LSB) by the multiplier

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : If the sum of two positive binary numbers is 11010 and there is a carry-out from the MSB, what should be done to obtain the correct result?

Solution :
905557747 Correct Answer : Add the carry to the least significant bit (LSB)

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Given a Boolean function F(A, B, C) = Σ(0, 1, 2, 3, 5), what is the expression in SOP form?

Solution :
604465495 Correct Answer : A'B' + AB' + AB + AC

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the primary difference between ROM and RAM?

Solution :
365273819 Correct Answer : ROM stores permanent data that cannot be changed, while RAM stores temporary data that can be read and written

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which logic family uses both depletion and enhancement mode MOSFETs for its operation?

Solution :
535765803 Correct Answer : CMOS

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : Which type of register is primarily used to temporarily hold data during arithmetic and logical operations in a microprocessor?

Solution :
811049342 Correct Answer : Accumulator register

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : In a PLA, what components are used to implement the combinational logic functions?

Solution :
766534824 Correct Answer : AND gates and OR gates

Description -

STET Computer Science : Asked Question-2023 (part-1)

Question : What is the simplified expression for the Boolean function F(A, B, C, D) = Σ(0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14) using the K-map method?

Solution :
370472270 Correct Answer : A'B'C'D' + A'B'C'D + A'BC'D + AB'C'D + ABCD

Description -

STET Computer Science : Asked Question-2023 (part-1)