Answer:
The correct answer for the given question is true .
Explanation:
SQL is an Structural query language that is used for accessing the database basically it is an query language which is used for communicating with database by executed the query .
The following are the function of SQL
SQL can insert the data into database
it can update the record into database
SQL can retrived the database.
We do not use SQL for writing application it is only used to accessing the database
For create application we can use programming language Like PHP,ASP,JAVA ,PYTHON.etc.
Answer:
Boolean Operators
Explanation:
When performing a boolean search, boolean operators allow users to combine keywords with operators (or modifiers) such as AND, NOT and OR to further produce more relevant results.
The boolean operators AND and OR are used to include certain words and phrases during the search while the boolean operator NOT is used to exclude certain words and phrases.
Answer: like the monitor or the keyboard
Explanation: it is true i even looked it up and it was true
The result of the subtraction of 4365 and 3412 using octal numbers is of:
753.
<h3>What are octal numbers?</h3>
For octal numbers, each number is represented by three bits, as follows:
Then the binary representation of number 4365 is given as follows:
100011110101
The binary representation of number 3412 is given as follows:
011100001010
Then the following binary subtraction is made:
100011110101 - 011100001010
The result of this subtraction is of:
100011110101 - 011100001010 = 111101011
Then the octal result is given as follows:
111 101 011 = 753.
More can be learned about binary numbers at brainly.com/question/8649831
#SPJ1