How would you write the following words as a string data type?
HELLO
Logical Conditions
Quiz
•
Instructional Technology
•
7th - 8th Grade
•
Hard
Ivan Devon
Used 2+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How would you write the following words as a string data type?
HELLO
Hello
HELLO
"HELLO"
'HELLO'
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How do I declare a variable that contains integers in it?
variable = 1234
int variable = 1234
variable == 1234
int variable = "1234"
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is a float data type?
5
-5
5.0
"5"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of this is a char data type?
5
"5"
'5'
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many Hello will the following code produce?
int Ivan = 50
int Artem = 20
while( Ivan > 10 && Artem < 50)
print "Hello"
Ivan = Ivan - 10
Artem = Artem + 10
1
2
3
4
5
6.
FILL IN THE BLANK QUESTION
2 mins • 1 pt
What will the following code produce?
int count = 0
while (count < 5)
if count == 4
print "Thursday"
if count == 1
print "Monday "
if count == 5
print "Friday"
if count == 2
print "Tuesday "
if count == 3
print "Wednesday "
count = count +1
6 questions
Cuestionario 9 Taller Java
Quiz
•
5th - 7th Grade
10 questions
Sintaxis Python
Quiz
•
7th Grade
10 questions
INTRODUCCION A LA PROGRAMACION
Quiz
•
6th Grade - University
10 questions
Exercícios de Strings em Python
Quiz
•
8th Grade
7 questions
Variables and Expressions
Quiz
•
6th - 10th Grade
5 questions
Программирование на С++. Массивы
Quiz
•
8th - 12th Grade
6 questions
Tipul de date int
Quiz
•
7th Grade
10 questions
Quiz Fungsi SUMIF dan SUMIFS
Quiz
•
7th Grade - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check
Quiz
•
5th - 7th Grade
10 questions
Identifying equations
Quiz
•
KG - University
44 questions
El fin del año- 7th
Quiz
•
7th - 12th Grade
40 questions
Word Study Assessment: Roots, Prefixes, Suffixes, and Vocabulary
Quiz
•
8th Grade
17 questions
guess the logo
Quiz
•
8th Grade
16 questions
Function or Non-Function?
Quiz
•
8th - 10th Grade