Difference between batabse and database management system

Answers

Answer 1

Answer:A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). ... The data can then be easily accessed, managed, modified, updated, controlled, and organized.

Explanation:A database could be grades that students get at school and to manage it we can use a spreadsheet program like excel


Related Questions

computer ________ involves identifying, extracting, preserving, and documenting computer evidence.

Answers

computer forensics is the answer

what must you ensure if your work involves the use of different types of smart card security tokens

Answers

Answer:

Avoid a potential security violation by using the appropriate token for each system.

What must you ensure if you work involves the use of different types of smart card security tokens? Avoid a potential security violation by using the appropriate token for each system.

are special characters usually found on the keyboard?

Answers

Answer:

No

Explanation:

When typing in predefined characters, Automatic substitution feature will change the characters into a symbol or special character. No.

based on mla guidelines, what is the correct margin width?

Answers

Answer:

Leave 1 inch margins on each side.

Use the drop-down menus to complete statements about safe and blocked senders lists.
*Safe *Blocked *repeatedly

Answers

Answer:

it already has an answer and it's right so i don't see the point to needing to answer this

please help

in two to three sentences describe how you would divide a page into two columns.​

Answers

Follow the steps outlined:-

Highlight the text you wish to split into columns.

Select the “Page Layout” tab.

Choose “Columns” then select the type of columns you wish to apply. One. Two. Three. Left. Right.

You are working with an older relative who is writing their last will and testament and you two are sharing the document back and forth, making edits as you go. Explain how you could use Word to keep other people from changing the text of the file, while still allowing you and the relative to make changes.

Answers

Answer:

In word there is a setting where you can mange all of user's permission in the document. These are a few permission settings: Read only and Can edit.

Word to keep other people from changing the text of the file, while still allowing you and the relative to make changes with the help of Read-only and Can edit.

What is a document?

A document is a category of data that such a person or group of users may find beneficial. There is both digital and back into old patterns forms of this information.

There is a setting that allows you to control every user's permissions in the file. A few authorization parameters are as follows: both read-only and editable. Making a text a read-only file allows it to be duplicated or viewed, but not changed.

If any of the evaluators attempts to alter a read-only file, the modifications cannot be committed by renaming the document or saving it in a different place.

Learn more about document, here:

https://brainly.com/question/27396650

#SPJ2

How would you rate your prior knowledge or comfort level with the topic of technology applications?


A.

I am a technology application expert.

B.

I know a lot, but not everything about technology applications.

C.

I know a few things about technology applications.

D.

I am not familiar at all with technology applications.

Answers

Answer:

A

Explanation:

I know cyber security and Javascript and also a framework called svelte to create websites.

Which device do you think is the most important in the development of human civilization

Answers

Answer: The most important characteristic for the development of a civilization is the presence of advanced cities because they were centers of trade, which established economies and allowed for further development of the civilizations.

Explanation:

Your welcome :)

Write a program whose input is a string which contains a character and a phrase, and whose output indicates the number of times the character appears in the phrase. Ex: If the input is: n Monday the output is: 1 Ex: If the input is: z Today is Monday the output is: 0 Ex: If the input is: n It's a sunny day the output is: 2

Answers

Answer:

import java.io.*;  

public class Main {

   public static void main(String[] args) throws IOException {

       BufferedReader in = new BufferedReader(new InputStreamReader(System.in));

       String s;

       while ((s = in.readLine()) != null) {

           int total = 0;

           for (char character : s.toCharArray()) {

               if (s.charAt(0) == character) {

                   total++;

               }

           }

           System.out.println(total - 1);

       }

   }

}

Explanation:

We start the program by using the BufferedReader which will allow input from the user.

Then, we create a variable String that will take the input from the user.

Since the problem is asking us for the total number of times that the specified character appeared in the String, we will have to iterate over that String and count every time the character is found.

For this, I initialized an integer variable total, that takes count every time the character is found.

