参考答案和解析
正确答案: 所谓RAPD标记是用随机排列的寡聚脱氧核苷酸单链引物(通常长度为10个核苷酸)通过PCR扩增染色体组中的DNA所获得的长度不同的多态性DNA片段。
更多“RAPD(Random amplification polymorphism DNA)”相关问题
  • 第1题:

    PPP认证方式有()。

    A.CHECK

    B.CHAP

    C.RAP

    D.PAP


    参考答案:B, D

  • 第2题:

    Select the statement that best describes The cure for Amplification Principle in the Internetdomain, as explained in RFC 3429 (Internet Architectural Guidelines )()?

    • A、Amplification is prevented if global changes have only a local effect as opposed to systems in which global changes have a local effect
    • B、Amplification is prevented if local changes have only a local effect as opposed to system inwhich localchange have a global effect
    • C、Internet domain does not suffer from“The Amplification Principle”as BGP takes care of misbehaving advertisers
    • D、None of the above

    正确答案:B

  • 第3题:

    以下哪一项等同于random.randrange(3)?()

    • A、range(3)
    • B、random.choice(range(0,3))
    • C、random.shuffle(range(3))
    • D、random.select(range(3))

    正确答案:B

  • 第4题:

    随机扩增多态性(RAPD)


    正确答案: RAPD是建立在PCR(Polymerase Chain Reaction)基础之上的一种可对整个未知序列的基因组进行多态性分析的分子技术。

  • 第5题:

    遗传监测常用的方法有:()包括RFLP,STR,RAPD,SNP,DNA指纹等。

    • A、分子生物学方法
    • B、细胞遗传学方法
    • C、形态学方法
    • D、物化学方法

    正确答案:A

  • 第6题:

    The ultra long haul amplification technology used in ZXWM M900 system includes large-power ()technology and ()amplifier.


    正确答案:EDFA;RAMAN

  • 第7题:

    MHC多态性(MHC polymorphism)


    正确答案:是一个群体概念,指群体中不同个体在等位基因拥有状态上存在差异。HLA 是人体中多态性最丰富的基因系统。MHC 多态性使得种群能对各种病原体产生合适的免疫应答,应付多变的环境条件,以维持群体的稳定性。

  • 第8题:

    PPP认证方式有()。

    • A、CHECK
    • B、CHAP
    • C、RAP
    • D、PAP

    正确答案:B,D

  • 第9题:

    名词解释题
    RAPD

    正确答案: DNA以随机的寡核苷酸序列(通常为10个碱基)作引物,通过PCR扩增,产生不连续的DNA扩增产物,用于检测DNA序列的多态性。
    解析: 暂无解析

  • 第10题:

    单选题
    Given: Which statement is true?()
    A

     The cardID and limit variables break polymorphism.

    B

     The code demonstrates polymorphism.

    C

     The ownerName variable breaks encapsulation.

    D

     The setCardInformation method breaks encapsulation.

    E

     The class is fully encapsulated.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    名词解释题
    遗传多态性(genetic polymorphism)

    正确答案: 是一个衡量遗传变异的数据,即群体中多态基因的比例。
    解析: 暂无解析

  • 第12题:

    名词解释题
    相对性传入性瞳孔障碍(RAPD)

    正确答案: 亦称MarcusGunn瞳孔。譬如左眼传入性瞳孔障碍时,用手电筒照健眼时,双眼瞳孔缩小,患眼瞳孔由于间接反射而缩小;随后移动手电筒照在左(患)眼上,双眼瞳孔不缩小或轻微收缩,因左眼传入性瞳孔障碍;以1秒间隔交替照射双眼,健眼瞳孔缩小,患眼瞳孔扩大。这种体征特点有助于诊断单眼的黄斑病变或视神经炎等眼病。 
    解析: 暂无解析

  • 第13题:

    如果想创造一个随机10*10的矩阵可以用以下那行代码实现:

    A. np.random.rand(size=(10))
    B.np.random.rand(size=(10, 10))
    C.np.random.random(size=(10))
    D.np.random.random(size=(10, 10))

    答案:D
    解析:
    注意模块numpy的使用

  • 第14题:

    试述随机扩增多态性DNA(RAPD)的基本原理。


    正确答案:RAPD的原理与常规PCR基本相同,不同之处是,RAPD采用的引物多为随机的十聚寡核苷酸序列,这种引物不属于已知遗传位点,它能通过PCR介导所有与其互补的基因区段进行扩增,产生一系列大小不同的片段,并在琼脂糖凝胶电泳中呈现出不同的DNA指纹图。其结果既表现种系发育过程的相互联系,也反映了不同克隆之间存在的差异,从而从基因水平对微生物进行分型。

  • 第15题:

    已知seq为长度大于10的列表,并且已导入random模块,那么[random.choice(seq)for i in range(10)]和random.sample(seq,10)等价。


    正确答案:错误

  • 第16题:

    动态HTML中向右上分解的转换特效类型是?()

    • A、Strips right up
    • B、Random bars
    • C、Random bars vertical
    • D、Random

    正确答案:A

  • 第17题:

    多态性(Polymorphism)


    正确答案:指一个基因座位上存在多个等位基因。

  • 第18题:

    ROM的意思是()

    • A、Random only Memory
    • B、Random access Memory
    • C、Read Only Memory
    • D、Read access Memory

    正确答案:C

  • 第19题:

    以下()表达式产生一个0~7之间(含0,7)的随机整数。

    • A、Math.floor(Math.random()*6)
    • B、Math.floor(Math.random()*7)
    • C、Math.floor(Math.random()*8)
    • D、Math.ceil(Math.random()*8)

    正确答案:B

  • 第20题:

    名词解释题
    RAPD(Random amplification polymorphism DNA)

    正确答案: 所谓RAPD标记是用随机排列的寡聚脱氧核苷酸单链引物(通常长度为10个核苷酸)通过PCR扩增染色体组中的DNA所获得的长度不同的多态性DNA片段。
    解析: 暂无解析

  • 第21题:

    名词解释题
    多型现象(polymorphism)

    正确答案: 有些真菌在整个生活史中可以产生2种或2种以上有性孢子的现象。
    解析: 暂无解析

  • 第22题:

    单选题
    Select the statement that best describes The cure for Amplification Principle in the Internetdomain, as explained in RFC 3429 (Internet Architectural Guidelines )()?
    A

    Amplification is prevented if global changes have only a local effect as opposed to systems in which global changes have a local effect

    B

    Amplification is prevented if local changes have only a local effect as opposed to system inwhich localchange have a global effect

    C

    Internet domain does not suffer from“The Amplification Principle”as BGP takes care of misbehaving advertisers

    D

    None of the above


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    要产生[20,999]之间的随机整数可以使用以下哪个表达式?()
    A

    (int)(20+Math.random()*97)

    B

     20+(int)(Math.random()*980)

    C

    (int)Math.random()*999

    D

     20+(int)Math.random()*980


    正确答案: D
    解析: 暂无解析