STET Computer Science : Asked Question (2023)
Total Questions : 60
Timer : sec
Question : What is the main purpose of inheritance in OOP?
Question : Which principle ensures that only essential information is visible to the outside world?
Question : Which of the following best defines a class?
Question : What is the purpose of the "super" keyword in Java and other similar languages?
Question : What is an abstract class in OOP?
Question : Which keyword is used to create an instance of a class in most programming languages?
Question : What is the purpose of staffing level estimation in software project management?
Question : Which metric is used for estimating the size of a software project?
Question : What is the main goal of System Testing?
Question : Which testing approach involves testing individual components or units of code?
Question : Reverse engineering is primarily used for:
Question : What is the main goal of software quality assurance?
Question : Which software life cycle model allows for iterative development and incorporates risk analysis?
Question : What is the purpose of ARP (Address Resolution Protocol)?
Question : Routing involves:
Question : Contention-based MAC protocols are commonly used in:
Question : Which of the following is NOT a network topology?
Question : Data transmission using multiple pathways simultaneously is known as:
Question : What is a socket in the context of process-to-process communication?
Question : What is the primary function of routing in the network layer?
Question : The term "Data" refers to:
Question : The term "FAT" is stands for_____
Question : The term "DFD" stands for?
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?
Question : The term "NTFS" refers to which one of the following?
Question : Which of the following is correct according to the technology deployed by DBMS?
Question : What is DBMS?
Question : In multiprogramming with fixed partitions, if a process requires more memory than is available in a partition, it may lead to:
Question : The purpose of a page table in a paging system is to:
Question : The primary goal of load control is to:
Question : The I/O subsystem in an operating system is responsible for:
Question : File manipulation operations in an operating system include:
Question : In an operating system, a "buffer cache" is used to:
Question : A formal model of protection in an operating system provides:
Question : The process of removing recursion involves replacing recursive function calls with:
Question : In the Tower of Hanoi problem with "n" disks, how many moves are required to solve the problem?
Question : Which collision resolution technique involves placing collided elements in the next available empty slot in the hash table?
Question : Separate chaining involves storing collided elements in separate data structures, typically in:
Question : In a directed graph, an edge that points from vertex A to vertex B is denoted as:
Question : Which traversal algorithm is typically implemented using a stack data structure?
Question : A threaded binary tree is a binary tree in which:
Question : Divide and Conquer is an algorithmic paradigm that solves problems by:
Question : The recurrence equation T(n) = T(n/2) + 1 represents the time complexity of which algorithmic paradigm?
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?
Question : Conditional asymptotic notation allows for a more nuanced analysis of algorithm behavior under specific conditions. This is particularly useful when:
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?
Question : Which data structure often results in a time-space tradeoff by using extra memory to speed up operations?
Question : Microcontrollers find application in various fields. What is a typical application of microcontrollers in the automotive industry?
Question : How is the width of the data bus typically measured in a microcomputer system?
Question : Which component of an ideal microcomputer is responsible for temporarily holding data and instructions during processing?
Question : To convert a Gray Code to its binary equivalent, which technique is commonly used?
Question : What is the relationship between the distance between parity bits and their error detection and correction capability in Hamming Code?
Question : In binary multiplication using the simple method, what is the first step after aligning the digits and preparing for multiplication?
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?
Question : Given a Boolean function F(A, B, C) = Σ(0, 1, 2, 3, 5), what is the expression in SOP form?
Question : What is the primary difference between ROM and RAM?
Question : Which logic family uses both depletion and enhancement mode MOSFETs for its operation?
Question : Which type of register is primarily used to temporarily hold data during arithmetic and logical operations in a microprocessor?
Question : In a PLA, what components are used to implement the combinational logic functions?
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?