MCQsExam.com
Computer Science MCQs
Embarking on the vast digital realm, Computer Science is a journey of discovery. It delves into crafting intelligent systems, solving problems through software, and extends to the realm of Artificial Intelligence—teaching computers language understanding and image recognition. Beyond coding, it encompasses database management, utilizing extensive data sets, and ensuring technology serves us optimally.
Computer Scientists contribute to networks, safeguarding information, and enhancing user-friendliness in technology applications, from phone apps to websites. Upholding ethical standards, we prioritize fairness, safety, and privacy. As technology evolves, Computer Science evolves with it, continually enhancing our digital landscape. Join us on this exciting journey into the future of a better, more inclusive digital world! #ComputerScience #TechJourney #SimpleTechExplanation
Which PHP 8.3 feature allows declaring a constant on a trait?
- A-trait constants
- B-class constants
- C-interface constants
- D-enum constants
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
Which data structure provides efficient pattern 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
Which algorithm efficiently computes the edit distance between two strings?
- A-Naive Recursion
- B-Wagner-Fischer Algorithm
- C-Greedy Algorithm
- D-Divide and Conquer
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In database systems, which normal form addresses multi-valued dependencies?
- 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 monotonic boolean function can be computed by a circuit of depth O(log n)?
- A-Cook-Levin Theorem
- B-Razborov-Smolensky 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 in 3D?
- 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 be designed in layers?
- 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 fault-tolerant?
- 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 full 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 possible values of variables?
- A-Data flow analysis
- B-Constant propagation
- C-Control flow analysis
- D-Alias analysis
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
In database systems, which protocol ensures conflict serializability?
- 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 algorithm efficiently finds the shortest path in a graph with non-negative weights?
- 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 operating systems, what is the primary purpose of the multilevel feedback queue scheduling?
- A-Adapt to process behavior
- B-Priority-based scheduling
- C-Round-robin scheduling
- D-Shortest job first
- MCQ By: MCQSEXAM
- Computer Science MCQs / Operating Systems
- More about this MCQ
Which data structure provides efficient range queries with O(log n) time for updates and queries?
- A-Fenwick Tree
- B-Segment Tree
- C-Binary Indexed Tree
- D-Sparse Table
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
In computer networks, which protocol provides connectionless, unreliable datagram service?
- A-TCP
- B-UDP
- C-IP
- D-ICMP
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Networks
- More about this MCQ
In formal language theory, which automaton recognizes the context-free languages?
- A-Finite Automata
- B-Pushdown Automata
- C-Linear Bounded Automata
- D-Turing Machine
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
Which algorithm efficiently solves the maximum flow problem in unit capacity networks?
- 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
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 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
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 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
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
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 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
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
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
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
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
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
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 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
What does PHP stand for?
- A-Private Home Page
- B-Personal Hypertext Processor
- C-PHP: Hypertext Preprocessor
- D-Process Hypertext Protocol
- MCQ By: MCQSEXAM
- Computer Science MCQs / PHP
- More about this MCQ
What is the full form of URL?
- A-Uniform Resource Locator
- B-Universal Resource Locator
- C-Uniform Resource Link
- D-Universal Reference Link
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Networks
- More about this MCQ
Which protocol is used for secure communication over a computer network?
- A-HTTP
- B-FTP
- C-HTTPS
- D-SMTP
- MCQ By: MCQSEXAM
- Computer Science MCQs / Computer Networks
- More about this MCQ
What does API stand for?
- A-Application Program Interface
- B-Application Programming Interface
- C-Applied Programming Interface
- D-Advanced Programming Interface
- MCQ By: MCQSEXAM
- Computer Science MCQs / Software Engineering
- More about this MCQ
Which of the following is not a programming language?
- A-Python
- B-Java
- C-HTML
- D-C++
- MCQ By: MCQSEXAM
- Computer Science MCQs / HTML
- More about this MCQ
Which data structure follows the LIFO principle?
- A-Queue
- B-Stack
- C-Linked List
- D-Tree
- MCQ By: MCQSEXAM
- Computer Science MCQs / Algorithms and Data Structures
- More about this MCQ
What does SQL stand for?
- A-Structured Question Language
- B-Structured Query Language
- C-Simple Query Language
- D-Standard Query Language
- MCQ By: MCQSEXAM
- Computer Science MCQs / MySQL
- More about this MCQ
Which programming language is known as the backbone of web development?
- A-Python
- B-Java
- C-JavaScript
- D-C++
- MCQ By: MCQSEXAM
- Computer Science MCQs / Javascript
- More about this MCQ
What does CSS stand for?
- A-Computer Style Sheets
- B-Creative Style Sheets
- C-Cascading Style Sheets
- D-Colorful Style Sheets
- MCQ By: MCQSEXAM
- Computer Science MCQs / Cascading Style Sheets - CSS
- More about this MCQ
MCQs Exam
- Computer Science 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
- MySQL
- Jquery
- Bootstrap
- REACT
- C#
- Django
- 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