0% found this document useful (0 votes)
9 views12 pages

gseb std 10 computer exa, revision

The document contains a series of questions and answers related to programming concepts, HTML, and Excel functions. It covers topics such as data types, loops, HTML tags, and basic programming syntax. The questions are formatted in a quiz style, providing correct answers for each inquiry.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views12 pages

gseb std 10 computer exa, revision

The document contains a series of questions and answers related to programming concepts, HTML, and Excel functions. It covers topics such as data types, loops, HTML tags, and basic programming syntax. The questions are formatted in a quiz style, providing correct answers for each inquiry.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

1. Who prepared Standardized General Markup Language (SGML) ?

 ISO
2. How many pre-defined heading tags are there in HTML?
 6
3. What will be the output of following program segment?
int num[3] = {1,2,3}a
printf(“%d”, num[0]);
 1
4. What will be the output of following program segment?
int num[3] = {1,2,3}
printf(“%d”, num[1]);
 2
5. What is the output of following program segment?
int num[5] = {4,2,5,76,80}
printf(“%d”, num[3]);
 76
6. Which of the following form basic two sections of an HTML code?
 Head and body
7. Arrangement of data in particular order is known as __________.
 Sorting
8. Which of the following element can be used to create multiple links
with clickable location within a single image?
 Image map

9. Which of the following can be used to make webpage attractive by


using background colour?
 bgcolor
10. Who first thought of web ?
 Tim Burner’s Lee

11. Which of the following can be used to make webpage attractive by


using background colour?
 bgcolor

 12. You are provided with a list of students' marks in a spreadsheet.


If you want to find the student with the highest marks, which excel
function should you use?
bgcolor

MAX
13. Which of the following is category of function in C language?
a) System defined b) user defined c) Both a and bd) none of
these
14. Which of the following tag can be used to push the coming text into
next line?
a) <br> b) <hr> c) <pre> d) <tt>
13. In calc a row is identified by ________
a) Alphabets b) numbers c) letters d) none of
these
15. Which of the following form basic two sections of an HTML code?
(a) Head and body (b) Physical and logical
(c) Code and browser (d) Meta-tags and body
16. Which of the following can be used to specify additional formatting
along with an HTML element?
a) Numbers b) Attributes c) Comments d)
Contents
17. ________ helps avoid repetition of programming for similar tasks.
(a) Function (b) Array (c) switch (d) none of these
18. A combination of opening tag and closing tag along with some
content between two tags are forms as an _______.
a) Element b) attribute c) align d) empty tag

19. Which of the followiong datatype refers to decimal numbers in C


language?
(a) Integer b) float (c) double (d) none of
this

20. What is the output of following program segment?


int main( ){
int i;
for (i=0; i<10; i++)
{
printf(“%d”,i);
}
(a) 0123456789 (b) 9 (c) 0 d) Error

21. What is the output of following program segment?


int main( ){
int x;
for (x=0; x<5; x++)
{
printf(“%d”,x);
}
(a) 01234 (b) 9 (c) 0 d) Error

22. What is the output of following program segment?


int main( ){
int y;
for (y=0; y<3; y++)
{
printf(“%d”,y);
}
a) 012 b) 9 c) 0 d) 1

23. Which of the following concept is used to display whole image as a


link?
(a) Image as hot spot (b) Hot text
(c) Active link (d) Any of this

24. Which of the following element can be used to create multiple links
with clickable location within a single image?
a) Image map b) hyperlink (c) image d) All of these
25. Which of the following tag pairs are used to define a header row of a
table?
a) <tr> and </tr> b) <td> and </td>
c) <col> and </col> d) <th> and </th>
26. Which of the following is specified by <ul> in HTML?
a) Simple list b) Ordered list c) Unordered list d)
Simple table

27. Which of the following refers to an HTML element ?


(a) An opening tag, content and a closing tag (c) Content
(b) Angular brackets (d) Any of these

28. A _______ is a technique in which we use pictorial representation of


every action that we perform within the machine process that solves a
problem.
(a) Pseudo code (b) Flowchart c) Algorithm d)
Sequence

29.______ allows programmers to execute statement multiple times.


(a) Loop (b) Switch (c) If...else (d) none of these

30. Which of the following can be changed in an ordered list in HTML?


