Which of the following are properties of dictionaries? (check all that apply) nestable accessed by key iterable ordered

Answers

Answer 1

Answer:

Both are mutable.

Both are dynamic. They can grow and shrink as needed.

Both can be nested. A list can contain another list. A dictionary can contain another dictionary. A dictionary can also contain a list, and vice versa

Explanation:

hope it's help

Answer 2

In computers, language dictionaries are the unordered collections of the data set. Dictionaries can be nestable. Thus, option a is correct.

What is nestable?

Nestable is the ability to get nested that is the fitting of many objects together at a place. The items like the files, documents, folders, etc. can be placed and stacked within each other.

The different or the same type of computing items can be embedded and arranged in a hierarchical form. The other words do not fit with the computing dictionaries.

Therefore, option a. nestable is the correct option.

Learn more about dictionaries here:

https://brainly.com/question/15288419

#SPJ2


Related Questions

What lets you do many things, like write book reports and stories?

Application Programs

Antivirus Software

Email

Duct Tape

Answers

A -
Application programs
application progarms lets you do many things

In this lab, you complete a C++ program that uses an array to store data for the village of Marengo.
The program is described in Chapter 8, Exercise 5, in Programming Logic and Design. The program should allow the user to enter each household size and determine the mean and median household size in Marengo. The program should output the mean and median household size in Marengo. The file provided for this lab contains the necessary variable declarations and input statements. You need to write the code that sorts the household sizes in ascending order using a bubble sort and then prints the mean and median household size in Marengo. Comments in the code tell you where to write your statements.
Instructions
Make sure that the file HouseholdSize.cpp is selected and open.
Write the bubble sort.
Output the mean and median household size in Marengo.
Execute the program by clicking the Run button and the bottom of the screen.
Enter the following input, and ensure the output is correct. Household sizes: 4, 1, 2, 4, 3, 3, 2, 2, 2, 4, 5, 6 followed by 999 to exit the program.
Here is my code so far. I need help finishing it (printing the mean & median, etc). Thanks so much:
// HouseholdSize.cpp - This program uses a bubble sort to arrange up to 300 household sizes in
// descending order and then prints the mean and median household size.
// Input: Interactive.
// Output: Mean and median household size.
#include
#include
using namespace std;
int main()
{
// Declare variables.
const int SIZE = 300; // Number of household sizes
int householdSizes[SIZE]; // Array used to store 300 household sizes
int x;
int limit = SIZE;
int householdSize = 0;
int pairsToCompare;
bool switchOccurred;
int temp;
double sum = 0;
double mean = 0;
double median = 0;
// Input household size
cout << "Enter household size or 999 to quit: ";
cin >> householdSize;
// This is the work done in the fillArray() function
x = 0;
while(x < limit && householdSize != 999)
{
// Place value in array.
householdSizes[x] = householdSize;
// Calculate total of household sizes
sum+= householdSizes[x];
x++; // Get ready for next input item.
cout << "Enter household size or 999 to quit: ";
cin >> householdSize;
} // End of input loop.
limit = x;
// Find the mean
// This is the work done in the sortArray() function
pairsToCompare = limit - 1;
switchOccured = true;
while(switchOccured == true)
{
x = 0;
switchOccured == false;
while (x < pairsToCompare)
{
if(householdSizes[x]) > householdSizes[x+1])
{
//perform switch
}
x++;
}
pairsToCompare--;
}
// This is the work done in the displayArray() function
//Print the mean
// Find the median
median = (limit-1) / 2;
if (limit % 2 ==0)
{
cout << "Median is: " << (householdSizes[(int)median] + householdSizes[(int)median + 1]) / 2.0 << endl;
}
else {
// Print the median household size
}
// Print the median
return 0;
} // End of main function

Answers

Answer:

For the mean, do the following:

mean = sum/limit;

cout<<"Mean: "<<mean;

For the median do the following:

for(int i = 0; i<limit; i++) {

  for(int j = i+1; j<limit; j++){

     if(householdSizes[j] < householdSizes[i]){

        temp = householdSizes[i];

        householdSizes[i] = householdSizes[j];

        householdSizes[j] = temp;       }    } }

median= (householdSizes[(limit-1)/2]+householdSizes[1+(limit-1)/2])/2.0;

if((limit - 1)%2==0){

   median = householdSizes[limit/2];

}

cout<<endl<<"Median: "<<median;

Explanation:

The bubble sort algorithm in your program is not well implemented;

