Coding | Mcqs | Multiple choice questions | Informative | Computer Science | Engineering | Aptitude | Quants | Verbal

INFEED

Daily Test | 3 rd August

 Logical Reasoning


1.  d

2.   d

3.   b

4.   b

5.  a

6.   d

7.   a

8.  a

9.  c

10.  d

11.  a

12.  b

13.  c

14.  d

15.   c

------------------------------------------------------------------------------------------------------------

Quantitative Aptitude


1. d

2. b

3. d

4. d

5. c

6. b

7.  c

8. a

9. e

10. e

11. c

12. d

13. a

14. b

15. a

16. a

17. b


-------------------------------------------------------------------------------------------------------------------

Computer Programming

1. d

2. a

3.  c

4.  b

5.  a

6. b

7. d

8. a

9. d

10. c

11. d

12. d

--------------------------------------------------------------------------------------------------------------------

Automata Fix

1.

scanf("%d", &number);  

 

2.

printf("%c",--ch);
 printf("\n");
 ch=65;

 

3.

else if(arr[i] > second && arr[i] < first

 

4.

remainder = binarynum % 10;
 octalnum = octalnum + remainder * j;
 j = j * 2;
 binarynum = binarynum / 10; 

 

5.

while( n!=0 )
 {
 remainder = n%10;
 reversedInteger = reversedInteger*10 + remainder;
 n /= 10;
 }

 

6.

int i,j,k;
 for( i=1; i<=N; i++)
 {
 for( j=1; j<=N-i; j++)
 {
 printf(" ");
 }
 for( k=i; k>=1; k--)
 {
 printf("%d", k);
 }
 printf("\n");
 }

-----------------------------------------------------------------------------------------------------------------------

Essay Writing 

Write an essay on the below topic as per the directions given
"Culture and tradition are as important as science to the progress and well-being of society"
Directions
1. Please express your opinion on the given topic in 220-250 words. You advised adhering to the
word limit to avoid any scoring penalty.
2. Common grammatical rules, punctuation should be according to standard English

 

 The outlook of culture has greatly widened with the development of science and technology. International mass communications have broken down the frontiers of narrow traditions of culture. They are helping now in bringing about an international modern culture in which man is giving up not only the tribal, local, racial and communal culture but adopting national and international culture. It is a very healthy development. The barriers of man-made borders of States and nations are fast becoming insignificant in respect of the lifestyles and day-today occupations. A common code of living among nations is developing very fast. The cable-T.V. culture is contributing enormously towards this end. Gone are the days when there used to be local traditions and habits which were considered the uppermost. The modern life especially in urban areas in almost all the countries of the world are developing a common attitude in lifestyle, manners, education and thought. The people belonging to different countries and backgrounds are seen working in a common environment of work and lifestyle. There are common attitudes in learning, education and training seen in almost all the countries of the world. The reputed educational and technical institutions around the globe invite students from all countries and cultures in a single class-room to train them for work wherever they are able to fit themselves. An attitude of international character and belongingness is seen developing very fast.

 

----------------------------------------------------------------------------------------------------

English 

1. c

2. d

3. a

4. a

5. d

6. b

7. c

8. d

9.  b

10. c

11. c

------------------------------------------------------------------------------------------------------------------------------


 

Post a Comment

Previous Post Next Post