2023年峻德煤矿全员考试试卷提升机操作作业搜题用什么软件最好-j9九游

时间:2024-06-24 08:27:32


下列不属于人格特性的是()

一个人情绪体验强烈,思维灵活,但粗枝大叶,遇事欠思量,鲁莽冒失。他的气质类型更有可能是()。

提出表面特质和根源特质的心理学家是()。

人格五因素按照其英文的首字母可以缩写为()。

最早提出内外向人格理论的是()。

迈尔斯母女发展了荣格的理论,编制了一套人格类型测验,这套测验的名字是()。

下列不属于mi测验的分析维度的选项是()。

埃里克森提出,人的毕生发展经历了()个阶段。

埃里克森认为婴儿期人格发展的基本矛盾是()

a型性格与哪种疾病有关?()

a型性格的核心特征不包括()。

c型性格与哪种疾病有关?()

心理学所讲的人格就是人品、品德的意思

人格包含了思想、情感、行为等方面一个人区别于他人的稳定而统一的心理品质。

气质是一种稳定的心理特征。

气质有好坏之分。

本我是一种原始的力量来源,是遗传下来的本能,遵循快乐原则

自我人格结构的表层,作为本我与外界之间的中介组织,遵循道德原则。

超我人格结构的最高层,包括自我理想和道德良心等

特质是决定个体行为的基本特征,是人格的有效组成元素和测评人格的基本单位

自我认同危机是埃里克森理论中的重要概念。

人格不受遗传因素的影响。

权威型的父母教养方式有利于培养孩子的良好个性。

炎热的气候容易使人烦躁不安。

自我意识也叫自我概念,是个体对自己存在状态的认识。

我们所拥有的物品可以成为自我的一部分。

我们所扮演的社会角色会影响我们如何看待自己。

自尊是人对自我价值作出的判断及与这些判断有关的体验和感受。

自尊会影响我们的情绪体验但是不会影响我们做事的成败。

把失败解释为可控的和可变的,这是提升自尊的有效方法。

斯坦福大学心理学教授所进行的“棉花糖实验”说明了给学生奖励能够促进他们提升成绩。

儿童时期表现出的自我控制能力能够预测成年之后的事业发展和人际关系。

幼儿园的孩子不具有自我控制能力。

埃里克森认为青少年期是获得自我认同感的关键时期。

埃里克森提出青少年会遇到“认同感危机”,这是非常危险的情况。

青少年需要通过探索来获得自我认同感。

民间说所的“五福”中不包括

()提出人们应该关注健康而非疾病

()曾为心理学会,并提出积极心理学概念

幸福的人更长寿是有科学依据的

所有的药物和心理疗法能缓解抑郁症的()%

对于不好的记忆最好的处理方式是

abcde悲观处理模式的重点在于

赛里格曼两次提出的幸福观点中均包括

弗洛伊德认为人的本能包括

宽恕练习的步骤包括

判断一个人是否乐观应依据的维度

幸福公式的组成

道家认为幸与不幸是可以相互转化的

佛教认为人生是有终极幸福可言的

注重感官欲望的满足和快乐是西方理性主义幸福观的主张

积极心理学与人本主义密切相关,是其衍生物

迪勒尔认为幸福的人应具有良好的社会诚信

福代斯的幸福感测试是一项自陈式测试

总体幸福感量表是从积极角度描述的

panas测试包括积极和消极形容词

生活事件取样的测量只需横断面取样即可

可以用抑郁量表来评估个体的幸福感

幸福的人更长寿是有科学依据的

积极情绪可以增加创造力

幸福的人忍受痛苦的能力更强

研究表明当代当学生的抑郁水平随年代的变化而上升

当代大学生因情绪困扰而轻生的原因多为学业问题

大学生裸贷的流行反应了其价值观的扭曲

据调查,中断学业的大学生中因为网络问题的人不多

弗洛伊德认为是人的思维决定情绪

童年不好经历必定影响成人后的性格

贝克认为,情绪宣泄是治疗抑郁最有效的方法

感恩拜访练习可以减少抑郁

习得性无助的人认为坏事是永久的

乐观的人倾向于认为好事是永久的

满意的情绪产生的前提是完成了某些事

愉悦的情绪是在思考时产生的

感官愉悦的情绪很容易消失

心流是对幸福的有效消费

对特定个体来说,他能达到的幸福范围是有限的

研究表明,生理健康与幸福相关非常显著

创伤后应激障碍简称pdsd

经历创伤也可能引起心理的成长

