121. To change the Date format to British type______
- a) SET DATE BRITISH
- b) SET BRITISH
- c) DATE FORMAT BRITISH
- d) All of the Above
Answer: A - The correct FoxPro command is SET DATE BRITISH (changes to DD/MM/YYYY format).
122. To create a new database with the same structure______
- a) Copy Structure To FileName
- b) Copy database to filename
- c) Copy filename to filename
- d) create database to filename
Answer: A - COPY STRUCTURE TO [filename] clones the database structure without data.
123. To open a particular database______
- a) Use Dbname
- b) Open Dbname
- c) Run Dbname
- d) None of the above
Answer: A - The FoxPro command is USE [dbname] to open a database.
124. To make a PowerPoint photo album play continuously______
- a) Use random slide transitions
- b) Launch an online broadcast
- c) Loop continuously
- d) All of the above
Answer: C - Enable Loop Continuously in Slide Show → Set Up Slide Show.
125. What lets you create new presentations with ready-made fonts and graphics?
- a) Presentation Template
- b) Master Slide
- c) Design Template
- d) Animation Scheme
Answer: C - Design Templates provide pre-designed themes with fonts/colors.
126. Which cannot be toggled from View >> Toolbars?
- a) Control Toolbox
- b) Slides
- c) Revisions
- d) Reviewing
Answer: B - The Slides pane is part of the normal view, not a toggleable toolbar.
127. Which is an invalid Excel statement?
- a) Sheet tabs can be colored
- b) Pictures can be sheet backgrounds
- c) Columns can auto-fit text
- d) Row width can be set manually
Answer: D - Row height can be adjusted, but not width (only columns have width).
128. Which pane is NOT in the Task Pane?
- a) Slide Design
- b) Master Slide
- c) Slide Layout
- d) Slide Transition
Answer: B - Master Slide is accessed via View → Master → Slide Master.
129. Goal Seek can be applied on________
- a) Multiple Records
- b) Single Record
- c) Either A or B
- d) None
Answer: B - Goal Seek works on one cell's value at a time (Data → What-If Analysis → Goal Seek).
130. $A$2 is an example of :________
- a) Absolute Reference
- b) Relative Reference
- c) Mixed Reference
- d) None
Answer: A - The $ symbol makes it absolute (fixed column A and row 2 when copied).
131. Which command deletes ( * ) marked records?
- a) Pack
- b) Zap
- c) Delete
- d) None
Answer: A - PACK permanently removes records marked for deletion (with *).
132. 1st Generation computers used________
- a) I.C
- b) Microprocessor
- c) Chips
- d) Vacuum Tube
Answer: D - 1940s-1950s computers relied on vacuum tubes (e.g., ENIAC).
133. A character raised above the baseline is called________
- a) Outlined
- b) Raised
- c) Superscript
- d) Subscript
Answer: C - Superscript (e.g., x²) is used for exponents/citations (Ctrl+Shift++ in Word).
134. A Compiler is________
- a) A person who compiles programs
- b) The same as a programmer
- c) A program translating source to object code
- d) Keypunch operator
Answer: C - Compilers convert high-level code (e.g., C++) to machine code.
135. A computer cannot boot without________
- a) Loader
- b) Compiler
- c) OS
- d) Assembler
Answer: C - The Operating System (OS) is essential for booting (e.g., Windows, Linux).
136. A computer consists of________
- a) CPU
- b) Memory
- c) I/O Units
- d) All
Answer: D - All three components are fundamental (Von Neumann architecture).
137. What converts Assembly Language to Machine Language?
- a) Compiler
- b) Interpreter
- c) Assembler
- d) Comparator
Answer: C - Assemblers translate assembly code (e.g., MOV AX, BX) to binary.
138. A new PowerPoint presentation can be created from________
- a) Blank
- b) Existing
- c) Design Template
- d) All
Answer: D - All three methods are valid (File → New).
139. To quickly jump to a worksheet area, use the________
- a) Formula bar
- b) Zoom box
- c) Name box
- d) None
Answer: C - Type cell references (e.g., "X500") in the Name Box (top-left).
140. A Worksheet Range refers to________
- a) Data Modeling
- b) Value range (23-234)
- c) Group of Cells
- d) Group of Sheets
Answer: C - A range is a cell group (e.g., A1:D10) for formulas/charts.