Detailed Result
# | Question | Option 1 | Option 2 | Option 3 | Option 4 | Choosen Answer | Created at |
---|---|---|---|---|---|---|---|
1 | The factor which influence 'bonuses' are |
eligibility |
Fund size |
individual performance |
All of the above |
Option 4 | 2024-10-23 15:13:14 |
2 | <mark></mark> is used for what purpose? |
not working |
marking data |
checking data |
To highlight data |
Option 2 | 2024-10-23 15:12:53 |
3 | What is the basic difference between JavaScript and Java? |
Functions are considered as fields |
Functions are values, and there is no hard distinction between methods and fields |
Variables are specific |
There is no difference |
Option 3 | 2024-10-23 15:12:33 |
4 | The address of a website is also known as? |
URL |
Sub Domain |
IPv6 Address |
None of the above |
Option 1 | 2024-10-23 15:11:49 |
5 | How is the 2nd element in an array accessed based on pointer notation? |
*a+2 |
*(a+2) |
*(*a+2) |
&(a+2) |
Option 2 | 2024-10-23 15:13:53 |
6 | Which level of management would be most involved in the function of directing and controlling? |
Top |
Middle |
lower |
All of the above |
Option 1 | 2024-10-23 15:14:17 |
7 | Which function key displays the Print Preview window in Microsoft Office? |
ctrl+alt+F2 |
shift+F2 |
alt+F2 |
ctrl+F2 |
Option 1 | 2024-10-23 15:14:34 |
8 | In OpenCV, what does the term "alpha" refers to when using cv2.convertScaleAbs()? |
To change the brightness |
To change the contrast |
To change brightness and contrast |
Reshaping the image |
Option 2 | 2024-10-23 15:14:57 |
9 | Which of the following is an operating system |
Microsoft Windows |
MacOS |
Mint |
All of the above |
Option 1 | 2024-10-23 15:15:16 |
10 | Which of these is a non-profit domain? |
Which of these is a non-profit domain? |
Which of these is a non-profit domain? |
Which of these is a non-profit domain? |
None of the above |
Option 4 | 2024-10-23 15:16:03 |
11 | What function is used to append a character at the back of a string in C++? |
append() |
push() |
push_back() |
insert() |
Option 3 | 2024-10-23 15:17:51 |
12 | The age of father 10 years ago was thrice the age of his son. Ten years hence, father's age will be twice that of his son. The ratio of their present ages is: |
7 : 3 |
5 : 2 |
9 : 2 |
13 : 4 |
Option 2 | 2024-10-23 15:17:43 |
13 | Promotion is a ________ source Recruitment |
internal |
external |
macro |
none of these |
Option 1 | 2024-10-23 15:18:03 |
14 | What will be the output of the following code snippet? void solve() { int a[] = {1, 2, 3, 4, 5}; int sum = 0; for(int i = 0; i < 5; i++) { if(i % 2 == 0) { sum += a[i]; } } cout << sum << endl; }
|
5 |
15 |
9 |
6 |
Option 2 | 2024-10-23 15:18:25 |
15 | what is Html? |
Hyper text markup language |
Hyper text makeup language |
Hyper text markup languagesss |
None of above |
Option 1 | 2024-10-23 15:18:36 |
Design and Developed by O7Solutions