Cs102

Which of these is a string?
123
True
"Test"
Which of these is a string?
902835
'1254'
False
Which of these is a string?
"abcde"
Abcde
1235
Which of these is a number?
"123423"
115124
True
What is the value of "Test".length?
3
4
5
What is the value of "Fantastic".length?
9
8
7
What is the value of "Dude".length?
3
4
5
What is the value of 3 + 4
4
5
7
What is the value of 5 - 1
3
4
2
What is the value of 10 * 10
100
1000
10
What is the value of 100 / 10
10
100
1
What will be printed to the console if we run this command, console.log(8+1)?
9
8+1
What will be printed to the console if we run this command, console.log("8+1")?
8+1
9
"9"
What will be printed to the console if we run this command, console.log("testing")?
"testing"
Testing
What is 50 % 5?
0
10
What is 25 % 7?
4
3
1
What is 40 % 11?
3
7
15
What language are we learning?
Java
Javascript
Javahack
{"name":"Cs102", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Which of these is a string?, Which of these is a string?, Which of these is a string?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker