Sample PYQs from this paper with answers and explanations — sign in for the full paper in the app.
Question 1 Computer Basics
One of the following line option is available in MS Word 2007
- A. 1.15
- B. 1.25
- C. 2.15
- D. 2.75
Correct answer: A. 1.15
Correct answer (Option A):\nIn Microsoft Word 2007, the standard built-in quick line spacing options include 1.0, 1.15, 1.5, 2.0, 2.5, and 3.0. Among the given choices, 1.15 is a standard, default line spacing option designed to provide better readability than single spacing without taking up too much vertical space.\nOption A is correct.\n\nWhy others are wrong:\nOption B (1.25), Option C (2.15), and Option D (2.75) are not part of the standard preset dropdown values available in the MS Word 2007 Paragraph formatting group. Users would have to manually specify these as custom paragraph line spacing parameters.\n\nStudy tip:\nMS Word 2007 changed the default line spacing from 1.0 (found in older versions like Word 2003) to 1.15 along with 10 points of spacing after paragraphs.
Question 2 Computer Basics
What will happen if we press 'Ctrl + Down Arrow'?
- A. Cursor will be on next page
- B. Cursor will be on last sheet
- C. Cursor will be on last row
- D. Cursor will be on last column
Correct answer: C. Cursor will be on last row
Correct answer (Option C):\nIn Microsoft Excel, pressing the shortcut key combination 'Ctrl + Down Arrow' moves the active cell cursor down to the edge of the current data region or, if the cells are empty, directly down to the very last row of the entire worksheet (Row 1,048,576 in modern versions).\nOption C is correct.\n\nWhy others are wrong:\nOption A is incorrect because jumping to the next page is typically handled by Page Down controls. Option B describes worksheet tab switching, which uses Ctrl + Page Down. Option D describes moving to the last column, which is achieved using Ctrl + Right Arrow.\n\nStudy tip:\nCtrl combined with any Arrow key (Up, Down, Left, Right) allows rapid navigation to the boundary of data-filled regions or to the absolute limits of an Excel spreadsheet grid.
Question 3 Computer Basics
'MIN' Function is MS Excel is used for finding
- A. Minimum number of characters
- B. Smallest number in a set of values
- C. Minimise the cell
- D. Minimise the value
Correct answer: B. Smallest number in a set of values
Correct answer (Option B):\nThe MIN function in Microsoft Excel is a built-in statistical function that analyzes a supplied range or list of arguments and returns the smallest numeric value contained within that set. It ignores empty cells, text values, and logical values unless explicitly provided.\nOption B is correct.\n\nWhy others are wrong:\nOption A is incorrect because counting characters is handled by functions like LEN. Options C and D are incorrect because the function does not structurally alter or minimize the cell geometry or modify the cell value itself; it simply evaluates and extracts the minimum datum.\n\nStudy tip:\nThe counterpart to the MIN function is the MAX function, which returns the largest value in a set of values. Both are fundamental components of basic Excel data analysis formulas.
Question 4 Computer Basics
Pick out one of the following is not a search engine
- A. Google
- B. Baidu
- C. Bing
- D. Mosaic
Correct answer: D. Mosaic
Correct answer (Option D):\nMosaic is not a search engine; it is an early, historic web browser developed by the National Center for Supercomputing Applications (NCSA) in 1993. It played an instrumental role in popularizing the World Wide Web by integrating multimedia components like images inline with text.\nOption D is correct.\n\nWhy others are wrong:\nOption A (Google) is the world's most widely used internet search engine. Option B (Baidu) is the dominant internet web search engine in China. Option C (Bing) is a prominent global search engine developed and operated by Microsoft.\n\nStudy tip:\nDo not confuse early web browsers (such as NCSA Mosaic, Netscape Navigator, and Internet Explorer) with indexing web engines that crawl and search the web (such as Yahoo, Google, Bing, DuckDuckGo, and Baidu).
Question 5 Computer Basics
Which one of the following is the maximum length of a text field?
- A. 265
- B. 255
- C. 30
- D. 72
Correct answer: B. 255
Correct answer (Option B):\nIn traditional database management systems like Microsoft Access (for standard Short Text data types), the maximum length constraint allocated for a regular text field is exactly 255 characters. This represents the maximum value that can be indexed and stored within a single byte length allocation limit.\nOption B is correct.\n\nWhy others are wrong:\nOption A (265) is a non-standard memory metric and mathematically incorrect for an 8-bit unsigned integer range limit. Options C (30) and D (72) represent completely arbitrary field lengths that do not represent structural engine ceiling limits.\n\nStudy tip:\nIn MS Access, if a user requires storage for textual parameters that exceed the classic 255-character limit, they must change the data type from Short Text to Long Text (previously termed the Memo field), which accommodates up to 65,535 characters.