DTE Yr7 T4 Flashcards

DTE

1
Q

What is camel case?

A

This is when you have a lower case at the start and then a capital letter at the start of each new word and then finish the word in lowercase (e.g. camelCaseAva)

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

What is kabab case?

A

This is when you have a little Squier in the words. It is when you have a little - to connect your words.

(e.g. lbl-ava-example)

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

What is snake case?

A

This is when you have a underline connecting the words (e.g. snake_case_)

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

What do you use to write something to show something?

A

Write text, consol. log!

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

What is a consol area/ what does it do?

A

A consol area is where you receive the era in your work so if there is a era than it will tell you in the consol area.

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

What does the IF statement do?

A

The IF statement is what you use to tell the program to do IF something happens to be true (e.g. If lives == 20 go to you win page)!

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

What is a Boolean expression?

A

This is when….

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

What does the ELSE statement do?

A

This is when if your IF statement is FALSE than you use the ELSE statement to get your answer.

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

When do you use a var (variable) block.

A

You use this when you want to create a new variable without without a value.

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

What is the set Text block?

A

The set text block is when you can have any element (widget) that has a text property can be alternated with the set text block.

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

What is the acronymically topical consol trigger replant system?

A

HAVE A BREAK HAVE A KIT KAT! GIRLY YOU’RE DOING WELL DON’T WORRY! 🎄🤩🥳🎅🤶🧑‍🎄🎄🎄🎄🎄

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

Use camel case to say (button home)

A

btnHome

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

Use kabab case to say (label home screen)

A

lbl-home-scrn

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

what does the 1 = sign mean?

A

When you have one equal sign you use that to say waht ever is in one box will now be put into the other (e.g. a=b
a=2
b=3
then a would have 3 in instead of 2)

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

what does 2 = signs mean?

A

This is when for example house has 20 rooms (house rooms==20)

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

What else could you call 2 = signs?

A

A Boolean expression.