Re-write the given program after correcting the bugs.

REM to add record in an existing file
CLS
OPEN "Record.Dat" FOR OUTPUTAS #1
AA:
INPUT "Enter Name, Class and Roll No. ";- -Nm$, Cl, Rn
INPUT #2, Nm$, Cl, Rn
INPUT "More records"; Y$
IF UCASE$(Y$)= "Y" THEN GOTO aa
CLOSE "Rrecord.dat"
END​

Answers

Answer 1

Answer:

Explanation:

REM to add record in an existing file

CLS

OPEN “Record.Dat” FOR APPEND  AS #1

AA:

INPUT “Enter Name, Class and Roll No.”; Nm$, Cl, Rn

WRITE #1, Nm$, Cl, Rn

INPUT “More records”; Y$

IF UCASE$(Y$)=”Y” THEN GOTO AA

CLOSE # 1

END


Related Questions

menu. pin onenote to the taskbar. unpin microsoft edge from the taskbar. use settings to view detailed system information. answer the first three questions. use settings to set the display resolution to 1600 x 900. set the screen saver to blank and specify that it activate after 15 minutes of inactivity. use computer management to determine which users have been created for this system. answer the last question. on the desktop, create a shortcut to the event viewer.

Answers

Use the Windows 10 Interface and Change Display Settings. A taskbar is a component of a graphical user interface that serves a number of functions.

What is a taskbar in Microsoft?A taskbar is a component of a graphical user interface that serves a number of functions. Typically, it displays a list of the active programs. The taskbar's arrangement and specific appearance vary depending on the operating system, although it typically takes the shape of a strip that runs along one side of the screen. At the bottom of the screen, an operating system component called the taskbar can be found. It enables you to search for and open programs using Start and the Start menu, as well as view any open programs. he taskbar is typically located at the bottom of the desktop, but you can alternatively shift it to either the side or the top.

To learn more about taskbar, refer to:

https://brainly.com/question/1360051

#SPJ4

assume that the variables gpa, deanslist and studentname, have been declared and initialized. write a statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java

Answers

A statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java and assuming that the variables gpa, deanslist and studentname, have been declared and initialized is given below:

if (gpa > 3.5) {

deansList += 1;

System.out.print(studentName); }

What is a Program?

This refers to the sequence of steps that is used to issue commands to a system to execute tasks.

Hence, we can see that A statement that adds 1 to deanslist and prints studentname to standard out if gpa exceeds 3.5. if (gpa > 3.5) java and assuming that the variables gpa, deanslist and studentname, have been declared and initialized is given below:

if (gpa > 3.5) {

deansList += 1;

System.out.print(studentName); }

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

What’s the difference between an aptitude and an interest

Answers

Answer: Aptitude refers to an individual's potential for acquiring some specific skills. Aptitude tests are used to predict what an individual will be able to do if given proper environment and training. Interest is an individual's preference for engaging in one or more specific activities relative to others.

Which option would provide the most accurate ethnographic history of a refugee's experiences?
A) The official government account given to the news media
B A political scientist's published observations
C An audio recording of that refugee telling her story

Answers

Answer:

I thinks it b

Explanation:

Or a it can't be c because I doesn't make sense

An audio recording of that refugee telling her story. The correct option is C.

Thus, The most authentic ethnographic history of a refugee's experiences would likely come from an audio recording of the refugee describing her story.

Ethnography is a type of research that involves in-depth participation in the community or culture being researched as well as close observation. Researchers can learn a great deal about the ideas, feelings, and individual experiences of refugees by listening to their first-person accounts of their journey and displacement.

The refugee can tell their tale in their own words on an audio recording, keeping their own viewpoint and cultural background. Intricacies, feelings, and details that would be missed in other types of documentation can be captured with this technique.

Thus, An audio recording of that refugee telling her story. The correct option is C.

Learn more about Audio recording, refer to the link:

https://brainly.com/question/32433391

#SPJ7

What is Cloud Storage? I need a short definition.​

Answers

a computing model that stores data on the internet through a cloud computing provider who handles data storage as a service.

how are the networks classified based on the geographical area which covers?

Answers

The ways that networks classified based on the geographical area which it covers are:

LAN(Local Area Network). MAN(Metropolitan Area Network).WAN(Wide Area Network).What is Local Area Network Definition In a computer?

The term LAN (Local Area Network) is known to be a kind of group of devices that are said to be connected to one another in a single physical location, such as a building, office, or home, is known as a local area network (LAN).

Note that  the  LAN can range in size from a tiny home network with one user to a large enterprise network with hundreds of users.

Therefore, The ways that networks classified based on the geographical area which it covers are:

LAN(Local Area Network). MAN(Metropolitan Area Network).WAN(Wide Area Network).

Learn more about LAN(Local Area Network) from

https://brainly.com/question/15216230
#SPJ1

print 3 numbers before asking a user to input an integer

Answers

Answer:

you can use an array to do this

Explanation:

(I've written this in java - I think it should work out):

Scanner input = new Scanner(System.in);

System.out.println("Enter an integer: ");

int userInt = input.nextInt();

int[] array = new int[userInt - 1];

for(int i = userInt-1; i < userInt; i--)

     System.out.println(array[i]);

Which network device/component acts as a concentrator, centralizing all network connections for a segment to a single device?

Answers

A hub is a network device or component acts as a concentrator, centralizing all network connections for a segment to single device.

What is Hub?

A hub, also known as a network hub, is a point of connection that several devices utilize to connect to a network. For all the devices connected through a hub, it serves as a centralized connection.

There are many ports on the hub. Due to a packet being replicated to the other ports, if a packet reaches one port, it may see by all network segments. A network hub broadcasts all network data across all connections and does not have routeing tables or intelligence (unlike a network switch or router).

There are several types of hub available :

Passive HubActive HubIntelligent Hub

Hence, a hub is the device that acts as a concentrator, to centralize all network connection for a segment to a single device.

To get more information about Hub :

https://brainly.com/question/7960322

#SPJ1

The if function evaluates a certain condition and returns the value you specify if the condition is true, and another value if the condition is false. True or false?.

Answers

It is true that the "if" function evaluates a certain condition and returns the value you specify if the condition is true, and another value if the condition is false.

What is "if" function?

The IF function is a popular Excel function that allows you to make logical comparisons between a value and what you expect.

As a result, an IF statement can have two outcomes. If your comparison is True, the first result is True; otherwise, the second result is False.

If both if statement conditions can be true at the same time, use two if statements. If the two conditions are mutually exclusive, meaning that if one is true, the other must be false, use an if/else statement.

Thus, the given statement is true.

For more details regarding if function, visit:

https://brainly.com/question/20497277

#SPJ1

(a) draw the schematic which uses 4 instances of the entity nha to output the 2’s complement s[3:0] of the 4-bit input y[3:0]. both y and s are std logic vector(3 downto 0). keep it simple—draw instances of nha as a box labelled nha.

Answers

Arrays of std logic variables and signals are represented by the std logic vector type. These types define the fundamental VHDL logic operations: and, and, or, nor, xor, and xnor. These operate on each place and return another array; they require two identically sized arrays.

What is schematic diagram?Schematic refers to a model, plan, or outline. A concise, understandable graphical representation of a plan or model is what a schematic diagram is. Simple lines and symbols are used in schematics to convey details like what, how, and where. They are schematic, graphical, and wiring diagrams. A schematic diagram is a basic, two-dimensional representation of a circuit that demonstrates the operation and connectivity of various electrical components. The schematic symbols used to represent the components on a schematic diagram must be familiar to a PCB designer. Schematic diagrams display control elements in the order of their electrical connections, regardless of their physical placement.

To learn more about schematic, refer to:

https://brainly.com/question/28152656

#SPJ4

note: this is a multi-part question. once an answer is submitted, you will be unable to return to this part. consider the following propositions: l: the file system is locked. q: new messages will be queued. n: the system is functioning normally. b: new messages will be sent to the message buffer. the goal of this exercise is to determine whether the following system specifications are consistent: if the file system is not locked, then new messages will be queued. if the file system is not locked, then the system is functioning normally, and conversely. if new messages are not queued, then they will be sent to the message buffer. if the file system is not locked, then new messages will be sent to the message buffer. new messages will not be sent to the message buffer. are the given system specifications consistent?

Answers

If the variables are given truth values, the system is consistent. The message buffer won't receive any new messages.

What are system specifications consistent?Constant system specifications. If it is possible to give the proposition variables truth values that make each proposition true, then the proposition list is consistent. Users are unable to access the file system whenever the system software is upgraded. Users can save new files if they have access to the file system. Users are unable to save new files if the operating system is not being updated. Only if the router supports the new address space can it deliver packets to the edge system. Installing the most recent software release is required for the router to support the new address space. If the most recent software release is installed, the router can send packets to the edge system.

To learn more about Constant system specifications,  refer to:

https://brainly.com/question/18163781

#SPJ4

According to the video case discussing economic opportunities to make money with ar, vr, and 360 video content, what is the major difference between virtual reality and 360 video?.

Answers

Answer: The way the user moves through the content

Explanation:

What hardware devices would typically be represented by block device files in the /dev directory?

Answers

The hardware devices would typically be represented by block device files in the /dev directory is floppy drive/PATA hard disk drive/SCSI/SATA hard disk drive.

What is dev directory?

The /dev/ directory contains files that represent devices connected to the local system. These are not regular files that a user can read and write to; instead, they are known as device files or special files.

The /dev directory contains files that represent devices attached to the system, such as serial ports and pseudodevices like a random number generator.

Floppy drives/PATA hard disk drives/SCSI/SATA hard disk drives are typically represented by block device files in the /dev directory.

Thus, this can be represented by block device files in the /dev directory.

For more details regarding directory, visit:

https://brainly.com/question/7007432

#SPJ1

Could someone please tell me what I did wrong here? Thank you!!I’ll give Brainliest

Answers

The code looks fine I think it’s the number that’s being inputed is what is causing the value error, I’m unfamiliar with this ide are you typing in the number yourself?

Write a function create_password() expects two parameters: pet_name (a string) and fav_number (an integer). The function returns a new password generated using the following pattern:

Answers

Answer:

Explanation:a

If you were to design a website, would you use a CSS framework? Why or why not?

Answers

My response is Yes, If I were to design a website, would you use a CSS framework because its helps me to the the work fast and better.

Should I employ a CSS framework?

Websites may easily be made to run with different browsers and browser versions thanks to CSS frameworks. This lessens the possibility that errors will surface during cross-browser testing.

Utilizing these frameworks is one that tends to make quicker and more convenient web development due to the fact that they come with ready-to-use stylesheets.

Therefore, based on the above, My response is Yes, If I were to design a website, would you use a CSS framework because its helps me to the the work fast and better.

Learn more about CSS from

https://brainly.com/question/27873531
#SPJ1

when this program is executed if the user types 10 on the keyboard what will be displayed on the screen as a result of executing line 5?

Answers

When this program is executed, it will print 30. The correct option is A.

What is coding in python?

Python is a computer programming language that is frequently used to create websites and software, automate tasks, and analyze data.

Python is an interpreted, high-level computer program. Its design philosophy prioritizes code readability by employing significant indentation. Python is garbage-collected as well as interactively keyed.

The given program indicates:

num1 = int(input())

num2 = 10 + num1 * 2

print(num2)

num1 = 20

print(num1)

Here, the expression, num2 = 10 + num1 * 2 will be 30, which will be executed on the screen.

Thus, the correct option is A.

For more details regarding python, visit:

https://brainly.com/question/13437928

#SPJ1

Your question seems incomplete, the missing options are:

A. 30

B. 40

C. 10 + 10 * 2

D. 10 + num1 * 2

Select the correct answer.
Which kind of food service outlets utilizes an intercom system for customers to order food?

Answers

Answer:fast food

Explanation:

Skyler needs to print mailing labels for a fundraising campaign her company is hosting. which type of software should she use?

Answers

Since Skyler needs to print mailing labels for a fundraising campaign her company is hosting, the type of software that she need to use is Word Processing software.

What is word processing software and examples?

The term Word Processing is known to be a term that connote the act or process why which on make use of the computer to make , edit, save as well as print documents.

Note that In order to carry out word processing, one need to make use of a specialized software (called the  Word Processor).

Therefore, based on the above, Since Skyler needs to print mailing labels for a fundraising campaign her company is hosting, the type of software that she need to use is Word Processing software.

Learn more about Word Processing software from

https://brainly.com/question/985406
#SPJ1

If your computer shuts off unexpectedly and without enough time for the operating system to make quick backups, which storage medium will lose its data?

Answers

If my computer shuts off unexpectedly and without enough time for the operating system to make quick backups, the storage medium that will lose its data are  Both A and B which are:

A. Cache

B. RAM

What is the RAM in a computer?

RAM is known to be a term that connote random-access memory and it is one that is often called the short term memory where data is known to be saved as the processor requires for it.

Therefore, note that If my computer shuts off unexpectedly and without enough time for the operating system to make quick backups, the storage medium that will lose its data are  Both A and B which are:

A. Cache

B. RAM

Learn more about RAM from

https://brainly.com/question/13196228

#SPJ1

If your computer shuts off unexpectedly and without enough time for the operating system to make quick backups, which storage medium will lose its data?

A. Cache

B. RAM

C. ROM

D. HDD

Both A and B

A, B, and C

Both A and D

Write down the output of the given program. Show with dry run in table.

DECLARE SUB SHOW (A)
CLS
N= 87
CALL SHOW (N)
END
SUB SHOW (A)
DO
B = A MOD6 + 3
IF B MOD 4 = 0 THEN GOTO AA
PRINT B;
AA:
A=A-10
LOOP WHILE A>=50
END SUB​

Answers

Based on the given input: the dry run in table is given below:

DECLARE SUB SHOW (A)

CLS

N= 87

CALL SHOW (N)

END

SUB SHOW (A)

DO

B = A MOD6 + 3

IF B MOD 4 = 0 THEN GOTO AA

PRINT B;

AA:

A=A-10

LOOP WHILE A>=50

END SUB​

Dry Run: N=87

A= 87

B= A MOD 6 + 3 B MOD 4=0? PRINT B; A=A-10 A>=50?

B=87 MOD 6 + 3

=3+3=6 6 MOD 4 =0? (NO) 6 A=87-10=77 77>=50? Y

B=77 MOD 6 + 3

=5+3=8 8 MOD 4=0? YES – A=77-10=67 67>=50? Y

B=67 MOD 6

=1+3=4 4 MOD 4=0? YES – A=67-10=57 57>=50? Y

B=57 MOD 6

= 3+3=6 6 MOD 4=0? NO 6 A=57-10=47 47>=50? NO

Read more about qbasic here:

https://brainly.com/question/20727977

#SPJ1

At a family reunion, your cousin takes a picture of both of you with her phone, orders a print of it, and mails it to you with a note apologizing for how weird it looks. You would use the word “bitmappy” instead of “weird” to describe the picture. Describe a situation that could have led to this problem. If you wanted to find information online that you could send to your cousin about how to avoid this problem, what are two or three keywords that you could use in your search?
Why is “less is more” such an important design principle, and why do so many people seem to want to violate this rule?

Answers

A bitmap is an image file format that can be used to create and store computer graphics. Weird means something strange or unusual.

What is the meaning of the phrase " less is more"?

Sometimes keeping things simple is preferable to making them complex or advanced. Simplicity is better than extensive adornment. He should not use a word such as 'weird' and  'bitmap' in the search.

The idiom is used to convey the idea that sometimes having less of something—a lesser amount of it—can be preferable to having more of it. That a straightforward strategy frequently outperforms a complex one.

Therefore, A bitmap is an image file format that can be used to create and store computer graphics. Weird means something strange or unusual.

To learn more about, less is more, refer to the link:

https://brainly.com/question/20556896

#SPJ1

What is the value of z after the following statements have been executed? int x = 4, y = 33; double z; z = (double) (y / x); group of answer choices

Answers

The value of z after the below statements have been executed: int x = 4, y = 33; double z; z = (double) (y / x) is 8.0

What is coding?

The term Coding is known to be often called called computer programming, and it is said to be the ways that people do talk or communicate with computers.

Note that  Code tells a computer the right actions to take, and based on the above, the value of x is doubled and so it will be 8.

Therefore, The value of z after the below statements have been executed: int x = 4, y = 33; double z; z = (double) (y / x) is 8.0

Learn more about coding from

https://brainly.com/question/22654163

#SPJ1

According to the video case discussing economic opportunities to make money with ar, vr, and 360 video content, what is the major difference between virtual reality and 360 video?.

Answers

Answer:

By 2030, VR and AR might add up to $1.5 trillion to the global GDP. By 2030, the global economy might benefit from VR and AR to the tune of $1.5 trillion. The main outcome of the PwC economists' economic impact analysis for this study is that.

Explanation:

Hope this helps

assume that a variable hoursworked has been assigned an integer. write a statement that assigns the value true to the variable workedovertime if hoursworked is greater than 40 and false otherwise.

Answers

The statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is as follows:

If hoursworked > 40; the workedovertime = true; else false.

What is an Integer?

An integer may be defined as a whole number that can be positive, negative, or zero but it does not include any sort of fractional number. Some examples of integers are -7, 0, 4, 9, etc.

In another form, the statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is also written as follows:

workedovertime = hoursworked > 40.

Therefore, the statement that assigns the value true to the variable worked overtime if hours worked are greater than 40 and false otherwise is appropriately mentioned above.

To learn more about Integers, refer to the link:

https://brainly.com/question/17695139

#SPJ1

2) What is application?​

Answers

Answer:

the software which is used to slove specific task is called application software

In technology terms, an application is a computer-generated program that carries out tasks.

2. What is one advantage of using a wireless network over a wired network?
You don't need to route wires to every physical location that needs a connection
Wireless networks are faster
O Wireless networks are more secure
O All of these are advantages of wireless networks

Answers

Answer:


A: You don't need to route wires to every physical location that needs a connection.

Answer they are more secure

Explanation:

Task 2: Designing a Layout for a Website

Answers

Answer:

follow these steps Steps to Create Perfect Web Page Design Layout

1. Pen to paper ...

2. Add a grid to Photoshop and select your typography ...

3. Colors and layout ...

4. Think different ...

5. Focus on the details ...

Explanation:

A data warehouse is a __________ collection of data, gathered from many different __________ databases, that supports business analysis activities and decision-making tasks.

Answers

A data warehouse is a logical collection of data, gathered from many different operational databases, that supports business analysis activities and decision-making tasks.

A data warehouse is a place where a company or other entity stores information electronically in a secure manner. It uses logical data models that are employed to depict data entities, properties, keys, and relationships.

In a data warehouse, data is routinely modified and imported from a variety of transactional systems, relational databases, and other sources.

Learn more about data warehouse here

https://brainly.com/question/28427878#

#SPJ4

PLEASE HELP ASAP- THANK YOU

Aadab Baqri is completing her degree at a community college and intends to transfer to a university next semester. She has kept a Microsoft Word document that lists her account user names and passwords, but she knows that she needs something much more secure to create and manage her passwords and account information. Evaluate and compare reviews of three password managers, at least one of which can be used on a mobile device. Consider KeePass, Bitwarden, Enpass, KeePassXC, and others you might find in your research. Recommend two password managers: one for when Aadab uses her laptop, and one for when she uses her mobile phone. Discuss your experiences with these password managers and mention security and features in your recommendation.

Answers

The recommendation will be to choose lastPass if you want a free tier product, but if you can afford it, choose Dashlane instead because it has many specialized tools and features.

What will be the recommendation?

The free version of Dashlane can save passwords for a single device, up to 50 accounts with multi-factor authentication, all kinds of information, and can automatically fill up forms with contact information and delivery addresses. More impressive is Dashlane's premium. The finest aspect is that it monitors the dark web for data breaches and alerts users for any familiar data found in the stolen batch.

It also provides data syncing between your devices. Secure file storage is available (great for scanning identification documents, bills, and more), and VPN support is included for increased protection while using a Wi-Fi Hotspot to browse the internet.

LastPass is also a fully functional, user-friendly, secure password manager that offers both free and premium versions based on your needs.

Therefore, the recommendation will be to choose lastPass if you want a free tier product, but if you can afford it, choose Dashlane instead because it has many specialized tools and features.

Learn more about recommendation on:

https://brainly.com/question/26693037

#SPJ1

Other Questions
You have data showing demand for plumbing services rising for each of the last five years. This would best be displayed on a: 2 Answer: Refrigeration is the most effective means of preserving a foodproduct. a. true b. false3 Answer: Chemical drying uses a chemical substance to remove moisture fromthe surface of a food. a. true b. false4 Answer: Food preservation is a condition in which food becomes unsafe toeat. a. true b. false5 Answer: The palatability of a food is important because it has a strongeffect on the food's nutritional value. a. true b. false6 Answer: Another name for using ionizing radiation to process foodis _____. a. osmosis c. cold sterilization b. gamma radiating d. heat processing7 Answer: Liquid added to a can or jar before canning a fruit or vegetable iscalled canner's _____. a. retort c. brine b. hot fill d. fluid8 Answer: _____ is fluid that accumulates on the outside of a frozen foodproduct when it is thawed. a. Drip c. Osmosis b. Freezer burn d. Aseptic liquid 9 Answer: _____ is a heat treatment that destroys all pathogenicmicroorganisms in a food, but does not destroy all spoilagemicroorganisms. a. Homogenization b. Ultrahigh-temperature pasteurization c. Blanching d. Pasteurization10 Answer: Which of the following is NOT a method of food preservation? a. canning c. freezing b. storing d. irradiating11 Answer: Graphs that plot microbes killed against time at a particulartemperature are called _____.12 Answer: Because foods that undergo _____, the complete destruction of allmicroorganisms, also undergo significant physical changes, most aretreated only to the point of commerical sterilization, which leavessome bacterial spores.13 Answer: _____ is the process that creates pickles from cucumbers,sauerkraut from cabbage, and wine from grape juice. Pure water has a density of 1000 kg/m. Explain what willhappen to a block of material with a density of 1020 kg/mwhen placed into:sea waterpure water. How do microwaves differ from radio waves?OA. Microwaves have a lower frequency.OB. Radio waves have a shorter wavelength.C. Microwaves have more energy.OD. Microwaves are not used in communications. The lifting force on an airplane's wing does which of the following? If the price of steel increases drastically, the quantity of steel demanded by the building industry will fall significantly over the long run because. Buildings built before __________ were designed under a construction code different from the code in effect today. Holding all other personal characteristics-such as age, gender, and income-constant, economists would expect that a) people without health insurance will be less likely to have follow healthy habits than people with health insurance. b) people without health insurance will be more likely to follow healthy habits than people with health insurance. c) people without health insurance will be equally likely to follow healthy habits as people with health insurance. d) there is no correlation between not having health insurance and follow healthy habits. PLEASE HELP BRO ITS THE LAST QUESTION FROM MY HOMEWORK Which is a right that citizens and noncitizens share Gente necesito argumentos para la educacin fsica Two lines are parallel, and one line has a slope of 6. What is the slope of the other line ? Read the excerpt below.One of the West Computers was Katherine Johnson, a central contributor to the first manned flights to space. Her calculations sent the first astronaut, Alan B. Shepard, Jr. into orbit. Due to her success, Johnson worked on many subsequent missions. She was so trusted by the team of astronauts that John Glenn requested she map his flight to space. Katherine Johnson also computed the launch and flight of Apollo 11, which resulted in the first men stepping foot on the moon.Which of the following statements best summarizes the central idea of the excerpt? Even with hard work, it took the space program nearly eight years to send men to the moon. John Glenn credited Johnson with helping him become the first man to orbit the moon. Johnson had a long successful career with the space program before retiring in 1986. Johnson was a significant contributor to a number of missions, from a man in space to men on the moon. A teacher divides 36 students into equal groups for a scavenger hunt. Each group should have atleast 4 students but no more than 8 students. What are the possible group sizes? A principal suspends a student from school for wearing a t-shirt with the slogan "Stop US WarCrimes in Afghanistan." Is wearing the shirt constitutional? What is the simplified form of each expression?c. 3/ . 12/ The National Aeronautics and Space Administration (NASA) will pay Lockheed Martin Corp. $11.4 billion for Orion's development, test flights, and its first manned mission in 2021. NASA is a government unit operating in __________ market. karen tiene 60100 soles ,compro 23 cocinas,28 televisores y 15 refrigeradoras.cuantos nuevos soles le quedan a un. The first test of the Cold War was which event? A. the Warsaw Pact B. The Berlin Air lift C. the creation of NATO. D. the creation of the United Nations A.) hall of bulls B.) crossed bisonC.) chauvet caves d.) Altamira cave E.) willendorf cave