Semester 1 Exam Flashcards

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?

A

x position

20
Q

ellipse(50, 100, 20, 40)

What is the number 100 used for in this ellipse?

A

y position

21
Q

ellipse(50, 100, 20, 40)

What is the number 20 used for in this ellipse?

A

width

22
Q

ellipse(50, 100, 20, 40)

What is the number 40 used for in this ellipse?

A

height

23
Q

The primary colors on the computer are…

A

red, green, blue

24
Q

What goes before a single-line comment in Javascript?

A

//

25
Q

What happens if you press ctrl + on the keyboard?

A

zooms in

26
Q

What happens if you press ctrl - on the keyboard?

A

zooms out

27
Q

In Javascript, what do you write to let the computer know that you are declaring a new variable?

A

var

28
Q

What is a variable in Javascript?

A

Something with a name that can be assigned a value

example: toothLength

29
Q

What is a value in Javascript?

A

a number that is being assigned to a variable

example: 5

30
Q

Why is it important for variable names to be descriptive?

A

so you’ll know what it means

31
Q

What does F11 do?

A

takes you into and out of full screen mode

32
Q

How would you animate pizzaSize getting bigger by 3 pixels in each frame?

A

pizzaSize += 3;

33
Q

What is it called when the computer cares if you use capital or lowercase letters?

A

case sensitive

34
Q

Why is the keyboard layout called Qwerty?

A

The top letters on the keyboard spell qwerty

35
Q

Why is spelling important in Javascript?

A

The commands won’t work if they are spelled incorrectly.

36
Q

What is the name of the variable in the Processing JS library for the x position of the mouse?

A

mouseX

pay attention to which letters are capital and lower case

37
Q

What is the name of the variable in the Processing JS library for the y position of the mouse?

A

mouseY

pay attention to which letters are capital and lower case

38
Q

What needs to go at the end of the following code? rect(10, 100, 10, 10)

A

;

39
Q

What are the following symbols called? < >

A

less than and greater than signs (also known as angle brackets)

40
Q

What are the following symbols called? “ “

A

quotation marks

41
Q

What are the following symbols called? { }

A

curly braces (also known as curly brakets)

42
Q

What are the following symbols called? ( )

A

parentheses

43
Q

How do you send the teacher a LANschool message?

A

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
Q

What is the account ID and username and password for Edutyping?

A

laams
88 number
88 number

45
Q

In Khan Academy Programming, what is the name of the feature that allows you to click and drag to change a number?

A

number scrubber