经历创伤后若陷入应激状态将永远无法达到心理成长

写出以下代码段的执行结果: int num=34, max=30; if ( num >= max*2 ) system.out.println("zhang"); system.out.println("huang"); system.out.println("zhu");

写出以下代码段的执行结果: int limit = 100; int num1 = 15; int num2 = 40; if ( limit <= limit) { if ( num1 == num2 ) system.out.println("lemon"); system.out.println("lime"); } system.out.println("grape");

以下哪种运算能从变量x中取得它的个位数?

while循环的条件满足的时候循环继续,而do-while的条件满足的时候循环就结束了

以下代码片段执行结束后,变量i的值是多少? int i = 1; do { i = i 5; } while (i<17);

以下说法错误的有:

关于语音四要素的说法,正确的有:

以下说法错误的有:

关于语流音变的说法,正确的有:

以下是对音素的语音特征的描述,错误的有:

以下说法,错误的有:

以下是剩余语素的有:

以下词汇能够进行双项对比的有:

以下说确的有:

以下说确的有:

以下说确的有:

以下对于句子歧义原因分析正确的有:

层次分析的原则包括:

汉语普通话的“老李”:

英语的feet:

词义的概括性体现为

下列句子中不包含隐喻的有

对于以下动词的“价”判断正确的有

下面的句子中,哪些带有论元歧义

综合考虑语法和语义结构,组合关系的三个层面包括

研究语言演变是研究人类起源的一个重要切入点。

日语、韩语、越南语等语言的汉字音反映了汉语某个阶段的读音。

语音演变的规律性指语音的演变可以不受条件、时间、地点等因素的限制,总是向某一个音演变。

语音对应要求对应的两个音在发音上有相似性。

同源语言一般保留着一定数量的语音对应。

将两个以上的色彩元素,根据不同的目的性,按照一定的构成原理和形式美法则,重新组合搭配,构成理想而又富于美感的色彩关系,这种对色彩的创造过程和结果,就是色彩构成。

光与色随堂测验

光是一种视觉器官并引起视感觉的电磁波。

在整个电磁波范围内,只有波长在280至580纳米的电磁波才能引起人的色知觉.

长于780纳米的电磁波称为红外线,短于380纳米的电磁波称为紫外线。

色彩三原色是红绿兰。

色彩三原色是红黄兰。

物与色随堂测验

光进入视觉主要有哪三种形式?

光源光穿过透明或半透明物体后再进入视觉的光线,称为透射光。

光源光的强度会对被照射物体的色彩产生影响,强光下的物体显色会变淡,弱光下的物体显色会变得模糊晦暗,只有在中等光线强度下的物体显色最清晰。

在常态光源下,物体有相对稳定的物理属性产生的色彩现象俗称

人与色随堂测验

眼晴是产生 的要素之一

视网膜角膜上含有感光的 细胞和 细胞。

人的视网膜上有3种感光细胞,呈圆锥状因而被叫做锥体细胞,分为 。

这三幅图,从左到右,明度依次降低。

图一的色彩纯度比图二的色彩纯度高。

色彩混合构成要素随堂测验

色彩混合要素

原色指的是三色中的任何一色都不能由另外两种原色混合产生,而其他色可由这三色按一定比例混合出来,这三个独立的色称为三原色又叫三基色。

由任意两个原色混合后的色彩被称为复色。

色彩混合构成方法随堂测验

色彩混合的分类

色彩在视觉外混合,而后进入视觉的混合方式是

色彩的空间混合是色彩进入视觉后才发生混合

点彩派画家修拉的《星期天下午的大碗岛》作品是借助了哪种色彩混合模式来表现画面的?

色相对比构成随堂测验

同类色相对比,属于下面哪一种对比类型?

根据色彩混合的基本原理色相对比的强弱层次可以划分为三个,分别是:

明度对比构成随堂测验

高、中、低三个明度基调,分别通过强、中、弱的明度对比搭配,可形成几种不同的对比关系

纯度对比构成随堂测验

要调节一种色彩的纯度,只能加入无彩色来进行改变。

位置对比构成随堂测验

两种色彩出于下面哪种位置关系时,对比最强?

以下哪些是色彩调和要遵循的原则?

孟塞尔和伊顿的色彩调和理论随堂测验

三角配色法是由孟塞尔理论发展起来的。

同一调和法与类似调和法随堂测验

同一调和法可以分为:

同一调和法与类似调和法随堂测验

色彩的相距色阶越少,调和程度越高。

统领调和法是指通过大面积来统领画面,形成画面主导的调和方法。

面积调和法是指通过调整色彩的(),达到色彩调和的方法。

分割调和法是指在对比强烈色彩或过分类似的色彩中间,用()第三色将其分割开来,起到削弱或加强对比的作用,从而形成连贯画面整体的调和方法。

秩序调和法是指把不同()的色彩组织起来,形成渐变的,或有节奏、有韵律的色彩效果。

马克思说:“色彩的感觉是什么形式”

动画是二十一世纪发展前景最为什么的艺术形式。

色彩在动画中可以有哪些作用?

色彩的视觉,可以引发一种相对应的____________?

基于种种情感体验,色彩又具有了_____________________的功能?

运输活动达到安全,就意味着

安全是法律赋予运输企业的义务和责任。

安全就是指没有危险、不受威胁,不会出现事故的安全观点属于()

绝对安全观由于过分的强调(),使其应用收到了极大的限制

安全就意味着发生事故的概率是社会大众可以接受的。

构成安全问题的矛盾双方,是()

安全是一种心理判断。

安全是指在生产活动过程中,能将人或者物的损失,控制在可接受水平的一种状态。

衡量系统是否安全的标准在不同的年代和不同的生产领域,是不一样的。

事故的后果,可以是既没有人员伤亡,也没有财产受到损失。

事故可以预防,可以减少,但是事故很难被消灭。

事故的特征主要包括()

意外情况或特殊条件是事故发生的偶然性。

但是不安全因素是事故发生的必然性。

安全隐患包括()

危险是安全的对立面。

风险具有概率和后果的二重性。

产品的可靠性越高,产品可以无故障工作的时间就越长。

不属于安全问题的普遍性特征的是()

我国安全生产方针包括()

我国目前实行“企业负责、行业管理、监察、群众监督”的安全管理体制。

交通运输企业必须建立以安全生产责任制为核心的安全管理制度。

构成安全问题的矛盾双方是()

事故是()突然失去控制的外在表现

事故发生的必要条件是( )

在通常情况下,隐患只表现为一种( )

( )是描述系统危险程度的客观量

我国的安全生产基本方针中,“安全第一”是要明确()

我国的安全生产基本方针中,“预防为主”是要明确()

( )是增强交通运输企业职工安全素质的最佳途径。

事故的特征主要体现在()

隐患一般是指()

安全的普遍性主要体现在()

我国目前实行的安全管理体制的主要内容包括()

交通运输事故造成的后果可能包括()

绝对安全观是安全的一种极端理想的状态。

安全是对于某种过程状态的描述。

交通运输企业必须建立以安全生产责任制为核心的安全管理制度。

即使系统的所有元件均正常工作时,也可能伴有事故发生。

安全是法律赋予运输企业的义务和责任。

风险可以用()进行表示。

产品的()越高,产品可以无故障工作的时间就越长。

我国安全生产的基本方针是安全第一、()

( )用来表示产品或系统(设备)在规定条件下和规定时间内完成规定功能的能力。

安全的对立面是( )

行业安全管理包含着( )的职能。

( )制度规定企业的各级领导应对本单位安全生产负总的领导责任

影响交通运输系统安全的因素包括

人对于安全具有主导作用。

适度的压力或应力,在一定程度上反而有利于增强人的积极性。

根据对系统安全影响的规律,一般可以将运输系统人员分为

心理活动是人的大脑对客观现实的反映。

从心理现象的角度来看,运输安全心理保障的工作内容,就是要研究如何通过各种安全管理行为,影响人的心理活动,提高人的安全素质。

促使驾驶员产生不安全行为并造成交通事故的间接原因,一般包括()

在驾驶过程中,容易导致驾驶员产生疲劳的因素,主要包括()

疲劳不是一种病态,而是一种正常的生理现象。

驾驶员饮酒后,会导致思维能力、注意力下降、记忆力发生障碍和处理信息能力降低等负面情况。

影响运输安全的设备因素,主要包括()

车辆主动安全性是指车辆防止或难以发生事故的性能。

车辆发生事故时,()是造成人体伤害的主要原因。

影响运输安全的环境安全因素,可以分为()

有效、高效的运输安全管理,需要实现()的统一。

安全管理具有计划、组织、指挥、协调、控制的职能。

保障高速铁路安全运营的重要管理内容应该包括()

高速公路发生重、特大恶通事故的规律较大,所占比例高。

影响运输系统安全的最关键人员是()

不属于酒后驾驶人员的主要心理活动的是()

