Data types knowledge check Test your understanding of data types and their role in automation. Question Title * What is your work email?This should be your Rewst email address Question Title * Which data type is used to store text, such as "Hello, world!" or "Account123"? Integer Boolean String Float Question Title * You need to store information about a customer, including their name, email address, and phone number. Which data type would be best to use? List String Boolean Dictionary Question Title * Which of the following is an example of an integer? 42.5 "42" 42 True Question Title * You’re creating a workflow to check whether a task is complete. Which data type would be best for this yes-or-no decision? String Integer Boolean List Question Title * A list is a collection of related items grouped together, and it is enclosed in __________. Curly braces {} Square brackets [] Parentheses () Quotation marks "" Question Title * Which data type is best for organizing related information into key-value pairs, such as a contact profile with "Name" and "Email"? List Boolean Dictionary Float Question Title * You’re creating a shopping list that includes items like "apples", "oranges", and "bananas". Which data type would be best to use? List String Boolean Dictionary Done