搜题
网友您好,请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
提问人:网友wl36978 发布时间:2022-01-07
[主观题]

Young consumers often have not established their credit. Many do not have steady in- comes

. They might have difficulty borrowing money from an agency in business to make loans. Parents or relatives are usually their best source of loans, Of course, the parents or relatives would have to have money available and be willing to lend it. You might even get an interest-free loan. However, a parent or relative who lends should receive interest the same as any other lender.

There are disadvantages in borrowing from parents or relatives. One is that they may not insist on your paying back the money by a certain time. As a result, you might let the loan drag on. This is especially tree if you axe not required to pay interest. This is not the way to develop good credit habits.

The passage is mainly about

A.the reason why young consumers may borrow money from parents or relatives.

B.the advantages and disadvantages in borrowing money from parents or relatives.

C.where young consumers can borrow money

D.young consumers' habit in borrowing money

简答题官方参考答案 (由简答题聘请的专业题库老师提供的解答)
查看官方参考答案
更多“Young consumers often have not established their credit. Many do not have steady in- comes”相关的问题
第1题
()is software about the relation between the customer and the supplier in marketing.

A. Customer Relationship Management

B. Customer service

C. Sales planning

D. Distribution channel

点击查看答案
第2题
Questions 21 to 25 are based on the following passage:

Every year 100 million holiday—makers are drawn to the Mediterranean. With one third of the world's tourist trade, it is the most popular of all the holiday destinations; it is also the most polluted. It has only 1 per cent of the world's sea surface, but carries more than half the oil and tar floating on the waters. Thousands of factories pour their poison into the Mediterranean, and almost every city, town and village on the coast sends its sewage, untreated, into the sea.

The result is that the Mediterranean, which nurtured so many civilizations, is gravely ill—the first of the seas to fall victim to the abilities and attitudes that evolved around it. And the pollution does not merely keep back life of the sea—it threatens the people who inhabit and visit its shores. The mournful form. of disease is caused by sewage. Eighty five per cent of the waste from the Mediterranean's 120 coastal cities is pushed out in to the waters where their people and visitors bathe and fish. What is more, most cities just drop it in straight off the beach; rare indeed are the places like Cannes and Tel Aviv which pipe it even half a mile offshore.

Not surprisingly, vast areas of the shallows are awash with bacteria and it doesn't take long for these to reach people. Professor William Brumfitt of the Royal Free Hospital once calculated that anyone who goes for a swim in the Mediterranean has a one in seven chance of getting some sort of disease. Other scientists say this is an overestimate; but almost all of them agree that bathers are at risk. Industry adds its own poisons. Factories cluster round the coastline, and even the most modern rarely has proper waste treatment plant. They do as much damage to the sea as sewage. But the good news is that the countries of the Mediterranean have been coming together to work out how to save their common sea.

21. The causes of the Mediterranean's pollution is ____.

A) the oil and tar floating on the water

B) many factories put their poison into the sea

C) untreated sewage from the factories and coastal cities

D) there are some sorts of diseases in the sea

22. Which of following consequence of a polluted sea is not true according to the passage?

A) Bring up so many civilizations.

B) Various diseases in the sea.

C) It threatens the inhabitants and travelers.

D) One in seven chance of getting some sort of disease swimming in the sea.

23. The word “sewage”refer to ____.

A) poison    B) waste    C) liquid material     D) solid material

24. Why does industry do much damage to the sea?

A) Because most factories have proper waste treatment plants.

B) Because many factories have not proper waste treatment plants even the most modern one.

C) Because just the modern factory has a waste treatment plant.

D) Because neither ordinary factories nor most modern ones have p roper waste treatment plants.

25. What is the passage mainly about?

A) Save the world.

B) How the people live in the Mediterranean sea.

C) How the industry dangers the sea.

D) Beware the dirty sea.

点击查看答案
第3题
下面不正确的字符串常量是

A、'abc'

B、"12'12"

C、"0"

D、""

点击查看答案
第4题
下面程序的输出的是_________ #include<stdio.h> void main() {int x=10,y=3; printf("%d\n",y=x/y); }

A、0

B、1

C、3

D、不确定的值

点击查看答案
第5题
设有以下语句:int x=10;x+=3+x%(3),则x的值是_________

A、14

B、15

C、11

D、12

点击查看答案
第6题
下列程序执行后的输出结果是_________ #include <stdio.h> void main( ) { int a=5,b=60,c; if (a<b) { c="a*b;" printf("%d*%d="%d\n" ,b,a,c);" } else printf("%d %d="%d\n"> A、60/5=12

B、300

C、60*5=300

D、12

点击查看答案
第7题
运行下面程序时,若从键盘输入数据为"6,5,7<cr>",则输出结果是_______ #include <stdio.h> void main( ) { int a,b,c; scanf("%d,%d,%d",&a,&b,&c); if (a>b) if (a>c) printf("%d\n",a); else printf("%d\n",c); else if (b>c) printf("%d\n",b); else printf("%d\n",c); }

A、5

B、6

C、7

D、不定值

点击查看答案
第8题
执行下面程序后,运行结果是________ #include <stdio.h> void main( ) { int x=41,y=1; if (x%3==0 && x%7==0) { y+=x;printf("y=%d\n",y);} else {y=x;printf("y=%d",y);} }

A、y=41

B、y=43

C、y=42

D、y=1

点击查看答案
第9题
有如下程序 #include <stdio.h> void main( ) { int x=1,a=0,b=0; switch(x) { case 0: b++; case 1: a++; case 2: a++;b++; } printf("a=%d,b=%d\n",a,b); } 该程序的输出结果是______

A、a=2,b=1

B、a=1,b=1

C、a=1,b=0

D、a=2,b=2

点击查看答案
第10题
以下函数的功能是:求x的y次方,请填空__________ #include<stdio.h> void main() { int i,x,y; double z; scanf("%d %d",&x,&y); for(i=1,z=x;i<y;i++) z="z*______" ; printf("x^y="%e\n" ,z);"> A、i++

B、x++

C、x

D、i

点击查看答案
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)

订单号:

遇到问题请联系在线客服

请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示:请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“简答题”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注简答题 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反简答题购买须知被冻结。您可在“简答题”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注简答题 -
请用微信扫码测试
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

简答题
下载APP
关注公众号
TOP