不属于车辆被动安全部件的是()

事故最直接的影响因素是()

人对运输安全的特殊作用主要表现在()

在人的心理活动中,与工作质量有关的包括()

影响运输安全的外部环境,主要包括

事故最直接的影响因素是管理。

在工作中,人受到的压力越小,人的工作效率就会越高。

驾驶员的不安全行为是导致了事故发生的直接原因。

凡是拥有驾照的司机都可以单独在高速上行车。

良好的健康状况和(),是安全行车的重要保证

影响运输安全的设备因素,主要包括设计安全性和()两方面的因素。

车辆防止或难以发生事故的性能被称为()。

事故频发倾向是指个别人容易发生事故的、稳定的、个人的内在倾向。

事故遭遇倾向是指某些人员在某些生产作业条件下容易发生事故的倾向。

海因里希的事故因果连锁过程,提出事故发生的原因包括()

博德事故因果连锁理论认为事故的根本原因是管理的缺陷。

北川彻三事故因果连锁理论,是将事故的基本原因概括为()

轨迹交叉论考虑的对象是人的因素的运动轨迹和物的因素的运动轨迹。

瑟利模型将事故的发生过程分为()阶段

事故预防的目标包括哪几个方面()

海因里希将造成人的不安全行为和物的不安全状态的主要原因归结为哪几个方面的问题()

设备的本质安全化方法,贯穿于设备的方案论证、设计、建设、运用以及科研、技术改造等一系列过程的诸多方面。

下面图形表示的是哪一种事故因果连锁()

预防事故应当采取的本质安全化方法,主要从()的方面考虑

海因里希的事故因果连锁过程认为事故发生的原因包括()

北川彻三事故因果连锁理论将事故的基本原因概括为()等方面。

瑟利模型将事故的发生过程分为哪两个阶段()

事故预防的目标包包括哪几个个方面()

事故遭遇倾向是指某些人员在某些生产作业条件下容易发生事故的倾向。

事故预防工作是一个不断循环进行、不断提高的过程。

人机环系统工程的最大特点,就是将人、机、环境看做是一个系统的三大要素,在深入研究三者各自性能的基础上,着重强调从全系统的总体性能出发,通过三者间的信息传递、加工和控制,形成一个相互关联的复杂系统,并运用系统工程方法,使系统具有“安全、高效、经济”等综合性能。

在人机环系统中,()是一种安全因素和防护对象

系统工程方法的特点可归纳为()

事故多发点对评价的时间段有要求。

作业条件危险性评价方法中考虑的主要因素包括()、暴露于这种危险环境的情况和事故一旦发生可能产生的后果。

现代运输安全管理理论与方法,主要是从()三个方面开展事故预防技术研究研究

早期的安全管理就是事故后管理。

运输安全总体管理的主要内容涉及()。

获取驾驶证的人员的年龄限制,最高是70周岁。

申领a1驾驶证的规定年龄为18到50岁。

一般要求驾驶人的两眼裸视力或者矫正视力达到对数视力表4.9以上。

公安机关交通管理部门对机动车驾驶人的道路交通安全违法行为,除给予经济处罚外,还实行违法行为累积记分制度,记分周期为12个月。

小型、微型非营运载客汽车在新购车的6年以内,每()年检验1次;超过6年的,每()年检验1次

一般情况下,习惯是要经过练习才能形成或建立。

交通事故的两面性可以归纳为()

特别重大交通事故由或者授权有关部门组织事故调查组进行调查。

安全教育实际上包括()

应急管理的“一案三制”是指突发事件的应急机制、体制和法制,以及()。

下面内容中,不属于现代安全管理所强调落实的安全生产“五要素”的是()。

现代运输安全管理理论与方法,主要是从()三个方面的事故预防技术开展研究。

运输安全总体管理的主要内容包括()

获取驾驶证的人员的年龄限制,最高是75周岁。

小型、微型非营运载客汽车在新购车的6年以内,每2年检验1次;超过6年的,每年检验1次。

申请小型汽车、小型自动挡汽车的c1和c2型驾驶证的人员,年龄应在()周岁以上。

一般情况下,交通事故调查组应当自事故发生之日起的()日内提交交通事故调查报告。

不属于北川彻三事故因果连锁理论中事故基本原因的是()

事故隐患可以简单概括为物的不安全状态和()

影响运输安全的外部环境包括自然环境和()。

按一定的时间间隔统计数据,利用曲线的连续变化来反映事物动态变化的图形是()

