Computer Science/IT MCQs
Topic Notes: Computer Science/IT
MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
71
From an Excel workbook, you can create hyperlinks to:
Answer:
All
Hyperlinks can point to webpages, other office files, or internet/intranet sites.
72
For inserting only a horizontal page break, you must first select:
Answer:
A row below where the break should appear
Select the row just beneath where you want the horizontal page break.
73
What can you print from Excel?
Answer:
All of the above
Excel allows you to print selected ranges, an entire sheet, or specific worksheets.
74
Pressing the F11 key to create a chart in Excel will result in:
Answer:
A default chart
F11 generates a default chart, typically a column chart, on a separate chart sheet.
75
In Excel, how is the selected (active) cell indicated?
Answer:
A dark wide border
The active cell has a dark wide border around it.
76
How is the currently active cell shown on an Excel sheet?
Answer:
A dark wide border
The active cell is highlighted with a bold border.
77
To reduce the value in cell C3 by 10%, which formula would you use in cell C1?
Answer:
-C3*.90
Multiplying C3 by 0.90 decreases its value by 10%.
78
To add the values in cells A1 and A2, what formula would you enter?
Answer:
=A1 + A2
Use =A1 + A2 to sum the contents of cells A1 and A2.
79
Which symbol is used for multiplication in arithmetic operations in Excel?
Answer:
*
The asterisk symbol (*) denotes multiplication.
80
The division operator in Excel is represented by:
Answer:
/
The slash (/) is the standard division operator in Excel.