what is verb?
- an action
- a place a thing or a person
- an action right before another action
An ACTION
what is the value that the sound is measured in?
dB
(deciBells)
what is 7²+1?
- 49
- 50
- 109
50
how many continents are in there?
7
can you tell by code what programming language is this?
n = 0
if (n == 0):
n+1
else:
n-1
python
where are nouns in this sentence?
a powerful boy ate a melting fuming ice-cream
boy, ice-cream
what is plant's cycle is? (step by step like: baby-child-teen-adult-elder)
seed-plant-flower-fruit
when this pattern is made out of triangles they...
- tessellate
- make square number
- make triangle number
tessellate
what is the biggest dessert in spain?
Roscón de Reyes
what is you can use as windows's database programing tool?
- python
- console
console
where are adjectives in this sentence?
The old rusty blue car drove slowly down the road.
old, rusty, blue
¦⁆
what is it called when plants when plants have water oxygen and optimal temperature and start to grow?
germination
º▽º
what is median in this set of numbers?
18, 72, 81, 18, 18
81
what is the biggest tropical rain forest?
The Amazon Rainforest
what is the correct way of telling that n is equal to one plus five? (in python (we already did that if you don't remember))
- n = 1+5
int n = 1+5;
- n -= 5+-1
n = 1+5
What does adverb do?
- Modifies verbs
- describes nouns
- it doesn't exist
Modifies verbs A.K.A. 1
what is it called when bees or ᵇᵘᵗᵗᵉʳfly's take pollen from flower to flower?
pollination
what is 2 triangle numbers in this set of numbers?
1, 3, 5, 36, 132, 82, 1233
3, 36
what is the longest river in Africa?
the Nile river
what is python?
- animal
- programing language
programing language
name verbs in this sentence.
i am going to run today and if i lose then i have to run again
am going, run, lose, have
what is louder?
howler monkeys or crowd at American airline center?
hint: 1. the loudest thing is quieter than rocket launch(180 dB) and louder than plane 100M away(130dB) 2. the quietest thing is louder than live music gig(110dB) you can search only these things and compare them like: is it louder? you can use chatGPT and 𝕕𝕠𝕟'𝕥 search anything about howler monkeys and crowd at airline
howler monkeys
what is the total of median and mode in this set of numbers?
82, 91, 1, 1, 3, 9, 123, 123, 123
126
what is the smallest desert?
Carcross desert
what this code of C# does?
[SerializeField] int n = 0;
show in inspector variable n