事故连锁中事件数越少,就说明系统()。

构成安全问题的矛盾双方,是()和()。

隐患的特性包括()

我国安全生产基本方针的内容包括()

现代运输安全管理理论与方法,主要是从开展()等方面的事故预防技术研究。 即、的事故预防技术研究、预防技术研究

安全的普遍性具体是指()。

作业条件危险性评价方法认为影响其危险性的主要因素包括()

绝对安全观是安全的一种极端理想的状态,在现实中是不可能实现的。

人的心理现象及其规律性,对交通运输安全的影响非常密切。

事故预防的目标包包括道德、法律和经济三个方面。

小型、微型非营运载客汽车必须每年检验1次。

车辆主动安全性是指车辆防止或难以发生事故的性能

高速公路发生重大、特大恶通事故的比例较高。

安全教育是事故预防与控制的重要手段之一。

为了提高工作的可靠性,职工受到的工作压力应越小越好。

事件树分析法是一种时序逻辑的事故分析方法。

which dynasty did the chinese knot originate from.

how many threads are braided with a decorative knot.

when did unesco list the great wall as a world cultural heritage.

which of the following is the first written account of chinese medicine practice.

what was confucius’ name?

the martial arts style features include training methods that imitate animals are based on chinese( )

chinese knots can be braided into various shapes. what are the most common patterns ?

the book compiled his sayings is analects.( )

confucius started the long-lived tradition of offering private education to the common people.( )

chinese martial arts, commonly known as "kung fu," are various martial arts styles that have been developed in china for thousands of years.( )

what is the key to creating sugar person?( )

what are the characteristics of the slab used to draw a sugar figurine?( )

which one of the following choices is true?( )

which of the following descriptions of soup buns is wrong?( )

when can tangyuan date back to?( )

the sugar figurine is made into several specific shapes, such as characters, animals, plants and so on, with the maltose.( )

most of sugar figurine in song dynasty were in the form of steric.( )

it is said that blowing the sugar figurines began at song dynasty.( )

sugar figurine is ided into two types: blowing sugar figurine and drawing sugar figurine by different manufacture process.( )

because of the same fillings and preparations, baozi is a type of steamed,filled bun or bread-like item in unique chinese cuisines.( )

( )characters were initially meant to be simple pictures used to help people remember things.

humans generated several kinds of hieroglyphical characters,such as the hieroglyphical characters in( )and indians’mayan characters,were lost later due to a host of reasons.

though there are numerous chinese characters, there are only several( )daily-used ones.

even though people all use the chinese language, they speak in different ways in different areas, which are called( )

when did beijing opera begin.( )

the five basic strokes of chinese characters are( )and “乙” (the turning stroke).

( )are also used by overseas chinese.

only indians’mayan characters have gone through several thousand years of evolution and remain until now.( )

which of the following artists is famous for bada shanren.( )

flower arrangement prevailed in the( )dynasty.

jiang taigong was the state adviser of which dynasty.( )

which of the following is the most abstract and outstanding artistic achievement in chinese culture?( )

bada's method of expression was based on his mastery of traditional chinese painting techniques. however, he did not follow tradition blindly;he tried new trails and sought new ways of expression.( )

1000 years ago, there were the primitive ideas and prototypes of flower arrangement in china.( )

jiang taigong is a popular name for jiang ziya, statean and strategist.()

one year has( )solar terms in accordance with the changes of nature, stipulating the proper time for planting and harvesting.

legend has it that long ago during the age of great floods,there was a vicious monster named( ), which means year.

juniors will greet seniors, wishing them health and longevity, while seniors will give juniors some gift( )as a wish for their safety in the coming year.

( ), also called the duanwu festival, is celebrated on the fifth day of the fifth month according to the chinese calendar.

which of the following are the customs of the dragon boat festival.( )

lantern festival's important activity is watching lanterns.( )

the dragon boat festival is a traditional holiday in china .( )

when did buddhi spread from india to china?

the buddhist pagoda is also called dagoba, where did it originate.

memorial archways can be ided into several categories in terms of their construction intentions.

when did the word "hutong" first appear?

the academy of classical learning was an independent educational organization in tang, song, ming and qing dynasties.

the buildings of the academies are mostly a group of serious and tidy ones.

from the day on when the academy of classical learning started it was closely related to the life to maintain their own integrity of the scholars.

there is no difference between buildings of classical learning academies and ordinary folk architecture.

the method of layout of temples built in the cities is similar to that of the complex of other large buildings.

what is the highest and largest palatial architectural complex in the world today.

