12th Class Computer Science MCQS Chapter 12

Google Ads1
12th Class Computer Science MCQS
Image Courtesy By Freepik

Respected members,
12th Class Computer Science MCQS Available Here. In this pages your can get 12th Class Computer Science MCQS with Answers.
You can read and practice, 12th Class Computer Science MCQSon Different Topic,
We make Online question bank with the help of experienced teachers and subject specialists.

FG Study / Quiz is also very useful website for online Quiz and Test sessions. Where FG STUDY Team Design and Develop large Database and Content Management System for the quizzes. We provide wide scale online quiz System for various educational and professional examination. If you are interested please visit our site FG Study Quiz

Remember That The FG STUDY Team Always provide unique and useful content for students. If you have any question or problem do not hesitate to contact us, we will be happy to reply, Thanks


This statement may be used to stop a loop’s current iteration and begin once:
Continue
Next
Break
Terminate

If we want a user to enter exactly 20 values, which loop would be the best to use?
Do-while
Infinite
For
While

The loop structure in which condition comes after the body of the loop is
While
For
All
Do-while

Where should be the loop control variable initialized?
In the last statement of the loop body
Before the loop starts
Anywhere in the loop body
In the first statement of the loop body

When does the code block following while (x<100) execute?
None
When x is greater then one hundred
When x is less then one hundred
When x is equal to one hundred

A ________ is used to perform the same sequence of steps or automating tasks repeatedly
Macro
Forms
Module
Reports

Repetition structure is used to execute a statement or set of statement
statement
Once
All
More than one time

What is the value of “a” after execution the following code segment:
int a=2;
int b=0;
while(b<5){
a=a*2;
b=b+1;
a=a+1;}
66
67
64
65

Which statement is used to move the control to the start of loop body?
Break
Switch
Goto
Continue

One execution of a loop is known as a(n):
Iteration
Test
Cycle
Duration

Continue Reading Go to Next Page

Google Ads