Computer Programming (3310701) MCQs

MCQs of Flowchart and Algorithm

Showing 11 to 20 out of 39 Questions
11.

Flowchart for big problem is impractical.

મોટા પ્રોબ્લેમ માટે ફ્લોચાર્ટ impractical છે.

(a)

TRUE

(b)

FALSE

Answer:

Option (a)

12.

For the algorithm, we must use standardized Symbols.

અલ્ગોરિધમ માટે આપણે standardized Symbols નો જ ઉપયોગ કરવો જોઇએ.

(a)

TRUE

(b)

FALSE

Answer:

Option (b)

13.

Which of the following is not a disadvantage of a flowchart?

નીચેનામાંથી કયો ફ્લોચાર્ટ નો ગેરલાભ નથી?

(a)

Time consuming.

ટાઈમ કન્ઝ્યુંમિંગ

(b)

Have to use a special symbol for each and every task.

દરેક કાર્ય માટે સ્પેશ્યલ સિમ્બોલ નો ઉપયોગ કરવો પડશે.

(c)

Very difficult to draw flowchart for big or complex problems.

મોટી અથવા કોમ્પ્લેક્સ પ્રોબ્લેમ્સ માટે ફ્લોચાર્ટ દોરવા ખૂબ મુશ્કેલ છે.

(d)

Easy to modify.

મોડીફાય કરવું સહેલું છે.

Answer:

Option (d)

14.

The computer will follow the procedure with the given input/s data and what we finally achieved that is known as ____.

કમ્પ્યુટર આપેલ ઇનપુટ ડેટા સાથે પ્રક્રિયા કરશે અને આપણે અંતિમ પરિણામ મળશે તેને ____ તરીકે ઓળખવામાં આવે છે.

(a)

Output

આઉટપુટ

(b)

Decision

ડિસીઝન

(c)

Process

પ્રોસેસ

(d)

Input

ઇનપુટ

Answer:

Option (a)

15.

Which symbol must be there at every flowchart’s FIRST and LAST symbol?

પ્રત્યેક ફ્લોચાર્ટના પ્રથમ અને અંતિમ સિમ્બોલ પર ક્યુ સિમ્બોલ હોવું જોઈએ?

(a)

Oval

ઓવલ

(b)

Rectangle

રેક્ટેન્ગલ

(c)

Diamond

ડાયમન્ડ

(d)

Arrow

એરો

Answer:

Option (a)

16.

Which of the following is used to find even number?

નીચેનામાંથી કયા અલ્ગોરિધમનો ઉપયોગ ઇવન નંબર શોધવા માટે થાય છે?

(a)

Step 1: Start
Step 2: Read value of no
Step 3: If no mod 2 != 0, goto 5
Step 4: Print no is Even, goto 6
Step 5: Print no is Odd
Step 6: Stop

(b)

Step 1: Start
Step 2: Read value of no
Step 3: If no mod 2 > 0, goto 5
Step 4: Print no is Even, goto 6
Step 5: Print no is Odd
Step 6: Stop

(c)

Step 1: Start
Step 2: Read value of no
Step 3: If no mod 2 = 0, goto 5
Step 4: Print no is Even, goto 6
Step 5: Print no is Odd
Step 6: Stop

(d)

Step 1: Start
Step 2: Read value of no
Step 3: If no mod 2 < 0, goto 5
Step 4: Print no is Even, goto 6
Step 5: Print no is Odd
Step 6: Stop

Answer:

Option (c)

17.

Which of the following algorithm is used to find the number is divisible by 7 or not?

નીચેનામાંથી ક્યાં અલ્ગોરિધમ નો ઉપયોગ નંબર 7 વડે divisible છે કે નહિ તે શોધવા માટે થાય છે?

(a)

Step 1: Start
Step 2: Read value of no
Step 3: If no % 7=0, goto 5
Step 4: No is divisible by 7, goto 6
Step 5: No is not divisible by 7
Step 6: Stop

(b)

Step 1: Start
Step 2: Read value of no
Step 3: If no mod 7 = 0, goto 5
Step 4: No is divisible by 7, goto 6
Step 5: No is not divisible by 7
Step 6: Stop

(c)

Step 1: Start
Step 2: Read value of no
Step 3: If no mod 7 != 0, goto 5
Step 4: No is divisible by 7, goto 6
Step 5: No is not divisible by 7
Step 6: Stop

(d)

Step 1: Start
Step 2: Read value of no
Step 3: If no % 7 != 0, goto 5
Step 4: No is divisible by 7, goto 6
Step 5: No is not divisible by 7
Step 6: Stop

Answer:

Option (b)

18.

Whose flowchart is this?

આ ફલૉચાર્ટ કોના માટેનો છે?

(a)

To find the Subtraction of the first 20 numbers.

પહેલા 20 નંબર ની બાદબાકી

(b)

To find multiplication of the first 20 numbers.

પહેલા 20 નંબર નો ગુણાકાર

(c)

To find the sum of the first 20 numbers.

પહેલા 20 નંબર નો સરવાળો

(d)

To find an average of the first 20 numbers.

પહેલા 20 નંબર ની એવરેજ 

Answer:

Option (c)

19.

Which of the following numbers are prime numbers?

આપેલા નંબર માંથી પ્રાઈમ નંબર ક્યાં છે?

(a)

2,3,6,9

(b)

2,3,5,7

(c)

4,8,2,6

(d)

9,5,4,2

Answer:

Option (b)

20.

Roots of algebraic equation ax2 + bx +c = 0 are ________ .

એલ્જેબ્રીક ઈકવેસન ax2 + bx +c = 0 ના રૂટ્સ ___________ છે.

(a)

-b+d2a & -b-d2a

(b)

-b-d2a & -b-d2a

(c)

-b+d2a & -b+d2a

(d)

b+d2a & b-d2a

Answer:

Option (a)

Showing 11 to 20 out of 39 Questions