So, I replaced the one in your program with another.

Also, some variable declarations were removed (as they were no longer needed) --- See attachment for complete program

Calculate mean

mean = sum/limit;

Print mean

cout<<"Mean: "<<mean;

Iterate through each element

for(int i = 0; i<limit; i++) {

Iterate through every other elements forward

  for(int j = i+1; j<limit; j++){

Compare both elements

     if(householdSizes[j] < householdSizes[i]){

Reposition the elements if not properly sorted

        temp = householdSizes[i];

        householdSizes[i] = householdSizes[j];

        householdSizes[j] = temp;       }    } }

Calculate the median for even elements

median= (householdSizes[(limit-1)/2]+householdSizes[1+(limit-1)/2])/2.0;

Calculate the median for odd elements

if((limit - 1)%2==0){

   median = householdSizes[limit/2];

}

Print median

cout<<endl<<"Median: "<<median;

In the header element, insert a navigation list containing an unordered list with the items: Home, Race Info, and FAQ. Link the items to the dr _index.html, dr_info.html, and dr_ faq.html files respectively.
Home
Race info
FAQ

Answers

Answer:

Explanation:

The following is a barebones HTML document that contains the Unordered List inside the header tag as requested. The list items are also wrapped around links so that they link to the requested pages and take you there when they are clicked. These html files need to be in the same folder as this code in order for it to take you to those pages. The code can be seen below.

<!DOCTYPE html>

<html>

<head>

<ul>

   <li><a href="dr _index.html">Home</a></li>

   <li><a href="dr_info.html">Race Info</a></li>

   <li><a href="dr_ faq.html">FAQ</a></li>

</ul>

</head>

<body>

</body>

</html>

Other Questions
Help please quickly!!!The imagery provides which understanding of wrath for the reader?O 1. Fearing wrath weakens the emotion.2. Showing wrath destroys a relationship.3. Suppressing wrath nourishes its power.O 4. Denying wrath leads to open confrontation. Why did the robber take a bath seth put $500 in his savings account, which earns a earns a simple interest rate of 4% A. use the simple interest equation ( I=Prt ) to find out how much interest seth earns after 6 years.B. now find out how much interest seth wold earn if he were to earn 7% compound interest for 6 years Someone help me out :) a cylindrical pipe made of metal 3 m long is 3 cm if the internal radius of the pipe is 10 cm what is the volume of metal used in making the pipe What is the definition of the Turkish flag? What does it convey? The solid triangular prism shown below is made from metal . The prism is melted down and the metal is used to create a solid cube. Find the side length of the cube. For the triangle, the base is 9cm, Height is 4cm, and Length is 12cm. SOMEONE PLEASE HELP! What is the opposite of dividing by 21? A. dividing by 21 B. multiplying by 21 C. subtracting 21 D. adding 21 Help me with with all of this 27 points Help plz math question. EXPLAIN HOW YOU GOT THE ANSWER. 30 PTS btw thx if u help Which technology gave sailors the ability to make longer ocean voyages and find new lands? A pharmaceutical company with headquarters in India sells fluconazole, the generic version of Pfizer's anti-fungal drug Diflucan internationally for significantly less money than many U.S. generic drug manufacturers. The generic drugs industry in this country needs to rethink its If a bank holds $450,000 in required reserves, and $1.8 million in total deposits, then the deposit expansion multiplier is:______.a. 0.25b. 2c. 4d. 5e. 10 What is the prefix of equal? A recipe uses 100 g of flour, 100 g of sugar and 80 g of butter. 8.Damia has 120 g of butter and wants to use it all in this recipe. What total weight of flour and sugar should he use in grams?9.Damia realizes he only has 60 g of sugar, so cant use all of his butter. How many grams of butter will he have left over when hes finished making the recipe?Answer for question number 8 is 300 gms. Can someone help to solve question number 9 in step by step please? Given the system of linear equations:4x + 6y = 242x+y=8.Which equations (select all) are a result from ADDING and/or SUBTRACTING the TWOequations together?6x + 7y = 322x + 6y = 162x + 5y = 1663 - 6y = 32 2. Caleb wants to tile the floor of his fort, the dimensions are 3mm by 4m. The tiles hewants to buy come in squares. The perimeter of the tile is 80cm.How many tiles will Caleb need?tiles what is a topic sentence for youth crimes? Determine whether a triangle with the given side lengths is a right triangle. Can some one help me answer all ten questions they are due at 10:00 I will give out brainly. Part 3 Bonus question