MCQsExam.com
Which principle in software engineering states that software entities should be open for extension but closed for modification?
- A-Open-Closed Principle
- B-Single Responsibility Principle
- C-Liskov Substitution Principle
- D-Interface Segregation Principle
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
In distributed systems, which protocol ensures exactly-once message delivery?
- A-Two-Phase Commit
- B-Paxos
- C-Raft
- D-Byzantine Agreement
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which data structure provides efficient storage and retrieval of spatial data?
- A-B-tree
- B-Quadtree
- C-R-tree
- D-Octree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In compiler design, which optimization technique moves computations outside loops?
- A-Constant folding
- B-Loop invariant code motion
- C-Common subexpression elimination
- D-Dead code elimination
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which theorem establishes that any smooth function can be approximated by neural networks?
- A-Universal Approximation Theorem
- B-No-Free-Lunch Theorem
- C-Bayes' Theorem
- D-Central Limit Theorem
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
In machine learning, what is the primary purpose of the batch normalization technique?
- A-Reduce internal covariate shift
- B-Accelerate training
- C-Prevent overfitting
- D-Improve generalization
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which data structure provides efficient pattern matching in compressed text?
- A-Suffix Array
- B-FM-index
- C-Hash Table
- D-Trie
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In operating systems, what is the primary purpose of the second chance page replacement algorithm?
- A-Modification of FIFO
- B-Modification of LRU
- C-Modification of OPT
- D-Modification of MRU
- MCQ By: MCQSEXAM
- Computer Science MCQs / Operating Systems
- More about this MCQ
Which algorithm efficiently computes the maximum subarray sum?
- A-Brute Force
- B-Kadane's Algorithm
- C-Divide and Conquer
- D-Dynamic Programming
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In database systems, which normal form requires that every determinant is a candidate key?
- A-Third Normal Form
- B-Boyce-Codd Normal Form
- C-Fourth Normal Form
- D-Fifth Normal Form
- MCQ By: MCQSEXAM
- Computer Science MCQs / Database Management Systems
- More about this MCQ
Which theorem establishes that any boolean function can be computed by a circuit of depth O(log n)?
- A-Cook-Levin Theorem
- B-Shannon's Expansion Theorem
- C-Razborov's Theorem
- D-Ladner's Theorem
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In computational geometry, which algorithm efficiently computes the closest pair of points?
- A-Brute Force
- B-Divide and Conquer
- C-Sweep Line
- D-Randomized Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which principle in computer security states that users should have the minimum privileges necessary?
- A-Defense in Depth
- B-Principle of Least Privilege
- C-Separation of Duties
- D-Fail-Safe Defaults
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cybersecurity
- More about this MCQ
In distributed systems, which consensus algorithm is leaderless?
- A-Paxos
- B-Raft
- C-Byzantine Fault Tolerance
- D-Two-Phase Commit
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which data structure provides efficient persistence with path copying?
- A-Persistent data structures
- B-Ephemeral data structures
- C-Mutable data structures
- D-Immutable data structures
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In compiler design, which analysis determines the lifetime of variables?
- A-Data flow analysis
- B-Liveness analysis
- C-Control flow analysis
- D-Alias analysis
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which algorithm efficiently computes the determinant of a matrix?
- A-Gaussian Elimination
- B-LU Decomposition
- C-Leibniz Formula
- D-Laplace Expansion
- MCQ By: MCQSEXAM
- Mathematics MCQs / Basic Maths Mcqs
- More about this MCQ
In database systems, which protocol ensures serializability through timestamp ordering?
- A-Two-Phase Locking
- B-Timestamp Ordering
- C-Multi-Version Concurrency Control
- D-Optimistic Concurrency Control
- MCQ By: MCQSEXAM
- Computer Science MCQs / Database Management Systems
- More about this MCQ
Which theorem establishes that any planar graph can be colored with at most four colors?
- A-Five Color Theorem
- B-Four Color Theorem
- C-Kuratowski's Theorem
- D-Euler's Formula
- MCQ By: MCQSEXAM
- Mathematics MCQs / Basic Maths Mcqs
- More about this MCQ
In machine learning, what is the primary purpose of the dropout technique?
- A-Prevent overfitting
- B-Accelerate training
- C-Reduce memory usage
- D-Improve convergence
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which algorithm efficiently finds the longest common subsequence of two sequences?
- A-Naive Recursion
- B-Dynamic Programming
- C-Greedy Algorithm
- D-Divide and Conquer
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In operating systems, what is the primary purpose of the banker's algorithm?
- A-Deadlock avoidance
- B-Deadlock detection
- C-Deadlock prevention
- D-Memory management
- MCQ By: MCQSEXAM
- Computer Science MCQs / Operating Systems
- More about this MCQ
Which data structure provides efficient range minimum queries with O(1) time after O(n log n) preprocessing?
- A-Segment Tree
- B-Sparse Table
- C-Fenwick Tree
- D-Binary Indexed Tree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In computer networks, which protocol provides reliable, ordered, and error-checked delivery of data?
- A-UDP
- B-TCP
- C-IP
- D-ICMP
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Networks
- More about this MCQ
Which theorem establishes that any continuous function on a closed interval can be uniformly approximated by polynomials?
- A-Taylor's Theorem
- B-Weierstrass Approximation Theorem
- C-Stone-Weierstrass Theorem
- D-Bernstein's Theorem
- MCQ By: MCQSEXAM
- Mathematics MCQs / Basic Maths Mcqs
- More about this MCQ
In formal language theory, which grammar generates the context-sensitive languages?
- A-Type 0
- B-Type 1
- C-Type 2
- D-Type 3
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which algorithm efficiently solves the assignment problem in polynomial time?
- A-Brute Force
- B-Hungarian Algorithm
- C-Simplex Algorithm
- D-Branch and Bound
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In quantum computing, what is the primary purpose of quantum error correction?
- A-Protection from decoherence
- B-Faster quantum gates
- C-Larger quantum memory
- D-Better quantum algorithms
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
Which principle in software engineering states that a class should have only one reason to change?
- A-Open-Closed Principle
- B-Single Responsibility Principle
- C-Liskov Substitution Principle
- D-Interface Segregation Principle
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
In distributed systems, which algorithm solves the Byzantine Generals Problem?
- A-Paxos
- B-PBFT
- C-Raft
- D-Two-Phase Commit
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which data structure is used for efficient storage and retrieval of multidimensional data?
- A-B-tree
- B-R-tree
- C-Quad-tree
- D-Octree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In compiler design, which optimization technique eliminates redundant computations?
- A-Constant folding
- B-Common subexpression elimination
- C-Loop invariant code motion
- D-Dead code elimination
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which theorem establishes that any symmetric positive-definite matrix has a unique Cholesky decomposition?
- A-LU Decomposition Theorem
- B-Cholesky Decomposition Theorem
- C-QR Decomposition Theorem
- D-SVD Theorem
- MCQ By: MCQSEXAM
- Mathematics MCQs / Basic Maths Mcqs
- More about this MCQ
In machine learning, what is the primary purpose of the Adam optimization algorithm?
- A-Adaptive learning rates
- B-Gradient clipping
- C-Regularization
- D-Batch normalization
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which data structure provides efficient string matching with O(m) preprocessing and O(n) search time?
- A-Naive String Matching
- B-Knuth-Morris-Pratt Algorithm
- C-Rabin-Karp Algorithm
- D-Boyer-Moore Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In operating systems, what is the primary cause of priority inversion?
- A-Resource holding by low-priority task
- B-Deadlock situation
- C-Starvation of low-priority tasks
- D-Context switching overhead
- MCQ By: MCQSEXAM
- Computer Science MCQs / Operating Systems
- More about this MCQ
Which algorithm efficiently multiplies two large integers using divide and conquer?
- A-Schoolbook Multiplication
- B-Karatsuba Algorithm
- C-Toom-Cook Algorithm
- D-Schönhage-Strassen Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In database systems, which isolation level prevents dirty reads but allows non-repeatable reads?
- A-Read Uncommitted
- B-Read Committed
- C-Repeatable Read
- D-Serializable
- MCQ By: MCQSEXAM
- Computer Science MCQs / Database Management Systems
- More about this MCQ
Which theorem establishes that any monotonic boolean function can be computed by a monotonic circuit?
- A-Cook-Levin Theorem
- B-Razborov's Theorem
- C-Savitch's Theorem
- D-Ladner's Theorem
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In computational geometry, which algorithm efficiently computes the convex hull of a set of points?
- A-Jarvis March
- B-Graham's Scan
- C-Quickhull
- D-Chan's Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which principle in computer security states that security should not depend on the secrecy of the algorithm?
- A-Saltzer-Schroeder Principle
- B-Kerckhoffs's Principle
- C-Principle of Least Privilege
- D-Defense in Depth
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cybersecurity
- More about this MCQ
In formal language theory, which pumping lemma applies to context-free languages?
- A-Regular Pumping Lemma
- B-Context-Free Pumping Lemma
- C-Context-Sensitive Pumping Lemma
- D-Recursively Enumerable Pumping Lemma
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which algorithm efficiently finds the minimum spanning tree in a graph with dense edges?
- A-Kruskal's Algorithm
- B-Prim's Algorithm
- C-Borůvka's Algorithm
- D-Reverse-Delete Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In cryptography, what is the main vulnerability addressed by forward secrecy?
- A-Long-term key compromise
- B-Session key compromise
- C-Man-in-the-middle attacks
- D-Replay attacks
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cybersecurity
- More about this MCQ
Which data structure provides efficient persistence with O(1) copying overhead?
- A-Persistent data structures
- B-Immutable data structures
- C-Mutable data structures
- D-Ephemeral data structures
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In distributed systems, which protocol ensures atomic commitment across multiple nodes?
- A-Paxos
- B-Two-Phase Commit
- C-Raft
- D-Byzantine Agreement
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which theorem establishes that any sufficiently powerful formal system cannot be both consistent and complete?
- A-Church-Turing Thesis
- B-Gödel's Incompleteness Theorem
- C-Rice's Theorem
- D-CAP Theorem
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In machine learning, what is the primary challenge addressed by batch normalization?
- A-Vanishing gradients
- B-Internal covariate shift
- C-Overfitting
- D-Underfitting
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which complexity class contains problems that can be solved by a quantum computer in polynomial time with bounded error?
- A-BPP
- B-BQP
- C-NP
- D-QMA
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
In quantum computing, what is the significance of the no-cloning theorem?
- A-Prevents quantum state copying
- B-Limits quantum entanglement
- C-Enables quantum teleportation
- D-Restricts quantum measurement
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
Which algorithm is used for finding strongly connected components in a directed graph?
- A-Kruskal's Algorithm
- B-Kosaraju's Algorithm
- C-Prim's Algorithm
- D-Dijkstra's Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In operating systems, what is the primary purpose of the working set model?
- A-Process scheduling
- B-Memory management
- C-Deadlock prevention
- D-File system organization
- MCQ By: MCQSEXAM
- Computer Science MCQs / Operating Systems
- More about this MCQ
Which data structure is used for efficient range queries and updates?
- A-Fenwick Tree
- B-Segment Tree
- C-Binary Indexed Tree
- D-K-D Tree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In compiler design, which parsing technique handles the largest class of grammars?
- A-LL Parsing
- B-LR Parsing
- C-Recursive Descent Parsing
- D-Operator Precedence Parsing
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which theorem in probability theory states that the sum of a large number of independent random variables tends toward a normal distribution?
- A-Law of Large Numbers
- B-Central Limit Theorem
- C-Bayes' Theorem
- D-Monte Carlo Theorem
- MCQ By: MCQSEXAM
- Data Science / Bayesian Statistics
- More about this MCQ
In database systems, which normal form requires that every non-prime attribute is fully functionally dependent on every candidate key?
- A-First Normal Form
- B-Second Normal Form
- C-Third Normal Form
- D-Boyce-Codd Normal Form
- MCQ By: MCQSEXAM
- Computer Science MCQs / Database Management Systems
- More about this MCQ
Which algorithm efficiently computes the maximum flow in a flow network?
- A-Ford-Fulkerson Algorithm
- B-Edmonds-Karp Algorithm
- C-Dinic's Algorithm
- D-Push-Relabel Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In machine learning, what is the primary purpose of the attention mechanism in transformer models?
- A-Weight initialization
- B-Dynamic focus on input parts
- C-Gradient computation
- D-Regularization
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which principle in software engineering states that a system should be composed of small, independent modules?
- A-Principle of Least Astonishment
- B-Principle of Modularity
- C-Single Responsibility Principle
- D-Open-Closed Principle
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
In computer graphics, which algorithm is used for hidden surface removal?
- A-Z-buffer Algorithm
- B-Painter's Algorithm
- C-Ray Tracing Algorithm
- D-Scanline Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Graphics
- More about this MCQ
Which data structure is typically used to implement a priority queue with efficient extraction of the minimum element?
- A-Linked List
- B-Binary Heap
- C-Hash Table
- D-Binary Search Tree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In cryptography, what is the main vulnerability that the Saltzer-Schroeder principle addresses?
- A-Man-in-the-middle attacks
- B-Complexity leading to security flaws
- C-Key distribution problems
- D-Side-channel attacks
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cybersecurity
- More about this MCQ
Which theorem establishes that no algorithm can solve the halting problem for all possible program-input pairs?
- A-Cook's Theorem
- B-Turing's Halting Theorem
- C-Rice's Theorem
- D-Gödel's Incompleteness Theorem
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In formal language theory, which hierarchy classifies languages based on their generative power?
- A-Turing Hierarchy
- B-Chomsky Hierarchy
- C-Kleene Hierarchy
- D-Backus-Naur Hierarchy
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which algorithm solves the all-pairs shortest path problem for graphs with negative weight edges?
- A-Dijkstra's Algorithm
- B-Bellman-Ford Algorithm
- C-Floyd-Warshall Algorithm
- D-Johnson's Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In the context of functional programming, what is the Y-combinator used for?
- A-Memory allocation optimization
- B-Implementing recursion without named functions
- C-Type inference
- D-Lazy evaluation
- MCQ By: MCQSEXAM
- Computer Science MCQs / JAVA
- More about this MCQ
Which principle in quantum mechanics states that identical particles cannot be distinguished by their physical properties?
- A-Heisenberg Uncertainty Principle
- B-Pauli Exclusion Principle
- C-Born Rule
- D-Correspondence Principle
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
In operating systems, what is the primary cause of the Belady's anomaly?
- A-FIFO page replacement algorithm
- B-LRU page replacement algorithm
- C-Optimal page replacement algorithm
- D-Clock page replacement algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Operating Systems
- More about this MCQ
Which data structure provides O(1) time complexity for search, insert, and delete operations on average?
- A-Binary Search Tree
- B-Hash Table
- C-Red-Black Tree
- D-B-Tree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In number theory, which conjecture states that every even integer greater than 2 can be expressed as the sum of two primes?
- A-Riemann Hypothesis
- B-Goldbach's Conjecture
- C-Twin Prime Conjecture
- D-Collatz Conjecture
- MCQ By: MCQSEXAM
- Mathematics MCQs / Basic Maths Mcqs
- More about this MCQ
Which algorithm efficiently finds the shortest paths between all pairs of vertices in a weighted graph?
- A-Dijkstra's Algorithm
- B-Bellman-Ford Algorithm
- C-Floyd-Warshall Algorithm
- D-A* Search Algorithm
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In computational complexity theory, which class contains problems that can be verified in polynomial time?
- A-P
- B-NP
- C-NP-Complete
- D-NP-Hard
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which theorem in database theory states that no conjunctive query with inequalities can be expressed in relational algebra?
- A-Codd's Theorem
- B-Chandra-Merlin Theorem
- C-CAP Theorem
- D-ACID Theorem
- MCQ By: MCQSEXAM
- Computer Science MCQs / Database Management Systems
- More about this MCQ
In distributed systems, which consensus algorithm uses a leader-based approach with log replication?
- A-Paxos
- B-Raft
- C-Byzantine Fault Tolerance
- D-Two-Phase Commit
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which cryptographic protocol enables two parties to establish a shared secret key over an insecure channel without prior shared secrets?
- A-RSA Encryption
- B-Diffie-Hellman key exchange
- C-Elliptic Curve Cryptography
- D-Quantum Key Distribution
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cybersecurity
- More about this MCQ
In the context of compiler design, what is the primary purpose of the Sethi-Ullman algorithm?
- A-Register allocation optimization
- B-Lexical analysis optimization
- C-Syntax tree minimization
- D-Intermediate code generation
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which combinatorial optimization problem asks for the shortest possible route that visits each vertex exactly once and returns to the origin?
- A-Traveling Salesman Problem
- B-Hamiltonian Cycle Problem
- C-Chinese Postman Problem
- D-Knapsack Problem
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In machine learning, what is the primary challenge addressed by the vanishing gradient problem in deep neural networks?
- A-Overfitting in convolutional networks
- B-Exponential decrease in gradient magnitude
- C-Catastrophic forgetting in reinforcement learning
- D-Local minima convergence in optimization
- MCQ By: MCQSEXAM
- Data Science / Machine Learning Algorithms
- More about this MCQ
Which theorem establishes the fundamental limit on the precision of simultaneous measurement of certain pairs of physical properties?
- A-Bell's Theorem
- B-Heisenberg Uncertainty Principle
- C-No-Cloning Theorem
- D-Schrödinger's Cat Paradox
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
In the context of quantum computing, what is the primary significance of Shor's algorithm?
- A-Polynomial time prime number generation
- B-Exponential speedup for integer factorization
- C-Quadratic speedup for database search
- D-Linear optimization of quantum circuits
- MCQ By: MCQSEXAM
- Data Science / Quantum Computing in Data Science
- More about this MCQ
Which CSS property changes text color?
- A-font-color
- B-text-color
- C-color
- D-font-style
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cascading Style Sheets - CSS
- More about this MCQ
Which HTML tag creates a hyperlink?
- A-<link>
- B-<a>
- C-<href>
- D-<url>
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
What is the first Islamic month?
- A-Ramadan
- B-Muharram
- C-Shawwal
- D-Dhul-Hijjah
- MCQ By: MCQSEXAM
- Islamic Studies / Islamic Studies
- More about this MCQ
What is Power BI's file extension?
- A-.xlsx
- B-.pbi
- C-.pbix
- D-.xls
- MCQ By: MCQSEXAM
- Data Science / Power BI
- More about this MCQ
What is the DAX multiplication symbol?
- A-+
- B--
- C-/
- D-*
- MCQ By: MCQSEXAM
- Data Science / Power BI
- More about this MCQ
What is a firewall's primary role?
- A-Encrypt data
- B-Monitor network traffic
- C-Block unauthorized access
- D-Detect intrusions
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cybersecurity
- More about this MCQ
Which malware demands payment?
- A-Virus
- B-Ransomware
- C-Spyware
- D-Adware
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cybersecurity
- More about this MCQ
What are main Computer Graphics types?
- A-Raster and Vector
- B-Raster and Scalar
- C-Scalar only
- D-All of the above
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Graphics
- More about this MCQ
Who is a father of Computer Graphics?
- A-Nikola Tesla
- B-Ivan Sutherland
- C-Ada Lovelace
- D-Marie Curie
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Graphics
- More about this MCQ
Which is a branch of AI?
- A-Machine Learning
- B-Cyber Forensics
- C-Full-Stack Development
- D-Network Design
- MCQ By: MCQSEXAM
- Computer Science MCQs / Artificial Intelligence (AI) and Machine Learning (ML)
- More about this MCQ
Who is considered a pioneer of AI?
- A-Geoffrey Hinton
- B-Andrew Ng
- C-John McCarthy
- D-Jürgen Schmidhuber
- MCQ By: MCQSEXAM
- Computer Science MCQs / Artificial Intelligence (AI) and Machine Learning (ML)
- More about this MCQ
Which scheduling uses time slices?
- A-First-Come-First-Served
- B-Shortest Job First
- C-Round Robin
- D-Priority Scheduling
- MCQ By: MCQSEXAM
- Computer Science MCQs / Operating Systems
- More about this MCQ
How many OSI model layers are there?
- A-5
- B-6
- C-7
- D-8
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Networks
- More about this MCQ
Which is a balanced binary tree?
- A-AVL Tree
- B-Binary Search Tree
- C-Complete Binary Tree
- D-Full Binary Tree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which data structure uses LIFO?
- A-Queue
- B-Stack
- C-Linked List
- D-Tree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
What is NOT a .NET component?
- A-CLR
- B-FCL
- C-JVM
- D-CTS
- MCQ By: MCQSEXAM
- Computer Science MCQs / Dot NET
- More about this MCQ
Which function counts numeric entries?
- A-Use COUNT()
- B-Use NUMCOUNT()
- C-Use COUNTNUM()
- D-Use COUNTA()
- MCQ By: MCQSEXAM
- Data Science / Power BI
- More about this MCQ
What is the shortcut to copy formula from above?
- A-CTRL + '
- B-ALT + '
- C-CTRL + SHIFT + '
- D-ALT + SHIFT + '
- MCQ By: MCQSEXAM
- Data Science / Power BI
- More about this MCQ
What is the shortcut to copy value from cell above?
- A-CTRL + SHIFT + C
- B-CTRL + ALT + "
- C-CTRL + SHIFT + "
- D-ALT + SHIFT + "
- MCQ By: MCQSEXAM
- Data Science / Power BI
- More about this MCQ
How many undo levels does Excel have?
- A-25
- B-50
- C-75
- D-100
- MCQ By: MCQSEXAM
- Data Science / Power BI
- More about this MCQ
MCQs Exam
- General MCQs
- PHP
- Dot NET
- Algorithms and Data Structures
- Software Engineering
- Database Management Systems
- Computer Networks
- Operating Systems
- Artificial Intelligence (AI) and Machine Learning (ML)
- Computer Graphics
- Cybersecurity
- Mobile Computing
- HTML
- JAVA
- Cascading Style Sheets - CSS
- Javascript
- Arithmetic
- Basic Maths Mcqs
- Antonyms Mcqs
- Synonyms Mcqs
- Idioms And Phrases Mcqs
- MySQL
- Grammer and Vocabulary
- Jquery
- Bootstrap
- REACT
- C#
- Django