A(n) _______ is the most basic type of access query

Answers

Answer 1
Answer: Select Query
I hope this helps! :)

Related Questions

An outline can easily be created using the Multilevel list button. true false
_____ installs itself on a computer without the user’s knowledge or permission for the purpose of tracking the user’s behavior. Answer Spyware Freeware Adware Cyberware
What is the difference between putting private DNS on your Android phone in settings or on your browser that you use on the same phone because there's a setting to change it in both? a) Changing DNS in phone settings affects the entire device, while browser settings only apply to that specific browser. b) Changing DNS in browser settings affects the entire device, while phone settings only apply to that specific app. c) Both settings have the same effect on the device's DNS. d) Changing DNS settings in either location is not possible on Android.
A benefit of flashcards is that they area. Portable c. Very large b. Contains lots of information d. Ask many questions on one card
Jose, the service technician, is replacing a PATA CD/DVD drive. The drive is not recognized in BIOS/UEFI or the operating system. What is the most likely problem?

When using a public computer or network, you should always _______. A. install a firewall. B. run an anti-virus program beforehand. C. log out of any sites you have logged into. D. run a malware scan after signing off.

Answers

Answer is c log out of any sites you have logged into ..bc it's a public computer

C. log out of any sites you have logged into is the answer

Write a program that asks the user to enter a number within the range of 1 through 10. Use a switch statement to display the Roman numeral version of that number. Input Validation: Do not accept a number less than 1 or greater than 10.

Answers

Answer:

// program in C++.

// headers

#include <bits/stdc++.h>

using namespace std;

// main function

int main()

{

// Variable

   int num;

   cout << "Enter a number between 1 and 10: ";

   // read input

   cin >> num;

   // validate input number

   while(num<1||num>10)

   {

   // if input is wrong then print error message

       cout<<"Wrong input!!Enter again:";

       // read again

       cin>>num;

   }

   // print output

   cout << "The Roman numeral for "<<num<<" is:";

   // switch

   switch (num)

   {

       case 1:

       // if input is 1

           cout<<"I"<<endl;

           // exit the switch

           break;

       case 2:

       // if input is 2

           cout<<"II"<<endl;

           // exit the switch

           break;

       case 3:

       // if input is 3

           cout<<"III"<<endl;

           // exit the switch

           break;

       case 4:

       // if input is 4

           cout<<"IV"<<endl;

           // exit the switch

           break;

       case 5:

       // if input is 5

           cout<<"V"<<endl;

           // exit the switch

           break;

       case 6:

       // if input is 6

           cout<<"VI"<<endl;

           // exit the switch

           break;

       case 7:

       // if input is 7

           cout<<"VII"<<endl;

           // exit the switch

           break;

       case 8:

       // if input is 8

           cout<<"VIII"<<endl;

           // exit the switch

           break;

       case 9:

       // if input is 9

           cout<<"IX"<<endl;

           // exit the switch

           break;

       case 10:

       // if input is 10

           cout<<"X"<<endl;

           // exit the switch

           break;

         // default

       default:

           break;

   }

return 0;

}

Explanation:

Read a number from usr and assign it to variable "num". If the input number is less than 1 or greater than 10 then ask again to enter a number until user  enter a number between 1-10 only.Then with the help of switch() function print  the equivalent Roman number.

Output:

Enter a number between 1 and 10: -5                                                                                        

Wrong input!!Enter again:12                                                                                                

Wrong input!!Enter again:6                                                                                                

The Roman numeral for 6 is:VI

Can someone help me with this electricity question

Answers

"Cutoff" means that the base current is biased in such a way that the
collector-emitter current is cut off ... zero current through the transistor.

"Saturation" means that the base current is biased in such a way that
the collector-emitter current is the most it can be ... max possible
current through the transistor.

-- In order for the motor to run, there has to be some emitter current.

-- The transistor is a current amplifier. In order to get any emitter current,
you'll need a little bit of base current.

-- The way the circuit is built, there's no way to get any base current.
Grounding it doesn't do anything.

-- Leave the switch where it is.  But disconnect the resistor from
ground, and connect it instead to the top of the battery (the collector
terminal is a convenient place).  Then, when the switch is closed, the
base gets some current from the battery through the resistor, big current
appears through the collector-emitter, and the motor spins up.

What are the advantages and disadvantages of nuclear energy?

Answers

Advantages: Nuclear energy has the ability to produce electricity without greenhouse gas emissions. It produces electricity without pollution

Disadvantages: The nuclear weapons threats. Some reactors produce plutonium which can be used to make nuclear weapons

Direct messages are the only private forms of communication on Twitter. True False

Answers

true but ill keep typing so it meets twenty charecters                                              

The organizational structure of the files and folders on a computer is the _______,a. Start Menu
b. Menu folder
c. File folder
d. File directory

Answers

Answer: The answer is d: File directory.

The organizational structure of the files and folders on a computer is the file directory.

Explanation: File directory refers to organizational unit in which files and folders are arranged or organized.

A directory represents a folder of other files. It can as well contain other directories known as subdirectories. Subdirectories are directories that contain another directory. Directories are used to organize files within a storage device like SSD.

D.File directory is your answer