来自测试的问题 [英] Question from a test

查看:85
本文介绍了来自测试的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我接受了测试,其中一些问题是:


一个文件集合,这是基本单位.NET编程,是

调用:

1.包

2.汇编

3.库

4.字帖


我选择了3.


每个属性必须至少具有以下一项:

1.评论

2.构造函数

3.虚拟机

4.数据库


我把手指放在3上,因为我不知道还有什么可供选择。


我不知道他们究竟是如何帮助程序员的但是它很好知道

正确答案。请问有人提示吗?

谢谢!

Hello,

I got a test and some of the questions were:

A collection a files, which is the basic unit of .NET programming, is
called:
1. package
2. assembly
3. library
4. copybook

I chose 3.

Every attribute must have at least one of the following:
1. comment
2. constructor
3. virtual machine
4. database

I put the finger on 3, as I had no idea what else to choose.

I do not know exactly how they help a programmer but it is good to know the
right answer. Can anybody give a hint please?
Thank you!

推荐答案

http://msdn.microsoft.com/library/ de ... k_netstart.asp

http://msdn.microsoft.com/library/de...k_netstart.asp




" Doru Roman" <做******* @ rogers.com>在消息中写道

新闻:%2 **************** @ TK2MSFTNGP03.phx.gbl ...

"Doru Roman" <do*******@rogers.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
您好,

我得到了一个测试,其中一些问题是:

一个文件集合,这是.NET编程的基本单元,被称为:< 1.包装
2.装配
3.库
4.字帖

我选择了3.


我必须在这里回答任何一个问题。如果有人回答了#2,那么我将不得不说他们是正确的以及#3。程序集是一个文件,

包含代码文件集合的编译版本,而库

可以是相同的东西(DLL =动态链接库),或者一个

集合的集合(DLL的库)...但我想它取决于测试是什么

for ....现在,对于.Net编程的基本单元,一个程序集将是我对测试人员正在寻找的内容的猜测。

每个属性必须至少具有下列之一:
1.评论
2.构造函数
3.虚拟机
4.数据库

属性*必须*有一个构造函数。如果没有,则无法创建,

因此你不能将属性放在任何代码类型上。

我把手指放在3上,因为我不知道还有什么可供选择。

我不确切知道他们如何帮助程序员,但很高兴知道
正确答案。请问有人提示吗?
谢谢!
Hello,

I got a test and some of the questions were:

A collection a files, which is the basic unit of .NET programming, is
called:
1. package
2. assembly
3. library
4. copybook

I chose 3.

I would have to fight on either answer here. If someone answered #2, I
would have to say they are right as well as #3. An assembly is a file that
contains a compiled version of a collection of code files while a library
can be the same thing (DLL = Dynamic-Linked Library), or a collection of
assemblies (library of DLL''s)...but i guess it depends on what the test is
for....Now, for the basic unit of .Net programming, an assembly would be my
guess of what the testers are looking for.
Every attribute must have at least one of the following:
1. comment
2. constructor
3. virtual machine
4. database
Attributes *must* have a constructor. If it does not, it can''t be created,
therefore you can''t place the attribute on any code type.
I put the finger on 3, as I had no idea what else to choose.

I do not know exactly how they help a programmer but it is good to know
the
right answer. Can anybody give a hint please?
Thank you!




想知道这是否适合工作岗位而我只是给了你答案

:P


HTH,

Mythran



Wonders if this is for a job position and I just gave you the answers to it
:P

HTH,
Mythran


现在我理解属性意味着什么。如果我在测试时知道我也会选择

正确答案。

如果在C ++中他们是字段,现在在C#是属性。

" Mythran" <き******** @ hotmail.comREMOVETRAIL>在消息中写道

新闻:OJ ************** @ TK2MSFTNGP02.phx.gbl ...
Now I understand what an attribute means. If I had known at the test time I
would have chosen
the right answer too.
If in C++ they were fields, now in C# they are attributes.
"Mythran" <ki********@hotmail.comREMOVETRAIL> wrote in message
news:OJ**************@TK2MSFTNGP02.phx.gbl...

" ; Doru Roman <做******* @ rogers.com>在消息中写道
新闻:%2 **************** @ TK2MSFTNGP03.phx.gbl ...

"Doru Roman" <do*******@rogers.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
你好,

我得到了一个测试,其中一些问题是:

一个文件集合,这是.NET编程的基本单元,被称为:
1包装
2.装配
3.图书馆
4.字帖

我选择了3。
Hello,

I got a test and some of the questions were:

A collection a files, which is the basic unit of .NET programming, is
called:
1. package
2. assembly
3. library
4. copybook

I chose 3.



我会有在这里回答任何一个问题。如果有人回答#2,我将不得不说他们是正确的以及#3。程序集是一个文件
包含代码文件集合的编译版本,而
库可以是相同的东西(DLL =动态链接库),或者是程序集的集合(DLL的库)...但我想它取决于测试的内容......现在,对于.Net编程的基本单元,
汇编将是我的猜测测试人员正在寻找什么。



I would have to fight on either answer here. If someone answered #2, I
would have to say they are right as well as #3. An assembly is a file
that contains a compiled version of a collection of code files while a
library can be the same thing (DLL = Dynamic-Linked Library), or a
collection of assemblies (library of DLL''s)...but i guess it depends on
what the test is for....Now, for the basic unit of .Net programming, an
assembly would be my guess of what the testers are looking for.

每个属性必须至少具有下列之一:
1.评论
2.构造函数
3.虚拟机
4.数据库
Every attribute must have at least one of the following:
1. comment
2. constructor
3. virtual machine
4. database


属性*必须*有一个构造函数。如果没有,则无法创建,因此您不能将该属性放在任何代码类型上。


Attributes *must* have a constructor. If it does not, it can''t be
created, therefore you can''t place the attribute on any code type.

我把手指放在3上,因为我不知道还有什么可供选择。

我不确切知道他们如何帮助程序员,但很高兴知道
正确答案。请问有人提示吗?
谢谢!
I put the finger on 3, as I had no idea what else to choose.

I do not know exactly how they help a programmer but it is good to know
the
right answer. Can anybody give a hint please?
Thank you!



奇怪,如果这是一个工作岗位,我只是给你答案
它:P

HTH,
Mythran



Wonders if this is for a job position and I just gave you the answers to
it :P

HTH,
Mythran



这篇关于来自测试的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