Using a for each loop, I converted the string to a character array (e.g. instead of a String "Monday", it will now look like {"M", "o", "n", "d", "a", "y"). It will iterate for each character it finds and checks if the character at position 0 is the same as the character at position i.

If the condition is true, then the total will increment by one.

But the problem is, since we converted the string into a character array to validate each character, the initial character will also add to the sum. So for "n Monday", it will take the first n, and add the total + 1.

Without specifying total - 1, "n Monday" will output 2 since there are two total "n".

There is a limitation, which wasn't specified in the problem statement anyway, but it's good to be aware of in case you need to solve it. If you want to check all of the characters that must equal the character you want to validate, irrespective of upper or lowercase, you will have to convert the string to lowercase first, so that the program will take the uppercase letters into account as well.

For that, before the for each statement, simply add s = s.toLowerCase();

I will make you brainless Just answer this question!!

A. Arrange the follow stpes chronologically.Write A the first step,Bfor the second and so on.​​

Answers

Answer:

1. 3

2. 8

3. 2

4. 6

5. 4

6. 5

7. 9

8. 1

9. 7

Explanation:

Im not sure about this but I hope it helps

The number 8 is actually first

coding word scramble

ICOAIPAPLTSN- a software program for end users

AADT- processed information

RAAEHWRD- physical parts of computer system

MRNPAGOGIMR- instruction given to the computer
plz answer as soon as possible

Answers

application, data, hardware, programming

The decoded words for the coding word are:

ICOAIPAPLTSN - ApplicationAADT - DataRAAEHWRD - HardwareMRNPAGOGIMR - Programming

What is coding words?

In the above decoded words, "ICOAIPAPLTSN" unscrambles to "Application." An application, often referred to as software or a program, is a set of instructions designed to perform specific tasks or functions for end users. Applications can be anything from productivity tools, games, communication software, and more.

Also, "AADT" unscrambles to "Data." Data refers to any piece of information or raw facts that are collected, stored, and processed by a computer system. Data can be in various forms, such as text, numbers, images, videos, and more.

Read more about coding here:

https://brainly.com/question/26134656

#SPJ3

what are the differences between a keyboard and a pointing stick.​

Answers

Answer:

keyboard:

A keyboard is for putting information including letters, words and numbers into your computer. You press the individual buttons on the keyboard when you type. The number keys across the top of the keyboard are also found on the right of the keyboard. The letter keys are in the centre of the keyboard.

pointing stick:

A pointing stick is a small joystick used as a pointing device typically mounted centrally in a computer keyboard. Like other pointing devices such as mice, touchpads or trackballs, operating system software translates manipulation of the device into movements of the pointer or cursor on the monitor.

Questions: What memory modules are needed if the customer wants 3 GB of RAM? What capacities and how many modules of each capacity are required?​

Answers

Answer:

You could use three 1 GB modules.

What is the difference between a filter and a Search Folder?

*manually & *on demand

Answers

Answer:

manually and on demand is correct

Explanation:

helppppppppppp pleaseee​

Answers

Answer:

3. Multimedia Projectors

Explanation:

Ive had this quiz before lol

Answer:

c

Explanation:

its c

what is the term for software that is exclusively controlled by a company, and cannot be used or modified without permission?

Answers

Answer:

Proprietary Software

Explanation:

why is a fragmented disk slower than one that is defragmented?

Answers

Answer:

Explanation:

The fragmented program has parts stored all over the hard driven. The computer has to keep on checking for where the next fragment is. All if this takes time especially if the program that you are trying to load is very large.

If the sectors for a program are consecutive, that makes loading a whole lot easier.

Why do we collect feedback on the code we write?

Answers

Answer:

to improve our code

Explanation:

"To improve our code" we collect feedback on the code we write.

Collecting feedback helps the users to learn whatever your consumers think approximately company reputation, performance, as well as merchandise or their items.Going beneath their basic likes as well as their dislikes and assisting you in understanding and evaluating wherever you may grow and where the business position in comparison to your competition.

Thus the above answer i.e., "option a" is correct.

Learn more about feedback here:

https://brainly.com/question/1603365

it refers to the kind of activity that you are going to perform or methods of training to used

A.type
B.frequency
C.intensity
D.time

Answers

I believe the correct answer is “type”

what is the general term for programs used to operate a computer

Answers

Answer:

Software

Explanation:

ez

Answer: A Software System

figures and tables are always accompanied by legends or captions located ________ figures and ________ tables.

Answers

Captions are texts that provide the description of a figure or a table.

Complete the blanks using: below and above

When adding captions to an object, the location of the caption is as important as the caption itself.

The location of the caption for the objects of word documents are:

Images - Caption are placed below imagesFigures- Caption are placed below figuresTables- Caption are placed above tables

Hence, the complete text is:

figures and tables are always accompanied by legends or captions located ____below____ figures and ___above_____ tables.

Read more about captions of figures and tables at:

https://brainly.com/question/18710734

only cool people answer this question.




are you cool?

Answers

Answer:

Yes

Explanation:

I like frogs

Answer:

always been coolswag

an error occurred while loading a higher quality version of this video

Answers

Answer:?

Explanation:?

Automated Deployment is one of the prerequisite for DevOps Implementation.1. True2. False

Answers

True I think………………………..

Automated Deployment is one of the prerequisite for DevOps Implementation is a true statement.

Automated deployment

Automated deployment provides the ability to move your software between testing and production environments by using automated processes.

In other words, it allows organizations to release new features faster and more frequently.

Automated deployment allows faster approach to development, production  and deployment.

learn more on automated deployment: https://brainly.com/question/17052494

#SPJ2

2
2. When designing a kitchen to be handicapped acces-
sible, toe space of deep and 8" to 11" high is
needed under the cabinets for wheelchair footrests.

Answers

Answer:

ok.... ..............

____ is the state of not sharing information with or being observed by others.

Answers

Answer:

Privacy(guessed ,not really sure about it).

what is the arrangement of various flash elements, such as the tools panel, control panel, property inspector and stage

Answers

Answer:

could have used a browser  but ok

Explanation:

The arrangement of various flash elements such as the tools panel control panel property inspector and windows is called the Workspace. Explanation: The workspace in a computer system makes us easy to navigate to different features and control options.

ASAP PLS HELP: I’ll give brainliest if you u answer them all correctly!!


1. A means of giving credit to a source when their information is used.

A) Citation
B) Wi-Fi
C) Asynchronous Communication
D) Malware

