SEMESTER-II (Theory) – MCQ with Answers
- What does NaN stand for?
a) Natural Number
b) Not a Number
c) Numeric Number
d) None of these
Answer: b) Not a Number - ______ JavaScript is also called client-side JavaScript.
a) Microsoft
b) Navigator
c) Live wire
d) Native
Answer: b) Navigator - ______ JavaScript is also called server-side JavaScript.
a) Microsoft
b) Navigator
c) Live wire
d) Native
Answer: c) Live wire - A compiler is a ______.
a) Hardware component
b) Application program
c) System software
d) None of these
Answer: c) System software - Why do JavaScript and Java have similar names?
a) JavaScript is stripped version of Java
b) Syntax is loosely based on Java
c) Originated on island of Java
d) None
Answer: b) Syntax is loosely based on Java - Correct JavaScript syntax to write “Hello World”?
a) System.out.println("Hello World")
b) println("Hello World")
c) document.write("Hello World")
d) response.write("Hello World")
Answer: c) document.write("Hello World") - JavaScript is interpreted by ______.
a) Client
b) Server
c) Object
d) None
Answer: a) Client - ______ statement tests a specific condition.
a) Select
b) If
c) Switch
d) For
Answer: b) If - Method to add/remove elements in array is ______.
a) Reverse
b) Shift
c) Slice
d) Splice
Answer: d) Splice - JavaScript entities start with ______ and end with ______.
a) Semicolon, colon
b) Semicolon, ampersand
c) Ampersand, colon
d) Ampersand, semicolon
Answer: d) Ampersand, semicolon - Inside which HTML element do we put JavaScript?
a) <js>
b) <scripting>
c) <script>
d) <javascript>
Answer: c) <script> - Object-oriented language supports ______.
a) Inheritance
b) Polymorphism
c) Data abstraction
d) All of these
Answer: d) All of these - The nucleus of OOP is ______.
a) Class
b) Objects
c) Both (a) & (b)
d) None
Answer: c) Both (a) & (b) - Data types in OOP are ______.
a) Simple
b) Standard
c) Pointer
d) All of these
Answer: d) All of these - Syntax errors in C are found by ______.
a) Compiler
b) Loader
c) Linker
d) OS
Answer: a) Compiler - Tally package is developed by ______.
a) Petronics
b) Tally Solutions
c) Coral software
d) Vedika software
Answer: b) Tally Solutions - Part account in Tally created through ______.
a) Group creation
b) Ledger creation
c) Inventory creation
d) New creation
Answer: b) Ledger creation - Financial year is from ______.
a) 1 April
b) 1 January
c) 31 March
d) 31 December
Answer: a) 1 April - Utility of Tally vault password is ______.
a) Lock period
b) Lock voucher entry
c) Hide company name
d) None
Answer: c) Hide company name - Bill-wise details activated by ______.
a) Bill by bill
b) Maintain bill wise details
c) Maintain reference
d) None
Answer: b) Maintain bill wise details - Suspense account group is under ______.
a) Income
b) Expenditure
c) Liabilities
d) Assets
Answer: c) Liabilities - To activate MRP feature press ______.
a) F11
b) F12
c) F9
d) F8
Answer: a) F11 - To activate job costing option ______.
a) Maintain cost centre
b) Use cost centre
c) Both (a) & (b)
d) None
Answer: c) Both (a) & (b) - People uncomfortable buying ______ online.
a) Books
b) Furniture
c) Movies
d) All
Answer: b) Furniture - Function of e-commerce includes ______.
a) Marketing
b) Advertising
c) Warehousing
d) All
Answer: d) All - Pillars of computer security are ______.
a) Confidentiality
b) Integrity
c) Availability
d) All
Answer: d) All - Which is not an interface perspective?
a) B2B
b) B2C
c) C4B
d) C2C
Answer: c) C4B - SSL stands for ______.
a) Secure socket layer
b) Social secure layer
c) Special secure layer
d) Super secure layer
Answer: a) Secure socket layer - b = 3; a = b++; result?
a) a=3, b=4
b) a=4, b=4
c) a=4, b=3
d) a=3, b=3
Answer: a) a=3, b=4 - First web browser was ______.
a) WorldWideWeb
b) Netscape Navigator
c) Internet Explorer
d) Safari
Answer: a) WorldWideWeb