题目内容 (请给出正确答案)
[主观题]

Zhao, Qian, Sun and Lee were four shareholders of a limited liability company specialising

in bio-technology, each holding 25% of the shares of the company.

Several months later Qian intended to transfer his shares to a listed company for profit and sent notices to the other three shareholders asking for their consent. Zhao agreed and also expressed his willingness to buy Qian’s shares if the price was reasonable. Sun disagreed and claimed his right of priority to buy Qian’s shares. However, Zhao and Sun could not reach an agreement as to the proportion of shares to buy. Lee kept silent upon receipt of the notice.

Since Sun offered a price lower than that of the listed company, Qian entered into a contract to sell his shares to the listed company, which caused a dispute among the four shareholders. Under such circumstances, Lee decided to leave the company and requested the company to purchase his shares.

Required:

In accordance with the relevant provisions of the Company Law:

(a) State how Zhao and Sun’s failure to reach an agreement on the proportion of shares to purchase should be dealt with. (2 marks)

(b) State whether Lee’s request for the company to purchase his shares should be upheld if the dispute was brought to court. (2 marks)

(c) State whether Qian was entitled to transfer his shares to the listed company. (2 marks)

提问人:网友aqjazz 发布时间:2022-01-07
参考答案
查看官方参考答案
如搜索结果不匹配,请 联系老师 获取答案
更多“Zhao, Qian, Sun and Lee were f…”相关的问题
第1题
某单位派遣出国人员,有赵、钱、孙三位候选人,三人中至少派遣一人。设用P(x)表示派x出国,zhao、qian、sun分别表示三人,将该条件用谓词公式表示出来()。
某单位派遣出国人员,有赵、钱、孙三位候选人,三人中至少派遣一人。设用P(x)表示派x出国,zhao、qian、sun分别表示三人,将该条件用谓词公式表示出来()。

A、P(zhao)∨P(qian)∨P(sun)

B、P(zhao)∧P(qian)∨P(sun)

C、P(zhao)∨P(qian)∧P(sun)

D、其他选项都不对

点击查看答案
第2题
以下程序的运行结果是 typedef struct { char name[9]; float score; }STU; STU fun(); }

A.Zhao,60,Li,50

B.Sun,70,Li,50

C.Zhao,60,Qian,40

D.Sun,70,Qian,40

点击查看答案
第3题
某单位派遣出国人员,有赵、钱、孙三位候选人,如果钱去,则一定派孙去。设用P(x)表示派x出国,zhao、qian、sun分别表示三人,将该条件用谓词公式表示出来()。

A.P(qian)->P(sun)

B.P(sun)->P(qian)

C.P(zhao)->P(sun)

D.P(qian)->P(zhao)

点击查看答案
第4题
若定义tupa="zhao","sun","wang",则以下哪一项操作系统会报错__()

A.tupa.append("qian")

B."zhao"intupa

C.max(tupa)

D.tupe[::-1]

点击查看答案
第5题
有以下程序 #include <stdio.h> struct STU { char name[9]; char sex; int score[2]; }; void f(struct STU a [ ]); void f(struct STU a[ ]) { struct STU b=("Zhao",’m’, 85,90); a[1]=b; } void main() { struct STU c[2]={{"Qian",’f’, 95, 92},{"Sun",’m’,98, 99}}; f(c); printf("%s,%c,%d,%d,",c[0].name, c[0].sex, c[0].score[0], c[0].score[1]); printf("%s,%c,%d,%d\n", c[1].name, c[1]sex, c[1].score[0], c[1].score[1]); } 程序运行后的输出结果是()。

A.Zhao, m, 85, 90, Sun, m, 98, 99

B.Zhao, m, 85, 90, Qian, f, 95, 92

C.Qian, f, 95, 92, Sun, m, 98, 99

D.Qian, f, 95,92, Zhao, m, 85, 90

