Author: web-admin

0

Bootstrap MCQs

Q.1 Which class adjusts the vertical alignment of elements in Bootstrap? A. .align-baseline B. .align-top C. .align-middle D. .align-bottom Q.2 What is the purpose of the .text-center class in Bootstrap? A. To center text...

0

C Programming MCQs

Q.1 What will be the output of the following C code? int main() { int a = 10, b = 5; printf(“%d”, a / b); return 0; } A. 2 B. 5 C. 0...

0

Computer Network 1 MCQs

Q.1 Which Ethernet standard provides a speed of 1 Gbps? A. 10BaseT B. 100BaseTX C. 1000BaseT D. 10GBaseT Q.2 In Ethernet networks, what is the purpose of the collision detection mechanism? A. To encrypt...

0

CSS MCQs

Q.1 A block element inside a container does not respect the specified margin-top. What could be the reason? A. Margin collapse B. Incorrect box-sizing C. Border interference D. Padding on the container Q.2 What...

0

DBMSD MCQs

Q.1 A query plan in a database system is: A. A set of operations used to secure the database B. A roadmap for data backup procedures C. A detailed plan for executing a query,...

0

Excel MCQs

Q.1 Which Excel function is used to calculate the internal rate of return for a series of cash flows? A. IRR() B. ROI() C. IRRVAL() D. NETRATE() Q.2 How do you determine the number...

0

DJango MCQs

Q.1 How do you include an app’s URL patterns in the main project’s urls.py file? A. path(‘app_name/’, include(‘app_name.urls’)) B. url(‘app_name/’, include(‘app_name.urls’)) C. path(‘app_name/’, include(app_name.urls)) D. include(‘app_name.urls’) Q.2 What is the purpose of the init.py...

0

Flutter MCQs

Q.1 If a Dart program throws a NoSuchMethodError, what is a likely cause? A. A method is missing a return type B. A method is called on a null object C. A method is...