题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-05-27 02:37:09

[简答题]Thapelo and Mmusi form a company, TM Developments, for the purpose of developing a residential complex in Gaborone. Thapelo contributes half of the capital but plays no further active role in the business. Thapelo and Mmusi are both directors of the company. Each one of them nominates another director bringing the number of directors on the board to four. Although the constitution of the company provides that the directors may appoint one of their number as managing director, the four directors of TM Developments do not appoint a managing director. Instead, the directors leave the day-to-day management of the company to Mmusi. Mmusi engaged Horizon Architects to prepare plans for the residential development. Once the plans were completed, Horizon Architects demanded payment from TM Developments. TM Developments declined to pay Horizon Architects claiming that Mmusi had no authority to engage Horizon Architects. Horizon Architects approaches you for advice on TM Developments’ possibl

更多"Thapelo and Mmusi form a company, T"的相关试题:

[名词解释]Tm
[简答题]Tm
[填空题] Booking Form
Booking reference (8)
Name Steve Mason
Company Tabco Ltd.
Flight to Cairo
Departure At (5) , 29 October
Class of ticket (6)
Cost (return flight) Total amount (7) .
[简答题]resistance form
[多项选择]Company
[单项选择]

设工程中有2个窗体:Form1、Form2,Form1为启动窗体。Form2中有菜单,其结构如表。要求在程序运行时,在Form1的文本框Text1中输入口令并按回车键(回车键的ASCII码为13)后,隐藏Form1,显示 Form2。若口令为"Teacher",所有菜单项都可见;否则看不到"成绩录入"菜单项。为此,某人在Form1窗体文件中编写如下程序:
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii=13 Then
If Text1.Text="Teacher"Then
Form2.input.Visible=True
Else
Form2.input.Visible=False
End If
End If
Form1.Hide
Form2.Show
End Sub

菜单结构


A. 把Form1中Text1文本框及相关程序放到Form2窗体中
B. 把Form1.Hide、Form2.Show两行移到2个End If之间
C. 把If KeyAscii=13 Then改为If KeyAscii="Teacher"Then
D. 把2个Form2.input.Visible中的"Form2."删去
[单项选择]

设工程中有2个窗体: Form1、Form2,Form1为启动窗体。Form2中有菜单。其结构如表。要求在程序运行时,在Form1的文本框Text1中输入口令并按回车键(回车键的ASCII码为13)后,隐藏Form1,显示Form2。若口令为“Teacher”,所有菜单项都可见;否则看不到“成绩录入”菜单项。为此,某人在Form1窗体文件中编写如下程序:
  Private Sub Text1_KeyPress(KeyAscii As Integer)
  If KeyAscii=13 Then
  If Text1.Text="Teacher" Then
  Form2.input.visible=True
  Else
  Form2.input.visible=False
  End If
  End If
  Form1.Hide
  Form2.Show
  End Sub
  程序运行时发现刚输入口令时就隐藏了Form1,显示了Form2,程序需要修改。下面修改方案中正确的是()


A. 把Form1中Text1文本框及相关程序放到Form2窗体中
B. 把Form1.Hide、Form2.Show两行移到2个End If之间
C. 把If KeyAscii=13 Then改为 If KeyAscii="Teaeher" Then
D. 把2个Form2.input.Visible中的“Form2”删去
[名词解释]B-form DNA;Z-form DNA
[单项选择]要运行表单文件form1,下列命令正确的是
A) DO form1.scx
B) DO FORM form1
C) RUN form1.scx
D) RUN FORM form1

[单项选择]设一个工程由两个窗体组成,其名称分别为Form1和Form2,在Form1上有一个名称为Command1的命令按钮。窗体Form1的程序代码如下:
Private Sub Command1_Click( )
 Dim a As Integer
  a=10
Call g(Form2,a)
End Sub
Private Sub g(f As Form,x As Integer)
 y=IIf(x>10,100,-100)
  f.Show
 f.Caption=y
End Sub
运行以上的程序,正确的结果是( )。
A. Form1的Caption属性值为100
B. Form2的Caption属性值为-100
C. Form1的Caption属性值为-100
D. Form2的Caption属性值为100

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
  • 支付完成
  • 取消支付
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码
标题 名称