|
Home > Archive > microsoft.public.cert.exam.mcsd > October 2002 > 100-175 BrainDumps which I cant figure out the key point
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
100-175 BrainDumps which I cant figure out the key point
|
|
|
| Hi there...
I am right now preparing for my distributet exam. On some braindump
pages I found following question which I do not know WHY the answer is
right. Could give me some infos about "why the right answer is right".
It is possible that the answer is incorrect from the braindump pages.
Thanks
Michi 
148. An active X component is creating a problem when used under
certain conditions. You want to inform developers on your
team about the conditions. Choose the best answer
a. You should create an annotation in the Microsoft repository
b. You should write a notepad doc. and write about the problem the use
the Microsoft repository
c. Use Visual Source Safe choose the file menu and drag the
description using Windows Explorer
d. Use Visual Source Safe and add an annotation to the component
e. Add a description under the component in Visual Source Safe.
Answer A
Is the Repository the same as the VisualComponentManager?
Why not answer E?
149. You want to debug a class module. You want execution to stop when
the a method in the class is executed. You should:
a. Set a breakpoint in the class code
b. Use the Locals window and type class.method
c. Add a Standard exe project to your group set it as the starting
project, add your component to the group and set a breakpoint
d. Add a standard exe project to your group set it as the starting
project add a breakpoint to your component and execute
Answer c
Is there a difference between c d
153. You want to process all items returned from an ADO cursor. What
cursor should you use?
a. Forward-Only
b. Dynamic with adLockBatchOptimistic
c. Dynamic with AdUseServer
d. Static
Answer: c
If I use a all items, isnt it better to have a clientCursor Static
Recordset beause all data is anyway transfered to the client side.
160. We obtained many DLL functions from different vendors. Two
functions happen to have the same name but different purposes. What
can we do?
a. Using an alias
b. Declaring each Private in separate modules
c. Registering one with another name
d. Modifying the DLL function
Answer: A,B
163. You drag Label1 on Form1 and drop it on some control on Form1.
What line of code will change the background color of Label1 to red?
a. Label1.backcolor = vbred
b. Label1.color = vbRed
c. Source.Backcolor = vbRed
Answer: C
My answer: a
this is realy weired!!
168. Which line of code will create a new instance of an object new
Form1 in Project1.
a. Dim Frmx as Form1
b. Dim Frmx as New Form1
c. Set Frmx = Form1
d. Set Frmx = GetObject("Project1.Form1")
Answer : b
My answer: nothing...not evern answer b. because answer b's object
is "created" when the first property/method is called.
| |
|
| You 'get' what you pay for...
Try LEARNING the material. There is an old saying about "multiple choice exams" that basically
states: "generally speaking, you can always eliminate 2 of the answers. From there, determine
WHICH answer MOST CORRECTLY fits the required solution."
IF you are unsure of the material, then it would serve you well to return to the books, as you
WILL be faced with one (or all) of these situations FOR REAL at some point in your career.
Would you rather KNOW what to do and look intelligent or be competely unsure and give those
around you the idea that you're an idiot?
Me personally, I would rather spend the extra time to LEARN the material, so as to KNOW what I'm
doing.
--
P M
*****PLEASE REPLY TO NEWSGROUP ***********
"michi" <wwwmike@gmx.ch> wrote in message news:ec0e7914.0210202358.6a3bfcb@posting.google.com...
> Hi there...
>
> I am right now preparing for my distributet exam. On some braindump
> pages I found following question which I do not know WHY the answer is
> right. Could give me some infos about "why the right answer is right".
> It is possible that the answer is incorrect from the braindump pages.
>
> Thanks
>
> Michi 
>
>
>
> 148. An active X component is creating a problem when used under
> certain conditions. You want to inform developers on your
>
> team about the conditions. Choose the best answer
> a. You should create an annotation in the Microsoft repository
> b. You should write a notepad doc. and write about the problem the use
> the Microsoft repository
> c. Use Visual Source Safe choose the file menu and drag the
> description using Windows Explorer
> d. Use Visual Source Safe and add an annotation to the component
> e. Add a description under the component in Visual Source Safe.
>
> Answer A
>
> Is the Repository the same as the VisualComponentManager?
> Why not answer E?
>
>
>
>
> 149. You want to debug a class module. You want execution to stop when
> the a method in the class is executed. You should:
> a. Set a breakpoint in the class code
> b. Use the Locals window and type class.method
> c. Add a Standard exe project to your group set it as the starting
> project, add your component to the group and set a breakpoint
> d. Add a standard exe project to your group set it as the starting
> project add a breakpoint to your component and execute
>
> Answer c
> Is there a difference between c d
>
>
>
>
> 153. You want to process all items returned from an ADO cursor. What
> cursor should you use?
> a. Forward-Only
> b. Dynamic with adLockBatchOptimistic
> c. Dynamic with AdUseServer
> d. Static
>
> Answer: c
>
> If I use a all items, isnt it better to have a clientCursor Static
> Recordset beause all data is anyway transfered to the client side.
>
>
>
>
>
>
>
> 160. We obtained many DLL functions from different vendors. Two
> functions happen to have the same name but different purposes. What
> can we do?
> a. Using an alias
> b. Declaring each Private in separate modules
> c. Registering one with another name
> d. Modifying the DLL function
>
> Answer: A,B
>
>
>
>
> 163. You drag Label1 on Form1 and drop it on some control on Form1.
> What line of code will change the background color of Label1 to red?
> a. Label1.backcolor = vbred
> b. Label1.color = vbRed
> c. Source.Backcolor = vbRed
>
> Answer: C
> My answer: a
> this is realy weired!!
>
>
>
>
>
> 168. Which line of code will create a new instance of an object new
> Form1 in Project1.
> a. Dim Frmx as Form1
> b. Dim Frmx as New Form1
> c. Set Frmx = Form1
> d. Set Frmx = GetObject("Project1.Form1")
>
>
> Answer : b
> My answer: nothing...not evern answer b. because answer b's object
> is "created" when the first property/method is called.
| |
|
| You sir, are an idiot
"michi" <wwwmike@gmx.ch> wrote in message
news:ec0e7914.0210202358.6a3bfcb@posting.google.com...
> Hi there...
>
> I am right now preparing for my distributet exam. On some braindump
> pages I found following question which I do not know WHY the answer is
> right. Could give me some infos about "why the right answer is right".
> It is possible that the answer is incorrect from the braindump pages.
>
> Thanks
>
> Michi 
>
>
>
> 148. An active X component is creating a problem when used under
> certain conditions. You want to inform developers on your
>
> team about the conditions. Choose the best answer
> a. You should create an annotation in the Microsoft repository
> b. You should write a notepad doc. and write about the problem the use
> the Microsoft repository
> c. Use Visual Source Safe choose the file menu and drag the
> description using Windows Explorer
> d. Use Visual Source Safe and add an annotation to the component
> e. Add a description under the component in Visual Source Safe.
>
> Answer A
>
> Is the Repository the same as the VisualComponentManager?
> Why not answer E?
>
>
>
>
> 149. You want to debug a class module. You want execution to stop when
> the a method in the class is executed. You should:
> a. Set a breakpoint in the class code
> b. Use the Locals window and type class.method
> c. Add a Standard exe project to your group set it as the starting
> project, add your component to the group and set a breakpoint
> d. Add a standard exe project to your group set it as the starting
> project add a breakpoint to your component and execute
>
> Answer c
> Is there a difference between c d
>
>
>
>
> 153. You want to process all items returned from an ADO cursor. What
> cursor should you use?
> a. Forward-Only
> b. Dynamic with adLockBatchOptimistic
> c. Dynamic with AdUseServer
> d. Static
>
> Answer: c
>
> If I use a all items, isnt it better to have a clientCursor Static
> Recordset beause all data is anyway transfered to the client side.
>
>
>
>
>
>
>
> 160. We obtained many DLL functions from different vendors. Two
> functions happen to have the same name but different purposes. What
> can we do?
> a. Using an alias
> b. Declaring each Private in separate modules
> c. Registering one with another name
> d. Modifying the DLL function
>
> Answer: A,B
>
>
>
>
> 163. You drag Label1 on Form1 and drop it on some control on Form1.
> What line of code will change the background color of Label1 to red?
> a. Label1.backcolor = vbred
> b. Label1.color = vbRed
> c. Source.Backcolor = vbRed
>
> Answer: C
> My answer: a
> this is realy weired!!
>
>
>
>
>
> 168. Which line of code will create a new instance of an object new
> Form1 in Project1.
> a. Dim Frmx as Form1
> b. Dim Frmx as New Form1
> c. Set Frmx = Form1
> d. Set Frmx = GetObject("Project1.Form1")
>
>
> Answer : b
> My answer: nothing...not evern answer b. because answer b's object
> is "created" when the first property/method is called.
|
|
|
|
|