10 Computer EM Final
10 Computer EM Final
SAVANI VIDHYAMANDIR
Date : 11-12-2024 STD 10 Computer Total Mark : 100
MCQ BANK
1. Which of the following is used to go to the related web page of web site?
(A) Home page (B) Last page
(C) Hyperlink (D) None of the given
(A) H2
O (B) H 2
O (C) HO 2 (D) HO 2
Page 1
12. Which of the following is not physical style tag ?
(A) <em>... </em> (B) <b>... </b> (C) <i>... </i> (D) <u>...</u>
13. Which of the following attribute of <hr/> element is defined using pixel ?
(A) size (B) color (C) width (D) align
14. The _____ value of shape attribute of < area > tag specifies the hot spot within
rectangle shape.
(A) rect (B) rectangle (C) square (D) A or B
15. Which of the following tag is used to insert a video file into an HTML document
(A) img (B) image (C) href (D) Ime
16. By providing attribute of image to the browser, presenting and loading of the
image in a browser become smooth and easier.
(A) height and width (B) hspace and vspace
(C) src (D) alt
17. attribute of < img > tag publishes a low resolution image.
(A) src (B) Isrc (C) srclow (D) lowsrc
18. Which of the following are the two types of image maps ?
(A) Shopper side and user side (B) Server side and client side
(C) Vendor side and supplier side (D) All of the given
19. _____attribute of <table> tag pads some space inside each wall of the cell the
table.
(A) cellpadding (B) cellspacing (C) frame (D) rules
20. The width attribute of <table> tag is used to specify the _____ of the table.
(A) place (B) size (C) width (D) all of the given
21. Which of the following attributes of <table> tag are given values either in the
form of pixel or in the form of percentage ?
(A) cellspacing (B) cellpadding (C) width (D) all of the given
22. _____ attribute of <frameset> tag is used to create vertical frame.
(A) vertical (B) cols (C) columnar (D) colbox
23. _____attribute of <ol> tag is used to start a list with specific number or value.
(A) name (B) type (C) start (D) style
24. _____attribute of <table> tag creates a border around the table as well as around
each individual cell
(A) align (B) border (C) bgcolor (D) cellpadding
25. The _____ attribute of <table> tag is used to creat a space between the edges of
a cell and its contents
Page 2
(A) cellspacing (B) width (C) align (D) cellpadding
32. When any option of submenu contains shape, that means there are more
suboptions available with the option.
(A) ▶ (B) ◀ (C) > (D) <
38. ______ option of Page Style dialog box is used to create page header
(A) Borders (B) Page (C) Sheet (D) Header
Page 3
40. In calc, the words spelled incorrectly will be underlined with _____line.
(A) red (B) green (C) purple (D) black
43. _____key is used to select the cells that are not physically adjacent to each other.
(A) Tab (B) Shift (C) CTRL (D) Alt
44. = RANK (67: Al: F1; ______) function returns the rank of a given number from the
cell range A1 to F1 after arranging it in ascending order.
(A) O (B) 1 (C) 2 (D) 3
45. The______ converts a negative number into positive number.
(A) ABS ( ) (B) EXP ( ) (C) ROUND ( ) (D) INT ( )
46. Which of the following function returns the value of the factorial function for
the given number ?
(A) FACT ( ) (B) EXP ( ) (C) ABS ( ) (D) ROUND ( )
47. The ______rounds the given number down to the nearest integer
(A) ROUND ( ) (B) INT ( ) (C) ROUNDUP ( ) (D) ROUNDDN ( )
48. The ______chops off the fractional part of a given number leaving some digits
after decimal point.
(A) ROUNDUP ( ) (B) BROUNDDN ( ) (C) ROUND ( ) (D) TRUNC ( )
51. The _______ returns the middle number of the group in which numbers are
ranked in order.
(A) MEDIAN ( ) (B) MEAN ( ) (C) MODE ( ) (D) COUNTA ( )
52. The ______ returns the kth largest numeric value found in the given set of values
x.
(A) LARGE ( ) (B) MAX ( ) (C) BIG ( ) (D) TOP ( )
53. = RANK (67: A1: F1; _____) function returns the rank of a given number from the
call range Al to F1 after arranging it in descending order.
Page 4
(A) 0 (B) 1 (C) 2 (D) 3
54. ______ in Calc, is a set of simple and user friendly steps to perform charting
operations in the spreadsheet package
(A) Function wizard (B) Chart wizard (C) Cell wizard (D) None of the
given
55. Which of the following is selected/decided in the third step of chart wizard?
(A) A Chart type (B) Data range (C) Data series (D) Chart elements
56. In Cale chart, various data ranges are displayed in different colour or style using
_______.
(A) data series (B) chart wall (C) chart floor (D) legend
57. By default, legends are placed at the ________side of the chart within chart area.
(A) right (B) left (C) upper (D) lower
58. The _______is placed in center of the chart area.
(A) chart area (B) data area (C) chart wall (D) chart floor
59. Which option of hyperlink dialog box sets chart link with google.com?
(A) Internet (B) Mail & News (C) Document (D) New Document
60. Which of the following is used to distinguish different connector pairs in flow
chart?
(A) Arrows are used (B) Alphabets or other characters are
use
(C) Circles are use (D) Diamonds are use
61. In how many types can problems be classified?
(A) 3 (B) 2 (C) 4 (D) 10
63. _______is used to link the object code with the library functions giving executable
program or code.
(A) Compiler (B) Loader (C) Linker (D) D All of the
given
Page 5
(D) Business Co-ordinated Programming Language
67. The program that converts programming language into the machine language is
called_______.
(A) Compiler (B) Loader (C) Linker (D) All of the given
68. .________ instructs the compiler to replace all occurrences of symbolic constants
with the values specified against it.
(A) include <stdio.h> (B) # define (C) C main (1 (D) None of the
given
69. _________ value can be stored in a variable declared using int keyword.
(A) A Positive (B) Negative (C) A or B (D) Real
74. Each data type is allocated a fixed memory space in C and is denoted by _______.
(A) A constant (B) byte (C) variable (D) data type
75. With _______ function, the character keyed in will not be echoed on the screen.
(A) getc ( ) (B) getch ( ) (C) gets ( ) (D) getchar ( )
77. Which of the following function reads a character without using a standard
Input device?
(A) getchar( ) (B) getch ( ) (C) getc (D) gets ( )
78. The ______sign in C is known as address of operator.
(A) & (B) ! (C) # (D) >
79. _______format specifier in scanf ( ) reads a character.
(A) %c (B) %s (C) %d (D) %ch
80. %s format specification stops its reading when ________ encounters in input.
(A) A numbers (B) expression (C) character (D) blank space
81. The statement gets executed only when test expression is true.
(A) If else (B) Nested if (C) simple if (D) else if ladder
82. It is necessary to write compound statements of if in________.
(A) ( ) (B) [ ] (C) <> (D) { }
83. In simple if statement, there is________ statement block.
(A) only one (B) two (C) multiple (D) none of the
given
----- -----