2. A malicious attack that uses email, text messaging, and websites to gather sensitive information about people.
A) Spyware
B) Phishing
C) Malware
D) Wi-Fi

3. A device that translates analog carrier signals to encode and decode digital information.

A) USB
B) Computer Virus
C) Intranet
D) Modem

4. A virus or Trojan horse designed to cause harm to computer or device.

A) Hardware
B) Malware
C) Modem
D) Antivirus Application

5. Software that is used to detect and eliminate computer viruses.

A) Wi-Fi
B) Cable Internet
C) Antivirus Application
D) Browser

6. Transmits data through a cable television network as a means to connect a computer to the internet.

A) Desktop Interface
B) Cable Internet
C) Operating System
D) USB

7. An application used to access websites on the internet.

A) Malware
B) Internet
C) Proprietary
D) Browser

8. Communication that does not happen in real time.

A) Asynchronous Communication
B) Wi-Fi
C) Ethernet Cable
D) Malware

9. A network of computers that provides access to information on the web.

A) Phishing
B) Internet
C) Antivirus Application
D) Modem

10. The cable used to connect computers in a network.

A) Computer Virus
B) Ethernet Cable
C) Intranet
D) Hardware

Answers

Easy Peasy Lemon Squeezy

1. A means of giving credit to a source when their information is used.

A.) Citation

2. A malicious attack that uses email, text messaging, and websites to gather sensitive information about people.

B.) Phishing

3. A device that translates analog carrier signals to encode and decode digital information.

D.) Modem

4. A virus or Trojan horse designed to cause harm to computer or device

B.) Malware

5. Software that is used to detect and eliminate computer viruses.

C.) Antivirus Application

6. Transmits data through a cable television network as a means to connect a computer to the internet.

B.) Cable Internet

7. An application used to access websites on the internet.

D.) Browser

8. Communication that does not happen in real time.

A.) Asynchronous Communication

9. A network of computers that provides access to information on the web.

B.) Internet

10. The cable used to connect computers in a network.

B) Ethernet Cable

Answer:

your mom

Explanation:

