Computer Hardware and Software
Google Docs
Google Slides
Google Sheets
HTML, CSS and JavaScript
100

What is computer hardware? What is software?

Hardware is the physical components. 

Software is a set of programs and instructions.

100

What is the difference between header and footer?

header is the top of the document, and the footer is the bottom of the document.

100

Name three different things you can do with Google Slides.

Jeopardy, Quiz, Create your own story, Story book, Timeline, Trivia

100

Google sheets is a widely used ___________ program

Spreadsheet

100

What does HTML and CSS stand for?

HyperText Markup Language

Cascading Style Sheets

200

The processing unit is the _________

Brain

200

What is hyperlink?

A clickable link to a website or another part of the document.

200

What is transition?

An effect that controls how one slide moves to the next during a presentation.

200

What does a formula and/or function start with?

equal sign(=)

200

How many heading tags are there in html?

six

300

Software can be divided into two main types:

System and Application

300

What is the keyboard shortcut for undo and redo

undo = ctrl + z

redo = ctrl + y

300

What are Speaker Notes?

Additional information or cues for the presenter that aren’t visible to the audience during the presentation.

300

What value does functions and, or and if return?

True and False

300

What is the correct way to link an external CSS file?

<link rel = "stylesheet" href= "jeopardy.css">

400

What's the difference between RAM and Storage?

RAM is short term memory

Storage is long term memory

400

Table of content can be made using __________________________

Headers

400

What is animation?

Effects applied to individual elements on a slide to make them appear, disappear, or move during a presentation.

400

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

400

What tag do you use to make a numbered list?

<ol> </ol>

500

What are three output AND input devices

Input- keyboard, mouse, touchscreen, scanner

Output- printer, monitor, speakers, screen projector, headphones

500

What is alignment?

The positioning of text or objects relative to the page or margin.

500

What is a theme?

A predefined set of design elements, such as fonts, colors, and backgrounds, that maintains consistency throughout the presentation.

500

What is conditional formatting?

The appearance of cells in a range changed based on specified conditions.

500

What tag do I add to my html file to make my JavaScript work?

<script> </script>