Computer Knowledge

Computer Software Operations

1,659 Questions

This hub provides extensive practice on computer software operations and keyboard shortcuts. It covers document formatting, spreadsheet navigation, and common application commands. These questions are essential for candidates preparing for banking, railways, and staff selection computer proficiency tests.

Keyboard shortcutsSpreadsheet formattingDocument editingWeb page navigationMail merge operations

Computer Software Operations Questions

Multiple choice technology operating systems
  1. CTRL+' (apostrophe)

  2. CTRL+SHIFT+" (quotation mark)

  3. CTRL+SHIFT+ &

  4. None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CTRL+SHIFT+" copies the VALUE only (not formula) from the cell above into the active cell. This is different from CTRL+' which copies the formula. The quotation mark distinction helps: SHIFT+' = " for values, ' alone for formulas.

Multiple choice technology operating systems
  1. CTRL+SHIFT+" (quotation mark)

  2. CTRL+SHIFT+ !

  3. CTRL+' (apostrophe)

  4. None of the Above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CTRL+' copies the FORMULA (not just value) from the cell above into the active cell. This preserves relative references that adjust to the new position. Contrast with CTRL+SHIFT+" which copies only the static value.

Multiple choice technology operating systems
  1. SHIFT+F3

  2. SHIFT+F12

  3. SHIFT+F2

  4. SHIFT+F8

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SHIFT+F2 edits the comment in the active cell (or creates one if none exists). F2 alone edits the cell contents, while SHIFT+F2 specifically targets the comment. This is consistent across Excel versions.

Multiple choice technology operating systems
  1. ALT +DELETE

  2. CTRL+DELETE

  3. SHIFT +DELETE

  4. None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CTRL+DELETE deletes all characters from the cursor position to the end of the line in Excel's edit mode. This is a standard text editing shortcut that works in Excel cell editing, Word, and many other applications. SHIFT+DELETE is usually cut, not delete to end.

Multiple choice technology operating systems
  1. ALT+ #

  2. ALT+ $
  3. ALT+' (apostrophe)

  4. ALT+" (quotation mark)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

ALT+' (apostrophe) opens the Style dialog box in Excel, where you can apply, create, or modify cell styles. The apostrophe key is used because it's related to formatting and styles. This is different from the Format Cells dialog (CTRL+1).

Multiple choice technology operating systems
  1. CTRL+ 1

  2. CTRL+ 2

  3. CTRL+ 3

  4. CTRL+ 4

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Excel, pressing CTRL+1 is the keyboard shortcut to open the Format Cells dialog box, which allows you to format the appearance of cells including fonts, borders, number formats, and alignment. The other options (CTRL+2, CTRL+3, CTRL+4) do not perform this function.

Multiple choice technology operating systems
  1. CTRL+SHIFT+@

  2. CTRL+SHIFT+!

  3. CTRL+SHIFT+$
  4. CTRL+SHIFT+#

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Excel, CTRL+SHIFT+# applies the Date format showing day, month, and year (e.g., dd-mm-yyyy or similar depending on regional settings). This is the standard shortcut for date formatting. The other options are for different formats: CTRL+SHIFT+@ is time, CTRL+SHIFT+$ is currency, CTRL+SHIFT+! is number format with two decimals.

Multiple choice technology web technology
  1. Focus

  2. AutoPostBack

  3. Submit

  4. Selected

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Focus() method is used to set input focus to a specific TextBox control when the page loads, making it active and ready for user input. AutoPostBack causes form submission, Submit submits the entire form, and Selected is a property for list-type controls.

Multiple choice technology testing
  1. CTRL + N

  2. ALT +N

  3. SHIFT+N

  4. CTRL+SHIFT+N

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ALT+N is the standard keyboard shortcut in Quality Center/ALM to create a new defect. This shortcut opens the defect form with blank fields for entering defect details. CTRL+N is typically used for new folders or test cases, while SHIFT+N and CTRL+SHIFT+N are not standard defect creation shortcuts in QC.

Multiple choice technology testing
  1. CTRL+SHIFT+N

  2. CTRL + N

  3. ALT +N

  4. SHIFT+N

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

ALT+N is the keyboard shortcut in Quality Center/ALM for creating a new defect. This opens the defect entry form where users can fill in defect details like severity, description, and steps to reproduce. The other key combinations serve different purposes or are not standard shortcuts.

Multiple choice technology programming languages
  1. Alt + Function 11

  2. Alt + Shift + Function 5

  3. Ctrl + Function 11

  4. Ctrl + Shift+ Function 5

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Alt+F11 is the universal shortcut to open the Visual Basic Editor across Microsoft Office applications including Word. Option A correctly describes this shortcut (Function 11 = F11). The other options use incorrect key combinations.