Programming Quiz questions
|
Q31- Which India's first social network in regional languages? |
A) Lochat | B) ChatNear |
C) Tingle | D) Sharechat |
Ans:- Sharechat |
|
Q32- Which language is considered as an ideal language for IoT analytics? |
A) R Language | B) Pearl |
C) Ruby | D) Python |
Ans:- Python |
|
Q33- What will be the output of the following arithmetic expression 5+3*2%10-8*6 ? |
A) -37 | B) -42 |
C) -32 | D) -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 editor | B) Notepad - Web browser |
C) Web browser - Internet Explorer | D) Notepad - Msn-messenger |
Ans:- Notepad - Web browser |
|
Q35- Floating point representation is used to store ______. |
A) Boolean values | B) whole numbers |
C) real integers | D) integers |
Ans:- real integers |
|
Q36- What was originally called the "imitation game" by its creator? |
A) Cybernetics | B) LISP |
C) The Logic Theorist | D) 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 technique | B) Divide and conquer |
C) Greedy algorithm | D) None |
Ans:- Divide and conquer |
|
Q40- Which term describes the mechanism of a function calling itself ? |
A) Encapsulation | B) Inheritance |
C) Recursion | D) Polymorphism |
Ans:- Recursion |
|