(a) Order of the items (b) Number style
(c) Start number (d) All of these
31._________ shows name of the current spreadsheet.
a) Title bar b) Formula bar c) Tool bar d)
Format bar

32. To which of the entity can a Calc chart be linked?


a) To an existing document b) To a new document
c) Web page d) All of these
33. Which of the following is the extension of a worksheet created in
Calc?
(a) .ods (b) .odd (c) xls (d) obj
34. Which of the following symbol represents a Process?
(a) Rectangle (b) Square (c) Circle (d) Diamond

35. Which of the following list contains items along with numbers or
alphabets instead of bullets ?
a) Simple list b) Ordered list c) Unordered list d)
Simple table
36. Which of the following is used to divide browser window into multiple
parts?
(a) Frameset (b) Layout (c) Elements (d) Design

37. Which of the following symbol is used to test conditions in a


flowchart?
a) Diamond b) Circle c) Arrow d) Square

38. Which of the following refers to a singular tags that do not require
content?
a) Compete b) Empty c) Null d) Void
39. What is the name of mechanism to allow only valid data?
a) Sorting b) Searching c) Filtering d)
Validating

40. What will be the output of the code printf("hello world!"); ?


a) “hello world !” b) world!
c) hello world! d) No output
41. How many arguments one can use with a Calc function?
(a) One b) Two c) Three d) Depends on
the function

42. The = symbol is used for which of the following operations in C?


a) Equality Check c) Comment c) comparison d)
Assignment

43. A function in Calc can start with which of the following options?
a) '=' sign b) Alphabets c) Numbers d) Any
of these

44. Which of the following tag is used to add images to a webpage?


a) <img> b) <image> c) <video> d) <a>
45.What is one challenge of drawing a flowchart for a large and complex
problem?
a) It is easy and quick. b) It is time-consuming and
laborious.
c) It simplifies the problem. d) It is unnecessary for
large problems.

46. ________ is a collection of elements having same data type.


(a) Loop (b) Array (c) String (d) none of these

47. Which of the following tag pairs are used to define a column of a
table?
a) <tr> and </tr> b) <td> and </td>
c) <col> and </col> d) <row> and </row>
48. We can replace multiple occurrences of a word using which of the
following facility of Calc ?
(a) Find and replace (b) By replace only
(c) By copy command (d) By preview command

49. Which of the following about a web page is described when a meta-
tag is used in HTML page?
(a) Author, purpose and keywords (b) Layout
(c) Style (d) Size

50. What is the name of mechanism to filter out unnecessary data ?


(a) Sorting (b) Searching (c) Filtering (d)
Validating
51. Which of the following keywords refer to integer data type?
a) int b) Integer c) char d) float

52. Which of the following is used to specify a colour in HTML code?


(a) Colour code in hexadecimal (b) Colour code in decimal
(c) Colour mixing model (d) Pixel in percentage

53. Which of the following refers to the core part of any solution ?
(a) Input (b) Output (c) Process (d) Algorithm
54. Which of the following function is used to display formatted output on
screen?
a) printf( ) b) scanf( ) c) puts( ) d) putchar( )
55. What can be a function argument ?
(a) Value (b) Text (c) Other function (d) All of these

56. Which of the following are the two basic types of decision structure
statements provided by C language?
a) for and while b) if and switch c) do and goto d) case and
default

57. Which of the following datatype refers to whole numbers in C


language?
a) Integer b) float c) double d) none of
this

58. Which of the following is an extension of C program file?


a) .c b). h c). t d) .s

59. Which of the following refer to the meaning of value++ in C?


a) Typed b) Bitwise c) Post Increment (b) Post

60. For reading a integer _____is used.


a) %d b) %f c) %2f d) %c

61. Datatype integer uses how many bytes of memory space ?


(a)1 (b) 2 (c) 4 (d) 8

62. Which of the following is an editor to edit an HTML document ?


(a) SciTE (b) BriTE (c) LigHT (d) SpriTE

63. What will be the output when following program segment is


executed?
int choice= 1;
Switch (choice)
{
Case 1 : print(“Jan”); break;
Case 2 : print (“Feb”); break ;
Case 3 : print (“Mar”); break;
}
(a) Jan (b) Feb (c) Mar (d) Error

64. What will be the output when following program segment is


executed?
int day= 2;
Switch (day)
{
Case 1 : print(“Sunday”); break;
Case 2 : print (“Monday”); break ;
Case 3 : print (“Tuesday”); break;
}
(a) Monday (b) Tuesday (c) Sunday (d)
Error

