Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
How would you physically secure an SQL server? Why would you, for security reasons, use Windows Only authentication mode?
Write an essay discussing sqlmap, an automated tool for sql injection and database takeover in 500 words. Why do we need an automated tool for sql injection?
Write a function that takes two arguments - a quiz question and the correct answer. What year did Apollo 11 land on the moon? A: 1969.
Create the user interface shown below in WindowBuilder. Display the data in the TextArea below the Button, one line per record.
Given the "airports" list above, find the total combined altitude using for loops... using the sum() function... using the reduce() function.
Analyze the advantages and disadvantages of at least two different programming languages that are NOT portable across different types of operating systems.
Discuss the advantages and disadvantages of at least two different programming languages that are NOT portable across different types of operating systems.
Design a program that prompts the user to enter names of two primary colors to mix. If the user enters anything other than red, blue or yellow program display.
Briefly describe three types of errors that can occur in JavaScript. Determine which error you believe to be the most difficult to debug.
Explore process synchronization. This will be accomplished by writing a program to solve the bounded buffer problem using monitor concept.
Define and explain class inheritance in object-oriented programming. Provide a code example using a sub and super classes. Explain how the code works.
What is object-oriented programming (OOP)? Give examples. Name at least two benefits of OOP. Give examples. What is an object? Give an example.
What is the difference between Stored Procedure and Function? What is difference between Clustered Index and Non-Clustered Index?
Explain roll-up reporting and why is it important. Describe what is the tracking roll-up transactions. Describe the implications of the roll-up techniques.
Create the CRC cards for all the classes found from the problem statement. Create a Class relationship diagram using UML symbols.
Explain in as much detail as you can regarding the scope of each of these levels; Visitor Level, Session Level and Page Level.
How many Male, Female, ND, and Other are there in each ALIGN. (Bar comparison chart). How many red-haired heroes do Marvel and DC have?
Give an example of if-then, and loop using variable. Explain danger of endless loop and how to avoid them. Can an endless loop create a DoS (Denial of Service).
If you have no experience with either language, discuss how you foresee using either/both of these languages in visualizing data when analyzing big data.
What is the difference between the WHERE clause and the HAVING clause? What is the difference between Primary Key and Unique Key?
Discuss the difference between VBA and VB.Net. What are the differences and use scenarios for each?
Design a Java application that will read a file containing data related to US. Crime statistics from 1994-2013. The description of the file is at end of file.
Who uses extended support features? Why is it important to keep backups of your SQL software?
Why is it important to keep backups of your SQL software? What did you learn about SQL after watching Brent Ozar's video?
Define the sum of one integer to be that integer and use strong mathematical induction to prove that for all integers n = 1, any sum of n even integers is even.