where is the mountain resort in chengde located.

in which year did the construction of the summer resort begin.

where are the mogao grottoes located.

when was the first mogao grottoes carved.

the forbidden city is the largest and most complete imperial palace and ancient building complex in china.

city walls are 10 meters high,and a 52 meter-wide moat surrounds the forbidden city.

the building arrangement within the forbidden city is asymmetrical.

the temple of heaven is much bigger than the forbidden city.

who is the author of along the river during the qingming festival.

along the river during the qingming festival is known as "chinese version of mona lisa".

bianzhong is an ancient chinese musical instrument consisting of a set of bronze bells, played melodicall.

the jade burial suits of emperors used gold thread.

a jade burial suit was extremely expensive to create, and only wealth aristocrats could afford to be buried in them.

throughout much of chinese history, what is the basic adhesive to maintain society.( )

how old a birthday is considered a very important moment in life.( )

what food symbolizes longevity in china.( )

how many years a cycle of the chinese zodiac.( )

which of the following are zodiac animals.( )

what are the two important elements of asian culture, especially chinese culture.( )

what is the biggest difference between chinese and western diets.( )

chinese culture has many rules and customs that have nothing to do with diet.( )

in a chinese meal, an even number of dishes should be ordered.( )

colorful lantern originated from( )

what is the legendary earliest kite made from.( )

when did the kite be used to measure and send information.( )

where is the international kite federation headquarters.( )

which of the following options belongs to the four famous embroidery in china.( )

the lantern is an excellent cultural heritage of the chinese nation.( )

kite flying is not a popular entertainment activity in china.( )

the paper cutting is for celebrations, festivals and home decoration, often with red color, which is the lucky color in china.( )

as an ancient cultural city, guilin is a holy place for human wisdom with a history of___years.

guilin has inimitable___landform.

mount huangshan is a mountain range in southern___ .

there are____peaks on the mountain, of which mount everest is 1,864 meters above sea level, together with guangming ding and tiandu peak and becoming the main peak.

zhangjiajie national forest park is the first national forest park in china.( )

zhangjiajie national forest park is called "nature museum and natural botanical gard.( )

who is the author of compendium of materia medica?( )

when did confucius live?( )

how many disciples he had taught?( )

which nation chose cheongsam as their ancient costume.( )

cha was created by( )in the 8th century during the tang dynasty.

the tea as a beverage had become rather popular in areas along the yangtze river and its tributaries during the( )at the latest.

who is the author of border town.( )

who is the author of fortress besieged.( )

which of the following is the correct interpretation of "lord ye's love of dragons".( )

when will palace buildings enter the heyday?( )

why the size and orientation of the building area of the courtyard house are different?( )

the province and city where the longmen grottoes are located.( )

when was the longmen grottoes listed as a state key cultural relic protection site.( )

when was pingyao the economic center of china?( )

in what year did the first emperor qin shihuang cemetery thorough archeological investigation begins.( )

in which year the emperor qinshihuang and terra cotta warriors pit "by unesco world heritage list approved listed in the".( )

which year was the shaolin temple built.(b)

where is the temple of heaven located in china.( )

when was the temple of heaven built?( )

in what year was the forbidden city included in the "world cultural heritage list".( )

in the natal year, people usually wear something of color to avoid bad luck.( )

which of the following is china's first monograph on education.( )

which of the following monographs puts forward the idea of "teaching first" and believes that the country's primary task is education.( )

when is the teacher's day in china every year?( )

in ancient times, cheongsam generally referred to long gowns worn by the people of manchuria, mongolia and the eight-banner.( )

cheongsam features strong national flavor and embodies beauty of chinese traditional costume.( )

cheongsam is usually made of excellent materials.( )

cheongsam enormous variation is also embodied in its embroidery, materials and different length and styles.( )

after braiding, the front and back sides of the chinese knot are different.( )

the great wall of china is a series of fortifications made of stone, brick, tamped earth, wood, and other materials generally.( )

people from northern china and southern china have the same taste requirements for tangyuan.( )

people in the north prefer sweet dumplings.( )

people usually think that the chinese were thought to be the first discoverers of tea.( )

at the traditional chinese marriage ceremony, both the bride and groom do not need to serve their parents tea.( )

china has a vast territory and a large population.( )

dialects are branches of the chinese language in different regions, and are only used in certain areas.( )

among them, south dialect is one used most widely.( )

beijing opera isn't the best-known chinese opera style.( )

猜你喜欢:

    网站地图