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) To write computer programming code
B) To forecast a business's financial performance
C) To promote company Logo
D) None of the above
  • 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) Ledger Statement
B) Balance Sheet
C) Cash Flow Statement
D) Income Statement
  • 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 replaces the need for any formulas
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) =SUM()
B) =COUNT()
C) =AVERAGE()
D) =TOTAL()
  • 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 delete old data from the company database
B) To examine different possible future outcomes by altering multiple variables
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) View tab -> Workbook Views
B) Insert tab -> Charts
C) Data tab -> What-If Analysis
D) Home tab -> Conditional Formatting
  • 9. What is the purpose of the Goal Seek tool in Excel?
A) To find an input value needed to achieve a specific, desired formula outcome
B) To automatically spellcheck the financial model
C) To secure a worksheet with a password
D) To change all text in a sheet to uppercase lettering
  • 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 it to run without an operating system
D) To allow users to easily change assumptions and see updated results instantly
  • 12. What is the primary goal of professional presentation design?
A) To hide the speaker from the audience
B) To use as many animations as possible
C) To display the maximum amount of text on a single slide
D) To effectively communicate a message to an audience
  • 13. Which software is considered an industry standard for creating presentations?
A) Microsoft Excel
B) Adobe Photoshop
C) Microsoft PowerPoint
D) Microsoft Access
  • 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 export the presentation directly to a printer
D) To set a consistent layout, font, and background across all slides
  • 15. Which layout orientation is standard for modern digital presentations viewed on projector screens or TVs?
A) Portrait (4:3)
B) Square
C) Landscape (16:9 widescreen)
D) Vertical
  • 16. If your presentation template has a very dark navy-blue background, what color should your text be?
A) Dark black
B) Deep purple
C) Transparent
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 automatically translates the video into multiple languages
C) It ensures the video can play smoothly even without an active internet connection
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 changes text fonts; Animation changes slide backgrounds
B) There is no structural difference between them
C) Transition is only for audio; Animation is only for images
D) Transition applies to the movement between slides; Animation applies to individual items on a single slide
  • 19. What is a primary cause of "Death by PowerPoint"?
A) Boring the audience with overly cluttered, wordy, and poorly designed slides
B) Forgetting to plug in the projector power cable
C) A) A computer system failure during a speech
D) Using an unapproved license key for office software
  • 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 define the structure and content of a web page
B) To manage database security systems
C) To style layout colors and text fonts
D) To handle server-side background operations
  • 22. What does the acronym CSS stand for?
A) Complex Structural System
B) Cascading Style Sheets
C) Creative Slide Sheets
D) Computer Style Sheets
  • 23. Which language is primarily used to control the visual presentation and layout of a web page?
A) SQL
B) HTML
C) PHP
D) CSS
  • 24. What does the acronym HTML stand for?
A) HyperText Markup Language
B) Hyperlink Text Management Logic
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) File Transfer Protocol Client
B) Database Engine
C) Database Engine
D) Web browser
  • 26. Which HTML tag contains metadata about the web document that is not displayed directly in the main browser window area?
A) <head>
B) <footer>
C) <body>
D) <section>
  • 27. All visible content of a web page (such as text, images, and links) must be placed inside which tag pair?
A) <meta></meta>
B) <body></body>
C) <title></title>
D) <head></head>
  • 28. Which HTML element represents the highest level of heading on a web page
A) <h5>
B) <heading>
C) <h6>
D) <h1>
  • 29. What is the correct HTML tag used to define a basic paragraph of text?
A) <text>
B) <para>
C) <br>
D) <p>
  • 30. Which HTML tag is used to create a numbered, ordered list?
A) <list>
B) <ul>
C) <ol>
D) <li>
  • 31. Which method of adding CSS is recommended for maintaining consistency across a website with multiple pages?
A) Inline Styling
B) Embedded JavaScript Styling
C) Internal Style Sheets
D) External Style Sheets
  • 32. Which HTML tag is used to link an external CSS stylesheet file to an HTML document?
A) <script>
B) <anchor>
C) <link>
D) <style>
  • 33. In a CSS declaration, which character is used to separate the property name from its corresponding value?
A) Colon ( :)
B) Comma ( ,)
C) Period ( .)
D) Semicolon ( ; )
  • 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) Dot ( . )
B) Asterisk ( *)
C) Hash/Pound ( #)
D) Ampersand ( & )
  • 36. According to the CSS Box Model, which layer represents the space immediately outside the border of an element?
A) Content
B) Padding
C) Height
D) Margin
  • 37. What does CSS Padding clear or create space around?
A) The space between two different HTML files
B) The space outside the element's border
C) B) The space inside an element, between the content and its 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) shading
C) text-color
D) background-color
  • 39. What happens if a web designer forgets to close a structural tag like <div> in their HTML code?
A) The text will automatically turn bright red
B) The website file will be automatically deleted
C) The computer will crash completely
D) B) The layout of the web page will break or display incorrectly
  • 40. h file extension must be used when saving a standard web page file containing HTML structure?
A) .txt
B) .css
C) .exe
D) .html
Students who took this test also took :

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