65. What will be the output when following program segment is


executed?
Char chr=’A’
Switch (chr)
{
Case ‘A’ : print(“A”); break;
Case ‘B’ : print (“B”); break ;
Case ‘C’ : print (“C”); break;
}
a) A b) B c) C d) D

66. Which of the following is specified by <ul> in HTML?


(a) Simple list (b) Unordered list (c) Ordered list (d)
Simple table

67. Which of the following is The extension of header file?


a) .h b) .head c) .header d) none of this

68. Which function will convert "School" to "SCHOOL" in Calc?


a) LOWER b) UPPER c) PROPER d) CONCATENATE

69. Which of the following option is used to print a chart?


(a) Insert Chart (b) File View (c) File Print (d) View
Chart

70. which of the following loop used when we want to execute block of
statements fixed numbers of times?
a) For b) while c) do….while d) none of
these

71. An __________is a symbol that identifies the operation that can be


performed on operands.
a) Operator b) expression c) argument d) none
of these

72. Which one of the following is a valid image file format ?


(a) Img (b) Movie (c) Mp3 (d) Png
(c) Both (a) and (b) (d) Depends on function

73. The symbol * belong to which of the following operator types in C?


(a) Relational (b) Arithmetic (c) relational (d) Bitwise
74. __________consists of group of variables having same property.
a) Array b) Function c) Loop d) Structure
75. Arrangement of data in particular order is known as __________.
(a) Sorting (b) validating (c) filtering (d)
formatting
76. Which of the followings are useful in C language I/O operations ?
(a) Monitor (b) Keyboard (c) Mouse (d) All of
these
77. Which of the following refers to a list of instructions in a proper order
to solve a problem called ?
(a) Algorithm (b) Flowchart (c) Sequence (d) Roadmap

78. Which of the following C character categories does the symbol =


belong?
(a) Letter (c) Special Character
(b) Blank Space (d) Digit

80. What will be the output of the below given code ?


int x= 10;
int y= 20;
printf(“%d”,x);
(a)1 (b) 10 (c) 20 (d) 2

81. <a href=”temple.html” > <img src=“temple.jpg” > </a> - is an


example of ________.
a) Image as hotspot b) image c) movie d) None of these
82. Which of the following is an extension of C program file ?
(a) .c (b). h (c). t (d) .s

83. _________ allows us to input data into particular data format.


(a) Scanf( ) (b) printf( ) (c) puts( ) (d)
None of these

84. Input in a program can be possible using which of the following


device?
(a) Keyboard b) Speaker c) Printer d) Monitor

85.Which function will convert "GUJARAT" to "Gujarat" in Calc?


(a) LOWER (b) UPPER (c) PROPER (d)
CONCATENATE

86. _______ identifies the type of value that can be stored in an identifier.
(a) Format (b) Operator (c) Datatype (d) None of
these
87. What will be the size of following given array?
Marks[5] ={50 , 60, 65, 35, 70}
a) 4 b) 5 c) 50 d) 3

87. What will be the size of following given array?


Runs[6] ={2,0,4 ,1 ,4,0}
a) 6 b) 5 c) 4 d) 3

88. you are provided with a list of bike’s price in a spreadsheet. If you
want to find the bike with the lowest price, which Excel function should
you use?
(a) AVERAGE (b) SUM (c) MAX (d) MIN

89. For reading a decimal _____is used.


a) %d b) %f c) %s d) %c

90. The _______ statement skips the subsequent statements of the loop
and continues the next iteration of the loop
a) Continue b) break c) default d) switch

91. The = symbol is used for which of the following operations in C?


(a) Equality Check (c) Comment (c) Assignment (d)
Comparison

92. Which of the following shows us the preview of the chart ?


(a) Save as XHTML (b) Page preview (c) Export chart (d) Any of
these

93. Which is the possible mechanism to enter a function in Calc cell?


(a) Through function wizard (b) By manually entering

94. Which of the following option is used to prit a chart ?


a) Insert ➔ Chart b) File ➔ View
c) File ➔ Print d) View ➔ Chart

95. The _____ statement stops execution of program


a) break b) continue c) default d) switch

96. To find the average of five numbers which of the following operator
can be used?
(a) Relational (b) Arithmetic (c) relational (d) Bitwise

