Home
Mcqs
Quizes
Q&A
Past Paper
blog
Spaces
Join Now
Sign in
Harlequin Misha
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
Which of the following are true about the Weiner filter?
A. It is a deterministic algorithm.
B. It minimizes the quadratic error.
C. It uses the binary cross entropy.
D. None of these.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
How much time would it take to add an element to the linked list asymptotically?
A. O(1).
B. O(n).
C. O(n?).
D. None of these.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
What is the name of a linear collection of data components where the linear node is provided by a pointer?
A. Linked list.
B. Primitive List.
C. Node list.
D. None of these.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
Regarding Binary Trees, which of the following is true?
A. Every binary tree has two states: full and complete..
B. Every binary tree that is full is also a complete binary tree..
C. All complete binary trees are likewise full binary trees..
D. None of these.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
When we attempt to add the eleventh element to a stack with a size of 10, we encounter a circumstance known as:
A. Garbage collection.
B. Underflow.
C. Overflow.
D. None of these.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
Which type of algorithms are applicable to scheduling resources in operating systems?
A. State space search.
B. Machine learning.
C. Bayesian learning.
D. None of these.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
The time complexity of finding a shortest path in a network is:
A. Fairly low with Dijkstra?s algorithm.
B. Very efficient with A* search given spatial heuristics.
C. Better than the above two using some randomization mechanism in large networks.
D. None of these.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
Which data structure is most suitable for implementing an LRU (Least Recently Used) cache?
A. Stack.
B. Queue.
C. HashMap and Doubly Linked List.
D. Binary Search Tree.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
Why is the space complexity of a recursive algorithm often higher than its iterative counterpart?
A. Due to the creation of additional variables.
B. Because recursion requires additional stack space for each function call.
C. Because recursive algorithms are slower.
D. Due to the use of dynamic memory allocation.
Tamoban Javnoi
COMPUTER SCIENCE & IT
-
Data Structures & Algorithms
Where is a heap data structure typically used?
A. To implement a priority queue.
B. To perform depth-first search (DFS).
C. To store adjacency lists.
D. To implement hash tables.
‹
1
2
›
COMPUTER SCIENCE & IT
Web Design & Development
Database Management Systems
Computer Networks & Security
Operating Systems
Data Structures & Algorithms
Information Systems Auditing Process
Governance and Management of Information Technology
Information Systems Acquisition Development & Implementation
Information Systems Operations and Business Resilience
Protection of Information Assets
Programming
Cybersecurity
Software Engineering