Computer Important Questions
Computer Important Questions
Answer: (ii)
2. Numbers and Symbols in Excel can be sorted by using …………….…… .
i. Sort A to Z
ii. Find & Select
iii. AutoSum ( 1 )
Answer: (i)
3. Which attribute of the Image tag is used to specify the location of the image?
i. ALT
ii. HEIGHT
iii. SRC
iv. None of these ( 1 )
Answer: (iii)
4. The process of linking a particular section of the same web page is called .
i. Interlinking
ii. External linking
iii. Both (i) & (ii)
iv. None of these ( 1 )
Answer: (i)
© Orange - Touchpad 1
5. Which attribute of the <IMG> tag is used to specify which alternative text should be displayed, if selected image
is not displayed?
i. SRC
ii. ALT
iii. HEIGHT
iv. All of these ( 1 )
Answer: (ii)
Answer: (i)
Answer: (i)
8. Which function calculates the total of a given set of values?
i. POWER()
ii. SUM()
iii. IF()
iv. AVERAGE() ( 1 )
Answer: (ii)
Answer: (i)
10. Which of the following is also known as base-16 system?
© Orange - Touchpad 2
i. Octal Number System
ii. Decimal Number System
iii. Hexadecimal Number System
iv. Binary Number System ( 1 )
Answer: (iii)
Answer: (ii)
12. In a binary number system right most digit before the fractional point is called .
i. MSD
ii. LSD
iii. OSD
iv. None of these ( 1 )
Answer: (ii)
13. Which tag is used to embed sound content in an HTML document?
i. <Video>
ii. IMG
iii. <Audio>
iv. <Sound> ( 1 )
Answer: (iii)
Answer: (ii)
15. Which type of list is used when the items are not required to be in a specific order?
(right) i. Unordered list
(wrong) ii. Ordered list
© Orange - Touchpad 3
iii. Both (i) & (ii)
iv. Distributed list ( 1 )
Answer: (ii)
16. <DT> tag is used for .
i. Marking the beginning of the definition list
ii. Writing the terms that are to be defined
iii. Writing the definition of the data term
iv. Marking the ending of the definition list ( 1 )
Answer: (ii)
Answer: (i)
18. Which property is used to add space between the border and contents of a cell in a table?
i. Border-collapse
ii. Padding
iii. Both (i) & (ii)
iv. Height and width ( 1 )
Answer: (ii)
19. The Sort & Filter command exist under the Editing group in the …………….…… tab.
i. Home
ii. Formula
iii. Insert
iv. Review ( 1 )
Answer: (i)
© Orange - Touchpad 4
iv. None of these ( 1 )
Answer: (iii)
Answer: (i)
Answer: (ii)
Answer: (i)
© Orange - Touchpad 5
iii. 12
iv. 15
Answer: i. 10
26. What is the purpose of the two's complement representation in binary arithmetic?
i. To simplify addition operations
ii. To represent negative integers
iii. To handle floating-point numbers
iv. To improve multiplication operations
Answer: ii. To represent negative integers
27. When might the octal number system be used in computing?
i. Data encryption
ii. Computer graphics
iii. Network protocols
iv. File permissions
Answer: iv. File permissions
28. What is the base of the binary number system?
i. 8
ii. 10
iii. 16
iv. 2
Answer: iv. 2
29. What does IEEE 754 define in the context of number representation?
i. Hexadecimal notation
ii. Binary-coded decimal (BCIV.
iii. Floating-point standard
iv. Two's complement arithmetic
Answer: iii. Floating-point standard
30. What is a complex number?
© Orange - Touchpad 6
i. A number with both real and imaginary parts
ii. A number with a decimal point
iii. A prime number
iv. A positive integer
Answer: i. A number with both real and imaginary parts
31. What is the purpose of Data Model in Excel?
i. Data validation
ii. Enhanced data analysis and reporting
iii. Conditional formatting
iv. Sorting and filtering
Answer: ii. Enhanced data analysis and reporting
32. Which Excel feature is used for exploring different scenarios by changing selected cells?
i. Scenario Manager
ii. Data Validation
iii. Goal Seek
iv. Data Consolidation
Answer: iii. Goal Seek
33. What does the HLOOKUP function in Excel do?
i. Searches for a value in a column
© Orange - Touchpad 7
iv. By creating macros for repetitive tasks
Answer: iii. By enabling pivot tables from multiple sources
35. What is the purpose of the CONCATENATE function in Excel?
i. To add numbers in a range
ii. To concatenate text from multiple cells
iii. To perform mathematical calculations
iv. To round numbers to the nearest integer
Answer: ii. To concatenate text from multiple cells
36. How does the IFERROR function contribute to Excel formulas?
i. It performs conditional formatting based on errors
ii. It ignores errors and returns a specified value
iii. It highlights cells with errors in red
iv. It calculates the average of non-error cells
Answer: ii. It ignores errors and returns a specified value
37. In Excel, what is the purpose of data consolidation?
i. Sorting data alphabetically
ii. Combining data from multiple sheets or workbooks
iii. Converting data to percentages
iv. Creating a dynamic chart
Answer: ii. Combining data from multiple sheets or workbooks
38. Which HTML5 element is used to create an ordered list?
i. <ol>
ii. <ul>
iii. <li>
iv. <dl>
Answer: i. <ol>
39. What is the purpose of the rowspan attribute in an HTML5 table?
i. It defines the number of columns a cell should span
© Orange - Touchpad 8
ii. It defines the number of rows a cell should span
iii. It sets the alignment of the table contents
iv. It determines the width of the table
Answer: ii. It defines the number of rows a cell should span
40. Which HTML5 element is used to group a set of <col> elements in a table?
i. <row>
ii. <colgroup>
iii. <group>
iv. <tablegroup>
Answer: ii. <colgroup>
41. How can CSS be used to style an HTML5 list?
i. Apply styles directly to <ul> and <li> elements
ii. Use the <style> element within the list
iii. Apply styles to the <div> surrounding the list
iv. Create a separate CSS file for each list
Answer: i. Apply styles directly to <ul> and <li> elements
42. What is the purpose of the <figcaption> element in HTML5?
i. It defines the caption for an HTML5 table
ii. It provides a caption for an HTML5 figure
iii. It creates a title for an HTML5 list
iv. It specifies the caption for an HTML5 image
Answer: ii. It provides a caption for an HTML5 figure
43. Which HTML5 element is used to define the structure of a table?
i. <td>
ii. <table>
iii. <tr>
iv. <th>
Answer: ii. <table>
© Orange - Touchpad 9
44. How can the <caption> element improve the accessibility of an HTML5 table?
i. It adds a title to each table cell
ii. It provides a summary of the table content
iii. It defines the width of the table
iv. It sets the background color of the table
Answer: ii. It provides a summary of the table content
45. Which attribute in the <img> element is used for specifying alternative text for an image?
i. alt
ii. title
iii. src
iv. link
Answer: i. alt
46. In HTML5, which element is used to create hyperlinks?
i. <link>
ii. <a>
iii. <href>
iv. <hyperlink>
Answer: ii. <a>
47. What is the purpose of the <form> element in HTML5?
i. To define a container for metadata
ii. To create a table of contents
iii. To define a structure for input fields
iv. To create a container for interactive user input
Answer: iv. To create a container for interactive user input
48. Which HTML5 attribute is used to specify the type of input in a form?
i. type
ii. formtype
iii. inputtype
© Orange - Touchpad 10
iv. format
Answer: i. type
49. What is the purpose of the <label> element in HTML5 forms?
i. It defines a title for the form
ii. It identifies the form method
iii. It provides a description for the form
iv. It associates text with a form control for better accessibility
Answer: iv. It associates text with a form control for better accessibility
50. How can you create a photo of tejal amit velany
i. Using the <list> element
ii. Using the <select> element
iii. Using the <dropdown> element
iv. Using the <menu> element
Answer: ii. Using the <select> element
51. What does the enctype attribute in the <form> element specify?
i. The encoding format for images
ii. The type of input fields in the form
iii. The character set for form data
iv. The encoding type for form submission
Answer: iv. The encoding type for form submission
© Orange - Touchpad 11