Spreadsheets
iMovie
Garageband
RaNdOm TECH
Coding
100

Letters represent ________ in a spreadsheet and go up and down (vertically).

COLUMNS

100

What type of iMovie feature allows you to have something in between each picture or video to move from one to the next?

A transition

100

What are the prerecorded musical tracks that can be mashed together?

Loops

100

If your computer shuts down, what is the first thing you should try to do to fix it?

EITHER RESTART OR MAKE SURE PLUGGED IN

100

The type of coding language that we learned in Khan Academy was called _____________.

Javascript

200

Number represent ________ in a spreadsheet that are across (horizontal).

ROWS

200

What is the easiest way to make a picture shorter or longer in your iMovie timeline?

Drag/pull

200

What type of file did you have to export your Garageband file as?

.mp3

200

The key code to take a screenshot is _______ _________ _________ (3 keys).

CMD + SHFT + 4

200

When coding in Khan Academy, you had a big white square that we wrote the code in. The pixels in that square went from 0 to _____ across and vertically.

400

300

B9, C15, G2 would represent specific _____(s)  in a spreadsheet.

CELLS

300

Why is a "green" screen what is used when trying to change the background of a video?

Green is an easy color to remove from other shots. It is not in a persons skin tone or hair color usually.

300

What are the beginning and end of a song called?

Introduction and Coda

300

In your ePortfolio, what do you need to remember to do to each assignment to make sure it is visible to all? (must name what it is and how to do it)

PUBLIC

300

Which would be the correct way to organize your code for drawing a rectangle that you wanted to start at 100 across, 200 down and be 300 pixels long and 100 pixels deep?

rect(100, 200, 300, 100);

400

When you see something written like this H4:H12, what does that mean?

HIGHLIGHT ALL CELLS IN THAT RANGE

400

What is title of the effect in iMovie that makes the picture move slightly...

Ken Burns

400

What are the rows that go across Garageband called (that you would put the different musical blocks into)?

Tracks

400

For most social media sites/apps, the age you must be to create an account is ________.

13

400

In the Hour of Code (or any block based coding language), explain how you could use a repeat bock to make your code more efficient/better?

Mrs. Kelland will judge response.

500

What are the things called where you can add, multiply, subtract, divide or find the average in a spreadsheet?

FORMULA

500

The correct way to export a movie in iMovie is... (first menu option and then second menu option)

File > Share > (Theatre)

500

Having many different types of music and layers makes your composition have good _________.

Texture

500

In drive, where can you click on the left hand side to see document/files that you opened last?

Recent

500

When drawing a line, your code might look like this:


line(x,y, x,y)

What do the X and Y represent? (not specific numbers)

Start and end points