点击查看答案
第6题
有以下程序 #include <stdio.h> struct STU { char name[9]; char sex; int score[2]; }; void f(struct STU a [ ]); void f(struct STU a[ ]) { struct STU b=("Zhao",'m', 85,90); a[0]=b; } void main() { struct STU c[2]={{"Qian",'f', 95, 92},{"Sun",'m',98, 99}}; f(c); printf("%s,%c,%d,%d,",c[0].name, c[0].sex, c[0].score[0], c[0].score[1]); printf("%s,%c,%d,%d\n", c[1].name, c[1]sex, c[1].score[0], c[1].score[1]); } 程序运行后的输出结果是()。

A.Zhao, m, 85, 90, Sun, m, 98, 99

B.Zhao, m, 85, 90, Qian, f, 95, 92

C.Qian, f, 95, 92, Sun, m, 98, 99

D.Qian, f, 95,92, Zhao, m, 85, 90

点击查看答案
第7题
定义结构体数组struct stu{ int num;char name[20];}x[5]={1,"ZHAO",2,"QIAN",3,"SUN",4,"LEE",5

定义结构体数组 struct stu { int num; char name[20]; }x[5]={1,"ZHAO",2,"QIAN",3,"SUN",4,"LEE",5,"ZHOU"}; for(i=1;i<5;i++) printf("%d%c",x[i].num,x[i].name[2]); 程序执行后的输出结果是()。

A.2A3N4E5O

B.1H2I3U4E

C.1A2N3E4O

D.1A2N3E4O

点击查看答案
第8题
设有关系R,如下表所示。 职工号 职工名 年龄 性别 单位号 单位名 E1 ZHAO 20 F D3 CCC E2 QIAN 25 M D1 AAA E3 SUN 38 M D3 CCC E4 LI 25 F D3 CCC 问:(1)R属于3NF?为什么?(2)若不是,它属于第几范式?为什么?(3)如何规范化为3NF?
点击查看答案
第9题
有以下程序: #include struct STU{char name[9];char sex;int score[2];}; void f(struct STU a[

有以下程序: #include struct STU{char name[9];char sex;int score[2];}; void f(struct STU a[]) { struct STU b={"Zhao",m,85,90); a[1]=b; } main() { struct STU c[2]={{"Qian",f,95,92},{"Sun",m 98,99}}; f(c); printf(”%s,%c,%d,%d,¨,c[o].name,c[o].sex,c[o].score[o],c[o].score[1]); printf("%s,%c,%d,%d\n",c[1].name,c[1].sex,c[1].score[o],c[1].score [1]); } 程序运行后的输出结果是()。

A.Zhao,m,85,90,Sun,m,98,99

B.Zhao,m,85,90,Qian,f,95,92

C.Qian,f,95,92,Sun,m,98,99

D.Qian,f,95,92,Zhao,m,85,90

点击查看答案
第10题
有以下程序 include<stdio.h> structSTU{charname[9];charsex;intscore[2];}; voidf(structST

有以下程序 include<stdio.h> structSTU{charname[9];charsex;intscore[2];}; voidf(structSTUa[]) {structSTUb={zhao,m,85,90); a[1]=b; } main() {structSTUc[2]={{tQian,f,95,92),{.Sun”,m,98,99}}; f(c); printf(%s,%c,%d,%d,,c[0].name,c[01.sex,c[0].score[0],c[0].score[1]); printf(%s,%c,%d,%d\n,,c[1].name,c[1].sex,c[1].score[0],c[1].score[1]); } 程序运行后输出结果是

A.Qian,f,95,92,Sun,m,98,99

B.Zhao,m,85,90,Sun,m,98,99

C.Qian,f,95,92,Zhao,m,85,90

D.Zhao,m,85,90,Qian,f,95,92

点击查看答案
账号:
你好,尊敬的用户
复制账号
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“简答题”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
简答题
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反简答题购买须知被冻结。您可在“简答题”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
简答题
点击打开微信