网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
The word “______” can be used as an adjective(形容词).
A

pollute

B

pollution

C

curious

D

curiously


参考答案

参考解析
解析:
细节理解题。在词典中形容词的缩写为 “adj. ”,根据文中所列内容可知,pollute是动词,pollution是名词,curiously是副词,只有curious是形容词。故选C。
更多 “单选题The word “______” can be used as an adjective(形容词).A polluteB pollutionC curiousD curiously” 相关考题
考题 听力原文:The holder of credit card can buy goods against the card at any shop that has joined the scheme without cash.(9)A.The credit card can be used at any shop without paying cash.B.The credit card can he used at any appointed shop together with cash.C.The credit card can be used at any appointed shop without paying cash.D.The credit card can be used to withdraw any amount of cash.

考题 When we talk about “parts of speech”, we know that a describing word we use to describe a noun is a/an ______; a word that can be used instead of a noun is a/an _______; a word used in front of a countable or uncountable noun is a/an ___________.A、pronoun, article, adjectiveB、article, adjective, pronounC、adjective, article, pronounD、adjective, pronoun, article

考题 Passage Four"Cool" is a word with many meanings. Its old meaning is used to express a temperature that is a little bit cold. As the world has changed, the word has had many different meanings."Cool" can be used to express feelings of interest in almost anything. When you see a famous car in the street, maybe you will say, "It's cool. ' You may think, "He's so cool," when you see your favorite football player.We all maximize (扩大) the meaning of "cool". You can use it instead of many words such as "new" or "surprising". Here's an interesting story we can use to show the way the word is used. A teacher asked her students to write about the waterfall (瀑布) they had visited. On one student's paper was just the one sentence, "It's so cool." Maybe he thought it was the best way to show what he saw and felt.But the story also shows a scarcity of words. Without "cool", some people have no words to show the same meaning. So it is quite important to keep some credibility (可信性). Can you think of many other words that make your life as colorful as the word "cool"? I can. And I think they are also very cool.46. We know that the word "cool" has had______.A. only one meaningB. no meaningsC. the same meaningD. many different meanings

考题 In the passage, the writer suggests that the word "cool"______.A. may not be as cool as it seemsB. usually means something interestingC. can make your life colorfulD. can be used instead of many words

考题 Which of the following can' NOT be used as a pre-reading task?__________ A.Predicting what a passage is about. B.Creating a word web related to a topic. C.Listening to the recording of a passage. D.Sharing what is already known about a topic.

考题 Which two statements are true regarding the USING clause in table joins?()A、It can be used to join a maximum of three tables B、It can be used to restrict the number of columns used in a NATURAL join C、It can be used to access data from tables through equijoins as well as nonequijoins D、It can be used to join tables that have columns with the same name and compatible data types

考题 What does it mean for a variable in the Application Editor to be defined as a parameter?()A、The variable can be used to pass data to and from subflows.  B、The value for that variable can be supplied via Application Configuration in Application Administration.  C、The value for that variable is defined by the calling application.  D、The variable can be used in conditional steps.  E、The variable can be used to pass data to and from VoiceXML applications.

考题 A user can no longer launch their word processing program. The program worked fine yesterday.Which of the following options could BEST be used to fix the word processing program?()A、Safe ModeB、Automated System RecoveryC、Last Known Good ConfigurationD、System Restore

考题 Which statement is false about sales catalogs?()A、Sales catalogs are used for customer display purposes.B、With a sales catalog products can be placed in many locations.C、If sales catalogs are used then it is not necessary to have a master catalog.D、Sales catalogs can be used to target specific customer segments.E、Sales catalogs can be used to control what products a customer can see.

考题 In the context of Advanced Power Virtualization, the shared pool refers to which of the following?()A、A pool of physical memory that can be used by any partitionB、A pool of physical processors that can be used by any virtual or dedicated partitionC、A pool of physical memory that can be used by multiple Micro-PartitionsD、A pool of physical processors that can be used by multiple Micro-Partitions

考题 which one of the following accurately describes field names?()A、they must be unique in a database  B、they can only be used once in a view  C、they can only used once on each form  D、they can be used mulriple times on a form 

考题 Which two are the uses of the ASM metadata backup and restore (AMBR) feature?()A、 It can be used to back up all data on ASM disks.B、 It can be used to recover the damaged ASM disk group along with the data.C、 It can be used to gather information about a preexisting ASM disk group with disk paths,disk name,failure groups,attributes templates,and alias directory structure.D、 It can be used to re-create the ASM disk group with its attributes.

