Programming Quiz questions

Q31- Which India's first social network in regional languages?
A) LochatB) ChatNear
C) TingleD) Sharechat
Ans:-  Sharechat
Q32- Which language is considered as an ideal language for IoT analytics?
A) R LanguageB) Pearl
C) RubyD) Python
Ans:-  Python
Q33- What will be the output of the following arithmetic expression 5+3*2%10-8*6 ?
A) -37B) -42
C) -32D) -28
Ans:-  -37
Q34- When we run a program in HTML coding, ____ is used as back end and ___ works as front end.
A) Notepad – Text editorB) Notepad - Web browser
C) Web browser - Internet ExplorerD) Notepad - Msn-messenger
Ans:-  Notepad - Web browser
Q35- Floating point representation is used to store ______.
A) Boolean valuesB) whole numbers
C) real integersD) integers
Ans:-  real integers
Q36- What was originally called the "imitation game" by its creator?
A) CyberneticsB) LISP
C) The Logic TheoristD) The Turing Test
Ans:-  The Turing Test
Q37- What punctuation ends most lines of C++ code?
A) (Dot)B) (semi-colon)
C) (colon)D) (single quote)
Ans:-  (single quote)
Q38- What is the worst case for linear search?
A) O(nlogn)B) O(logn)
C) O(n)D) O(1)
Ans:-  O(n)
Q39- Binary Search can be categorized into which of the following?
A) Brute Force techniqueB) Divide and conquer
C) Greedy algorithmD) None
Ans:-  Divide and conquer
Q40- Which term describes the mechanism of a function calling itself ?
A) EncapsulationB) Inheritance
C) RecursionD) Polymorphism
Ans:-  Recursion
12345678910