I WILL MAKE BRAINLIEST PLS HURRY
Give your own examples for how list and dictionary data structures could keep track of some common information you might need. Your examples should be different from the ones in the unit.

Answers

Answer 1

Examples

Lists:

- Keep track of how much water you drink per day

- Hours spent on studying per week

- The growth of a plant

Dictionaries:

- Keep track of overall grades for each subject

- Keep track of where money is mostly spent on

- Dates for upcoming assessments and tests

Hope these examples help :)

Answer 2

-goodLizard is right

--Please make him brainliest

[Thank you]


Related Questions

Which computer program offers a comprehensive collection of tools for creating digital art by using a variety of
shapes, lines, and letters which can be easily measured and formatted?
O LibreOffice Draw
O Microsoft Excel
O LibreOffice Calc
O Microsoft PowerPoint

Answers

Answer:

the anwer is probaly B

Explanation:

Answer:

A- LibreOffice Draw

Explanation:

Ivan wants to have code in a game that will make it possible to change the speed of a swimmer in the game. Which of these does Ivan need?

A.
a Boolean value

B.
output

C.
a variable

D.
a database

Answers

A) a Boolean value, because you can have two possible values which is intended to represent the two truth values of logic.

heeeeeeeeeelp its timed :(
drag the correct word to the correct place
plllz help

Answers

Answer:

Upward Blue arrow= Lift

Downward Blue arrow= Drag

Upward yellow arrow= Thrust

Downward yellow arrow= Weight

i m not so sure

Help! Computer Science Discoveries. Hurry its timed

Answers

Answer:

1. categories

2. character

3. code

4. portrait

5. conversation

6. stage

7. Landscape

8. backdrop

Explanation:

I'm not sure what "a visual programming language for children" would be, sorry about that, and sorry if these are wrong .-

The question of ________ arises when considering the way in which online marketers gather consumers’ information over the Internet without their consent.
() Research
() Theories
() Science
() Ethics

Answers

Answer: Ethics

Explanation:

ASAP
Which of the following is best described as a network that covers a large geographic area (such as a city, country, or the world) using a communications channel that combines many types of media such as telephone lines, cables, and radio waves.
LAN
WAN
W.W.
WLAN

Answers

either LAN or WLAN but i’m pretty sure it’s LAN. hope that narrows it down a tiny bit

How can data consolidation be helpful? Check all that apply
•It can set up automatic updating of data within one worksheet.
•it can summarize data from worksheets in different workbooks.
•it helps to summarize data from worksheets that are not identical.
•it combines data from multiple sheets to create one concise table.
• it summarizes data based on how many rows and columns have values.

Answers

Answer:2,3, and 4

Explanation:

Answer:

2,3,4

Explanation:

edhesive: 2.5 Code Practice answer

Answers

Answer: can you tell me what you need help with

Explanation:thank you

Answer:

import random

a = random.randint(1,10)

b = random.randint(1,10)

answer = a * b

print (str(a) + " * " + str(b) + " = " + str(answer))

Explanation:

Hope this helps!

What are the main security weaknesses of coaxial cable, twisted pair cable, and fiber optic cable? How might the router itself be a security risk, even if you were using UTP/STP cabling that was insulated to prevent electromagnetic radiation leaks that could be eavesdropped on? What steps might you take to improve security for cabled networks?

Answers

Answer:

Answered below

Explanation:

Coaxial cables weaknesses include; fluctuation of speed during heavy use, leaks at the point of connection and signal loss over long distances. Twisted pair cables are not durable enough and are susceptible to interference. Fibre optic cables are costly and need expertise to install.

Hacked or compromised routers can be infected with malwares that reroutes users to spam sites and also to ddos attacks.

Steps to protect cable networks include; network encryption, physical security, VPN usage, updating networks, auditing and mapping.

Which programming language's program structure is similar to its syntax?
O A. Java
OB.
B. Python
Ос. .
PHP
OD. LISP

Answers

Answer:

I believe it is java.

Explanation:

Lighting for a location shot is run by the team at the location.


True

False

Answers

Answer:

I'm not worng it's true

can someone help meeeeeeeee please

Answers

Answer:

Option 1 maybe

Umm try to see if it’s 2


Select all the ways in which business professionals might use a spreadsheet in their jobs.
editing graphics
creating a graph for a presentation
tracking financial information
organizing numeric data
conducting a query
making calculations
writing business letters

Answers

Answer:

By making calculation.

Explanation:

Because spreadsheet is a calculation type software.

The smallest unit of a spreadsheet, and it is formed by the intersection of a row and a column.

a
Workbook
b
Cell
c
Pointer
d
Ribbon Tabs

Answers

The answer would be: B. Cell

can some one please help

Answers

Answer:

i will try other questions too

Why is 0.3333333333333333 the output of print(1/6 + 1/6) in python?

Answers

Answer:

because 1/6 + 1/6 is 2/6 which is 1/3 and 1/3 is 0.333...

Explanation:

Question: 11
Which of the following rules is the least specific?
#info
p.info.important
.info
p.info

Answers

Answer:

The detail answer to this question is given in the explanation section.

The correct answer is .info

Explanation:

Let look as each statement

p.info.important

this is a specific  because it says

go to important property which is inside info property  which is inside P

.info  is less specific

because it will go to .info No function is  given whose property is this.

p.info

This is some what specific. As it says select .info property which is inside p

How are programs and algorithms related? A program is a part of an algorithm. They are not connected at all. An algorithm is a part of a program. They are the same. ​

Answers

Answer:

A program is a set of instructions that a computer executes.

An algorithm is a set of instructions that must be done in order to get some result.

If an algorithm is written in a programming language, then the program is an implementation of the algorithm.

An algorithm must not, however, be a program. An algorithm can also be performed manually (e.g. calculate 6431 + 8316 on paper or in your head).

Explanation:

PLEASE HELP!!
Low-level programming languages are used to write code to control the computer's hardware.

True

False

Answers

Low-level programming languages are used to write code to control the computer's hardware is true.

What is Low level programming?

A high-level language (HLL) is a programming language, like C, FORTRAN, or Pascal, that allows programmers to create applications that are mostly independent of a certain kind of machine.

Because they are further away from machine languages and more similar to human languages, these languages are regarded as high-level.  A high-level programming language in computer science is one that strongly abstracts from the specifics of the computer.

When compared to low-level programming languages, it may use natural language elements, be simpler to use, or automate (or even completely hide) important components of computing systems (such as memory management).

Therefore, Low-level programming languages are used to write code to control the computer's hardware is true.

To learn more about programming, refer to the link:

https://brainly.com/question/11023419

#SPJ2

Need help on this it’s the last one I need

Answers

Design a ringtone like it says

Which line correctly starts the definition of a class named "team"?


class team:

def team():

class team():

def team:

Answers

Answer:

A

Explanation:

The line correctly starts the definition of a class named “team” is the class team:. The correct option is A.

What are the definitions?

The definition is the precise explanation of a word, particularly as it appears in a dictionary. Meaning provides a broad explanation of a word or topic. The primary distinction between definition and meaning is this. Understanding what a term implies is made possible by both its definition and its meaning.

When we write a definition of a word. The word is written before, and it is written with a colon sign. The word is only written and after the word place colon, then the definition of the word.

The definition of the word team is a collection of people who cooperate to accomplish a common objective.

Therefore, the correct option is A. class team:

To learn more about definitions, refer to the link:

https://brainly.com/question/23008740

#SPJ2

Leon needs to configure the days and times of his work week for his Outlook Calendar. Which option should he
use?

O Outlook Web App
O Backstage view > Calendar
O Home > Calendar
O Calendar View > Options

Answers

Answer:

3.Home > Calender

I think soo

Explanation:

have a good day dear!

Answer:

calendar view > options

Explanation:

it makes the most sense and edge 2022 final exam

Which phrase best describes a scenario in Excel 2016?


A. a type of what-if analysis that allows a user to define a single variable for a single function or formula

B. a type of what-if analysis that allows a user to define multiple variables for multiple functions or formulas

C. a type of chart analysis that allows a user to predict outcomes using data

D. a type of chart analysis that allows a user to set predetermined outcomes using data

Answers

A phrase which best describes a scenario in Microsoft Excel 2016 is: B. a type of what-if analysis that allows a user to define multiple variables for multiple functions or formulas.

What is Microsoft Excel?

Microsoft Excel simply refers to a software application that is designed and developed by Microsoft Inc., for analyzing and displaying spreadsheet documents, especially by using rows and columns in a tabulated format.

The types of function in Microsoft Excel.

In Microsoft Excel, there are different types of functions which are referred to as "predefined formulas" and these include the following:

Sum functionMaximum functionAverage functionCount functionIF functionMinimum function

In conclusion, Microsoft Excel 2016 is designed and developed by Microsoft Inc., as a type of what-if analysis which avail its end users to use multiple variables in defining multiple functions or formulas.

Read more on Excel function here: https://brainly.com/question/14371857

#SPJ1

Why operating system is important software for computer. give any five reasons.

Answers

Answer:

The description of the discussion is summarized throughout the explanation segment elsewhere here.

Explanation:

The operating quality would be an essential technology running on a computer. It maintains the recent memories but instead mechanisms including its desktop, along with all the latter's hardware as well as software components.  Perhaps it facilitates communication with your device without learning how to read your device's dialect.  


Select the correct answer from each drop-down menu.
Jeff writes a blog on digital photography. His most recent post was about visual artifacts. Identify the visual artifacts in the sentences below.
. A visual artifact of digital projectors is called
An inappropriate color difference in an image is called

Answers

Answer:

Screen-door effect

Explanation:

Answer:

An inappropriate color difference in an image is called: image noise

A visual artifact of digital projectors is called: fixed-pattern noise

Explanation:

trust me

How can reviewing a completed test prior to submitting it help you to earn the most points possible?

Answers

The act of reviewing a completed test prior to submission is usually called double - checking. This involves checking through selected answers that have been picked prior to making submission.

This action will help to check for possible errors which could have been made unknown to the user, Hence, errors committed by mistake.

Hence, a review of a completed test or assessment would help check for potential errors which could prove costly and hence, leading to more earned point in total.

Learn more :https://brainly.com/question/20194760

Franklin has a photographic assignment, and he needs to print some photographs using Adobe Photoshop. Which feature will help him see the
printed version of the document on the screen before he actually prints it?
The
feature in Photoshop will help Franklin see the printed version of the document on the screen before he actually
prints it.

Answers

Answer:

print preview

Explanation: i got it correct in plato

Answer:

print preview

Explanation:

on plato/edmentum

What do you mean by real time system? Why real time system needs to response within limited time?

Justify your answer with example.
plz ans quick

Answers

Real time system means that the system is subjected to real time, i.e., response should be guaranteed within a specified timing constraint or system should meet the specified deadline. For example: flight control system, real time monitors etc.

Other Questions
7) Mr. M can run a mile in 9 minutes. Assuming he can keep that pace, how 2 pointslong would it take him to run a 12 km race? Imi-1,61km 1km=0,62mi Roundto the nearest whole minute (calculators permitted)about 108 minutesabout 67 minutesabout 21 pinutesabout 9 minutesHELP URGENT PLSSS Why are small-scale and medium scale business appropriate for nepal?pls answer Find the zeros of the function.Enter the solutions from least to greatest.g(x) = -10x + 490lesser x =greater x = one species dna differs from others in its ? Is this a good claim???- Parents shouldn't pressure their kids into playing sports for their own benefit. What do you mean by real time system? Why real time system needs to response within limited time?Justify your answer with example.plz ans quick I have a problem, please help.So heres the example: 1 + 1 = __A) 2B) 2C) 3D) 4 A and B are both 2, which one do I pick. I can only pick one answer choice. Make a prediction about what will happen when Odysseus, in disguise as a beggar, is reunited with Penelope?PLZ HELP ME What is the y intercept of a line that has a slope of-3 and passes through point (-5,4)-17-11719 PLEASE HELP ME choose any TWO American documents you would like to compare and write about in your essay. Farewell Address by George WashingtonThe Declaration of Independence by Thomas JeffersonAint I a Woman by Sojourner Truth (scroll down until you see it)Womans Right to the Suffrage by Susan B. AnthonyWhat to the Slave is the Fourth of July? by Frederick Douglass Man in the Arena by Theodore RooseveltI Have a Dream by Martin Luther King Jr. Address on Space Effort by John F. Kennedy (click on view transcript) What is the biggest source of ocean pollution? Why was Satchel Paige important to the fight for social equality for African Americans?\ which of the following graphs represents a function? Listen to the audio and decide if the statement is true or false. Everyone has a hobby. Which actions accurately describe the role of the Central Intelligence Agency during the Cold War? Select three options.counterspying effortssecuring government buildingspreparing US citizens for a nuclear attackcollecting images of Soviet nuclear facilitiesstrengthening the USs ability to defend itself Pls help me on this question its about Romeo and Juliet HELPWhich equations can be represented by the line that contains the points (6. 8) and (2. 6)? 3/5x+2+20 What is the answer An electromagnetic wave of wavelength 435 nm is traveling in vacuum in the z direction. The electric field has an amplitude of 2.70 x 10^-3 V/m and is parallel to the x axis. What are the frequency and the magnetic-field amplitude of this wave? In calculating the amplitude of the magnetic field, you divide the electric-field amplitude by the speed of light, which requires you to convert some units. Which of the following is equivalent to 1 T?a. 1 (N/A.m)b. 1 (N/c.m)c. 1 (N.s/C.m)d. 1 (V.s/m^2) Why did the allies develop the pacific strategy of island-hopping?