What is computer hardware? What is software?
Hardware is the physical components.
Software is a set of programs and instructions.
What is the difference between header and footer?
header is the top of the document, and the footer is the bottom of the document.
Name three different things you can do with Google Slides.
Jeopardy, Quiz, Create your own story, Story book, Timeline, Trivia
Google sheets is a widely used ___________ program
Spreadsheet
What does HTML and CSS stand for?
HyperText Markup Language
Cascading Style Sheets
The processing unit is the _________
Brain
What is hyperlink?
A clickable link to a website or another part of the document.
What is transition?
An effect that controls how one slide moves to the next during a presentation.
What does a formula and/or function start with?
equal sign(=)
How many heading tags are there in html?
six
Software can be divided into two main types:
System and Application
What is the keyboard shortcut for undo and redo
undo = ctrl + z
redo = ctrl + y
What are Speaker Notes?
Additional information or cues for the presenter that aren’t visible to the audience during the presentation.
What value does functions and, or and if return?
True and False
What is the correct way to link an external CSS file?
<link rel = "stylesheet" href= "jeopardy.css">
What's the difference between RAM and Storage?
RAM is short term memory
Storage is long term memory
Table of content can be made using __________________________
Headers
What is animation?
Effects applied to individual elements on a slide to make them appear, disappear, or move during a presentation.
What is Mean, Min, Max and Mode?
Mean- all the values added together and divide it by the number of values
Min- the lowest value
Max- the highest value
Mode- the value that appears the most
What tag do you use to make a numbered list?
<ol> </ol>
What are three output AND input devices
Input- keyboard, mouse, touchscreen, scanner
Output- printer, monitor, speakers, screen projector, headphones
What is alignment?
The positioning of text or objects relative to the page or margin.
What is a theme?
A predefined set of design elements, such as fonts, colors, and backgrounds, that maintains consistency throughout the presentation.
What is conditional formatting?
The appearance of cells in a range changed based on specified conditions.
What tag do I add to my html file to make my JavaScript work?
<script> </script>