Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: andyhaus1057

Search: Search took 0.00 seconds.

  1. Question: Mmc

    by andyhaus1057
    Answers
    2
    Views
    1,934

    Mmc

    a) What is the default mode when you create a new MMC console?

    b) Are all of the functions in a snap-in always available for use when you are connected to a remote computer?

    c) Can an existing...
  2. Question: Dns and Ftp

    by andyhaus1057
    Answers
    1
    Views
    652

    Dns and Ftp

    Hello,

    I am doing a report on DNS and FTP... My report needs to be based on how it is used, how it interacts with TCP/IP, describe the most common client applications used with it, and where it...
  3. Answers
    1
    Views
    432

    Linux shell command

    What is the shell command to start the GUI printer configurator?
  4. Answers
    2
    Views
    964

    Octal access codes

    a) How do octal access control codes work?


    b) How do you set access controls with command line options instead of octal codes?
  5. Answers
    1
    Views
    621

    UNIX controls

    What are the roles of owner, group, and world in UNIX access controls?
  6. Answers
    2
    Views
    844

    Commands in directories

    Hi,

    I have a couple of questions...


    1) How would I write the command that would create the directory "spam" in the parent of the current directory?

    2) How would I write the command to...
  7. Answers
    2
    Views
    500

    Basic questions

    1) What file systems are supported by Windows XP?

    2) What is the default networking protocol used in Windows networking?

    3) What tool is provided to simplify the task of moving data files and...
  8. Answers
    1
    Views
    1,732

    Designing a loop

    How would I design a loop that asks the user to enter a number? The loop should iterate 10 times and keep a running total of the numbers entered.
  9. Answers
    0
    Views
    1,766

    statements and values

    a) How would I write a statement that calls the module, passing 12 as an argument?

    Module showValue (Integer quantity)


    b) After looking at this pseudocode module header: Module myModule...
  10. Answers
    5
    Views
    5,542

    For loops and repetition

    Hi, I'm not sure of these.. Can you please help?


    1) The For loop is a ___ type of loop

    a) pretest
    b) posttest B?
    c) prequalified
    d) post iterative
  11. Question: For loop

    by andyhaus1057
    Answers
    1
    Views
    682

    For loop

    How would I design a For loop that displays the following set of 10, 20, 30, 40, 50,. 1,000?
  12. Question: Nested loop

    by andyhaus1057
    Answers
    1
    Views
    2,857

    Nested loop

    How would I design a nested loop that displays 10 rows of # characters that should be 15 # characters in each row?
  13. Answers
    0
    Views
    552

    Entering a number

    1) How would I design a loop that asks the user to enter a number? The loop should iterate 10 times and keep a running total of the numbers entered.
  14. Answers
    0
    Views
    1,591

    While-loops in programming

    1) How would I design a While loop that lets the user enter a number? The number should be multiplied by 10, and the result stored in a variable named product. The loop should iterate as long as the...
  15. Question: Csma, Pots

    by andyhaus1057
    Answers
    0
    Views
    273

    Csma, Pots

    Hi, can you please help with these?


    1) What is the difference between POTS vs T1 vs T3 vs OC3 vs Frame Relay vs DSL connections?

    2) What is the difference between CSMA/CD vs Token Passing?
    ...
  16. Answers
    1
    Views
    651

    Select case statements

    A(n) ______ section of a Select Case statement is branched to if none of the case values match the expression listed after the Select statement.

    Is it A?

    A) Else
    B) Default
    C) Case
    D)...
  17. Answers
    1
    Views
    2,921

    If-Then-Else statement values

    Hello,
    How I would go about designing an If-Then-Else statement that determines whether the points variable is outside the range of 9 to 51. If the variable holds a value outside this range it...
  18. Answers
    1
    Views
    399

    Network questions

    All right, cool. Thanks for your help.

    Also, I am stumped with these 2.. Can you please help?

    1) What are the key elements that must be considered when designing a LAN?

    2) What are the...
  19. Answers
    2
    Views
    4,058

    If-Then statements

    How would I write an If-Then statement that sets the variable hours to 10 when the flag variable minimum is set?
  20. Answers
    2
    Views
    3,035

    If-Then-Else statements

    How would I display an If-Then-Else statement that determines whether the points variable is outside the range of 9 to 51. If the variable holds a value outside this range it should display “Invalid...
  21. Answers
    0
    Views
    227

    Lans, Wans, and statements

    Hi,

    Can you please help with this?


    1) What are the key elements that must be considered when designing a LAN?

    2) What are the different routing techniques that are used in WANs?

    3) A(n)...
  22. Answers
    3
    Views
    1,664

    Programming Question.

    Hi,
    I'm stumped with this.. Can you please help?
    How would I design nested structures that perform: If amount1 is greater than 10 and amount2 is less than 100, display the greater of amount1 and...
  23. Answers
    2
    Views
    4,582

    Pseudocode statements

    Hi, these are my guesses. Can you please check on them?

    1) A ___ statement in pseudocode to write a single alternative decision structure.

    B?

    a) Test-jump
    b) If-Then
    c) If-Then else
    d)...
  24. Answers
    2
    Views
    759

    OS characters

    Hi,
    I'm not sure about these.. Can you please help?

    1) The ____ is a wildcard character that represents one or more file name characters ?

    2) Many Linux systems provide the ___ interface,...
  25. Answers
    1
    Views
    1,169

    Operating systems devices

    Hi,
    I'm not sure about these.. Can you please help?

    1) Most MS-DOS files are created by ____ PROMPT?

    2) Using ____, an MS-DOS user can change or override the standard I/O devices ?

    3) The...
  26. Answers
    2
    Views
    2,243

    Pseudocode programming

    This pseudocode contains several nested If-Then-Else statements. It was written without proper alignment and indentation. How would I rewrite the code and use proper conventions of alignment and...
  27. Answers
    2
    Views
    5,389

    If-then-else statements

    How would I go about designing an If-Then-Else statement or a flowchart with a dual alternative decision structure) that assigns 0 to the variable b if the variable a is less than 10? Otherwise, it...
  28. Answers
    1
    Views
    375

    Statements in programming

    These were my guesses.. can you please help?

    1) You use a(n) statement in pseudocode to write a single alternative decision structure.
    a) Test-Jump
    b) If-Then
    c) If-Then-Else B?
    d) If-Call
    ...
  29. Answers
    2
    Views
    958

    variables in programming

    Based on the values to the variables in Step 1, do these result in true or false statements?

    myAge <= yourAge True?

    yourAge > myAge False?

    myAge = = 45 False?

    yourAge = = votingAge...
  30. Answers
    1
    Views
    711

    Programming flowcharts in Visio

    Hi,
    I need help with this...

    A retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected. The state sales...
  31. Answers
    2
    Views
    848

    This is in pseudocode

    This is in pseudocode
  32. Answers
    1
    Views
    2,170

    Programming Questions

    Hi,

    I'm not sure about these, but these are my answers. Can you please check them for me?

    1) When __, a copy of the argument's value is passed into the parameter variable.
    B?

    A) passing an...
  33. Answers
    1
    Views
    520

    10Base-T and F

    Hi, I'm not sure about 10Base.. Can you please help?


    a) What does 10Base-T, 100Base-T, and 1,000Base-T mean?

    b) How does 10Base-T differ from 10Base-F?
  34. Answers
    1
    Views
    652

    Standards and LANS

    Hi, I need help with this...

    a) I know that LANS are Large Area Networks... But why do LANS have distance limitations

    b) What is the difference between the IEEE 802.2, 802.3, and 802.5...
  35. Answers
    2
    Views
    848

    arguments and statements

    a) How would I write a statement that calls the module, passing 12 as an argument?

    Module showValue (Integer quantity)


    b) By looking at the statement below, when this call executes, what...
  36. Answers
    1
    Views
    424

    programming mods and variables

    Hi,
    I'm not sure about these. Can you please help?

    a) When a module is executing, what happens when the end of the module is reached?

    b) What statements are able to access a local variable?
  37. Question: Rom and Usb

    by andyhaus1057
    Answers
    4
    Views
    2,021

    Rom and Usb

    Hi,
    The ones in caps are the ones that I think are the answers. I have searched all around and still haven't found a few of these. Can you please help?

    1)Interrupts originate with either SEND or...
  38. Answers
    2
    Views
    333

    Networking hardware

    Hello,

    I'm stumped with this. Can you please help?

    Research various manufactures of networking hardware... like hubs, switches and routers, also various manufactures of server and client...
  39. Answers
    1
    Views
    684

    Programming codes

    1) A college wants me to write a program for them that will calculate the average number of wins for their football team over the past 5 years. The program user should be able to enter the number of...
  40. Answers
    2
    Views
    393

    learning programs

    Hi, I'm stumped with this.. Can you please help?


    1) What could I expect as output to the program?

    studentName = raw_input ('Enter student name. ')


    2) What type of value can I expect...
  41. Answers
    3
    Views
    854

    :) You did a great job, thank you so much.. I...

    :) You did a great job, thank you so much.. I will be sure to give you a 5 star rating. In the mean time, though...

    I have to do 3 papers... 1 on the Steroid Scandal, 1 on Mark McGwire's steroid...
  42. Question: Big mac

    by andyhaus1057
    Answers
    0
    Views
    418

    Big mac

    I have to do 3 papers... 1 on the Steroid Scandal, 1 on Mark McGwire's steroid discussion, and 1 on Mark McGwire's baseball career.
    This one is on Mark McGwire's career, and below is the...
  43. Answers
    2
    Views
    1,015

    writing about baseball

    I have to do 3 papers... 1 on the Steroid Scandal, 1 on Mark McGwire's steroid discussion, and 1 on Mark McGwire's baseball career.

    This one is on the Steroid Scandal, and below is the...
  44. Answers
    0
    Views
    246

    Eads, cyclone

    Can you please revise this so that it meets the requirements?


    a) tell a short bio for James Buchanan Eads - what was his education, and what else did he do? 1/4 page typed, single spaced

    b)...
  45. Answers
    0
    Views
    385

    Cyclone of 1896, Eads

    Can you please revise this so that it meets the requirements?

    a) tell a short bio for James Buchanan Eads - what was his education, and what else did he do? 1/4 page typed, single spaced

    b)...
  46. Answers
    3
    Views
    854

    STL cyclone of 1896

    I need to tell a few sentences about the Cyclone of 1896, include the number of people who died, where it striked at, and also if the cyclone struck today as it did in 1896, what would be the...
  47. Answers
    3
    Views
    880

    Thank you for all of your help. You've been...

    Thank you for all of your help. You've been great! :)
  48. Answers
    2
    Views
    3,803

    The history of America's past time

    Hi,
    I need help on writing a research paper on why Baseball is America's past time, and also explain its history. I love baseball to death.. I could write about players and teams for days but what I...
  49. Answers
    1
    Views
    1,376

    Eads bridge history

    I have been able to compile this information for my history class, and there are a few questions that I need to answer. Can you help me with these?

    a) Why was Eads Bridge important when it was...
  50. Answers
    1
    Views
    850

    checking over problems

    Can you please check these for me. I just want to make sure I'm doing this right. Thanks.

    1) Solve the following system of equations:

    x + y = 6
    y = 2x

    answer: (2, 4)
Results 1 to 50 of 111