问答题What is the next number in this sequence: 3, 12, 60, 360, ...?

题目
问答题
What is the next number in this sequence: 3, 12, 60, 360, ...?
参考答案和解析
正确答案: 2520
解析:
数列后项与前项的商依次是4、5、6,下一项应该是7,故下一个数是2520。
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

A sequence was created with the DDL statement shown below:CREATE SEQUENCE my_sequence CACHE 10 ORDER The following statements are successfully executed in sequence through separate database connections: CONNECTION1 - VALUES NEXT VALUE FOR my_sequence INTO :con1hvar CONNECTION2 - VALUES NEXT VALUE FOR my_sequence INTO :con2hvar CONNECTION1 - VALUES NEXT VALUE FOR my_sequence INTO:con1hvarWhat is the current value of the :con1hvar host variable?()

A.2

B.3

C.11

D.30


参考答案:B

第2题:

2520、360、 60、12、3、( )


A.3
B.2
C.4
D.1

答案:D
解析:
多级数列,两两做除法,分别为7. 6. 5. 4,下一项为3/1-3.

第3题:

When files are transferred between a host and an FTP server, the data is divided into smaller pieces for transmission. As these pieces arrive at the destination host, they must be reassembled to reconstruct the original file. What provides for the reassembly of these pieces into the correct order?

A.The sequence number in the TCP header

B.The Start Frame. Delimiter in the 802.3 Preamble

C.The TTL in the IP header

D.The acknowledgement number in the segment header

E.The frame. check sequence in the Ethernet frame. trailer


正确答案:A
解析:Explanation:TheTransportlayercanprovidereliablenetworkingviaacknowledgments,sequencing,andflowcontrol.AcknowledgmentsDeliveredsegmentsareacknowledgedtothesender.Iftheyarenotacknowledged,thesenderwillretransmit.SequencingDatasegmentsaresequencedintotheiroriginalorderwhentheyarriveatthedestination.FlowControlProvidesbuffercontrolsthatpreventpacketfloodingtothedestinationhost.Buffersstoreburstsofdataforprocessingwhenthetransmissioniscomplete.Layer4protocolsincludethefollowing:TransmissionControlProtocol(TCP)UserDatagramProtocol(UDP)SequencedPacketExchange(SPX)AreliablecommunicationsprotocolcreatedbyNovellNetWare

第4题:

You are maintaining your database in Oracle10g. You are performing an incomplete recovery because the tablespace, DATA1, was dropped and purged from the Recycle Bin. After performing an incomplete recovery, you open the database with the RESETLOGS option.  What will NOT be the impact of using the RESETLOGS option?()

  • A、 The log sequence for the database will restart from 1.
  • B、 The log sequence number will be written to the control file.
  • C、 The log sequence number will be written to the datafile headers.
  • D、 The log sequence number will be written to the initialization parameter file.

正确答案:D

第5题:

What are three values that must be the same within a sequence of packets for Netflow to consider them a network flow?()

  • A、source IP address
  • B、source MAC address
  • C、egress interface
  • D、ingress interface
  • E、destination IP address
  • F、IP next-hop

正确答案:A,D,E

第6题:

What are three values that must be the same within a sequence of packets for Netflow to consider them a network flow?()

A.source IP address

B.source MAC address

C.egress interface

D.ingress interface

E.destination IP address

F.IP next-hop


参考答案:A, D, E

第7题:

Given the following ALTER SEQUENCE statement: ALTER SEQUENCE myseq RESTART WITH 0 INCREMENT BY 1 NO MAXVALUE CACHE 5 ORDER Assuming that the sequence had reached a value of 100 prior to the RESTART, which of the following is true?()

  • A、The next value will be 0 and the sequence will never use the values 101 to 105.
  • B、The next value will be 101 to ensure uniqueness between existing and newly generated sequence values.
  • C、Previously cached values are retained by DB2, and after the restart, will be used for values 101 to 105.
  • D、The next value will be 0 and DB2 will not ensure uniqueness between existing and newly generated values.

正确答案:D

第8题:

An administrator notices that some of their systems are reporting a number in the eferred Level?column on the HMC pdates?panel. WhatAn administrator notices that some of their systems are reporting a number in the ?eferred Level?column on the HMC ?pdates?panel.What is the meaning of the eferred Level?is the meaning of the ?eferred Level?()

A.The number denotes the firmware level which will be activated when AIX is next rebooted.

B.The number denotes the firmware level which will be activated when all LPARs are next started.

C.The number denotes the firmware level which will be activated when the managed system is next restarted.

D.The number denotes how many days have elapsed since the firmware was installed without the LPARs being reactivated.


参考答案:C

第9题:

You want the ability to recovery any time within the last seven days and therefore you configured the recovery window retention policy using the command:   RMAN> CONFIGURE RETENTIOH POLICY TO RKCOVFRY WINDOW OF 7 DAYS;   After configuring the recovery window, you performed the database backup as follows:()  

  • A、 Backup RB1 at log sequence number 12871 on 5th Jan
  • B、 Backup RB2 at log sequence number 15622 on 12th Jan
  • C、 Backup RB3 at log sequence 16721 on 15th Jan
  • D、 On 20th Jan when the log sequence number was 18112 you realize that there Is a need to a point in time at the beginning of the recovery window. You have all an hived redo log files to date.

正确答案:D

第10题:

An administrator notices that some of their systems are reporting a number in the eferred Level?column on the HMC pdates?panel. WhatAn administrator notices that some of their systems are reporting a number in the ?eferred Level?column on the HMC ?pdates?panel. What is the meaning of the eferred Level?is the meaning of the ?eferred Level?()

  • A、The number denotes the firmware level which will be activated when AIX is next rebooted.
  • B、The number denotes the firmware level which will be activated when all LPARs are next started.
  • C、The number denotes the firmware level which will be activated when the managed system is next restarted.
  • D、The number denotes how many days have elapsed since the firmware was installed without the LPARs being reactivated.

正确答案:C

更多相关问题