ThatQuiz Test Library Take this test now
SS2 Digital Tech 3rd Test/Third Term
Contributed by: College
  • 1. What is the primary purpose of a financial model?
A) None of the above
B) To forecast a business's financial performance
C) To write computer programming code
D) To promote company Logo
  • 2. Which software is most commonly used to build financial models?
A) Adobe Photoshop
B) Microsoft Excel
C) CorelDraw
D) Microsoft word
  • 3. Which financial statement shows a company's revenues and expenses over a specific period?
A) Income Statement
B) Ledger Statement
C) Cash Flow Statement
D) Balance Sheet
  • 4. Why is historical financial data important when building a new financial model?
A) It serves as a baseline to establish realistic assumptions
B) It is required by internet service providers
C) It replaces the need for any formulas
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) =SUM()
B) =TOTAL()
C) =COUNT()
D) =AVERAGE()
  • 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 examine different possible future outcomes by altering multiple variables
B) To delete old data from the company database
C) To automate the payroll system of an organization
D) To calculate the exact tax a business will pay tomorrow
  • 8. Where can you locate the Scenario Manager and Goal Seek tools in the Excel ribbon?
A) Home tab -> Conditional Formatting
B) View tab -> Workbook Views
C) Data tab -> What-If Analysis
D) Insert tab -> Charts
  • 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 automatically spellcheck the financial model
C) To find an input value needed to achieve a specific, desired formula outcome
D) To secure a worksheet with a password
  • 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) 5,000,000
B) 0
C) Sales volume
D) Net profit
  • 11. Why should a financial model be flexible?
A) So that it automatically deletes old rows of data
B) To allow users to easily change assumptions and see updated results instantly
C) To allow it to run without an operating system
D) So it can be printed on any size of paper
  • 12. What is the primary goal of professional presentation design?
A) To use as many animations as possible
B) To effectively communicate a message to an audience
C) To display the maximum amount of text on a single slide
D) To hide the speaker from the audience
  • 13. Which software is considered an industry standard for creating presentations?
A) Adobe Photoshop
B) Microsoft PowerPoint
C) Microsoft Excel
D) Microsoft Access
  • 14. What is the purpose of a "Slide Master" in digital presentation software?
A) To play background music throughout the presentation
B) To set a consistent layout, font, and background across all slides
C) To automatically check for spelling errors
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) Vertical
B) Portrait (4:3)
C) Landscape (16:9 widescreen)
D) Square
  • 16. If your presentation template has a very dark navy-blue background, what color should your text be?
A) Transparent
B) Deep purple
C) Dark black
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 makes the total file size smaller
B) It prevents the audience from seeing the video content
C) It automatically translates the video into multiple languages
D) It ensures the video can play smoothly even without an active internet connection
  • 18. What is the difference between a "Slide Transition" and a "Custom Animation"?
A) There is no structural difference between them
B) Transition applies to the movement between slides; Animation applies to individual items on a single slide
C) Transition is only for audio; Animation is only for images
D) Transition changes text fonts; Animation changes slide backgrounds
  • 19. What is a primary cause of "Death by PowerPoint"?
A) A) A computer system failure during a speech
B) Using an unapproved license key for office software
C) Boring the audience with overly cluttered, wordy, and poorly designed slides
D) Forgetting to plug in the projector power cable
  • 20. Before delivering an important digital presentation, what is the best technical practice?
A) Copy all content back into a simple text file
B) Change all fonts to a decorative design at the last minute
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 define the structure and content of a web page
C) To manage database security systems
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) HTML
B) CSS
C) SQL
D) PHP
  • 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) Database Engine
C) File Transfer Protocol Client
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) <body>
B) <section>
C) <head>
D) <footer>
  • 27. All visible content of a web page (such as text, images, and links) must be placed inside which tag pair?
A) <body></body>
B) <title></title>
C) <head></head>
D) <meta></meta>
  • 28. Which HTML element represents the highest level of heading on a web page
A) <heading>
B) <h1>
C) <h6>
D) <h5>
  • 29. What is the correct HTML tag used to define a basic paragraph of text?
A) <text>
B) <p>
C) <para>
D) <br>
  • 30. Which HTML tag is used to create a numbered, ordered list?
A) <list>
B) <li>
C) <ul>
D) <ol>
  • 31. Which method of adding CSS is recommended for maintaining consistency across a website with multiple pages?
A) Embedded JavaScript Styling
B) External Style Sheets
C) Inline Styling
D) Internal Style Sheets
  • 32. Which HTML tag is used to link an external CSS stylesheet file to an HTML document?
A) <link>
B) <style>
C) <script>
D) <anchor>
  • 33. In a CSS declaration, which character is used to separate the property name from its corresponding value?
A) Semicolon ( ; )
B) Colon ( :)
C) Comma ( ,)
D) Period ( .)
  • 34. Which CSS selector targeting method uses a prefix period symbol (e.g., .main-text) to apply styles to multiple elements?
A) Element Selector
B) ID Selector
C) Class Selector
D) Universal Selector
  • 35. Which symbol is used in CSS to target an element with a unique ID attribute ?
A) Asterisk ( *)
B) Ampersand ( & )
C) Dot ( . )
D) Hash/Pound ( #)
  • 36. According to the CSS Box Model, which layer represents the space immediately outside the border of an element?
A) Margin
B) Content
C) Padding
D) Height
  • 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 outside the element's border
D) The space between lines of paragraph text
  • 38. Which CSS property is used to change the background color of an element?
A) color-bg
B) text-color
C) background-color
D) shading
  • 39. What happens if a web designer forgets to close a structural tag like <div> in their HTML code?
A) The computer will crash completely
B) B) The layout of the web page will break or display incorrectly
C) The website file will be automatically deleted
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) .txt
C) .exe
D) .html
Created with That Quiz — the math test generation site with resources for other subject areas.