考题 Which three tasks can be performed using regular expression support in Oracle Database 10g?()A、 it can be used to concatenate two strings.B、 it can be used to find out the total length of the string.C、 it can be used for string manipulation and searching operations.D、 it can be used to format the output for a column or expression having string data.E、 it can be used to find and replace operations for a column or expression having string data.

考题 Which statements describe the capabilities of the DBMS_NETWORK_ACL_ADMIN package?()A、It can be used to allow the access privilege settings for users but not roles.B、It can be used to allow the access privilege settings for users as well as roles.C、It can be used to control the time interval for which the access privilege is available to a user.D、It can be used to selectively restrict the access for each user in a database to different host computers.E、It can be used to selectively restrict a user's access to different applications in a specific host computer.

考题 Which two statements are true about WHERE and HAVING clauses? ()A、A WHERE clause can be used to restrict both rows and groups.B、A WHERE clause can be used to restrict rows only.C、A HAVING clause can be used to restrict both rows and groups.D、A HAVING clause can be used to restrict groups only.E、A WHERE clause CANNOT be used in a query if the query uses a HAVING clause.F、A HAVING clause CANNOT be used in subqueries.

考题 单选题Which statement is false about sales catalogs?()A Sales catalogs are used for customer display purposes.B With a sales catalog products can be placed in many locations.C If sales catalogs are used then it is not necessary to have a master catalog.D Sales catalogs can be used to target specific customer segments.E Sales catalogs can be used to control what products a customer can see.

考题 多选题Which two statements are true regarding the USING and ON clauses in table joins?()ABoth USING and ON clauses can be used for equijoins and nonequijoinsBAmaximum of one pair of columns can be joined between two tables using the ON clauseCThe ON clause can be used to join tables on columns that have different names but compatible data typesDThe WHERE clause can be used to apply additional conditions in SELECT statements containing the ON or the USING clause

考题 多选题Which two statements are true regarding the USING clause in table joins?()AIt can be used to join a maximum of three tablesBIt can be used to restrict the number of columns used in a NATURAL joinCIt can be used to access data from tables through equijoins as well as nonequijoinsDIt can be used to join tables that have columns with the same name and compatible data types

考题 单选题which one of the following accurately describes field names?()A they must be unique in a database  B they can only be used once in a view  C they can only used once on each form  D they can be used mulriple times on a form 

考题 多选题Which three tasks can be performed using regular expression support in Oracle Database 10g?()Ait can be used to concatenate two strings.Bit can be used to find out the total length of the string.Cit can be used for string manipulation and searching operations.Dit can be used to format the output for a column or expression having string data.Eit can be used to find and replace operations for a column or expression having string data.

考题 单选题Which of the following is true according to the passage?A You give the impression of being bored in learning by using key word notes.B You can replace your notes with the props used in your presentation.C Asking the audience questions is the most frequently used technique.D Using props in a presentation can make the atmosphere more exciting.

考题 单选题In the context of Advanced Power Virtualization, the shared pool refers to which of the following?()A A pool of physical memory that can be used by any partitionB A pool of physical processors that can be used by any virtual or dedicated partitionC A pool of physical memory that can be used by multiple Micro-PartitionsD A pool of physical processors that can be used by multiple Micro-Partitions

考题 单选题What is the use of an "all configuration" backup in Cisco UCS?()A  Can be used to migrate from a 6120 to a 6140 and retain the same service profilesB  Can only be used on the fabric interconnect on which it was createdC  Can be used to migrate from a 6120 to 6140 and retain system IP addresses and cluster informationD  Can be used to match firmware versions between 6120 and 6140 during a migration

考题 多选题Which two statements are true about WHERE and HAVING clauses? ()AA WHERE clause can be used to restrict both rows and groups.BA WHERE clause can be used to restrict rows only.CA HAVING clause can be used to restrict both rows and groups.DA HAVING clause can be used to restrict groups only.EA WHERE clause CANNOT be used in a query of the query uses a HAVING clause.FA HAVING clause CANNOT be used in subqueries.

考题 单选题The word “swamped” used in para. 1 can be replaced by which of the following?A greatly heightenedB much weakenedC largely consolidatedD totally counteracted

考题 多选题Which statements describe the capabilities of the DBMS_NETWORK_ACL_ADMIN package?()AIt can be used to allow the access privilege settings for users but not roles.BIt can be used to allow the access privilege settings for users as well as roles.CIt can be used to control the time interval for which the access privilege is available to a user.DIt can be used to selectively restrict the access for each user in a database to different host computers.EIt can be used to selectively restrict a user's access to different applications in a specific host computer.

考题 单选题It can be inferred from the first paragraph that mankind _____.A has just begun to exploit the natural resources of the earthB believes that natural resources can be used in stagesC has discovered that there are unlimited sources of raw materialsD believes that the entire earth can be used as raw materials