Introduction to Object Oriented Thinking & Object Oriented Programming MCQ

1.What is Object-Oriented Thinking? a) A programming paradigm focused on procedures and functions.b) A methodology that revolves around the concept of objects.c) A technique solely ...

Read more

Introduction to Digital Communication MCQ

1.What does the Nyquist sampling theorem state?a) It defines the maximum data rate achievable in a digital communication system.b) It specifies the minimum sampling rate ...

Read more

Analog/Digital Conversion, Logic Gates, Multivibrators, and IC 555 MCQ

1.What is the primary function of an A/D converter?a) Convert analog signals to digital signalsb) Convert digital signals to analog signalsc) Store digital signals temporarilyd) ...

Read more

Sequential logic MCQ

1.What is the primary function of a flip-flop in digital circuits?a) To perform arithmetic operationsb) To store a single bit of datac) To generate clock ...

Read more

Combinational Logic MCQ

1.What is the basic building block of arithmetic circuits?A) MultiplexerB) DemultiplexerC) AdderD) DecoderAnswer: C) AdderExplanation: Adder is the fundamental component used in arithmetic circuits for ...

Read more

Digital Systems MCQ

1.What is the decimal equivalent of the binary number 1011?A) 8B) 11C) 13D) 15Answer: C) 13Explanation: The binary number 1011 can be converted to decimal ...

Read more

Sorting MCQ

1.Which of the following sorting algorithms has the worst time complexity in the average case?a) Merge Sortb) Bubble Sortc) Quick Sortd) Insertion SortAnswer: b) Bubble ...

Read more

Graphs MCQ

1.Which of the following correctly defines a directed graph?A) A graph where edges have a direction associated with themB) A graph where all edges have ...

Read more

TREE MCQ

1.What is the height of a tree?a) The number of edges in the longest path from the root to a leaf nodeb) The number of ...

Read more

Stacks MCQ

1.What is a stack in the context of data structures?A) A linear data structureB) A hierarchical data structureC) A non-linear data structureD) A matrix data ...

Read more