Computer Knowledge

Computer Software Operations

1,772 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 testing
  1. Ctrl+M

  2. Ctrl+C

  3. Alt+M

  4. Ctrl+L

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

In QTP/UFT, Ctrl+M toggles comments on the selected line(s) of VBScript code. This is a common debugging technique to temporarily disable code without deleting it. Ctrl+C is copy, not comment, reinforcing that Ctrl+M is the correct mnemonic for coMment.

Multiple choice technology testing
  1. F3

  2. F5

  3. F9

  4. F10

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

F9 is the standard keyboard shortcut in QTP/UFT to toggle breakpoints at the current line in your code. F3 is typically used for step into debugging, F5 for continue/run, and F10 for step over in most debugging environments.

Multiple choice technology testing
  1. Ctrl+R

  2. Ctrl+O

  3. Ctrl+B

  4. Alt+F3

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

Ctrl+R opens the Object Repository in QTP/UFT where you can view and manage test objects. Ctrl+O is commonly used for opening files in most applications, and Ctrl+B typically relates to bookmarks or breakpoints.

Multiple choice technology testing
  1. Ctrl+M

  2. Alt+M

  3. Ctrl+Shift+M

  4. Shift+Ctrl+C

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

Ctrl+Shift+M is the keyboard shortcut to uncomment selected lines in QTP/UFT editor. Ctrl+M is typically used to comment lines, so uncommenting uses the same keys with the Shift modifier to reverse the operation.

Multiple choice technology testing
  1. Ctrl+N

  2. Shift+N

  3. Shift+Alt+N

  4. Alt+N

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

Shift+Alt+N is the QTP/UFT shortcut to create a new function library file. Ctrl+N is commonly used for new files in text editors, but function libraries require the modified key combination.

Multiple choice technology testing
  1. Possible in all list

  2. Possible in libraries

  3. Not possible in libraries

  4. No such feature in SharePoint

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

Multiple document uploads are supported in SharePoint document libraries but not in regular lists. Document libraries have built-in support for uploading multiple files simultaneously through the 'Upload Multiple Documents' option. Lists store structured data and don't have this bulk upload capability.

Multiple choice technology testing
  1. Not Possible

  2. Restrict only certain file types.

  3. Restrict any file type by doing as below, Central administration page >Under operations > Blocked File Types and Add .extension of the file type

  4. Restrict any file type by doing as below, Site setting >Under Gallery > Blocked File Types and Add .extension of the file type

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

File type restrictions in SharePoint are configured through Central Administration under Operations > Blocked File Types. This global setting allows administrators to block specific file extensions (like .exe or .bat) from being uploaded anywhere in the farm. Option D is incorrect because Site Settings don't control this farm-level feature.

Multiple choice technology web technology
  1. to create Web sites for information sharing and document collaboration

  2. to create Web sites for sharing information publicly

  3. to create Windows applications to share secured information

  4. to create Windows apllication for mailing within an organisation

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

Windows SharePoint Services (WSS) provides web-based collaboration sites where teams can share information and documents. Option A correctly describes WSS's core purpose - creating sites for internal information sharing and document collaboration within an organization. Options mentioning 'publicly', 'Windows applications', or 'mailing' are incorrect descriptions of WSS functionality.

Multiple choice technology platforms and products
  1. True

  2. False

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

The statement correctly distinguishes between Windows SharePoint Services (WSS) and SharePoint Portal Server (SPS). WSS provides the platform for creating individual team collaboration sites, while SPS (the precursor to MOSS) connects these sites, people, and business processes at an organizational level, enabling enterprise-wide knowledge sharing and portal functionality.