皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
How Sled Dogs Work They're physical wonders-able to endure extreme conditions for extensive periods of time while running fast and pulling more than their own weight. Sled (雪橇) dogs have been around for generations, and today they remain a large part of a dog driver's life. In Arctic (北极的) regions, some 35 000 years ago, Eskimos' dogs bred with wolves and other dogs. Their offspring were well-adapted to the cold and snow. There's no saying exactly when someone thought to have dogs pull sleds, but it was well before 1000 B. C. that dog sleds provided a means of transportation and a way to haul goods. In recent years, people looking for unique outings have gone on recreational trips with sled dogs. A number of companies market tourist treks via dog sled for adventure travelers. Dogsled racing in Alaska formally began in 1908, when sled dog owners in Nome, Alaska, held the first All-Alaska Sweepstakes, a 408-mile race from Nome to Candle and back. And in 1973, the inaugural Iditarod Trail Sled Dog Race took place on a route covering more than 1 000 miles in Alaska. There are more competitions in many of the continental United States, and some take place on dry land. In addition to endurance races, sled-dog events include sprint races, weight pulls (in which dogs try to pull the most weight) and freight races (in which dogs try to pull a weighted sled the fastest). Stamina (耐力) and Strength Many breeds of dogs are used to pull sleds, including official American Kennel Club breeds such as the Siberian husky, Malamute and Samoyed. However, many sled dogs are of mixed breed and are called Alaska husky or Eskimo dogs. While some Sled dogs may have wolf bloodlines, it's generally not desirable to have a mixture of blood between the two. Sled clogs are bred for their speed and endurance as well as leadership qualities. They are big dogs with thick coats and wide, flat feet. They sleep with their tails covering their noses to keep warm. Dogs that weigh around 40 to 45 pounds are the ideal size to pull sleds, but some may weigh as much as 85 pounds. Young dogs that are enthusiastic runners, easy-going and mentally tough are good choices for sled dogs. A dog's gender matters little and both male and female dogs are considered equally. For racing, the most intelligent and fastest dogs are picked to be lead dogs and run in the front of the pack. Behind them run swing dogs, whose job is to direct the team around turns and curves. At the back of the dog team are the wheel dogs or wheelers, who are right in front of the sled and are usually the largest and strongest of the team. The rest of the dogs are known simply as team dogs. Dogs are typically from 2 to 10 years old when they pull sleds. After they retire, they might remain with their owner at a kennel or be adopted as pets by others. Rescue groups for sled dogs take in unwanted dogs and care for them, trying to place them in loving homes. While snowmobiles (also called snow machines),helicopters and airplanes are now often used !n Place of sled dogs, there are still times when dog transportation is preferred. Harsh weather conditions can make flying hazardous, and certain terrain can be more difficult for snow machines to cross than for dogs. Dogs can be more reliable than man-made machines, they're good companions to have on long treks and they can be cheaper to own than other forms of transportation. Becoming a Sled Dog The number of sled dogs at a typical kennel(养狗场)is around 75, though some might house as few as 20 Or as many as 150. Many kennel owners are greedy mushers (赶狗拉雪橇的人) and compete in dog sled races. They also train other mushers and sell and lease dogs. The training for each team of racing dogs varies by musher (or whomever is preparing the dogs to race). Conditioning the dogs to run long d
A.
Because they are raised by wolves.
B.
Because they can stand most severe weather.
C.
Because they are fastest runner among Arctic animals.
D.
Because they can bear goods like horses do.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】按照结构化程序设计的观点,任何程序都可以通过 3 种基本的控制结构进行组合来实现,以下 不属于基本控制结构的选项是 ______
A.
顺序结构
B.
分支结构
C.
递归结构
D.
循环结构
【单选题】下列哪个代码替换程序中的【代码】不会导致编译错误? interface class AAA{ abstact int getNumber( ); } class BBB implements AAA { 【代码】 }
A.
protected int getNumber( ) { return 100; }
B.
int getNumber( ) { return 100; }
C.
public int getNumber( ) { return 100; }
D.
int getNumber( ) { return 'a'+'b'; }
【单选题】将下列哪个代码替换下列程序中的【代码】不会导致编译错误?
A.
public int f( ) { return 100+M; }
B.
int f( ) { return 100; }
C.
public double f( ) { return 2.6; }
D.
public abstract int f( );
【单选题】PLC的定义:把( )功能用特定的指令记忆在存储器中,通过数字或模拟输入、输出装置对机械自动化或过程自动化进行控制的数字式电子装置。
A.
逻辑运算、顺序控制
B.
计数、计时、算术运算
C.
逻辑运算、顺序控制、计数、计时、算术运算等
【单选题】下列哪个代码替换程序中的【代码】不会导致编译错误? abstract class AAA ( abstract protected int getNumber ( ); } class BBB extends AAA{ 【代码】 }
A.
protected long getNumber( ) { return 20L;)
B.
public byte getNumber( ) { return 10;)
C.
public int getNumber( ) { return (byte)10;}
D.
public char getNumber() { retum 'A';}
【单选题】中国是气候变化影响最为严重的国家,气候变化的主要挑战体现在以下两个方面:第一,气候变化损失仍然巨大;第二,()。
A.
气候变化复杂性增加
B.
气候变化国际压力减小
C.
气候变化国际压力进一步增大
D.
气候变化频率增加
【简答题】气候变化问题的国际博弈是由气候变化问题的本质所决定的。 判断对错
【单选题】关于全球气候变化的叙述正确的是()。
A.
人们把距今一万年以来的气候变化称为近代气候变化
B.
气候变化指冷暖变化,不包括干湿变化
C.
气候变化是长时期大气状态变化的一种反映
D.
气候变化指干湿变化,不包括冷暖变化
【单选题】输出装置对机械自动化或过程自动化进行控制的数字式电子装置。
A.
逻辑运算、顺序控制
B.
计数、计时、算术运算
C.
逻辑运算、顺序控制、计数、计时、算术运算等
【单选题】PLC的定义:把( )功能用特定的指令记忆在存储器中,通过数字或模拟输入、输出装置对机械自动化或过程自动化进行控制的数字式电子装置。
A.
逻辑运算,顺序控制
B.
计数,计时,算术运算
C.
逻辑运算、顺序控制、计时、计数和算术运算等
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题