Semester 1 Exam Flashcards

(45 cards)

1
Q

What is the keyboard shortcut for undo?

A

ctrl z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the keyboard shortcut for cut?

A

ctrl x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the keyboard shortcut for copy?

A

ctrl c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the keyboard shortcut for paste?

A

ctrl v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The screen that you look at when you are at the computer is called the…

A

monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The box with the keyboard and mouse plugged into it that has blinking lights, a DVD drive, a headphone jack, and USB ports is called…

A

the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If you wanted to add color to a shape in Javascript, where would the fill command go?

A

on the line ABOVE the line with the shape you want to color

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you get into launchpad (classlink) outside of school?

A

go to the CCPS website and find it under the Parents and Students menu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you access i-Ready?

A

Through launchpad (classlink)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the only key that the thumb is used for on the keyboard in most situations?

A

space bar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you sign in to Khan Academy from a new computer?

A

click on sign in with google

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do you type in when you sign in with google?

A

88number@yourcharlotteschools.net

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you adjust the brightness on your monitor?

A

use the buttons on the monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the home row keys?

A

asdf jkl;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the point of the bumps on the f and j keys?

A

to find the home row keys without looking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which key should you press along with the w key type a capital w?

A

right shift

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does the tab key do (other than help you go between fields in a form)?

A

indent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is it called when the name of a variable is written like this: likeThis

A

camelCase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

ellipse(50, 100, 20, 40)

What is the number 50 used for in this ellipse?

20
Q

ellipse(50, 100, 20, 40)

What is the number 100 used for in this ellipse?

21
Q

ellipse(50, 100, 20, 40)

What is the number 20 used for in this ellipse?

22
Q

ellipse(50, 100, 20, 40)

What is the number 40 used for in this ellipse?

23
Q

The primary colors on the computer are…

A

red, green, blue

24
Q

What goes before a single-line comment in Javascript?

25
What happens if you press ctrl + on the keyboard?
zooms in
26
What happens if you press ctrl - on the keyboard?
zooms out
27
In Javascript, what do you write to let the computer know that you are declaring a new variable?
var
28
What is a variable in Javascript?
Something with a name that can be assigned a value | example: toothLength
29
What is a value in Javascript?
a number that is being assigned to a variable | example: 5
30
Why is it important for variable names to be descriptive?
so you'll know what it means
31
What does F11 do?
takes you into and out of full screen mode
32
How would you animate pizzaSize getting bigger by 3 pixels in each frame?
pizzaSize += 3;
33
What is it called when the computer cares if you use capital or lowercase letters?
case sensitive
34
Why is the keyboard layout called Qwerty?
The top letters on the keyboard spell qwerty
35
Why is spelling important in Javascript?
The commands won't work if they are spelled incorrectly.
36
What is the name of the variable in the Processing JS library for the x position of the mouse?
mouseX | pay attention to which letters are capital and lower case
37
What is the name of the variable in the Processing JS library for the y position of the mouse?
mouseY | pay attention to which letters are capital and lower case
38
What needs to go at the end of the following code? rect(10, 100, 10, 10)
;
39
What are the following symbols called? < >
less than and greater than signs (also known as angle brackets)
40
What are the following symbols called? " "
quotation marks
41
What are the following symbols called? { }
curly braces (also known as curly brakets)
42
What are the following symbols called? ( )
parentheses
43
How do you send the teacher a LANschool message?
Click on the circle with the green dots in the lower right corner of the screen. It turns into a blue circle with a question mark after you use it. Sometimes it looks like clouds.
44
What is the account ID and username and password for Edutyping?
laams 88 number 88 number
45
In Khan Academy Programming, what is the name of the feature that allows you to click and drag to change a number?
number scrubber