600 Most Important & Most Repeated Basics MCQS of Computer PDF

600 Most Important & Most Repeated Basics MCQS of Computer PDF. Basic Computer MCQS for competitive exams. Important computer Fundamentals MCQS  for interviews.Most repeated computer mcqs CSS, NTS, OTS, FPSC, PPSC, UPSC. Most Repeated Basics MCQS of Computer PDF download free.

Note: The bold option is the right answer for the given MCQ’S:

1.Choose the correct statement

  1. Use of goto enhances the logical clarity of a code
  2. Use of goto makes the debugging task easier
  3. Use goto when you want to jump out of a nested loop
  4. Never use goto statement

2.Choose the correct statements

  1. Casting refer to implicit type conversion
  2. Coercion refer to implicit type conversion
  3. Casting refer to explicit type conversion
  4. b and c

3.if integer needs two bytes of storage ,then maximum value of unsigned integer is

  1. 216-1
  2. 215-1
  3. 216
  4. 215

4.If y is an integer type then the expression 3 + (y-8) /9 and  (y-8) /9*3

  1. Must yield the same value
  2. May or may not yield the same value
  3. May yield different value
  4. None of the above

5.C is a

  1. High level language
  2. Low level language
  3. High level language with some Low level feature
  4. Low level feature with some High level language

6.Let a and b two non-negative integer. Which of the following calls finds the positive difference of a and b?

  1. Find (a,b) + find(b,a)
  2. a + find(a,b)
  3. find (a , find (a,b))
  4. b + find (a,b)

7.consider the function

Find ( Int x , int y)

{ return (( x<y) ? 0 (x-y)) ;}

Let a and b two non-negative integer. The call find (a, find(a,b) can be used to find the

  1. maximum of a,b
  2. sum of a,b
  3. positive difference of a,b
  4. minimum of a,b

 

click Here to Download

About the author

MCQS TOP

Leave a Comment