Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for army88m2

[URL="http://http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_VLSM/5.jpg"]http://http://www.trainsignaltraining.com/wpnew/wp-content/uploads/2008/04/Stelios_VLSM/5.jpg[/URL] I was wondering if this was close to what I need. I need to design an IP network for a small office with 4 subnets and 50 host addresses.

Member Avatar for Senad
0
96
Member Avatar for army88m2

Here is what I have so far. I am trying to set up a Vlan network consisting of 4 subnets. ROUTER INFORMATION: Int F0/1 No switchport IP add 172.10.1.1 255.255.255.248 Int F0/2 No switchport IP add 172.20.1.1 255.255.255.248 Int F0/3 No switchport IP add 172.1.1.1 255.255.255.248 IP access-group initial in …

Member Avatar for Senad
0
65
Member Avatar for army88m2

Can anyone steer me in the right direction here as to how I go about creating a form in access based on more than one table.

Member Avatar for slurpee55
0
201
Member Avatar for army88m2

I was wondering if this code was correct or not. I am trying to copy all the files and subdirectories in one directory to a newly created directory. cp -R dir/*newdir/* any suggestions?

Member Avatar for sparty
0
77
Member Avatar for army88m2

I was wondering how this looks. I am trying to create a script that will produce a text file that has a list of the files in the present working directory. How do you go about testing this script? #!/bin/bash # # Matthew Smith# Comp230 ls >FILE.txt

Member Avatar for eggi
0
82
Member Avatar for army88m2

I was wondering if anyone knew how to code to read a record from an inventory database? I think you need to use a while loop. while read rcd1 rcd2 rcd3 do that's all I got so far. I am really getting upset about this pesudocode thing. I don't understand …

Member Avatar for Renukavani
0
169
Member Avatar for army88m2

O.k. this is my first scripting class and I need someone's opinion on this code. I need to write a code for a modularized program that will: 1.) read each record from the inventory database 2.) print a price tag for each item in inventory 3.) count and print the …

Member Avatar for chid_
0
111
Member Avatar for army88m2

I need to sum and print the total retail value of the inventory in the store. Here is the code I came up with but it seems to be wrong. Any suggestions? Totalretailvalue = (fldQuantity * fldRetailprice )

Member Avatar for taramichael
0
106
Member Avatar for army88m2

Write the pseudocode for a program that uses a single while loop to print the numbers from 20 to 25 and from 40 to 45. your loop will have at least one nested "if" statement that will determine when the numbers should be printed. [code]If X >= 20 Then If …

Member Avatar for army88m2
0
218
Member Avatar for army88m2

I need some help here I guess I am suppossed to put this code inside a while loop. Don't have a clue this is my first scripting class. [code]if (x <=20 and >=25 ) then print x Else If (x <=40 and >=45 ) Print x endif[/code]

Member Avatar for Jx_Man
0
104
Member Avatar for army88m2

This is my first scripting class and I am a little confused about nesting if statements. I need help on when numbers should be printed.

Member Avatar for Jx_Man
0
48