SS2 Digital Tech 3rd Test/Third Term
  • 1. What is the primary purpose of a financial model?
A) To write computer programming code
B) To promote company Logo
C) None of the above
D) To forecast a business's financial performance
  • 2. Which software is most commonly used to build financial models?
A) CorelDraw
B) Adobe Photoshop
C) Microsoft word
D) Microsoft Excel
  • 3. Which financial statement shows a company's revenues and expenses over a specific period?
A) Balance Sheet
B) Income Statement
C) Cash Flow Statement
D) Ledger Statement
  • 4. Why is historical financial data important when building a new financial model?
A) It replaces the need for any formulas
B) It serves as a baseline to establish realistic assumptions
C) It is required by internet service providers
D) It predicts the future with 100% certainty
  • 5. Which Excel formula is used to calculate the total value of a row of financial figures?
A) =TOTAL()
B) =AVERAGE()
C) =COUNT()
D) =SUM()
  • 6. If you want to lock a specific cell reference in an Excel financial model so it does not change when copied, which symbol do you use?
A) &
B) #
C) $
D) %
  • 7. What is the main objective of Scenario Analysis in financial modeling?
A) To calculate the exact tax a business will pay tomorrow
B) To delete old data from the company database
C) To examine different possible future outcomes by altering multiple variables
D) To automate the payroll system of an organization
  • 8. Where can you locate the Scenario Manager and Goal Seek tools in the Excel ribbon?
A) Insert tab -> Charts
B) Data tab -> What-If Analysis
C) View tab -> Workbook Views
D) Home tab -> Conditional Formatting
  • 9. What is the purpose of the Goal Seek tool in Excel?
A) To change all text in a sheet to uppercase lettering
B) To secure a worksheet with a password
C) To automatically spellcheck the financial model
D) To find an input value needed to achieve a specific, desired formula outcome
  • 10. If you want to use Goal Seek to find out what sales volume is needed to reach a net profit of ₦5,000,000, your "To value" input should be:
A) Sales volume
B) 5,000,000
C) 0
D) Net profit
  • 11. Why should a financial model be flexible?
A) So that it automatically deletes old rows of data
B) So it can be printed on any size of paper
C) To allow users to easily change assumptions and see updated results instantly
D) To allow it to run without an operating system
  • 12. What is the primary goal of professional presentation design?
A) To use as many animations as possible
B) To display the maximum amount of text on a single slide
C) To hide the speaker from the audience
D) To effectively communicate a message to an audience
  • 13. Which software is considered an industry standard for creating presentations?
A) Adobe Photoshop
B) Microsoft Excel
C) Microsoft Access
D) Microsoft PowerPoint
  • 14. What is the purpose of a "Slide Master" in digital presentation software?
A) To automatically check for spelling errors
B) To play background music throughout the presentation
C) To set a consistent layout, font, and background across all slides
D) To export the presentation directly to a printer
  • 15. Which layout orientation is standard for modern digital presentations viewed on projector screens or TVs?
A) Square
B) Portrait (4:3)
C) Vertical
D) Landscape (16:9 widescreen)
  • 16. If your presentation template has a very dark navy-blue background, what color should your text be?
A) Dark black
B) Transparent
C) Deep purple
D) Pure white or light yellow
  • 17. What is the primary benefit of embedding a video file directly into a slide instead of using a web link?
A) It ensures the video can play smoothly even without an active internet connection
B) It automatically translates the video into multiple languages
C) It makes the total file size smaller
D) It prevents the audience from seeing the video content
  • 18. What is the difference between a "Slide Transition" and a "Custom Animation"?
A) Transition is only for audio; Animation is only for images
B) Transition applies to the movement between slides; Animation applies to individual items on a single slide
C) Transition changes text fonts; Animation changes slide backgrounds
D) There is no structural difference between them
  • 19. What is a primary cause of "Death by PowerPoint"?
