Jump to content

Mr_Person

Members
  • Posts

    5
  • Joined

  • Last visited

Mr_Person's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. <html><head><title>Intro to Web Page Programming, Exam II Part II, Fixing the Code</title><script language="javascript" type="text/javascript"><!-- start hiding scriptfunction PopWin(url) { newwindow=window.open(url,'name','height=150,width=150' + ',toolbar=no,status=no,menubar=no,directories=no' + ',location=no,resizable=yes,scrollbars=auto' + ',top=225,left=325'); if (window.focus) { newwindow.focus() }}// end hiding script --></script><script language="JavaScript" type="text/javascript"><!-- start hiding scriptfunction PopImg(url) { newwindow=window.open(url,'name','height=268,width=364' +',top=166,left=218'); if (window.focus) { newwindow.focus() }}// end hiding script --></script><!--<script language="JavaScript" type="text/javascript">function goDestination(a){ if (document.mymenu.menuopts.value != "null") { document.location.href = a }}</script>--*</head><body><p><a href="javascript:PopWin('popup1.html')">Pop Up Window Here</a><p><script language="JavaScript" type="text/javascript"><!-- start hiding scriptif (Data.parse(document.lastModified) > 0) { document.write("Page Last Modified: "+document.lastModified)}// end hiding script --></script></body></html> ok, something is wrong here but i cant figure out what?
  2. Lol, this was kinda my last resort of looking in wikepedia, and over the net for answers to those questions. because the info I have has 0 of these answers. its a practice quiz go figure, and i never expected anybody to have the time/energy to answer them just was wondering what kind of answers I get
  3. I need help creating a External style sheet which includes-universal-child-adjacent sibling-attribute-Use CSS to position an image-background color-unvisited link color-visited link color-hover color-activated link color-font color-specify font family-create ar ollover link-specifications for h1, h2, and h3-style sheet works with pages-include an image map with 3links to exisitng websites-a date/time display using javascript-an auto updated weather report-add a bookmark script to a page-inclue a popup window using java-include a jump menu-frameset that includes at least 2 frames-1 rollover button-designate from borders within style sheet-----Any help would be really appriciated, also if you do this for me[i know its alot, or alst to me it is] could you please include comments in the coding to indicate which is which so i can get a better understanding
  4. If anybody could help me answer these questions It would be really helpful-------------------------------------------------------------------------------------1. What is the purpose of the chipset?2. Name at least three buses found on PCs3. How do the following relate? User, OS, kernel, Device Drivers, System BIOS, Applications4. What are the steps the computer goes thru in the boot process?5. What are the four major functions of an OS6. Describe the functions of the following CPU parts:a. ALUb. Control Unitc. I/O Unit7. What are the two types of IDE data cables currently used with hard drives? And which is the newest?8. What is the difference between a full backup, incremental backup and a differential backup?9. Explain the child, parent, grandparent method of making backups.10. A service Technician configured backup software on a company server to conduct a full system backup on Sunday evening, where 2000 file were backed up. Assume that two new files were created on Monday, and three new files were created on Tuesday.If a differential backup was performed at the close of business on both Monday and Tuesday on separate backup tapes, how many files were backed up on Tuesday’s backup tape?a. 2b. 3c. 5d. 2,003e. 2,00511. Match the error with where the problem occurred?Boot record Non-system disk or disk error, or Invaild system diskPartition table Sector not found reading drive C, Abort, Retry, FailFat: Invalid media type, Non-DOS disk, or Unable to read from drive CSystem files Invalid drive or drive specification12. Match the RAID level with its functionRAID 0 Mirroring ( backup only)RAID 1 Performance and backupRAID 5 Performance only13. What the difference and who does a low-level and high-level format?14. List the first four layers of the OSI networking model.15. List which layers of the OSI model the following terms are locateda. TCPb. MACc. IPd. Bitse. Packetsf. Segmentsg. Framesh. RJ-45i. Wirelessj. Ethernet,k. ports16. What is a network port?17. Define what an IP address is, and how many bits makes up one.18. What two numbers must you give a computer to allow it to communicate on a network.19. Answer the following question about a /26 variable length subnet mask.a. How many additional subnet are created?b. Give the network address of each subnet?c. Give the first useable address of each subnet?d. Give the last useable address of each subnet?e. Give the broadcast address of each subnet?
×
×
  • Create New...