A System programmer have access to computer room, it is possible that he may undertake some unauthorised activities at any time, due to his deep knowledge how can a control build to avoid the risk?
3 7038What are difference between Juniper and checkpoint firewall? and Can you explain me about the difference between checkpoint and Cisco pix firewall ?
7 52665Post New Wipro Networking Security Interview Questions
Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it
Explain neural networks?
What is plugin setting?
In Data Structure, write output of given program.
What is void pointer in c++ with example?
How can you build and test a metric to compare ranked list of TV shows or Movies for two Netflix users?
What are the disadvantages of using basic internet for Cloud computing?
What does this command do,"$more readme.txt“?
What is the use of subtotal function in excel?
Explain the role of activation function?
You don’t have much time or only one day time, you have to execute 100 test cases, how you will execute
What is the Bex options for characteristics like F4 help for query definition and execution?
In order to apply the same formatting to every sheet in a workbook in ms-excel what needs to be done?
What are different ways of bootstrapping AngularJS?
How can reports be bursted based on two groups? I want to schedule to burst a report based on product line and years and I need the burst report for every product line and every year. How can this be done? Please help..