题目内容

A. WHAT IS IMPORTANT WHEN...MANAGING PERSONNEL·OFFERING INCENTIVES·ENHANCING THE MORALEB. WHAT IS IMPORTANT WHEN...ENCOURAGING TEAMWORK IN A COMPANY·IDENTFYING GOALS·LEARING FROM EACH OTHERC. WHAT IS IMPORTANT WHEN...PLANNING MARKET RESEARCH·TYPES OF QUESTIONS·TYPE OF PEOPLE

查看答案
更多问题

阅读以下函数说明和C语言函数,将应填入 (n) 处的字句写在对应栏内。 [说明] 这是一个模拟渡口管理的算法。某汽车轮渡口,过江渡船每次能载10辆车过江。过江车辆分为客车类和火车类,上船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车;若等待客车不足4辆,则以货车代替,若无货车等待则允许客车都上船。 程序中用到的函数有enqueue(queue*sq,elemtype*x)在队列sq中入队一个元素x;outqueue(queue*sq,elemtype*x)在队列sq中出队一个元素,并将其值赋给x;empty(queue*sq)判断队列sq是否为空队,若为空,返回1;否则返回0。 [C程序] #include<stdio.h> void pass() queue bus,truct; /*bus表示客车队列,truck表示货车队列*/ char ch; int n,tag; /* ]n为车号,tag为标志,tag=0表示客车,tag=1表示货车*/ intcount=0,countbus=0,counttruck=0; /*分别表示上渡船汽车数、客车数、货车数*/ while(1) printf("输入命令: \n"); Scanf("%c",&ch); switch(ch) case’e’: case’E’: printf("车号: \n"); Scanf("%d",&n); printf("客车\货车(0\1): \n"); scanf("%d",&tag); if( (1) ) enqueue(&bus,n); else enqueue(&truck,n); break; case’i’: case’I’: while(count<10) if( (2) && empty(&bus)==0) /*客车出队*/ outqueue(&bus,&n); printf("上船的车号为: \n"); count++; (3) ; eise if( (4) ) /*货车出队*/ countbus=0; outqueue(&truck,&n); printf("上船的车号为: \n"); count++; counttruck++; else if(empty(&bus)==0) (5) ; outqueue(&truck,&n); printf("没有10辆车排队轮渡\n"); count++; countbus++; else printf("没有10辆车排队轮渡\n"); retUrn; break; case’q’: case’Q’:break; if(ch==’q’ || ch==’Q’) break;

Under the cash basis of accounting, a firm recognizes revenues from selling goods and providing Services in the period when it receives cash from customers. It reports (19) in the period when it makes cash expenditures for merchandise, salaries, insurance, taxes, and (20) items. To illustrate the measurement of performance under the cash basis of accounting, consider the following example.Donald and Joanne Allens open a hardware store on January 1, Year 1. The firm receives $20,000 (21) cash from the Aliens and borrows $12,000 from a local bank. It must repay the loan on June 30, Year 1, with interest charged (22) the rate of 12 percent per year. The firm rents a store building on January 1, and pays 2 months’ rent of $4,000 (23) . On January 1, it also pays the premium of $ 2,400 for property and liability insurance coverage for the year (24) December 31, Year 1. During January it acquires merchandise costing $40,000, (25) it purchases $26,000 for cash and $ 14,000 on account. Sales to customers during January total $50,000, of which $34,000 is for (26) and $16,000 is on account. The acquisition cost of the merchandise (27) during January is $32,000,and various employees receive $5,000 in salaries.Lawyers, accountants, and (28) professionals are the principal entities that use the cash basis of ac counting. These professionals have (29) small investments in multiperiod assets, (30) buildings and equipment, and usually collect cash from clients soon after they (31) services. Most of these firms actually use a modified cash basis of accounting, under which they (32) the costs of buildings, equipment, and similar items as assets (33) .Most individuals use the cash basis of accounting for the purpose of computing personal income and person al income taxes. 31()

A. render
B. pay for
C. put into
D. bring

Under the cash basis of accounting, a firm recognizes revenues from selling goods and providing Services in the period when it receives cash from customers. It reports (19) in the period when it makes cash expenditures for merchandise, salaries, insurance, taxes, and (20) items. To illustrate the measurement of performance under the cash basis of accounting, consider the following example.Donald and Joanne Allens open a hardware store on January 1, Year 1. The firm receives $20,000 (21) cash from the Aliens and borrows $12,000 from a local bank. It must repay the loan on June 30, Year 1, with interest charged (22) the rate of 12 percent per year. The firm rents a store building on January 1, and pays 2 months’ rent of $4,000 (23) . On January 1, it also pays the premium of $ 2,400 for property and liability insurance coverage for the year (24) December 31, Year 1. During January it acquires merchandise costing $40,000, (25) it purchases $26,000 for cash and $ 14,000 on account. Sales to customers during January total $50,000, of which $34,000 is for (26) and $16,000 is on account. The acquisition cost of the merchandise (27) during January is $32,000,and various employees receive $5,000 in salaries.Lawyers, accountants, and (28) professionals are the principal entities that use the cash basis of ac counting. These professionals have (29) small investments in multiperiod assets, (30) buildings and equipment, and usually collect cash from clients soon after they (31) services. Most of these firms actually use a modified cash basis of accounting, under which they (32) the costs of buildings, equipment, and similar items as assets (33) .Most individuals use the cash basis of accounting for the purpose of computing personal income and person al income taxes. 22()

A. with
B. by
C. at
D. in

案例:某公路工程施工项目由某路桥工程公司进行施工,该施工单位根据施工组织设计的要求,路基工程施工工期为10个月,在施工中发现了湿陷性黄土,施工单位遂对其进行了处理。在路基石方的施工中采用了洞室施工方法。按照施工程序和施工要领对纵坡为14%的路堤进行填土。 湿陷性黄土地基的处理方法有哪些

答案查题题库