【单选题】【消耗次数:1】
________ strategy, traditionally known as mnemonics, involves relating the word to some previously learned knowledge by using some form of imagery or grouping.
Determination
Memory
Metacognitive
Cognitive
参考答案:
复制
纠错
相关题目
【单选题】 Its a question of some abstract ( )of justice.
①  book
②  knowledge
③  concept
④  say
【单选题】 Rob has some[填空].
①  leaf
②  leave
③  leafs
④  leaves
【单选题】 Would you like some [填空]?
①  potato
②  potatos
③  potatoes
④  potatos
【单选题】 There [填空] some chopsticks on the table.
①  are
②  is
③  have
④  was
【单选题】 Some [填空] are swimming in the river.
①  child
②  boy
③  boys
④  childs
【单选题】 The furniture has broken for some days, and it _______ .
①  needs fixed
②  needs fixing
③  needs to fix
【单选题】 Would you like some [填空]?
①  potato
②  potatos
③  potatoes
④  potato's
【判断题】 Do you want some milk?
①  正确
②  错误
【单选题】 There were some ____ flowers on the table.
①  artificial
②  unnatural
③  false
④  unreal
【单选题】 But the Internet can bring some ________ effects, too. The most common one, some teenagers are addicted to computer games on the Internet.
①  negative
②  positive
③  important
④  excite
随机题目
【单选题】 继承具有( ),即当基类本身也是某一个类的派生类时,底层的派生类也会自动继承间接基类的成员。
①  规律性
②  传递性
③  重复性
④  多样性
【单选题】 下面( )的叙述不符合赋值兼容规则。
①  派生类的对象可以赋值给基类的对象
②  基类的对象可以赋值给派生类的对象
③  派生类的对象可以初始化基类的对象
④  派生类的对象的地址可以赋值给指向基类的指针
【单选题】 派生类的对象可以访问以下那种情况继承的基类成员( )
①  私有继承的私有成员
②  公有继承的私有成员
③  私有继承的保护成员
④  公有继承的公有成员
【单选题】 设置虚基类的目的是()
①  简化程序
②  消除二义性
③  提高运行效率
④  减少目标代码
【单选题】 C++语言建立类族是通过()
①  类的嵌套
②  类的继承
③  虚函数
④  抽象类
【单选题】 this指针存在的目的是()
①  保证基类私有成员在子类中可以被访问
②  保证基类保护成员在子类中可以被访问
③  保证每个对象拥有自己的数据成员,但共享处理这些数据成员的代码
④  保证基类公有成员在子类中可以被访问
【单选题】 下列说法中错误的是( )
①  公有继承时基类中的public成员在派生类中仍是public的
②  公有继承时基类中的private成员在派生类中仍是private的
③  私有继承时基类中的public成员在派生类中是private的
④  保护继承时基类中的public成员在派生类中是protected的
【单选题】 在C++中的类有两种用法:一种是类的实例化,即生成类的对象,并参与系统的运行;另一种是通过(),派生出新的类。
①  复用
②  继承
③  单继承
④  多继承
【单选题】 类的私有成员可在何处访问( )
①  通过子类的对象访问
②  本类及子类的成员函数中
③  通过该类对象访问
④  本类的成员函数中
【单选题】 所谓多态性是指 ()
①  不同的对象调用不同名称的函数
②  不同的对象调用相同名称的函数
③  一个对象调用不同名称的函数
④  一个对象调用不同名称的对象