A) Boring the audience with overly cluttered, wordy, and poorly designed slides
B) A) A computer system failure during a speech
C) Forgetting to plug in the projector power cable
D) Using an unapproved license key for office software
  • 20. Before delivering an important digital presentation, what is the best technical practice?
A) Change all fonts to a decorative design at the last minute
B) Copy all content back into a simple text file
C) B) Test the presentation equipment, media links, and audio levels beforehand
D) Delete the original project asset files
  • 21. What is the primary purpose of HTML in web development?
A) To style layout colors and text fonts
B) To manage database security systems
C) To define the structure and content of a web page
D) To handle server-side background operations
  • 22. What does the acronym CSS stand for?
A) Creative Slide Sheets
B) Complex Structural System
C) Cascading Style Sheets
D) Computer Style Sheets
  • 23. Which language is primarily used to control the visual presentation and layout of a web page?
A) CSS
B) PHP
C) HTML
D) SQL
  • 24. What does the acronym HTML stand for?
A) Hyperlink Text Management Logic
B) HyperText Markup Language
C) HighTech Markup Language
D) Home Tool Management Layout
  • 25. Which software tool is specifically used by a client to interpret HTML/CSS code and display a visible web page?
A) Web browser
B) File Transfer Protocol Client
C) Database Engine
D) Database Engine
  • 26. Which HTML tag contains metadata about the web document that is not displayed directly in the main browser window area?
A) <head>
B) <section>
C) <footer>
D) <body>
  • 27. All visible content of a web page (such as text, images, and links) must be placed inside which tag pair?
A) <head></head>
B) <title></title>
C) <meta></meta>
D) <body></body>
  • 28. Which HTML element represents the highest level of heading on a web page
A) <heading>
B) <h5>
C) <h1>
D) <h6>
  • 29. What is the correct HTML tag used to define a basic paragraph of text?
A) <p>
B) <br>
C) <para>
D) <text>
  • 30. Which HTML tag is used to create a numbered, ordered list?
A) <li>
B) <ul>
C) <ol>
D) <list>
  • 31. Which method of adding CSS is recommended for maintaining consistency across a website with multiple pages?
A) External Style Sheets
B) Inline Styling
C) Embedded JavaScript Styling
D) Internal Style Sheets
  • 32. Which HTML tag is used to link an external CSS stylesheet file to an HTML document?
A) <anchor>
B) <style>
C) <link>
D) <script>
  • 33. In a CSS declaration, which character is used to separate the property name from its corresponding value?
A) Comma ( ,)
B) Period ( .)
C) Semicolon ( ; )
D) Colon ( :)
  • 34. Which CSS selector targeting method uses a prefix period symbol (e.g., .main-text) to apply styles to multiple elements?
A) Universal Selector
B) ID Selector
C) Class Selector
D) Element Selector
  • 35. Which symbol is used in CSS to target an element with a unique ID attribute ?
A) Ampersand ( & )
B) Dot ( . )
C) Hash/Pound ( #)
D) Asterisk ( *)
  • 36. According to the CSS Box Model, which layer represents the space immediately outside the border of an element?
A) Margin
B) Content
C) Height
D) Padding
  • 37. What does CSS Padding clear or create space around?
A) B) The space inside an element, between the content and its border
B) The space between two different HTML files
C) The space between lines of paragraph text
D) The space outside the element's border
  • 38. Which CSS property is used to change the background color of an element?
A) text-color
B) shading
C) background-color
D) color-bg
  • 39. What happens if a web designer forgets to close a structural tag like <div> in their HTML code?
A) The website file will be automatically deleted
B) B) The layout of the web page will break or display incorrectly
C) The computer will crash completely
D) The text will automatically turn bright red
  • 40. h file extension must be used when saving a standard web page file containing HTML structure?
A) .css
B) .exe
C) .txt
D) .html
Students who took this test also took :

Created with That Quiz — the math test generation site with resources for other subject areas.