What one of these is a Float? True, 25, "10.8", 10.0
Grok Module 7 Practice

Flashcard
•
Computers
•
7th - 8th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
10.0
Answer explanation
10.8 looks like a float but it is a string since it has double quotes around the number. The correct answer is 10.0
2.
FLASHCARD QUESTION
Front
Given the following: message = "I can learn hard things" Which index value will return the letter "e"?
Back
message[7]
Answer explanation
The index starts at zero and you include the spaces in the count. Therefore, "e" is located at index 7.
3.
FLASHCARD QUESTION
Front
Given the following:
message = "I can learn hard things"
What index will return the last letter in a message?
Back
message[-1]
Answer explanation
When you use a negative index it starts at the end of the message. So to access the last letter you back up one time and use message[-1]
4.
FLASHCARD QUESTION
Front
Given the following:
message = "I can learn hard things"
What index value is the same as message[-1]?
Back
message[len(message) - 1]
Answer explanation
The letter "s" is located at index 22. Don't forget the index starts at 0.
message[len(message) - 1] is the same as message[-1]. They both will access the last letter in the message.
The len(message) is 23. Therefore is you subtract one you get index 22.
5.
FLASHCARD QUESTION
Front
What letter is in name[4] for Ms. Allie Parham?
Back
A
Answer explanation
The index starts at 0 and you must count the symbols (the period) and the spaces. The correct answer when you do it this way is "A"
6.
FLASHCARD QUESTION
Front
How do you represent 15 in binary?
Back
1111
Answer explanation
Using column values. Add up each column that contains a 1. For example
8 4 2 1
1 0 1 0
This would give you 8+2 = 10 so the binary representation for 10 is 1010. Therefore to represent 15 you would need binary 1111 which gives you 8+4+2+1 = 15
7.
FLASHCARD QUESTION
Front
What is the decimal value for the binary number 1101?
Back
13
Answer explanation
To calculate the decimal value for the binary number 1101, use the column values
8 4 2 1
----------
1 1 0 1
You add the columns with a one:
8+4+1 = 13
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Binary

Flashcard
•
6th - 8th Grade
10 questions
Ciphers

Flashcard
•
7th Grade
8 questions
User Input in Python

Flashcard
•
8th Grade
10 questions
word processing one

Flashcard
•
6th - 8th Grade
10 questions
Advanced Excel

Flashcard
•
6th - 8th Grade
10 questions
Binary Review

Flashcard
•
7th - 8th Grade
10 questions
Binary

Flashcard
•
6th - 8th Grade
10 questions
Binary to Hexadecimal Conversion Review

Flashcard
•
7th Grade
Popular Resources on Quizizz
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
Discover more resources for Computers
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