Class 10 Computer Science Grand MCQs Test Federal Board

We have made FBISE Class 10 Computer Science Grand MCQs Test for students. All the MCQs are taken from Chapter exercises and Past Papers. Chapterwise MCQs Tests are also available.


Class 10 Computer Science Grand MCQs Test


Grand Test

1472

Class 10  Computer Science
Full Book Grand MCQs Test

1 / 62

What is an Internet address called that identifies a website?

2 / 62

What illustrates a sequence of operations to be performed to solve a problem in the form of a diagram?

3 / 62

How many AND gates are required to create the logic circuit of the Boolean function:
F = \(\bar{x} \)z + y\( \bar{z} \) + xyz

4 / 62

Which of the following operator has the highest precedence?

5 / 62

Which character terminates a C statement?

6 / 62

For which purpose if structure is used in programming?

7 / 62

Anything typed inside which tags is displayed in the browser window?

8 / 62

What is represented by a small circle in a flowchart?

9 / 62

When was C language developed?

10 / 62

Which language is used for creating Web pages?

11 / 62

Which loop is used to execute a set of statements repeatedly for a fixed number of times?

12 / 62

Which function is used for output purpose in C language?

13 / 62

Which of the following is an increment operator?

14 / 62

Which of the following ends a multiple-statement while loop?

15 / 62

What is the other word used for Reserved Words?

16 / 62

Which of the following structures repeats one or more operations?

17 / 62

What defines the rules of valid statements in programming?

18 / 62

Which combination of inputs to a two-input AND gate will produce an output of HIGH?

19 / 62

Which statement can be used in place of the conditional operator?

20 / 62

What is represented by a parallelogram in a flowchart?

21 / 62

How many bytes are set aside by the compiler for a variable of type float?

22 / 62

Which format specifier is used to print or read a floating-point value?

23 / 62

Which of the following tags does not have a closing tag?

24 / 62

Which symbol is used for decision in a flowchart?

25 / 62

What is a collection of Web pages hosted on a Web server called?

26 / 62

Which symbol is used for processing in a flowchart?

27 / 62

Which of the following is a logical operator?

28 / 62

Which statement is used to exit from a loop as soon as a certain condition is met?

29 / 62

Which structure enables the programmer to execute a set of instructions repeatedly until a particular condition is met?

30 / 62

Which loop is used when it is required to execute the loop at least once?

31 / 62

Which software helps in finding and removing errors in programs?

32 / 62

How many types of lists are commonly used in HTML pages?

33 / 62

Which of the following is a sequence of instructions written in a computer language to solve a problem?

34 / 62

Which of the following is an arithmetic operator?

35 / 62

Which language is directly understood by the computer?

36 / 62

What will be the output of the expression, 5+3*3 -1?

37 / 62

Which logic gate is represented by the function, F = \(\widehat{xy}\) ?

38 / 62

Which statement is used to exit from the body of the switch statement?

39 / 62

Who developed Java language?

40 / 62

Which statement can be used in place of switch statement?

41 / 62

Which of the following gates is also known as an inverter?

42 / 62

Which of the following structures allows a choice among various options?

43 / 62

Which of the selection structures tests only for equality?

44 / 62

Which program translates high level language into machine language?

45 / 62

What is text or image in a Web page called that links it to another Web page when user clicks on it?

46 / 62

What will be printed when the following code is executed?
x=1;
switch(x)
{case 1:
case 2:
case 3:
printf(“\n x is a positive number");
break;
default:
printf(“\n value of x is 1"); }

47 / 62

Which of the following is also called counter loop?

48 / 62

Which statement is suitable to use in a situation where there are only two choices based on a condition?

49 / 62

What is a pass through a loop called?

50 / 62

Which escape sequence is used to move cursor to the beginning of current line?

51 / 62

Which of the following should be placed at the beginning and the end of a for loop if it consists of more than one statement?

52 / 62

How many bytes are set aside by the compiler for a variable of type int?

53 / 62

Which statement is equivalent to “k=k+a;”?

54 / 62

Which operation is represented by "+" sign?

55 / 62

In which loop condition is placed at the end?

56 / 62

What is the maximum number of possible input combinations in a truth table that has three variables?

57 / 62

Which loop is preferred to use when the number of times the loop will execute is not known in advance?

58 / 62

Which logic gate is represented by the function, F = \(\widehat{x+y}\) ?

59 / 62

Which operation is represented by a dot or absence of an operator?

60 / 62

What is the range of numbers that can be stored in a variable of type double float?

61 / 62

Which of the following is a multiple selection statement?

62 / 62

Which of the following refers to uploading of Web pages to Web server so that others can access it?

Your score is

0%

Please rate this quiz and give your feedback.

Similar Posts

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *