answersLogoWhite

0

What might depth of a footprint tell an interpreter?

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What can a paleontologist tell from fossil footprint of a dinosaurs?

Three things paleontologist can tell are:How many feet the dinosaur walked onThe weight of the animal based on the depth of the footprintThe gait of the animal - how fast it was going and the order in which it moved its feet to move


What can a footprint tell you about the animal that made it?

the animal's size


What is the different between Compiler and Interpreter in C or C plus plus programming?

It is easy to tell: there is no interpreter for C and C++, they are compiled languages.


What can a paleontologist tell from a fossil of a dinosaur footprint?

the shape and size...


What can paleontologist tell from fossil footprint of a dinosaur?

the shape and size...


How can you tell the direction a footprint is going?

You can tell the direction a footprint is going by observing the shape of the footprint. The deeper part of the print with more defined edges is typically the front of the foot, indicating the direction of movement. Additionally, the alignment of the toes can also give clues about the direction the person was moving in.


Which is the host language uses to develop Compiler or interpreter?

You will have to ask the compiler and interpreter writers that question. What I can tell you with certainty, at one time all programs were hand assembled.


Do you have to have depth perception in order to be a pilot?

If you can't tell which is closer, the nose of your plane or the ground, you might not be a good candidate for pilot. I know, I was going to fly before I found out I had no depth perception, there went my career flying helicopters.


What does depth refer to in carpentry terms?

Youhave Height to tell you how tall it is You have Width to tell you how wide it is And Depth tells you how far back it goes ( really its Width sideways )


Do you have an idea for a footprint story?

A "footprint story" is a story about YOUR memories, not ours. We cannot tell you what memories you have inside your head. You need to figure out what memories you want to write about and put them down. Pretend you are just talking to a friend and describe the memories.


What can a paleontologist tell from fossil footprint of a dinosaur?

the shape and size...


What line is necessary at the beginning of a script to tell the OS what to use to run the script?

The special line at the beginning of the script is only necessary if you want the script to be run by a certain command interpreter that is different from your logon shell or because you don't know what environment the user of the shell might be running in. It is a special comment line that looks like: #!/command-name such as: #!/usr/bin/ksh which causes the ksh interpreter to be used for the rest of the shell script.