皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
阅读理解。 A man was tired of living in his old house in the country and wanted to sell it and buy a better one. He tried to sell it for a long time, but was not successful, so at last he decided to solve the problem by using a real estate agent. (房地产) The agent decided at once to advertise the house, and a few days later, the owner saw a very attractive photograph of it, with a wonderful description of its gardens, in an expensive magazine. After the house owner had read the advertisement through, he hurriedly telephoned the real estate agent and said to him, 'I'm sorry, Mr. Jones, but I've decided not to sell my house after all. After reading your advertisement in that magazine, I can see that it's just the kind of house I've wanted to live in all my life.' 1. What problem did the man have? [     ] A. He couldn't find his house. B. He was unsuccessful at selling his house. C. He was unsuccessful at buying a house. D. He was unsuccessful at finding a real estate agent. 2. It's easier to sell house through agents because _____. [     ] A. they have a magazine B. they are better at writing articles C. they are good at better advertising D. they are better looking 3. Which of the following best states the main idea? [     ] A. You don't know what you have until you have lost it. B. It's hard to sell a house. C. No one likes to live in the country. D. There is no place like home. 4. In the passage the word 'attractive' most nearly means _____. [     ] A. perfect B. complete C. modern D. pleasant to look at
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】以下程序段对输入的一个小写字母,将字母循环后移动5个位置后输出。如'a'变为'f','w'变成'b'。请在空中填入正确内容。 char c;c= [填空(1)] ; if(c>='a'&& [填空(2)] ) [填空(3)] ; else if(c>='v'&&c<='z') [填空(4)] ; putchar(c);
A.
getchar( )
B.
a<=’u’
C.
c=c+5
D.
c=c-21
【单选题】某JSP中有如下代码:( ) 结果:${a} 则显示结果为:
A.
page
B.
request
C.
session
D.
applicastion
【简答题】求整数的和与均值 通过码
【简答题】阅读下面代码片段: Servlet1: request.setAttribute("username", "张三"); String username=(String) request.getAttribute("username"); Syste...
【简答题】以下程序段对输入的一个小写字母,将字母循环后移动 5 个位置后输出。如 'a' 变为 'f' , 'w' 变成 'b' 。请在空中填入正确内容。 char c;c= ; if (c>='a'&& ) ; else if (c>='v'&&c<='z') ; putchar(c);
【简答题】以下程序段对输入的一个小写字母,将字母循环后移动 5 个位置后输出。如 'a' 变为 'f' , 'w' 变成 'b' 。请在空中填入正确内容。 char c;c=__ 1 ___; if(c>='a'&&__ 2 ___) _ 3 ____; else if(c>='v'&&c<='z') __ 4 ___; putchar(c);
【简答题】下程序段对输入的一个小写字母,将字母循环后移动5个位置后输出。如‘a’变为‘f’,‘w’变成‘b’。请在空中填入正确内容。 char c; c=__1___; if(c>=’a’&&__2___) _3____; else if(c>=’v’&&c<=’z’) c=c-21; putchar(c);
【简答题】以下程序段接收输入的一个小写字母,将字母循环后移动 5 个位置后输出。如 ’a’ 变为 ’f’ , ’w’ 变成 ’b’ 。请在空中填入正确内容。 char c; c=( (1) ); I f(c>='a'&& (2) ) ( (3) ); else if(c>='v'&&c<='z') c=( (4) ) ; putchar(c);
【简答题】下列程序段的功能是接收输入的一个小写字母,将字母循环后移动5个位置后输出。如'a'变为'f','w'变成'b'。请在空中填入正确内容。 {char c;c= ( ) ; if(c>='a' && ) ( ) ; else if(c>='v' &&c<='z') ( ); putchar(c); }
【单选题】pageContext.setAttribute("a","page"); request.setAttribute("a", "request"); session.setAttribute("a","session"); application.setAttribute("a","application"); %> ${a}显示结果为:_________________。
A.
page
B.
request
C.
session
D.
application
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题