Why is the Game Design Document called a ""living"" document AND why is this important?

Answers

Answer:

documentation

Explanation:

Because it gives the instructions rules and every detail about the game with anything in the real world with computers documentation is extremly important  

Other Questions
PLEASE HELPPPPdue in 10 min!!! 3) MS. Thomton spends $1.44 on 6 ounces of Mike and lkes. How much does he spend for pound?(16 oz = 1 lb). A. IH, III, IVC. I, II and IV onlyB. I, ll and Ill onlyD. III and IV only2. A liquid has the following properties: one-phase, colorless, boils at varyingtemperature. Which of the following BEST describes the liquid?A. solutionC. suspensionB. substanceD. heterogeneous mixture3. Jill has an unopened box of a 2-meter foil labeled as 100% aluminum. Jill takes just athumb-sized piece of the aluminum foil. Which of the following statement is TRUEabout the piece of aluminum foil that Jill took compared with the rest that was left inthe box?A. Its mass and melting behavior are different.Bits mass and melting behavior are the same.C. The mass is different, but the melting behavior is the same.D. The mass is the same, but the melting behavior is different. Proteins that regulate the cell cycle may become mutated when exposed to a carcinogen, such as ultraviolet radiation from the sun. This mutation may cause the cell to become cancerous and grow uncontrollably,TrueFalse Evaluate for z11 + 3/5z = 38 An image can translate horizontally and vertically at the same time.O TrueO False please help me with these. i do not understand how to do them. HURRY PLEASE!!Which is not a part of the cell theory? *Cells divide into cellsCells are not living thingsAll organisms are made up of one or more cellsCells are the basic unit of structure and organization of living organisms 10am/3 divided by -5a/6 Given: g(n)= 3n+2 and h(n) =-1-5Find:(g/h)(5) Which of these will always result in a sentence fragment?Select one:punctuating a question as if it is a declarative sentencepunctuating an independent clause as if it is a complete sentenceplacing unneeded punctuation in a sentencepunctuating a dependent clause as if it is a complete sentence What fraction of Senators are up for election every 2 years? Loraine, aking sinta. Bakit mo'ko nagawang iwan? Hindi ka ba masaya, aking mahal? identify whether each if the following represents a quadratic function or not put yes or no 1. y = x + 2 2. y = 2x - 10 3. y= 9 - 2x 4. y = 2x + 2 5. y = 3x + x + 2 4. At night a similar event takes place (as that described in #3 above). As the sun goes down,the air contains a certain amount of water vapor. The air then begins to cooland eventually the air reaches the dew point. What is the dew point and what would format this point?100points? WILL MARK AS BRAINLIEST IF CORRECT1. Jorge _______ la tarea en la clase de ciencias naturales. *fueestuvopudohizo2. Nosotros _______ al centro comercial ayer. *fuipudimosfuimosestuvieron3. Ellos _______ un perro blanco. *estuvierontuvieronescribieronhicieron4. Yo _______ televisin en el sof. *tuvoestuvofuivi5. T no _______ ir al cine con tus amigos. *hicistepudopudisteestuvo DIRECTIONS- Answer the following questions with the right conjugations (don't forget to change them to their correct form)-------------------------------------------------------1) T repetir/poder) las palabras del vocabulario para aprenderlas de memoria.2) Ustedes (decir/querer) ir a la fiesta este fin de semana.3) Ella siempre (contar/almorzar) con sus amigas en la cafetera. 4) Siempre (llover/encontrar) y hace fro en Bogot, Colombia.5) Yo nunca (dormir/pedir) en la clase. 6) Nosotros (repetir/pedir) ayuda cuando no entendemos la leccin. 7) El camarero nos (servir/querer) nuestra comida. 8) La clase (poder/empezar) a las ocho en punto. 9) Mis amigos (preferir/dormir) ir al cine para ver pelculas los sbados ms que los domingos. 10) T no (pedir/poder) sacar buenas notas si no estudias mucho para los exmenes. please someone help100 points I need someone to translate this Latin to englishSilvas claras insulae magnae spectatis A character with multiple (often contradictory) traits who changes from thebeginning of a narrative to the end is known as aOne-dimensional characterComplex characterStatic characterFlat character