In: Computer Science
Research and discuss strategies for troubleshooting technical problems
Step 1 First detect the problem means to detect what exactly the problem by checking the symptoms of the system or any changes in the system after the problem. make a list of symptoms by this you can easily detect problem
Step 2 After detecting the problem first backup the data of system Then find the cause of the problem means how this problem created what is the root cause of the problem
Step 3 Then find a sollution of it and execute it to solve the problem.
Step 4 Verify the fuctionality system to ensure that the problem is troubleshooted.
Step 5 Document the problem and solution of it and procedure to trobleshoot the problem for future use.
Define terms related to databases and programming.
Database is a collection of data which stores the data in the tabular format in an organised way for easy access and manage the data Database is managed by database management system you can perform the following operation on database like insert, delete, modify, etc.
Some database terms are table, row's, column's
Table Table is a combination of row and columns which stores the data in tabular form
Row's Row consist of different type of values or data row is also called tuples.
Column's Column consist a value of particular type column is also called attributes.
Programming is a process of making a program to perform a specific task and program is a set of instructions and it is done by using the following programming language C,C++,JAVA, etc,
Some programming terms are algorithm, bug, syntax,etc.
Algorithm means the most optimized way to solve the problem in terms of speed and efficiency by stating some set of instruction
Bug is the error occur due to wrong syntax or logical error while making the program
Syntax is set of rules to write the code. Every programming language have their own syntax.
Describe the general process of programming using a simple metaphor.
To describe the general process of programming i am using a simple metaphor that is "We write Knitting recipe" Knitting is a process in which we follow the rules and steps to make the desired product if we miss any rules and steps while knitting then we will definitely get some defect in our final product.
By this you can understand programming is just similar like this in programming we also follow the steps and rules to get our desired output to perform the specific task if you missed any rules or make any syntax error or logical erron in your program while programming you will not be able to get your desired output.
Make sure to hit the like button if you find this helpful for you THANK YOU AND HAPPY LEARNING!!