97. Which of the following is used to provide a link to the chart ?


(a) Activelink (b) Hyperlink (c) Drawinglink (d)
Connectionlink

98. Which of the following is used to enter 3D text in Calc?


a) Fontwork b) Artwork c) Drawing work d)
Graphwork
99. The _____ statement stops execution of program.
(a) break (b) continue (c) default (d)
switch

100. How can one calculate total of values entered in a worksheet in a


Calc document ?
(a) By manual entry (b) By formula (c) By autosum (d) All
of these

101. Which header file must be included in the program to use


mathematical function?
a) Mathematic b) maths.h c) math.h d) all of
these

102. which of the following loop used when we want to execute block of
statements fixd numbers of times ?
(a) for (b) while (c) do….while (d) none of
these
103. What will be the output of following program segment?
int marks[5] = {60,20,35,70,80}
printf(“%d” , num[2] );
(a)2 (b) 60 (c) 80 (d) 35

104. pow( ) function is _____ ?


(a)System defined (b) user defined (c) Both a and b d)
none of these

105. what will be the output when following program segment is


executed?
int balance = 5000;
if (balance < 3000){
printf(“payment successful”);
}
else {
printf(“insufficient balance”);
}
(a) payment successful (b) insufficient balance
(c) Error (d) None of these

106. what will be the output when following program segment is


executed?
int marks = 82;
if (marks > 33){
printf(“pass”);
}
else {
printf(“fail”);
}
(a) pass (b) fail c) Error d) None of these

107. Which bracket is used in HTML code?


(A) [ ]
(B) ( )
(C) < >
(D) { }

108. What is placed after closing tag in HTML ?


(A) Straight slash ( \ )
(B) Reverse slash ( / )
(C) Straight line ( | )
(D) Exclamation mark ( ! )
109. Which of the following tag is used for heading ?
(A) <h1>
(B) <head>
(C) <pre>
(D) <tt>
110. What is the extension to store HTML file ?
(A) .htm (B) .html (C) .htm or .html (D) .hml
111. Which tag is used to show letters in bold ?
(A) <a> (B) <b> (C) <br> (D) <tt>
112. Which is the middle part of the constitution of a tag ?
(A) Opening tag (B) Closing tag
(C) Content (D) Any of these
112. Which of the following words are used by search engine ?
(A) Main words
(B) Key words
(C) Attribute words
(D) Information words
113. Which attribute determines color in HTML ?
(A) Background
(B) Bground
(C) Bgcolor
(D) Backcolor
114. To arranged text in to paragraph, which tag can be used ?
(A) <p> (B) <pre> (C) <para> (D) <perform>
115. Which of the following tag draws a line at the bottom of the text ?
(A) <t> (B) <u> (C) <b> (D) <d>
116. Which of the following tag is used to insert a video file into an
HTML document?
(A) img (B) image (C) href (D) ime
116. Which attribute is used in <img> element to insert image in HTML
document ?
(A) alt (B) src (C) link (D) joint
117. Which of the following is the extension for movie file ?
(A) .mp3 (B) .mp4 (C) .wav (D) .bmp
118. Which of the following is the extension for audio file ?
(A) .mp3 (B) .mp4 (C) .mov (D) .wav
119. Which tag pairs are used to create a description list in HTML ?
(A) <ol> … </ol> (B) <ul> … </ul>
(C) <dl> … </dl> (D) <dd> … </dd>

120. What is the full form of <li> tag ?


(A) List Item (B) Last Item (C) Lost Item (D) Large Item
121. Which symbol is used for multiplication in Calc ?
(A) & (B) * (C) # (D) @
123. Which symbol is necessary to write at the starting of formula ?
(A) = (B) # (C) @ (D) *
124. Which key is pressed to see the result after entering formula in
Calc ?
(A) Insert key (B) Ctrl key (C) Enter key (D) Shift key

125. Which function is used to do sum in Calc ?


(A) Plus (B) Sum (C) Joint (D) Add
126. Which of the following is the first step to create a chart ?
(A) Formatting data (B) Preparing data
(C) Editing data (D) Deleting data
127. Which method is used to change the location of the chart ?
(A) Drag (B) Move (C) Change (D) Modify
128. Which chart is circular ?
(A) Column (B) Area (C) Pie (D) Stock

You might also like