Technical preparation

CSE MCQ

1. Which of the following section does not exist in a slide layout?|Janata Bank|Rupali Bank|Officer (General)-2019

2. Which of the following is not a valid data type is excel?|Janata Bank|Rupali Bank|Officer (General)-2019

3. Which of the following is not available the rules of ms word screen?|Janata Bank|Rupali Bank|Officer (General)-2019

4. Which file starts ms word?|Janata Bank|Rupali Bank|Officer (General)-2019

5. Which of the following is not essential component to perform is mail merge operation?|Janata Bank|Rupali Bank|Officer (General)-2019

6. The bankers algorithm is used__|Janata Bank|Rupali Bank|Officer (General)-2019

7. Microsoft windows is a(n)__|Janata Bank|Rupali Bank|Officer (General)-2019

8. Which of the following are loaded in safe mode?|Janata Bank|Rupali Bank|Officer (General)-2019

9. Choose the correct answer

10. The value of an automatic variable that is declared but not initialized will be

11. What is the output of the following 'C' program? main() { extern int a; printf("\n%d",a); } int a=20;

12. What is the output of the following 'C' program? main { extern int i; i = 20; print("%d",size of (i)); }

13. The C declaration int b [100]; reserves ____________ successive memory locations,each large enough to contain single integer.

14. If a is an unsigned integer variable whose value is hx6db7, what is the value of -a?

15. In case of ordinary int variables

16. The declarations typedef float hight [100]; height men, women;

17. The statement # include < math.h> is written at the top of a program to indicate

18. A static variable

19. Consider the following statement #define hypotenuse (a, b) sqrt (a*a + b*b); The macro-call hypotenuse (a + 2, b + 3);

20. The rule for implicit type conversion in 'C' is